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)
tps:X , tps:Y , tps:Z , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
<xs:element default="true" minOccurs="0" name="UseHorizontal" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether to use horizontal value</xs:documentation></xs:annotation></xs:element>
<xs:element default="true" minOccurs="0" name="UseVertical" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether to use vertical value</xs:documentation></xs:annotation></xs:element>
<xs:element default="false" minOccurs="0" name="RotationOnly" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether to use only rotation value</xs:documentation></xs:annotation></xs:element>
Complex Type tps:localizationPointType
Namespace
tps
Annotations
A localization point is defined by a Gnss position and some parameters
<xs:complexType name="localizationPointType"><xs:annotation><xs:documentation>A localization point is defined by a Gnss position and some parameters</xs:documentation></xs:annotation><xs:sequence><xs:element name="PositionData" type="tps:gpsPositionType"><xs:annotation><xs:documentation>The Gnss position</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Residuals" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The residuals, stored as XYZ</xs:documentation></xs:annotation></xs:element><xs:element default="true" minOccurs="0" name="UseHorizontal" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether to use horizontal value</xs:documentation></xs:annotation></xs:element><xs:element default="true" minOccurs="0" name="UseVertical" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether to use vertical value</xs:documentation></xs:annotation></xs:element><xs:element default="false" minOccurs="0" name="RotationOnly" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether to use only rotation value</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:complexType>