Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ValidityEnumType
Annotations
The ValidityEnumType enumerates values that describe the validity of a coordinate or set of coordinates. A coordinate can be present and correct in a report (REPORTED). A coordinate may be missing from a report but will have a value determined by one of several means: it may be an arbitrary value (DUMMY), it may be an arbitrary value that is meaningless such as the third coordinate in two-dimensional measurement (MOOT), it may be derived (calculated) from other values (DERIVED), or it may be set to a value (SET) typically the nominal value.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration REPORTED
enumeration DUMMY
enumeration MOOT
enumeration DERIVED
enumeration SET
Used by
Source
<xs:simpleType name="ValidityEnumType">
  <xs:annotation>
    <xs:documentation>The ValidityEnumType enumerates values that describe the validity of a coordinate or set of coordinates. A coordinate can be present and correct in a report (REPORTED). A coordinate may be missing from a report but will have a value determined by one of several means: it may be an arbitrary value (DUMMY), it may be an arbitrary value that is meaningless such as the third coordinate in two-dimensional measurement (MOOT), it may be derived (calculated) from other values (DERIVED), or it may be set to a value (SET) typically the nominal value.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="REPORTED"/>
    <xs:enumeration value="DUMMY"/>
    <xs:enumeration value="MOOT"/>
    <xs:enumeration value="DERIVED"/>
    <xs:enumeration value="SET"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd