namespace | http://www.ITIS-Adopted-03-00-02 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:string, ParkingInformation) | ||||
used by |
|
||||
source | <xs:simpleType name="ParkingInformation"> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="4096"/> <xs:maxInclusive value="4351"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="normal parking restrictions lifted" id="_4097"/> <xs:enumeration value="parking meter restrictions lifted" id="_4098"/> <xs:enumeration value="special parking restrictions in force" id="_4099"/> <xs:enumeration value="full parking lot" id="_4100"/> <xs:enumeration value="full parking garage" id="_4101"/> <xs:enumeration value="all parking lots full" id="_4102"/> <xs:enumeration value="no parking spaces available" id="_4103"/> <xs:enumeration value="only a few spaces available" id="_4104"/> <xs:enumeration value="spaces available" id="_4105"/> <xs:enumeration value="no parking" id="_4106"/> <xs:enumeration value="parking on one side of street only" id="_4107"/> <xs:enumeration value="parking on both sides of street" id="_4108"/> <xs:enumeration value="parallel parking only" id="_4109"/> <xs:enumeration value="parking meters not available" id="_4110"/> <xs:enumeration value="use of parking meters restricted" id="_4111"/> <xs:enumeration value="event parking" id="_4112"/> <xs:enumeration value="handicapped parking" id="_4113"/> <xs:enumeration value="long term parking" id="_4114"/> <xs:enumeration value="overnight parking" id="_4115"/> <xs:enumeration value="short term parking" id="_4116"/> <xs:enumeration value="parking by permit only" id="_4117"/> <xs:enumeration value="special parking restrictions lifted" id="_4222"/> <xs:enumeration value="no parking information available" id="_4223"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="\[.+\].*"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:ParkingInformation"/> </xs:simpleType> </xs:union> </xs:simpleType> |