Documentation for ATIS-Draft-03-00-79

Simple Type: NodeOrigin

[Table of contents]

Super-types: None
Sub-types: None
Name NodeOrigin
Used by (from the same schema document) Complex Type NodeAttribute
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 2
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'NationalDataset'|'Regional/LocalDataset'|'ProprietaryDataset'}
Application Data NationalDataset (0) Regional/LocalDataset (1) ProprietaryDataset (2)
Diagram
Schema Component Representation
<xs:simpleType name="NodeOrigin">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="NationalDataset"/>
<xs:enumeration value="Regional/LocalDataset"/>
<xs:enumeration value="ProprietaryDataset"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>