Documentation for ATIS-Draft-03-00-79

Complex Type: PIAgencyProfile

[Table of contents]

Super-types: None
Sub-types: None
Name PIAgencyProfile
Used by (from the same schema document) Complex Type PiAgencyList
Abstract no
XML Instance Representation
<...>
<agency-id> CPT-AgencyID </agency-id> [1]
<name> CPT-AgencyName </name> [1]
<feedback-email> CPT-Footnote </feedback-email> [0..1]
<public-contact-phone> CPT-PhoneNumber </public-contact-phone> [0..1]
<public-contact-fax> CPT-PhoneNumber </public-contact-fax> [0..1]
<public-contact-addr> lrms:AddressPoint </public-contact-addr> [1]
<public-contact-email> CPT-Footnote </public-contact-email> [0..1]
<public-websiteURL> CPT-Footnote </public-websiteURL> [0..1]
<customer-serviceURL> CPT-Footnote </customer-serviceURL> [0..1]
<trip-plannerURL> CPT-Footnote </trip-plannerURL> [0..1]
<operation-times> CPT-Footnote </operation-times> [0..1]
<agency-description> CPT-Footnote </agency-description> [0..1]
<handicap-access-description> CPT-Footnote </handicap-access-description> [0..1]
<fare-range-description> CPT-Footnote </fare-range-description> [0..1]
<ticket-locations> CPT-Footnote </ticket-locations> [0..1]
<customer-group-served> CPT-Footnote </customer-group-served> [0..1]
<fleet-description> CPT-Footnote </fleet-description> [0..1]
<modes> [0..1]
Start Sequence [1..20]
<mode> CPT-Mode </mode> [1]
End Sequence
</modes>
<status> CPT-Footnote </status> [0..1]
<service-zones> [0..1]
Start Sequence [1..100]
<service-zone> PIServiceZoneIden </service-zone> [1]
End Sequence
</service-zones>
<service-area> SPPolygon </service-area> [0..1]
<static-files> [0..1]
Start Sequence [1..1000]
<static-file> PIAgencyStaticFile </static-file> [1]
End Sequence
</static-files>
<localPIAgencyProfile> local:PIAgencyProfile </localPIAgencyProfile> [0..1]
</...>
Diagram
h948193899 h681450491 h-125442069 h-2045208596 h-2045208596 h851402497 h-125442069 h-125442069 h-125442069 h-125442069 h-125442069 h-125442069 h-125442069 h-125442069 h-125442069 h-125442069 h-125442069 h-1969600082 h-125442069 h506659239 h-1414121128 h-1445532627 h1306098022
Schema Component Representation
<xs:complexType name="PIAgencyProfile">
<xs:sequence>
<xs:element name="agency-id" type=" CPT-AgencyID "/>
<xs:element name="name" type=" CPT-AgencyName "/>
<xs:element name="feedback-email" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="public-contact-phone" type=" CPT-PhoneNumber " minOccurs="0"/>
<xs:element name="public-contact-fax" type=" CPT-PhoneNumber " minOccurs="0"/>
<xs:element name="public-contact-addr" type=" lrms:AddressPoint "/>
<xs:element name="public-contact-email" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="public-websiteURL" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="customer-serviceURL" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="trip-plannerURL" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="operation-times" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="agency-description" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="handicap-access-description" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="fare-range-description" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="ticket-locations" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="customer-group-served" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="fleet-description" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="modes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="mode" type=" CPT-Mode "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="status" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="service-zones" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="service-zone" type=" PIServiceZoneIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="service-area" type=" SPPolygon " minOccurs="0"/>
<xs:element name="static-files" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="static-file" type=" PIAgencyStaticFile "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localPIAgencyProfile" type=" local:PIAgencyProfile " minOccurs="0"/>
</xs:sequence>
</xs:complexType>