gmd:MD_Band
Element information
Namespace: http://www.isotc211.org/2005/gmd
Schema document: external/ogc/iso/19139/20070417/gmd/content.xsd
Type: gmd:MD_Band_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmd:sequenceIdentifier [0..1]
- gmd:descriptor [0..1]
- gmd:maxValue [0..1]
- gmd:minValue [0..1]
- gmd:units [0..1]
- gmd:peakResponse [0..1]
- gmd:bitsPerValue [0..1]
- gmd:toneGradation [0..1]
- gmd:scaleFactor [0..1]
- gmd:offset [0..1]
from type gmd:MD_RangeDimension_Type
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group gco:ObjectIdentification | |
uuid | [0..1] | xsd:string | from group gco:ObjectIdentification |
Used in
- Type gmd:MD_Band_PropertyType
- Type gmd:MD_RangeDimension_PropertyType (Element gmd:dimension)
Substitution hierarchy
- gmd:MD_RangeDimension
- can be substituted with gmd:MD_Band
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>