Documentation for ATIS-Draft-03-00-79

Complex Type: PIParkingFacility

[Table of contents]

Super-types: None
Sub-types: None
Name PIParkingFacility
Used by (from the same schema document) Complex Type PiStoppointParking , Complex Type PINearestStop
Abstract no
XML Instance Representation
<...>
<parkingFacID> PI-ParkingFacID </parkingFacID> [1]
<stoppoint> CPTStoppointIden </stoppoint> [1]
<owner> PI-ParkingOwnerName </owner> [0..1]
<phone> PI-ParkingFacPhone </phone> [0..1]
<facilityInfo> atis:ParkingLotInformation </facilityInfo> [1]
<instructions> atis:ParkingInstructions </instructions> [0..1]
<directions> [0..1]
Start Sequence [1..100]
<direction> atis:ManeuverInstruction </direction> [1]
End Sequence
</directions>
<localPIParkingFacility> local:PIParkingFacility </localPIParkingFacility> [0..1]
</...>
Diagram
h-1170457158 h2146772752 h1043199989 h1757929551 h766387086 h337894616 h852592208 h-947091075
Schema Component Representation
<xs:complexType name="PIParkingFacility">
<xs:sequence>
<xs:element name="parkingFacID" type=" PI-ParkingFacID "/>
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
<xs:element name="owner" type=" PI-ParkingOwnerName " minOccurs="0"/>
<xs:element name="phone" type=" PI-ParkingFacPhone " minOccurs="0"/>
<xs:element name="facilityInfo" type=" atis:ParkingLotInformation "/>
<xs:element name="instructions" type=" atis:ParkingInstructions " minOccurs="0"/>
<xs:element name="directions" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="direction" type=" atis:ManeuverInstruction "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localPIParkingFacility" type=" local:PIParkingFacility " minOccurs="0"/>
</xs:sequence>
</xs:complexType>