Documentation for ATIS-Draft-03-00-79

Complex Type: SPLink

[Table of contents]

Super-types: None
Sub-types: None
Name SPLink
Used by (from the same schema document) Complex Type SpRouteGeoTrace , Complex Type IMIncident , Complex Type SCHPatternSegment , Complex Type SPPoint
Abstract no
XML Instance Representation
<...>
<name> lrms:Text-name255 </name> [0..1]
<info> lrms:StreetInfo </info> [0..1]
<begin-lat> lrms:Latitude </begin-lat> [1]
<begin-lon> lrms:Longitude </begin-lon> [1]
<end-lat> lrms:Latitude </end-lat> [1]
<end-lon> lrms:Longitude </end-lon> [1]
<dist-along> lrms:NormalizedDistance </dist-along> [0..1]
<side> lrms:Side </side> [1]
<points> [0..1]
Start Sequence [1..50]
<point> atis:ShapePoint </point> [1]
End Sequence
</points>
</...>
Diagram
h-1187766196 h1398024598 h-288803855 h1464038090 h-288803855 h1464038090 h-1324076719 h518385500 h-1104843596
Schema Component Representation
<xs:complexType name="SPLink">
<xs:sequence>
<xs:element name="name" type=" lrms:Text-name255 " minOccurs="0"/>
<xs:element name="info" type=" lrms:StreetInfo " minOccurs="0"/>
<xs:element name="begin-lat" type=" lrms:Latitude "/>
<xs:element name="begin-lon" type=" lrms:Longitude "/>
<xs:element name="end-lat" type=" lrms:Latitude "/>
<xs:element name="end-lon" type=" lrms:Longitude "/>
<xs:element name="dist-along" type=" lrms:NormalizedDistance " minOccurs="0"/>
<-- only to specify a point along -->
<xs:element name="side" type=" lrms:Side "/>
<-- only to specify which side of the link an item is located. -->
<xs:element name="points" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="50">
<xs:element name="point" type=" atis:ShapePoint "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>