Definition Type: SimpleType
Name: booleanOrNilReason
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: basicTypes.xsd
Documentation:
Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.
Collapse XSD Schema Diagram:
XSD Diagram of booleanOrNilReason in schema basictypes_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<simpleType name="booleanOrNilReason">
    <annotation>
        <documentation>Extension to the respective XML Schema built-in simple type to allow a choice of either a value of the built-in simple type or a reason for a nil value.</documentation>
    </annotation>
    <union memberTypes="gml:NilReasonEnumeration boolean anyURI" />
</simpleType>
Collapse Derivation Tree:
Collapse References:
gml:booleanOrNilReasonList