Documentation for ATIS-Draft-03-00-79

Simple Type: RequestErrorType

[Table of contents]

Super-types: None
Sub-types: None
Name RequestErrorType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 3
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'originLocationNotFound'|'destinationLocationNotFound'|'waypointLocationNotFound'|'constraintsCannotBeAccomodated'}
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Documentation values to 127 reserved for std use values 128 to 255 reserved for local use
Application Data originLocationNotFound (0) destinationLocationNotFound (1) waypointLocationNotFound (2) constraintsCannotBeAccomodated (3)
Diagram
h959603224
Schema Component Representation
<xs:simpleType name="RequestErrorType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="originLocationNotFound"/>
<xs:enumeration value="destinationLocationNotFound"/>
<xs:enumeration value="waypointLocationNotFound"/>
<xs:enumeration value="constraintsCannotBeAccomodated"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:RequestErrorType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>