namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, PI-ParkingType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="PI-ParkingType"> <xs:annotation> <xs:appinfo> open (1) -- Open lot garage (2) permit (3) contract (4) free (5) pay (6) other (7) -- 8-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="7"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="open"/> <xs:enumeration value="garage"/> <xs:enumeration value="permit"/> <xs:enumeration value="contract"/> <xs:enumeration value="free"/> <xs:enumeration value="pay"/> <xs:enumeration value="other"/> </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:PI-ParkingType"/> </xs:simpleType> </xs:union> </xs:simpleType> |