Documentation for ATIS-Draft-03-00-79

Simple Type: CPT-StopPlacement

[Table of contents]

Super-types: None
Sub-types: None
Name CPT-StopPlacement
Used by (from the same schema document) Complex Type CPTStoppoint
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 8
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'nearside'|'farside'|'mid block'|'at'|'between'|'farside mid block'|'nearside mid block'|'opposite'}
    • 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 nearside (1) farside (2) mid block (3) at (4) between (5) farside mid block (6) nearside mid block (7) opposite (8)
Diagram
h1118361944
Schema Component Representation
<xs:simpleType name="CPT-StopPlacement">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="8"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="nearside"/>
<xs:enumeration value="farside"/>
<xs:enumeration value="mid block"/>
<xs:enumeration value="at"/>
<xs:enumeration value="between"/>
<xs:enumeration value="farside mid block"/>
<xs:enumeration value="nearside mid block"/>
<xs:enumeration value="opposite"/>
</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:CPT-StopPlacement "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>