Showing:

Diagrams
Source
Simple Type gml:NilReasonEnumeration
Namespace http://www.opengis.net/gml/3.2
Diagram
Diagram
Type union of(restriction of string, restriction of string)
Source
<simpleType name="NilReasonEnumeration">
  <union>
    <simpleType>
      <restriction base="string">
        <enumeration value="inapplicable"/>
        <enumeration value="missing"/>
        <enumeration value="template"/>
        <enumeration value="unknown"/>
        <enumeration value="withheld"/>
      </restriction>
    </simpleType>
    <simpleType>
      <restriction base="string">
        <pattern value="other:\w{2,}"/>
      </restriction>
    </simpleType>
  </union>
</simpleType>
Schema location http://schemas.opengis.net/gml/3.2.1/basicTypes.xsd