Documentation for ATIS-Draft-03-00-79

Complex Type: PIServiceBulletin

[Table of contents]

Super-types: None
Sub-types: None
Name PIServiceBulletin
Used by (from the same schema document) Complex Type PiServiceBulletinsList , Complex Type PiStoppointParking , Complex Type PINearestStop , Complex Type PISchedAdherenceCountdown , Complex Type PISchedAdherenceOffSched , Complex Type PISchedAdherenceRange
Abstract no
XML Instance Representation
<...>
<bulletinID> PIServiceBulletinIden </bulletinID> [1]
<affectedRoutes> [1]
Start Sequence [1..500]
<affectedRoute> SCHRouteIden </affectedRoute> [1]
End Sequence
</affectedRoutes>
<affectedDirections> [0..1]
Start Sequence [1..10]
<affectedDirection> SCH-RouteDirectionName </affectedDirection> [1]
End Sequence
</affectedDirections>
<effectiveTime> CPT-DateTime </effectiveTime> [0..1]
<expirationTime> CPT-DateTime </expirationTime> [0..1]
<skippedpoints> [0..1]
Start Sequence [1..500]
<skippedpoint> SCHTimeStoppoint </skippedpoint> [1]
End Sequence
</skippedpoints>
<related-incidents> [0..1]
Start Sequence [1..20]
<related-incident> IMIncidentIden </related-incident> [1]
End Sequence
</related-incidents>
<description> CPT-Footnote </description> [1]
<localPIServiceBulletin> local:PIServiceBulletin </localPIServiceBulletin> [0..1]
</...>
Diagram
h2146918050 h-963684166 h-998956645 h1272267302 h1272267302 h-540658738 h-1971041825 h-125442069 h-1685972354
Schema Component Representation
<xs:complexType name="PIServiceBulletin">
<xs:sequence>
<xs:element name="bulletinID" type=" PIServiceBulletinIden "/>
<xs:element name="affectedRoutes">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="affectedRoute" type=" SCHRouteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="affectedDirections" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="affectedDirection" type=" SCH-RouteDirectionName "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="effectiveTime" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="expirationTime" type=" CPT-DateTime " minOccurs="0"/>
<xs:element name="skippedpoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="skippedpoint" type=" SCHTimeStoppoint "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="related-incidents" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="related-incident" type=" IMIncidentIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="description" type=" CPT-Footnote "/>
<xs:element name="localPIServiceBulletin" type=" local:PIServiceBulletin " minOccurs="0"/>
</xs:sequence>
</xs:complexType>