complexType PathHistoryPoint
diagram
namespace http://dsrc_r70/DSRC
children latOffset lonOffset elevationOffset timeOffset speed posAccuracy heading
used by
element PathHistoryPointList/PathHistoryPoint
source <xsd:complexType name="PathHistoryPoint">
 
<xsd:sequence>
   
<xsd:element name="latOffset" type="OffsetLL-B18"/>
   
<xsd:element name="lonOffset" type="OffsetLL-B18"/>
   
<xsd:element name="elevationOffset" type="VertOffset-B12"/>
   
<xsd:element name="timeOffset" type="TimeOffset"/>
   
<xsd:element name="speed" type="Speed" minOccurs="0"/>
   
<xsd:element name="posAccuracy" type="PositionalAccuracy" minOccurs="0"/>
   
<xsd:element name="heading" type="CoarseHeading" minOccurs="0"/>
   
<xsd:any namespace="##other" processContents="lax" minOccurs="0"/>
 
</xsd:sequence>
</xsd:complexType>

element PathHistoryPoint/latOffset
diagram
type OffsetLL-B18
properties
isRef 0
content simple
facets
minInclusive -131072
maxInclusive 131071
source <xsd:element name="latOffset" type="OffsetLL-B18"/>

element PathHistoryPoint/lonOffset
diagram
type OffsetLL-B18
properties
isRef 0
content simple
facets
minInclusive -131072
maxInclusive 131071
source <xsd:element name="lonOffset" type="OffsetLL-B18"/>

element PathHistoryPoint/elevationOffset
diagram
type VertOffset-B12
properties
isRef 0
content simple
facets
minInclusive -2048
maxInclusive 2047
source <xsd:element name="elevationOffset" type="VertOffset-B12"/>

element PathHistoryPoint/timeOffset
diagram
type TimeOffset
properties
isRef 0
content simple
facets
minInclusive 1
maxInclusive 65535
source <xsd:element name="timeOffset" type="TimeOffset"/>

element PathHistoryPoint/speed
diagram
type Speed
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive 0
maxInclusive 8191
source <xsd:element name="speed" type="Speed" minOccurs="0"/>

element PathHistoryPoint/posAccuracy
diagram
type PositionalAccuracy
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children semiMajor semiMinor orientation
source <xsd:element name="posAccuracy" type="PositionalAccuracy" minOccurs="0"/>

element PathHistoryPoint/heading
diagram
type CoarseHeading
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
minInclusive 0
maxInclusive 240
source <xsd:element name="heading" type="CoarseHeading" minOccurs="0"/>


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