Documentation for ATIS-Draft-03-00-79

Complex Type: SCHTimepointInfo

[Table of contents]

Super-types: None
Sub-types: None
Name SCHTimepointInfo
Used by (from the same schema document) Complex Type SchPushTimepoints , Complex Type SchTimepointList , Complex Type SchTimepointsFile
Abstract no
XML Instance Representation
<...>
<timepoint> SCHTimepointIden </timepoint> [1]
<metadata> CPTRowMetaData </metadata> [0..1]
<timepoint-location> lrms:GeoLocation </timepoint-location> [1]
<timepoint-notes> [0..1]
Start Sequence [1..500]
<timepoint-note> SCHNoteIden </timepoint-note> [1]
End Sequence
</timepoint-notes>
<timepoint-mode> CPT-Mode </timepoint-mode> [0..1]
<associated-stops> [0..1]
Start Sequence [1..20]
<associated-stop> CPTStoppointIden </associated-stop> [1]
End Sequence
</associated-stops>
<localSCHTimepointInfo> local:SCHTimepointInfo </localSCHTimepointInfo> [0..1]
</...>
Diagram
h1668863444 h1503432423 h-542031743 h-1088082775 h-1969600082 h2146772752 h1668873086
Schema Component Representation
<xs:complexType name="SCHTimepointInfo">
<xs:sequence>
<xs:element name="timepoint" type=" SCHTimepointIden "/>
<xs:element name="metadata" type=" CPTRowMetaData " minOccurs="0"/>
<xs:element name="timepoint-location" type=" lrms:GeoLocation "/>
<xs:element name="timepoint-notes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="500">
<xs:element name="timepoint-note" type=" SCHNoteIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="timepoint-mode" type=" CPT-Mode " minOccurs="0"/>
<xs:element name="associated-stops" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="associated-stop" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localSCHTimepointInfo" type=" local:SCHTimepointInfo " minOccurs="0"/>
</xs:sequence>
</xs:complexType>