<xs:element name="TSData" type="tps:tsRawDataType" minOccurs="0"><xs:annotation><xs:documentation>The TS data of the Gnss offset</xs:documentation></xs:annotation></xs:element>
Complex Type tps:gpsOffsetType
Namespace
tps
Annotations
A Gnss offset is defined by a Gnss position and some TS data
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Each Gnss raw position has a reference to a Measurement session
Source
<xs:complexType name="gpsOffsetType"><xs:annotation><xs:documentation>A Gnss offset is defined by a Gnss position and some TS data</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:gpsRawPositionType"><xs:sequence><xs:element name="TSData" type="tps:tsRawDataType" minOccurs="0"><xs:annotation><xs:documentation>The TS data of the Gnss offset</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>