Documentation for ATIS-Draft-03-00-79

Complex Type: SCHPatternSegment

[Table of contents]

Super-types: None
Sub-types: None
Name SCHPatternSegment
Used by (from the same schema document) Complex Type SchPatternFile , Complex Type SchPatternList , Complex Type SchPushPatterns
Abstract no
XML Instance Representation
<...>
<segment> SCHPatternSegmentIden </segment> [1]
<metadata> CPTRowMetaData </metadata> [0..1]
<segment-notes> [0..1]
Start Sequence [1..20]
<segment-note> SCHNoteIden </segment-note> [1]
End Sequence
</segment-notes>
<timeStoppoints> [1]
Start Sequence [1..1000]
<timeStoppoint> SCHTimeStoppoint </timeStoppoint> [1]
End Sequence
</timeStoppoints>
<trace-points> [0..1]
Start Sequence [1..1000]
<trace-point> lrms:GeoLocation </trace-point> [1]
End Sequence
</trace-points>
<trace-links> [0..1]
Start Sequence [1..1000]
<trace-link> SPLink </trace-link> [1]
End Sequence
</trace-links>
<drive-directions> [0..1]
Start Sequence [1..100]
<drive-direction> atis:ManeuverInstruction </drive-direction> [1]
End Sequence
</drive-directions>
<events> [0..1]
Start Sequence [1..200]
<event> SCHEvent </event> [1]
End Sequence
</events>
<localSCHPatternSegment> local:SCHPatternSegment </localSCHPatternSegment> [0..1]
</...>
Diagram
h122395130 h1503432423 h-1088082775 h-540658738 h-542031743 h-71536484 h852592208 h1172742375 h-1742093866
Schema Component Representation
<xs:complexType name="SCHPatternSegment">
<xs:sequence>
<xs:element name="segment" type=" SCHPatternSegmentIden "/>
<xs:element name="metadata" type=" CPTRowMetaData " minOccurs="0"/>
<xs:element name="segment-notes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="segment-note" type=" SCHNoteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="timeStoppoints">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="timeStoppoint" type=" SCHTimeStoppoint "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="trace-points" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="trace-point" type=" lrms:GeoLocation "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="trace-links" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="trace-link" type=" SPLink "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="drive-directions" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="drive-direction" type=" atis:ManeuverInstruction "/>
</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="localSCHPatternSegment" type=" local:SCHPatternSegment " minOccurs="0"/>
</xs:sequence>
</xs:complexType>