Schema Central > NIEM 3.2 > content.xsd > gmd:MD_Band
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

gmd:MD_Band

Element information

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom group gco:ObjectIdentification
uuid [0..1]xsd:stringfrom group gco:ObjectIdentification

Used in

Substitution hierarchy

Sample instance

<gmd:MD_Band>
   <gmd:sequenceIdentifier>
      <gco:MemberName>
         <gco:aName>...
         </gco:aName>
         <gco:attributeType>...
         </gco:attributeType>
      </gco:MemberName>
   </gmd:sequenceIdentifier>
   <gmd:descriptor>
      <gco:CharacterString>string</gco:CharacterString>
   </gmd:descriptor>
   <gmd:maxValue>
      <gco:Real>1.0</gco:Real>
   </gmd:maxValue>
   <gmd:minValue>
      <gco:Real>1.0</gco:Real>
   </gmd:minValue>
   <gmd:units>
      <gml:UnitDefinition gml:id="ID">
         <gml:metaDataProperty>...
         </gml:metaDataProperty>
         <gml:description>string</gml:description>
         <gml:descriptionReference/>
         <gml:identifier codeSpace="http://www.example.com/">string</gml:identifier>
         <gml:name>string</gml:name>
         <gml:remarks>string</gml:remarks>
         <gml:quantityType>string</gml:quantityType>
         <gml:quantityTypeReference/>
         <gml:catalogSymbol>string</gml:catalogSymbol>
      </gml:UnitDefinition>
   </gmd:units>
   <gmd:peakResponse>
      <gco:Real>1.0</gco:Real>
   </gmd:peakResponse>
   <gmd:bitsPerValue>
      <gco:Integer>1</gco:Integer>
   </gmd:bitsPerValue>
   <gmd:toneGradation>
      <gco:Integer>1</gco:Integer>
   </gmd:toneGradation>
   <gmd:scaleFactor>
      <gco:Real>1.0</gco:Real>
   </gmd:scaleFactor>
   <gmd:offset>
      <gco:Real>1.0</gco:Real>
   </gmd:offset>
</gmd:MD_Band>