Documentation for ATIS-Draft-03-00-79

Complex Type: CCStopAnnunciationRecord

[Table of contents]

Super-types: None
Sub-types: None
Name CCStopAnnunciationRecord
Used by (from the same schema document) Complex Type CcAnnouncementInfo
Abstract no
XML Instance Representation
<...>
<stoppoint> CPTStoppointIden </stoppoint> [1]
<metadata> CPTRowMetaData </metadata> [1]
<stop-name-audio> PI-BinaryAudioData </stop-name-audio> [0..1]
<stop-name-text> PI-PIDTakeText </stop-name-text> [0..1]
<custom-settings> [0..1]
Start Choice [1]
<stop-distance> lrms:Distance </stop-distance> [1]
<stop-time> CPT-Duration </stop-time> [1]
End Choice
</custom-settings>
<disable-before-stop-audio> CPT-Boolean </disable-before-stop-audio> [0..1]
<disable-after-stop-audio> CPT-Boolean </disable-after-stop-audio> [0..1]
<disable-before-stop-text> CPT-Boolean </disable-before-stop-text> [0..1]
<disable-after-stop-text> CPT-Boolean </disable-after-stop-text> [0..1]
</...>
Diagram
h2146772752 h1503432423 h-55655728 h509313712 h1439634298 h1782472735 h325016637 h325016637 h325016637 h325016637
Schema Component Representation
<xs:complexType name="CCStopAnnunciationRecord">
<xs:sequence>
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
<xs:element name="metadata" type=" CPTRowMetaData "/>
<xs:element name="stop-name-audio" type=" PI-BinaryAudioData " minOccurs="0"/>
<xs:element name="stop-name-text" type=" PI-PIDTakeText " minOccurs="0"/>
<xs:element name="custom-settings" minOccurs="0">
<xs:complexType>
<xs:choice>
<xs:element name="stop-distance" type=" lrms:Distance "/>
<xs:element name="stop-time" type=" CPT-Duration "/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="disable-before-stop-audio" type=" CPT-Boolean " minOccurs="0"/>
<xs:element name="disable-after-stop-audio" type=" CPT-Boolean " minOccurs="0"/>
<xs:element name="disable-before-stop-text" type=" CPT-Boolean " minOccurs="0"/>
<xs:element name="disable-after-stop-text" type=" CPT-Boolean " minOccurs="0"/>
</xs:sequence>
</xs:complexType>