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 |
|
||
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> |
diagram | ![]() |
||||||||
type | lrms:Text-name255 | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="name" type="lrms:Text-name255" minOccurs="0"/> |
diagram | ![]() |
||||||||
type | lrms:StreetInfo | ||||||||
properties |
|
||||||||
children | prefix name suffix streetIndex | ||||||||
source | <xs:element name="info" type="lrms:StreetInfo" minOccurs="0"/> |
diagram | ![]() |
||||
type | lrms:Latitude | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="begin-lat" type="lrms:Latitude"/> |
diagram | ![]() |
||||
type | lrms:Longitude | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="begin-lon" type="lrms:Longitude"/> |
diagram | ![]() |
||||
type | lrms:Latitude | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="end-lat" type="lrms:Latitude"/> |
diagram | ![]() |
||||
type | lrms:Longitude | ||||
properties |
|
||||
facets |
|
||||
source | <xs:element name="end-lon" type="lrms:Longitude"/> |
diagram | ![]() |
||||||||
type | lrms:NormalizedDistance | ||||||||
properties |
|
||||||||
facets |
|
||||||||
source | <xs:element name="dist-along" type="lrms:NormalizedDistance" minOccurs="0"/> |
diagram | ![]() |
||||
type | lrms:Side | ||||
properties |
|
||||
source | <xs:element name="side" type="lrms:Side"/> |
diagram | ![]() |
||||||||
properties |
|
||||||||
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> |
diagram | ![]() |
||||
type | atis:ShapePoint | ||||
properties |
|
||||
children | lat long heading vertical | ||||
source | <xs:element name="point" type="atis:ShapePoint"/> |