gmx:CT_CodelistCatalogue
Element information
Namespace: http://niem.gov/niem/external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0
Schema document: external/iso-19139-gmd/draft-0.1/gmx/dhs-gmo/1.0.0/catalogues.xsd
Type: gmx:CT_CodelistCatalogue_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:codelistItem [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_CodelistCatalogue_PropertyType
- Type gmx:CT_Catalogue_PropertyType (Elements gmx:aggregateCatalogue, gmx:datasetCatalogue)
Substitution hierarchy
- gmx:AbstractCT_Catalogue
- can be substituted with gmx:CT_CodelistCatalogue
Sample instance
<gmx:CT_CodelistCatalogue id="ID"> <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 id="ID"> <gmd:languageCode>... </gmd:languageCode> <gmd:country>... </gmd:country> <gmd:characterEncoding>... </gmd:characterEncoding> </gmd:PT_Locale> </gmx:locale> <gmx:codelistItem> <gmx:CodeListDictionary gml:id="ID"> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:dictionaryEntry>... </gml:dictionaryEntry> <gmx:codeEntry>... </gmx:codeEntry> </gmx:CodeListDictionary> </gmx:codelistItem> </gmx:CT_CodelistCatalogue>