complexType tcip:SPSegmentGeolocation
diagram
namespace http://www.TCIP-Adopted-03-00-01
children segment waypoints data-quality
used by
element tcip:SpGeolocationData/pattern-segment-waypoints/pattern-segment-waypoint
source <xs:complexType name="SPSegmentGeolocation">
 
<xs:sequence>
   
<xs:element name="segment" type="SCHPatternSegmentIden"/>
   
<xs:element name="waypoints">
     
<xs:complexType>
       
<xs:sequence maxOccurs="1000">
         
<xs:element name="waypoint" type="lrms:GeoLocation"/>
       
</xs:sequence>
     
</xs:complexType>
   
</xs:element>
   
<xs:element name="data-quality" type="SPDataQuality" minOccurs="0"/>
 
</xs:sequence>
</xs:complexType>

element tcip:SPSegmentGeolocation/segment
diagram
type tcip:SCHPatternSegmentIden
properties
isRef 0
content complex
children segment-id agency-id name
source <xs:element name="segment" type="SCHPatternSegmentIden"/>

element tcip:SPSegmentGeolocation/waypoints
diagram
properties
isRef 0
content complex
children waypoint
source <xs:element name="waypoints">
 
<xs:complexType>
   
<xs:sequence maxOccurs="1000">
     
<xs:element name="waypoint" type="lrms:GeoLocation"/>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element tcip:SPSegmentGeolocation/waypoints/waypoint
diagram
type lrms:GeoLocation
properties
isRef 0
content complex
children latitude longitude horizontalDatum height
source <xs:element name="waypoint" type="lrms:GeoLocation"/>

element tcip:SPSegmentGeolocation/data-quality
diagram
type tcip:SPDataQuality
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children qualitative-indicator cep-90-percent cep-95-percent cep-99-percent cep-99pt9percent
source <xs:element name="data-quality" type="SPDataQuality" minOccurs="0"/>


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