Definition Type: ComplexType
Name: CodeType
Namespace: http://www.opengis.net/gml/3.3/xbt
Type: gmlxbt:LanguageStringType
Containing Schema: extdBaseTypes.xsd
Abstract
Documentation:
gmlxbt:CodeType is a generalized type to be used for a term, keyword or name. It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.
Collapse XSD Schema Diagram:
Drilldown into lang in schema xml_xsd Drilldown into LanguageStringType in schema extdbasetypes_xsd Drilldown into codeSpace in schema extdbasetypes_xsdXSD Diagram of CodeType in schema extdbasetypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="CodeType">
    <annotation>
        <documentation>gmlxbt:CodeType is a generalized type to be used for a term, keyword or name. It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term.</documentation>
    </annotation>
    <simpleContent>
        <extension base="gmlxbt:LanguageStringType">
            <attribute name="codeSpace" type="anyURI" />
        </extension>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
lang xml:lang (Optional)
codeSpace gmlxbt:codeSpace (Optional)
Collapse Derivation Tree:
Collapse References:
gmlxbt:CodeWithAuthorityType