simpleType NullEnumeration

simpleType {http://www.opengis.net/gml}NullEnumeration

Target Namespacehttp://www.opengis.net/gml
Declared Namespacesxmlns:gml=http://www.opengis.net/gml
xmlns:sch=http://www.ascc.net/xml/schematron
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns=http://www.w3.org/2001/XMLSchema


Source

<simpleType name="NullEnumeration">
    <
annotation>
        <
documentation>
Some common reasons for a null value:

innapplicable - the object does not have a value
missing - The correct value is not readily available to the sender of this data.
Furthermore, a correct value may not exist.
template - the value will be available later
unknown - The correct value is not known to, and not computable by, the sender of this data.
However, a correct value probably exists.
withheld - the value is not divulged

other:reason - as indicated by "reason" string

Specific communities may agree to assign more strict semantics when these terms are used in a particular context.
        
</documentation>
    </
annotation>
    <
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>


Documentation

Some common reasons for a null value:
       innapplicable - the object does not have a value
       missing - The correct value is not readily available to the sender of this data.
                          Furthermore, a correct value may not exist.
       template - the value will be available later
       unknown - The correct value is not known to, and not computable by, the sender of this data.
                          However, a correct value probably exists.
       withheld - the value is not divulged
       other:reason - as indicated by "reason" string
       Specific communities may agree to assign more strict semantics when these terms are used in a particular context.


simpleType NullEnumeration


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.