Definition Type: Element
Name: Category
Namespace: http://www.opengis.net/gml/3.2
Type: gml:CodeType
Containing Schema: valueObjects.xsd
Abstract
Documentation:
A gml:Category has an optional XML attribute codeSpace, whose value is a URI which identifies a dictionary, codelist or authority for the term.
Collapse XSD Schema Diagram:
Drilldown into codeSpace in schema basictypes_xsd Drilldown into CodeType in schema basictypes_xsd Drilldown into nilReason in schema valueobjects_xsdXSD Diagram of Category in schema valueobjects_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<element name="Category" substitutionGroup="gml:AbstractScalarValue" nillable="true">
    <annotation>
        <documentation>A gml:Category has an optional XML attribute codeSpace, whose value is a URI which identifies a dictionary, codelist or authority for the term.</documentation>
    </annotation>
    <complexType>
        <simpleContent>
            <extension base="gml:CodeType">
                <attribute name="nilReason" type="gml:NilReasonType" />
            </extension>
        </simpleContent>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
codeSpace gml:codeSpace (Optional)
nilReason gml:nilReason (Optional)
Collapse Derivation Tree:
Collapse References:
gml:AbstractScalarValue