namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, FC-VehicleType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="FC-VehicleType"> <xs:annotation> <xs:appinfo> anyType (1) passengerCar (2) morotcycle (3) pickupTruck (4) suv (5) trailer (6) car and trailer (7) truck and trailer (8) truck (9) semi truck (10) -- values 11-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="10"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="anyType"/> <xs:enumeration value="passengerCar"/> <xs:enumeration value="morotcycle"/> <xs:enumeration value="pickupTruck"/> <xs:enumeration value="suv"/> <xs:enumeration value="trailer"/> <xs:enumeration value="car and trailer"/> <xs:enumeration value="truck and trailer"/> <xs:enumeration value="truck"/> <xs:enumeration value="semi truck"/> </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:FC-VehicleType"/> </xs:simpleType> </xs:union> </xs:simpleType> |