gmx:CT_UomCatalogue
Element information
Namespace: http://www.isotc211.org/2005/gmx
Schema document: external/ogc/iso/19139/20070417/gmx/catalogues.xsd
Type: gmx:CT_UomCatalogue_Type
Properties: Global, Qualified
Content
- Sequence [1..1]
- gmx:name [1..1]
- gmx:scope [1..*]
- gmx:fieldOfApplication [0..*]
- gmx:versionNumber [1..1]
- gmx:versionDate [1..1]
- gmx:language [0..1]
- gmx:characterSet [0..1]
- gmx:locale [0..*]
- gmx:subCatalogue [0..*]
- gmx:uomItem [1..*]
from type gmx:AbstractCT_Catalogue_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 gmx:CT_Catalogue_PropertyType (Elements gmx:subCatalogue, gmx:aggregateCatalogue, gmx:datasetCatalogue)
- Type gmx:CT_UomCatalogue_PropertyType
Substitution hierarchy
- gmx:AbstractCT_Catalogue
- can be substituted with gmx:CT_UomCatalogue
Sample instance
<gmx:CT_UomCatalogue> <gmx:name> <gco:CharacterString>string</gco:CharacterString> </gmx:name> <gmx:scope> <gco:CharacterString>string</gco:CharacterString> </gmx:scope> <gmx:fieldOfApplication> <gco:CharacterString>string</gco:CharacterString> </gmx:fieldOfApplication> <gmx:versionNumber> <gco:CharacterString>string</gco:CharacterString> </gmx:versionNumber> <gmx:versionDate> <gco:Date>2000-01-01</gco:Date> </gmx:versionDate> <gmx:language> <gco:CharacterString>string</gco:CharacterString> </gmx:language> <gmx:characterSet> <gmd:MD_CharacterSetCode codeList="http://www.example.com/" codeListValue="http://www.example.com/">string</gmd:MD_CharacterSetCode> </gmx:characterSet> <gmx:locale> <gmd:PT_Locale> <gmd:languageCode>... </gmd:languageCode> <gmd:country>... </gmd:country> <gmd:characterEncoding>... </gmd:characterEncoding> </gmd:PT_Locale> </gmx:locale> <gmx:subCatalogue> <gmx:CT_CodelistCatalogue> <gmx:name>... </gmx:name> <gmx:scope>... </gmx:scope> <gmx:fieldOfApplication>... </gmx:fieldOfApplication> <gmx:versionNumber>... </gmx:versionNumber> <gmx:versionDate>... </gmx:versionDate> <gmx:language>... </gmx:language> <gmx:characterSet>... </gmx:characterSet> <gmx:locale>... </gmx:locale> <gmx:subCatalogue>... </gmx:subCatalogue> <gmx:codelistItem>... </gmx:codelistItem> </gmx:CT_CodelistCatalogue> </gmx:subCatalogue> <gmx:uomItem> <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> </gmx:uomItem> </gmx:CT_UomCatalogue>