Documentation for ATIS-Draft-03-00-79

Complex Type: TSPScenario5Intersection

[Table of contents]

Super-types: None
Sub-types: None
Name TSPScenario5Intersection
Used by (from the same schema document) Complex Type TspBusinessRules
Abstract no
XML Instance Representation
<...>
<intersection> CPTIntersectionIden </intersection> [1]
<metadata> CPTRowMetaData </metadata> [0..1]
<intersection-location> lrms:GeoLocation </intersection-location> [1]
<stop-bar-locations> [1]
Start Sequence [1..8]
<stop-bar-location> lrms:GeoLocation </stop-bar-location> [1]
End Sequence
</stop-bar-locations>
<prg-address> CPT-IP-Address </prg-address> [0..1]
<prg-port> CPT-UDP-TCP-PortNumber </prg-port> [0..1]
</...>
Diagram
h-1285224369 h1503432423 h-542031743 h-542031743 h1940310233 h1843986733
Schema Component Representation
<xs:complexType name="TSPScenario5Intersection">
<xs:sequence>
<xs:element name="intersection" type=" CPTIntersectionIden "/>
<xs:element name="metadata" type=" CPTRowMetaData " minOccurs="0"/>
<xs:element name="intersection-location" type=" lrms:GeoLocation "/>
<xs:element name="stop-bar-locations">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="8">
<xs:element name="stop-bar-location" type=" lrms:GeoLocation "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="prg-address" type=" CPT-IP-Address " minOccurs="0"/>
<xs:element name="prg-port" type=" CPT-UDP-TCP-PortNumber " minOccurs="0"/>
</xs:sequence>
</xs:complexType>