Documentation for ATIS-Draft-03-00-79

Complex Type: CCCannedAnnouncementRecord

[Table of contents]

Super-types: None
Sub-types: None
Name CCCannedAnnouncementRecord
Used by (from the same schema document) Complex Type CcAnnouncementInfo
Abstract no
XML Instance Representation
<...>
<announcementID> CC-AnnouncementMsgID </announcementID> [1]
<metadata> CPTRowMetaData </metadata> [1]
<announcementText> OB-TextMessage </announcementText> [0..1]
<text-color> PI-PIDTextColor </text-color> [0..1]
<text-attributes> [0..1]
Start Sequence [1..5]
<text-attribute> PI-PIDTextAttribute </text-attribute> [1]
End Sequence
</text-attributes>
<announcementGraphic> PI-BinaryImageData </announcementGraphic> [0..1]
<announcementAudio> PI-BinaryAudioData </announcementAudio> [0..1]
<graphicFormat> PI-GraphicFormat </graphicFormat> [0..1]
<audioFormat> PI-AudioFormat </audioFormat> [0..1]
<audio-inside> CPT-Boolean </audio-inside> [1]
<audio-outside> CPT-Boolean </audio-outside> [1]
<text-passenger-displays> CPT-Boolean </text-passenger-displays> [1]
<text-destination-signs> CPT-Boolean </text-destination-signs> [1]
<graphic-passenger-displays> CPT-Boolean </graphic-passenger-displays> [1]
<graphic-destination-signs> CPT-Boolean </graphic-destination-signs> [1]
</...>
Diagram
h329166573 h1503432423 h-1322682203 h351799642 h-409161453 h-1122007595 h-55655728 h558168688 h363438366 h325016637 h325016637 h325016637 h325016637 h325016637 h325016637
Schema Component Representation
<xs:complexType name="CCCannedAnnouncementRecord">
<xs:sequence>
<xs:element name="announcementID" type=" CC-AnnouncementMsgID "/>
<xs:element name="metadata" type=" CPTRowMetaData "/>
<xs:element name="announcementText" type=" OB-TextMessage " minOccurs="0"/>
<xs:element name="text-color" type=" PI-PIDTextColor " minOccurs="0"/>
<xs:element name="text-attributes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="5">
<xs:element name="text-attribute" type=" PI-PIDTextAttribute "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="announcementGraphic" type=" PI-BinaryImageData " minOccurs="0"/>
<xs:element name="announcementAudio" type=" PI-BinaryAudioData " minOccurs="0"/>
<xs:element name="graphicFormat" type=" PI-GraphicFormat " minOccurs="0"/>
<xs:element name="audioFormat" type=" PI-AudioFormat " minOccurs="0"/>
<xs:element name="audio-inside" type=" CPT-Boolean "/>
<xs:element name="audio-outside" type=" CPT-Boolean "/>
<xs:element name="text-passenger-displays" type=" CPT-Boolean "/>
<xs:element name="text-destination-signs" type=" CPT-Boolean "/>
<xs:element name="graphic-passenger-displays" type=" CPT-Boolean "/>
<xs:element name="graphic-destination-signs" type=" CPT-Boolean "/>
</xs:sequence>
</xs:complexType>