Documentation for ATIS-Draft-03-00-79

Simple Type: ParkingInformation

[Table of contents]

Super-types: None
Sub-types: None
Name ParkingInformation
Used by (from the same schema document) Complex Type ITISEventType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 4096 <= value <= 4351
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'normal parking restrictions lifted'|'parking meter restrictions lifted'|'special parking restrictions in force'|'full parking lot'|'full parking garage'|'all parking lots full'|'no parking spaces available'|'only a few spaces available'|'spaces available'|'no parking'|'parking on one side of street only'|'parking on both sides of street'|'parallel parking only'|'parking meters not available'|'use of parking meters restricted'|'event parking'|'handicapped parking'|'long term parking'|'overnight parking'|'short term parking'|'parking by permit only'|'special parking restrictions lifted'|'no parking information available'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h2093616025
Schema Component Representation
<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>