Documentation for ATIS-Draft-03-00-79

Complex Type: CCDestinationSignRule

[Table of contents]

Super-types: None
Sub-types: None
Name CCDestinationSignRule
Used by (from the same schema document) Complex Type CcAnnouncementInfo
Abstract no
XML Instance Representation
<...>
<rule-id> CPT-GenericCounter </rule-id> [1]
<metadata> CPTRowMetaData </metadata> [1]
<trips> [0..1]
Start Sequence [1..1000]
<trip> SCHTripIden </trip> [1]
End Sequence
</trips>
<patterns> [0..1]
Start Sequence [1..1000]
<pattern> SCHPatternIden </pattern> [1]
End Sequence
</patterns>
<from> [1]
Start Choice [1]
<timpoint> SCHTimepointIden </timpoint> [1]
<location> lrms:GeoLocation </location> [1]
<event> SCH-ActivationID </event> [1]
End Choice
</from>
<to> [1]
Start Choice [1]
<timepoint> SCHTimepointIden </timepoint> [1]
<location> lrms:GeoLocation </location> [1]
<event> SCH-ActivationID </event> [1]
End Choice
</to>
<messages> [1]
Start Sequence [1..10]
<message> CC-DestinationMessageID </message> [1]
End Sequence
</messages>
<ext-stop-audio> PI-BinaryAudioData </ext-stop-audio> [0..1]
</...>
Diagram
h240005744 h1503432423 h-1158373540 h-1937713343 h1668863444 h-542031743 h-2065008917 h1668863444 h-542031743 h-2065008917 h-1492515748 h-55655728
Schema Component Representation
<xs:complexType name="CCDestinationSignRule">
<xs:sequence>
<xs:element name="rule-id" type=" CPT-GenericCounter "/>
<xs:element name="metadata" type=" CPTRowMetaData "/>
<xs:element name="trips" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="trip" type=" SCHTripIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="patterns" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="pattern" type=" SCHPatternIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="from">
<xs:complexType>
<xs:choice>
<xs:element name="timpoint" type=" SCHTimepointIden "/>
<xs:element name="location" type=" lrms:GeoLocation "/>
<xs:element name="event" type=" SCH-ActivationID "/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="to">
<xs:complexType>
<xs:choice>
<xs:element name="timepoint" type=" SCHTimepointIden "/>
<xs:element name="location" type=" lrms:GeoLocation "/>
<xs:element name="event" type=" SCH-ActivationID "/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="messages">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10">
<xs:element name="message" type=" CC-DestinationMessageID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ext-stop-audio" type=" PI-BinaryAudioData " minOccurs="0"/>
</xs:sequence>
</xs:complexType>