gml:Category

A gml:Category has an optional XML attribute codeSpace, whose value is a URI which identifies a dictionary, codelist or authority for the term.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
codeSpace anyURI optional
nilReason gml:NilReasonType optional

Used By

Source

<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>

Sample