Definition Type: ComplexType
Name: CodeListType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:NameList
Containing Schema: basicTypes.xsd
Abstract
Documentation:
gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute.
Collapse XSD Schema Diagram:
Drilldown into codeSpace in schema basictypes_xsdXSD Diagram of CodeListType in schema basictypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="CodeListType">
    <annotation>
        <documentation>gml:CodeListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute.</documentation>
    </annotation>
    <simpleContent>
        <extension base="gml:NameList">
            <attribute name="codeSpace" type="anyURI" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
codeSpace gml:codeSpace (Optional)
Collapse Derivation Tree: