Documentation for ATIS-Draft-03-00-79

Complex Type: PIAnnouncement

[Table of contents]

Super-types: None
Sub-types: None
Name PIAnnouncement
Used by (from the same schema document) Complex Type PiAnnouncementsList , Complex Type PIRouteInfo
Abstract no
XML Instance Representation
<...>
<announcement> PIAnnouncementIden </announcement> [1]
<headline> CPT-Footnote </headline> [0..1]
<description> CPT-Footnote </description> [0..1]
<announcementURL> CPT-Footnote </announcementURL> [0..1]
<freeform-text> CPT-Footnote </freeform-text> [0..1]
<related-routes> [0..1]
Start Sequence [1..200]
<related-route> SCHRouteIden </related-route> [1]
End Sequence
</related-routes>
<related-agencies> [0..1]
Start Sequence [1..20]
<related-agency> CPT-AgencyID </related-agency> [1]
End Sequence
</related-agencies>
<related-zones> [0..1]
Start Sequence [1..100]
<related-zone> PIServiceZoneIden </related-zone> [1]
End Sequence
</related-zones>
<related-stoppoints> [0..1]
Start Sequence [1..1000]
<related-stoppoint> CPTStoppointIden </related-stoppoint> [1]
End Sequence
</related-stoppoints>
</...>
Diagram
h-2047989207 h-125442069 h-125442069 h-125442069 h-125442069 h-963684166 h948193899 h506659239 h2146772752
Schema Component Representation
<xs:complexType name="PIAnnouncement">
<xs:sequence>
<xs:element name="announcement" type=" PIAnnouncementIden "/>
<xs:element name="headline" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="description" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="announcementURL" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="freeform-text" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="related-routes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="200">
<xs:element name="related-route" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="related-agencies" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="related-agency" type=" CPT-AgencyID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="related-zones" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="related-zone" type=" PIServiceZoneIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="related-stoppoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="related-stoppoint" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>