simpleType NilReasonEnumeration
namespace http://www.opengis.net/gml/3.2
type union of (restriction of string, restriction of string)
used by
simpleTypes booleanOrNilReason doubleOrNilReason integerOrNilReason NameOrNilReason NilReasonType stringOrNilReason
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy