Documentation for ATIS-Draft-03-00-79

Simple Type: PI-ServiceStatusType

[Table of contents]

Super-types: None
Sub-types: None
Name PI-ServiceStatusType
Used by (from the same schema document) Complex Type PIServiceStatusRequest
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 4
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'range'|'countdown'|'offSched'|'departure'}
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data range (1) countdown (2) offSched (3) departure (4) -- 5-127 Reserved -- 128-255 Local Use
Diagram
h612048850
Schema Component Representation
<xs:simpleType name="PI-ServiceStatusType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="4"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="range"/>
<xs:enumeration value="countdown"/>
<xs:enumeration value="offSched"/>
<xs:enumeration value="departure"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="128"/>
<xs:maxInclusive value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:PI-ServiceStatusType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>