Documentation for fieldgml

Complex Type: CodeListType

[Table of contents]

Super-types: NameList (by restriction) < CodeListType (by extension)
Sub-types: None
Name CodeListType
Abstract no
Documentation List of values on a uniform nominal scale. List of text tokens. In a list context a token should not include any spaces, so xsd:Name is used instead of xsd:string. If a codeSpace attribute is present, then its value is a reference to a Reference System for the value, a dictionary or code list.
XML Instance Representation
<...
codeSpace="anyURI [0..1]">
gml:NameList
</...>
Diagram
Schema Component Representation
<complexType name="CodeListType">
<simpleContent>
<extension base=" gml:NameList ">
<attribute name="codeSpace" type=" anyURI " use="optional"/>
</extension>
</simpleContent>
</complexType>