Documentation for ATIS-Draft-03-00-79

Simple Type: SP-GeoTraceResponseType

[Table of contents]

Super-types: None
Sub-types: None
Name SP-GeoTraceResponseType
Used by (from the same schema document) Complex Type SpRouteGeoTrace , Complex Type SpRouteGeoTraceSub
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 6
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'links'|'tracepoints'|'timepoints'|'stoppoints'|'driving directions'|'walking directions'}
    • 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 links (1) tracepoints (2) timepoints (3) stoppoints (4) driving directions (5) walking directions (6) -- 7-127 reserved -- 128-255 local use
Diagram
h1706890554
Schema Component Representation
<xs:simpleType name="SP-GeoTraceResponseType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="6"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="links"/>
<xs:enumeration value="tracepoints"/>
<xs:enumeration value="timepoints"/>
<xs:enumeration value="stoppoints"/>
<xs:enumeration value="driving directions"/>
<xs:enumeration value="walking directions"/>
</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:SP-GeoTraceResponseType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>