Definition Type: ComplexType
Name: CodeWithAuthorityType
Namespace: http://www.opengis.net/gml/3.3/xbt
Type: gmlxbt:CodeType
Containing Schema: extdBaseTypes.xsd
Abstract
Documentation:
gmlxbt:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.
Collapse XSD Schema Diagram:
Drilldown into lang in schema xml_xsd Drilldown into codeSpace in schema extdbasetypes_xsdXSD Diagram of CodeWithAuthorityType in schema extdbasetypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="CodeWithAuthorityType">
    <annotation>
        <documentation>gmlxbt:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.</documentation>
    </annotation>
    <simpleContent>
        <restriction base="gmlxbt:CodeType">
            <attribute name="codeSpace" type="anyURI" use="required" />
        </restriction>
    </simpleContent>
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
lang xml:lang (Optional)
codeSpace gmlxbt:codeSpace Required
Collapse Derivation Tree: