Documentation for ATIS-Draft-03-00-79

Complex Type: SCHPatternInfo

[Table of contents]

Super-types: None
Sub-types: None
Name SCHPatternInfo
Used by (from the same schema document) Complex Type SchPatternFile , Complex Type SchPatternList , Complex Type SchPushPatterns
Abstract no
XML Instance Representation
<...>
<pattern> SCHPatternIden </pattern> [1]
<metadata> CPTRowMetaData </metadata> [0..1]
<pattern-notes> [0..1]
Start Sequence [1..100]
<pattern-note> SCHNoteIden </pattern-note> [1]
End Sequence
</pattern-notes>
<triggers> [0..1]
Start Sequence [1..200]
<trigger> SCH-ActivationID </trigger> [1]
End Sequence
</triggers>
<mode> CPT-Mode </mode> [0..1]
<segments> [1]
Start Sequence [1..100]
<segment> SCHPatternSegmentIden </segment> [1]
End Sequence
</segments>
<segmentOffsets> [0..1]
Start Sequence [1..100]
<segmentOffset> lrms:Distance </segmentOffset> [1]
End Sequence
</segmentOffsets>
<radio-zones> [0..1]
Start Sequence [1..100]
<radio-zone> CPTRadioZone </radio-zone> [1]
End Sequence
</radio-zones>
<events> [0..1]
Start Sequence [1..200]
<event> SCHEvent </event> [1]
End Sequence
</events>
<eventsOffsets> [0..1]
Start Sequence [1..200]
<eventsOffset> lrms:Distance </eventsOffset> [1]
End Sequence
</eventsOffsets>
<localSCHPatternInfo> local:SCHPatternInfo </localSCHPatternInfo> [0..1]
</...>
Diagram
h-1937713343 h1503432423 h-1088082775 h-2065008917 h-1969600082 h122395130 h1439634298 h179863909 h1172742375 h1439634298 h-1937703701
Schema Component Representation
<xs:complexType name="SCHPatternInfo">
<xs:sequence>
<xs:element name="pattern" type=" SCHPatternIden "/>
<xs:element name="metadata" type=" CPTRowMetaData " minOccurs="0"/>
<xs:element name="pattern-notes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="pattern-note" type=" SCHNoteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="triggers" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="200">
<xs:element name="trigger" type=" SCH-ActivationID "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="mode" type=" CPT-Mode " minOccurs="0"/>
<xs:element name="segments">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="segment" type=" SCHPatternSegmentIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="segmentOffsets" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="segmentOffset" type=" lrms:Distance "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="radio-zones" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="radio-zone" type=" CPTRadioZone "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="events" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="200">
<xs:element name="event" type=" SCHEvent "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="eventsOffsets" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="200">
<xs:element name="eventsOffset" type=" lrms:Distance "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localSCHPatternInfo" type=" local:SCHPatternInfo " minOccurs="0"/>
</xs:sequence>
</xs:complexType>