Documentation for fieldgml

Simple Type: NullEnumeration

[Table of contents]

Super-types: None
Sub-types: None
Name NullEnumeration
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'inapplicable'|'missing'|'template'|'unknown'|'withheld'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = other:\w{2,}
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.
Diagram
Schema Component Representation
<simpleType name="NullEnumeration">
<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>