Documentation for ATIS-Draft-03-00-79

Complex Type: CPTTransitFacility

[Table of contents]

Super-types: None
Sub-types: None
Name CPTTransitFacility
Used by (from the same schema document) Complex Type CptTransitFacilities
Abstract no
XML Instance Representation
<...>
<facility> CPTTransitFacilityIden </facility> [1]
<facTypes> [0..1]
Start Sequence [1..25]
<facType> CPT-TransitFacilityType </facType> [1]
End Sequence
</facTypes>
<facDesc> CPT-FacilityDesc </facDesc> [0..1]
<address> lrms:AddressPoint </address> [1]
<location> lrms:GeoLocation </location> [1]
<startDate> CPT-Date </startDate> [1]
<endDate> CPT-Date </endDate> [0..1]
<localCPTTransitFacility> local:CPTTransitFacility </localCPTTransitFacility> [0..1]
</...>
Diagram
h2133900120 h-1243871611 h-279401249 h851402497 h-542031743 h-1969881159 h-1969881159 h992100916
Schema Component Representation
<xs:complexType name="CPTTransitFacility">
<xs:sequence>
<xs:element name="facility" type=" CPTTransitFacilityIden "/>
<xs:element name="facTypes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25">
<xs:element name="facType" type=" CPT-TransitFacilityType "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="facDesc" type=" CPT-FacilityDesc " minOccurs="0"/>
<xs:element name="address" type=" lrms:AddressPoint "/>
<xs:element name="location" type=" lrms:GeoLocation "/>
<xs:element name="startDate" type=" CPT-Date "/>
<xs:element name="endDate" type=" CPT-Date " minOccurs="0"/>
<xs:element name="localCPTTransitFacility" type=" local:CPTTransitFacility " minOccurs="0"/>
</xs:sequence>
</xs:complexType>