Documentation for ATIS-Draft-03-00-79

Complex Type: ParkingLotInformation

[Table of contents]

Super-types: None
Sub-types: None
Name ParkingLotInformation
Used by (from the same schema document) Complex Type ResponseGroup
Abstract no
XML Instance Representation
<...>
<messageHeader> MessageHeader </messageHeader> [1]
<head> Head </head> [0..1]
<location> lrms:LocationReference </location> [1]
<isForecast> xs:boolean </isForecast> [0..1]
<coverageTime> ComplexTime </coverageTime> [0..1]
<forecastExpires> DateTimePair </forecastExpires> [0..1]
<lot-ident> IdentityOrLocation </lot-ident> [1]
<owningAgency> tmdd:Organization-resource-identifier </owningAgency> [0..1]
<parkingFacID> tcip:PI-ParkingFacID </parkingFacID> [0..1]
<parkingType> tcip:PI-ParkingType </parkingType> [1]
<percentFull> Percent </percentFull> [0..1]
<lotDetail> LotInformation </lotDetail> [1]
<prices> PriceSchedule </prices> [0..1]
<generalStatus> itis:ITIScodesAndText </generalStatus> [0..1]
<furtherData> URL-Link </furtherData> [0..1]
<tail> Tail </tail> [0..1]
<localParkingLotInformation> local:ParkingLotInformation </localParkingLotInformation> [0..1]
</...>
Diagram
h-431763185 h518053861 h1843378481 h-267722248 h1210973722 h2107120475 h-632460109 h-1170457158 h-1422789437 h50944032 h-1990656800 h9876123 h-2117645544 h882153789 h518407765 h766387086
Schema Component Representation
<xs:complexType name="ParkingLotInformation">
<xs:sequence>
<xs:element name="messageHeader" type=" MessageHeader "/>
<xs:element name="head" type=" Head " minOccurs="0"/>
<xs:element name="location" type=" lrms:LocationReference "/>
<-- location for which this applies -->
<xs:element name="isForecast" minOccurs="0">
<xs:simpleType>
<xs:restriction base=" xs:boolean "/>
</xs:simpleType>
</xs:element>
<-- forecast or predicted period -->
<xs:element name="coverageTime" type=" ComplexTime " minOccurs="0"/>
<xs:element name="forecastExpires" type=" DateTimePair " minOccurs="0"/>
<xs:element name="lot-ident" type=" IdentityOrLocation "/>
<xs:element name="owningAgency" type=" tmdd:Organization-resource-identifier " minOccurs="0"/>
<xs:element name="parkingFacID" type=" tcip:PI-ParkingFacID " minOccurs="0"/>
<xs:element name="parkingType" type=" tcip:PI-ParkingType "/>
<xs:element name="percentFull" type=" Percent " minOccurs="0"/>
<xs:element name="lotDetail" type=" LotInformation "/>
<xs:element name="prices" type=" PriceSchedule " minOccurs="0"/>
<xs:element name="generalStatus" type=" itis:ITIScodesAndText " minOccurs="0"/>
<xs:element name="furtherData" type=" URL-Link " minOccurs="0"/>
<xs:element name="tail" type=" Tail " minOccurs="0"/>
<xs:element name="localParkingLotInformation" type=" local:ParkingLotInformation " minOccurs="0"/>
</xs:sequence>
</xs:complexType>