gmx:codelistItem
Element information
Namespace: http://www.isotc211.org/2005/gmx
Schema document: external/ogc/iso/19139/20070417/gmx/catalogues.xsd
Type: gmx:CT_Codelist_PropertyType
Properties: Local, Qualified
Content
- Choice [0..1]from subst. group gmx:CodeListDictionary
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
uuidref | [0..1] | xsd:string | from group gco:ObjectReference | |
gco:nilReason | [0..1] | gml:NilReasonType |
Used in
- Type gmx:CT_CodelistCatalogue_Type (Element gmx:CT_CodelistCatalogue)
Sample instance
<gmx:codelistItem> <gmx:CodeListDictionary gml:id="ID"> <gml:metaDataProperty> <gml:GenericMetaData>Any text, intermingled with: <!--any element--> </gml:GenericMetaData> </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:dictionaryEntry> <gml:Definition gml:id="ID">... </gml:Definition> </gml:dictionaryEntry> <gmx:codeEntry> <gmx:CodeDefinition gml:id="ID">... </gmx:CodeDefinition> </gmx:codeEntry> </gmx:CodeListDictionary> </gmx:codelistItem>