<xs:element minOccurs="0" name="TypeAntenna" type="xs:string"><xs:annotation><xs:documentation>The name of the Gnss antenna</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="BaseStation"><xs:annotation><xs:documentation>A reference to the Gnss base station</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element>
Do Gnss position type derived elements have TypeRawData values other than Gnss and ts?
Diagram
Type
restriction of xs:NMTOKEN
Properties
content
simple
minOccurs
0
default
gps
Facets
enumeration
gps
enumeration
ts
Source
<xs:element default="gps" minOccurs="0" name="TypeRawData"><xs:annotation><xs:documentation>The type of raw data (can be Gnss or TS)</xs:documentation><xs:documentation>Do Gnss position type derived elements have TypeRawData values other than Gnss and ts?</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="gps"/><xs:enumeration value="ts"/></xs:restriction></xs:simpleType></xs:element>
tps:XX , tps:YY , tps:ZZ , tps:XY , tps:XZ , tps:YZ , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
tps:XX , tps:YY , tps:ZZ , tps:XY , tps:XZ , tps:YZ , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
tps:HDop , tps:VDop , tps:TDop , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
<xs:element name="Dop" type="tps:gpsDopType"><xs:annotation><xs:documentation>Dop values are horizontal, vertical and total</xs:documentation></xs:annotation></xs:element>
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 minOccurs="0" name="XYZCoords" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The coordinates of the Gnss position</xs:documentation></xs:annotation></xs:element>
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 minOccurs="0" name="WACCoords" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The WA coordinates of the Gnss position</xs:documentation></xs:annotation></xs:element>
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')
The type of the solution (can be no solution, standalone, code diff, phase diff float, phase diff fixed, swing fixed, standalone hp, code diff hp, phase diff float hp, phase diff float mmgps, phase diff fixed mmgps or user input)
Diagram
Type
restriction of xs:NMTOKEN
Properties
content
simple
minOccurs
0
default
no_solution
Facets
enumeration
no_solution
enumeration
standalone
enumeration
code_diff
enumeration
phase_diff_float
enumeration
phase_diff_fixed
enumeration
swing_fixed
enumeration
standalone_hp
enumeration
code_diff_hp
enumeration
phase_diff_float_hp
enumeration
phase_diff_float_mmgps
enumeration
phase_diff_fixed_mmgps
enumeration
user_input
Source
<xs:element default="no_solution" minOccurs="0" name="TypeSolution"><xs:annotation><xs:documentation>The type of the solution (can be no solution, standalone, code diff, phase diff float, phase diff fixed, swing fixed, standalone hp, code diff hp, phase diff float hp, phase diff float mmgps, phase diff fixed mmgps or user input)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="no_solution"/><xs:enumeration value="standalone"/><xs:enumeration value="code_diff"/><xs:enumeration value="phase_diff_float"/><xs:enumeration value="phase_diff_fixed"/><xs:enumeration value="swing_fixed"/><xs:enumeration value="standalone_hp"/><xs:enumeration value="code_diff_hp"/><xs:enumeration value="phase_diff_float_hp"/><xs:enumeration value="phase_diff_float_mmgps"/><xs:enumeration value="phase_diff_fixed_mmgps"/><xs:enumeration value="user_input"/></xs:restriction></xs:simpleType></xs:element>
<xs:element default="-1" minOccurs="0" name="GPSSats" type="xs:integer"><xs:annotation><xs:documentation>The number of Gnss satellites</xs:documentation></xs:annotation></xs:element>
<xs:element default="-1" minOccurs="0" name="GLONASSSats" type="xs:integer"><xs:annotation><xs:documentation>The number of GLONASS satellites</xs:documentation></xs:annotation></xs:element>
<xs:element default="-1" minOccurs="0" name="GalileoSats" type="xs:integer"><xs:annotation><xs:documentation>The number of Galileo satellites</xs:documentation></xs:annotation></xs:element>
<xs:element default="-1" minOccurs="0" name="BeiDouSats" type="xs:integer"><xs:annotation><xs:documentation>The number of BeiDou satellites</xs:documentation></xs:annotation></xs:element>
<xs:element default="-1" minOccurs="0" name="SBASSats" type="xs:integer"><xs:annotation><xs:documentation>The number of SBAS satellites</xs:documentation></xs:annotation></xs:element>
<xs:element default="-1" minOccurs="0" name="QZSSSats" type="xs:integer"><xs:annotation><xs:documentation>The number of QZSS satellites</xs:documentation></xs:annotation></xs:element>
<xs:element default="0" minOccurs="0" name="NumberOfEpochs" type="xs:integer"><xs:annotation><xs:documentation>The number of epochs</xs:documentation></xs:annotation></xs:element>
<xs:element default="false" minOccurs="0" name="RTKReset" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether the RTK has been reset</xs:documentation></xs:annotation></xs:element>
<xs:element default="false" minOccurs="0" name="IsPPVector" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether it is a PP vector</xs:documentation></xs:annotation></xs:element>
Complex Type tps:gpsPositionType
Namespace
tps
Annotations
A Gnss position is a Gnss raw position with full rover parameters
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="gpsPositionType"><xs:annotation><xs:documentation>A Gnss position is a Gnss raw position with full rover parameters</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:gpsRawPositionType"><xs:sequence><xs:element minOccurs="0" name="TypeAntenna" type="xs:string"><xs:annotation><xs:documentation>The name of the Gnss antenna</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="BaseStation"><xs:annotation><xs:documentation>A reference to the Gnss base station</xs:documentation></xs:annotation><xs:complexType><xs:attribute name="idRef" type="xs:IDREF"/></xs:complexType></xs:element><xs:element default="gps" minOccurs="0" name="TypeRawData"><xs:annotation><xs:documentation>The type of raw data (can be Gnss or TS)</xs:documentation><xs:documentation>Do Gnss position type derived elements have TypeRawData values other than Gnss and ts?</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="gps"/><xs:enumeration value="ts"/></xs:restriction></xs:simpleType></xs:element><xs:element name="CV" type="tps:gpsCoordCovMatrixType"><xs:annotation><xs:documentation>The covariance matrix</xs:documentation></xs:annotation></xs:element><xs:element name="CVNeu" type="tps:gpsCoordCovMatrixType"><xs:annotation><xs:documentation>The North-East-Up covariance matrix</xs:documentation></xs:annotation></xs:element><xs:element name="Dop" type="tps:gpsDopType"><xs:annotation><xs:documentation>Dop values are horizontal, vertical and total</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="XYZCoords" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The coordinates of the Gnss position</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="WACCoords" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The WA coordinates of the Gnss position</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="DXYZCoords" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The DXYZ coordinates (???)</xs:documentation></xs:annotation></xs:element><xs:element default="no_solution" minOccurs="0" name="TypeSolution"><xs:annotation><xs:documentation>The type of the solution (can be no solution, standalone, code diff, phase diff float, phase diff fixed, swing fixed, standalone hp, code diff hp, phase diff float hp, phase diff float mmgps, phase diff fixed mmgps or user input)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="no_solution"/><xs:enumeration value="standalone"/><xs:enumeration value="code_diff"/><xs:enumeration value="phase_diff_float"/><xs:enumeration value="phase_diff_fixed"/><xs:enumeration value="swing_fixed"/><xs:enumeration value="standalone_hp"/><xs:enumeration value="code_diff_hp"/><xs:enumeration value="phase_diff_float_hp"/><xs:enumeration value="phase_diff_float_mmgps"/><xs:enumeration value="phase_diff_fixed_mmgps"/><xs:enumeration value="user_input"/></xs:restriction></xs:simpleType></xs:element><xs:element default="-1" minOccurs="0" name="GPSSats" type="xs:integer"><xs:annotation><xs:documentation>The number of Gnss satellites</xs:documentation></xs:annotation></xs:element><xs:element default="-1" minOccurs="0" name="GLONASSSats" type="xs:integer"><xs:annotation><xs:documentation>The number of GLONASS satellites</xs:documentation></xs:annotation></xs:element><xs:element default="-1" minOccurs="0" name="GalileoSats" type="xs:integer"><xs:annotation><xs:documentation>The number of Galileo satellites</xs:documentation></xs:annotation></xs:element><xs:element default="-1" minOccurs="0" name="BeiDouSats" type="xs:integer"><xs:annotation><xs:documentation>The number of BeiDou satellites</xs:documentation></xs:annotation></xs:element><xs:element default="-1" minOccurs="0" name="SBASSats" type="xs:integer"><xs:annotation><xs:documentation>The number of SBAS satellites</xs:documentation></xs:annotation></xs:element><xs:element default="-1" minOccurs="0" name="QZSSSats" type="xs:integer"><xs:annotation><xs:documentation>The number of QZSS satellites</xs:documentation></xs:annotation></xs:element><xs:element default="-1" minOccurs="0" name="ObservationDuration" type="xs:integer"><xs:annotation><xs:documentation>The observation duration in milliseconds</xs:documentation></xs:annotation></xs:element><xs:element default="0" minOccurs="0" name="NumberOfEpochs" type="xs:integer"><xs:annotation><xs:documentation>The number of epochs</xs:documentation></xs:annotation></xs:element><xs:element default="false" minOccurs="0" name="RTKReset" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether the RTK has been reset</xs:documentation></xs:annotation></xs:element><xs:element default="false" minOccurs="0" name="IsPPVector" type="xs:boolean"><xs:annotation><xs:documentation>Represents whether it is a PP vector</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>