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="gpsRawPositionType"><xs:annotation><xs:documentation>A Gnss raw position is a Design point with a reference to a Measurement session and some Gnss parameters</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:designPointType"><xs:sequence><xs:element name="Time" type="xs:dateTime" minOccurs="0"/><xs:element name="AntennaHeight" type="xs:double"/><xs:element name="Depth" type="xs:double"/><xs:element name="PlaneStation" type="tps:stationType" minOccurs="0"/><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence><xs:attribute name="measIdRef" type="xs:IDREF"><xs:annotation><xs:documentation>Each Gnss raw position has a reference to a Measurement session</xs:documentation></xs:annotation></xs:attribute></xs:extension></xs:complexContent></xs:complexType>
<xs:attribute name="measIdRef" type="xs:IDREF"><xs:annotation><xs:documentation>Each Gnss raw position has a reference to a Measurement session</xs:documentation></xs:annotation></xs:attribute>