Documentation for ATIS-Draft-03-00-79

Complex Type: LotInformation

[Table of contents]

Super-types: None
Sub-types: None
Name LotInformation
Used by (from the same schema document) Complex Type ParkingLotInformation
Abstract no
XML Instance Representation
<...>
<spacesTotal> tcip:PI-ParkingSpacesTotal </spacesTotal> [0..1]
<availability> tcip:PI-ParkingAvailability </availability> [0..1]
<spaces> ParkingSpaceTypes </spaces> [0..1]
<lot-Name> Lot-Name </lot-Name> [0..1]
<hoursofOperation> TimePair </hoursofOperation> [0..1]
<rates> tcip:PI-ParkingRates </rates> [0..1]
<parkingFillTime> DateTimePair </parkingFillTime> [0..1]
</...>
Diagram
h1201720686 h1333125604 h221549318 h-805216468 h-926317876 h-1159357654 h1210973722
Schema Component Representation
<xs:complexType name="LotInformation">
<xs:sequence>
<xs:element name="spacesTotal" type=" tcip:PI-ParkingSpacesTotal " minOccurs="0"/>
<xs:element name="availability" type=" tcip:PI-ParkingAvailability " minOccurs="0"/>
<xs:element name="spaces" type=" ParkingSpaceTypes " minOccurs="0"/>
<xs:element name="lot-Name" type=" Lot-Name " minOccurs="0"/>
<xs:element name="hoursofOperation" type=" TimePair " minOccurs="0"/>
<xs:element name="rates" type=" tcip:PI-ParkingRates " minOccurs="0"/>
<xs:element name="parkingFillTime" type=" DateTimePair " minOccurs="0"/>
</xs:sequence>
</xs:complexType>