namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, SP-GeoTraceResponseType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="SP-GeoTraceResponseType"> <xs:annotation> <xs:appinfo> links (1) tracepoints (2) timepoints (3) stoppoints (4) driving directions (5) walking directions (6) -- 7-127 reserved -- 128-255 local use </xs:appinfo> </xs:annotation> <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> |