Documentation for ATIS-Draft-03-00-79

Complex Type: TSPTmsIntersectionParam

[Table of contents]

Super-types: None
Sub-types: None
Name TSPTmsIntersectionParam
Used by (from the same schema document) Complex Type TSPPRGInputsCCEntry
Abstract no
XML Instance Representation
<...>
<intersection> CPTIntersectionIden </intersection> [1]
<boundary> TSP-BoundaryID </boundary> [0..1]
<intersectionIP> CPT-IP-Address </intersectionIP> [0..1]
<intersectionPort> CPT-UDP-TCP-PortNumber </intersectionPort> [0..1]
<intersectionModem> TSP-ModemPhoneNum </intersectionModem> [0..1]
<intersectionDropAddr> TSP-DropAddr </intersectionDropAddr> [0..1]
<approaches> [0..1]
Start Sequence [1..25]
<approache> TSPTmsIntersectionApproach </approache> [1]
End Sequence
</approaches>
</...>
Diagram
h-1285224369 h-368178138 h1940310233 h1843986733 h789768065 h930976033 h-1707925313
Schema Component Representation
<xs:complexType name="TSPTmsIntersectionParam">
<xs:sequence>
<xs:element name="intersection" type=" CPTIntersectionIden "/>
<xs:element name="boundary" type=" TSP-BoundaryID " minOccurs="0"/>
<xs:element name="intersectionIP" type=" CPT-IP-Address " minOccurs="0"/>
<xs:element name="intersectionPort" type=" CPT-UDP-TCP-PortNumber " minOccurs="0"/>
<xs:element name="intersectionModem" type=" TSP-ModemPhoneNum " minOccurs="0"/>
<xs:element name="intersectionDropAddr" type=" TSP-DropAddr " minOccurs="0"/>
<xs:element name="approaches" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25">
<xs:element name="approache" type=" TSPTmsIntersectionApproach "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>