complexType tcip:SPLink
diagram
namespace http://www.TCIP-Adopted-03-00-01
children name info begin-lat begin-lon end-lat end-lon dist-along side points
used by
elements tcip:IMIncident/line-location tcip:SPPoint/linearReference tcip:SpRouteGeoTrace/response/links/link tcip:SCHPatternSegment/trace-links/trace-link
source <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 maxOccurs="50">
         
<xs:element name="point" type="atis:ShapePoint"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element tcip:SPLink/name
diagram
type lrms:Text-name255
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minLength 1
maxLength 255
source <xs:element name="name" type="lrms:Text-name255" minOccurs="0"/>

element tcip:SPLink/info
diagram
type lrms:StreetInfo
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children prefix name suffix streetIndex
source <xs:element name="info" type="lrms:StreetInfo" minOccurs="0"/>

element tcip:SPLink/begin-lat
diagram
type lrms:Latitude
properties
isRef 0
content simple
facets
minInclusive -90000000
maxInclusive +90000000
source <xs:element name="begin-lat" type="lrms:Latitude"/>

element tcip:SPLink/begin-lon
diagram
type lrms:Longitude
properties
isRef 0
content simple
facets
minInclusive -180000000
maxInclusive +180000000
source <xs:element name="begin-lon" type="lrms:Longitude"/>

element tcip:SPLink/end-lat
diagram
type lrms:Latitude
properties
isRef 0
content simple
facets
minInclusive -90000000
maxInclusive +90000000
source <xs:element name="end-lat" type="lrms:Latitude"/>

element tcip:SPLink/end-lon
diagram
type lrms:Longitude
properties
isRef 0
content simple
facets
minInclusive -180000000
maxInclusive +180000000
source <xs:element name="end-lon" type="lrms:Longitude"/>

element tcip:SPLink/dist-along
diagram
type lrms:NormalizedDistance
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive 0
maxInclusive 100
source <xs:element name="dist-along" type="lrms:NormalizedDistance" minOccurs="0"/>

element tcip:SPLink/side
diagram
type lrms:Side
properties
isRef 0
content simple
source <xs:element name="side" type="lrms:Side"/>

element tcip:SPLink/points
diagram
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children point
source <xs:element name="points" minOccurs="0">
 
<xs:complexType>
   
<xs:sequence maxOccurs="50">
     
<xs:element name="point" type="atis:ShapePoint"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SPLink/points/point
diagram
type atis:ShapePoint
properties
isRef 0
content complex
children lat long heading vertical
source <xs:element name="point" type="atis:ShapePoint"/>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy