Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:localizationPointType / tps:PositionData
Namespace tps
Annotations
The Gnss position
Diagram
Type tps:gpsPositionType
Type hierarchy
Properties
content complex
Model
tps:Layer{0,1} , tps:PhotoNote* , tps:State{0,1} , tps:PointDrawProperties{0,1} , tps:Code* , tps:Station , tps:UsedInSurface{0,1} , tps:PtlData{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps') , tps:Time{0,1} , tps:AntennaHeight , tps:Depth , tps:PlaneStation{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps') , tps:TypeAntenna{0,1} , tps:BaseStation{0,1} , tps:TypeRawData{0,1} , tps:CV , tps:CVNeu , tps:Dop , tps:XYZCoords{0,1} , tps:WACCoords{0,1} , tps:DXYZCoords{0,1} , tps:TypeSolution{0,1} , tps:GPSSats{0,1} , tps:GLONASSSats{0,1} , tps:GalileoSats{0,1} , tps:BeiDouSats{0,1} , tps:SBASSats{0,1} , tps:QZSSSats{0,1} , tps:ObservationDuration{0,1} , tps:NumberOfEpochs{0,1} , tps:RTKReset{0,1} , tps:IsPPVector{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:AntennaHeight, tps:BaseStation, tps:BeiDouSats, tps:CV, tps:CVNeu, tps:Code, tps:DXYZCoords, tps:Depth, tps:Dop, tps:GLONASSSats, tps:GPSSats, tps:GalileoSats, tps:IsPPVector, tps:Layer, tps:NumberOfEpochs, tps:ObservationDuration, tps:PhotoNote, tps:PlaneStation, tps:PointDrawProperties, tps:PtlData, tps:QZSSSats, tps:RTKReset, tps:SBASSats, tps:State, tps:Station, tps:Time, tps:TypeAntenna, tps:TypeRawData, tps:TypeSolution, tps:UsedInSurface, tps:WACCoords, tps:XYZCoords
Instance
<tps:PositionData csIdRef="" id="" idRef="" measIdRef="" xmlns:tps="tps">
  <tps:Layer byCode="false" idRef="">{0,1}</tps:Layer>
  <tps:PhotoNote>{0,unbounded}</tps:PhotoNote>
  <tps:State>{0,1}</tps:State>
  <tps:PointDrawProperties>{0,1}</tps:PointDrawProperties>
  <tps:Code>{0,unbounded}</tps:Code>
  <tps:Station bulge="0" id="">{1,1}</tps:Station>
  <tps:UsedInSurface>{0,1}</tps:UsedInSurface>
  <tps:PtlData>{0,1}</tps:PtlData>
  <tps:Time>{0,1}</tps:Time>
  <tps:AntennaHeight>{1,1}</tps:AntennaHeight>
  <tps:Depth>{1,1}</tps:Depth>
  <tps:PlaneStation bulge="0" id="">{0,1}</tps:PlaneStation>
  <tps:TypeAntenna>{0,1}</tps:TypeAntenna>
  <tps:BaseStation idRef="">{0,1}</tps:BaseStation>
  <tps:TypeRawData>{0,1}</tps:TypeRawData>
  <tps:CV>{1,1}</tps:CV>
  <tps:CVNeu>{1,1}</tps:CVNeu>
  <tps:Dop>{1,1}</tps:Dop>
  <tps:XYZCoords>{0,1}</tps:XYZCoords>
  <tps:WACCoords>{0,1}</tps:WACCoords>
  <tps:DXYZCoords>{0,1}</tps:DXYZCoords>
  <tps:TypeSolution>{0,1}</tps:TypeSolution>
  <tps:GPSSats>{0,1}</tps:GPSSats>
  <tps:GLONASSSats>{0,1}</tps:GLONASSSats>
  <tps:GalileoSats>{0,1}</tps:GalileoSats>
  <tps:BeiDouSats>{0,1}</tps:BeiDouSats>
  <tps:SBASSats>{0,1}</tps:SBASSats>
  <tps:QZSSSats>{0,1}</tps:QZSSSats>
  <tps:ObservationDuration>{0,1}</tps:ObservationDuration>
  <tps:NumberOfEpochs>{0,1}</tps:NumberOfEpochs>
  <tps:RTKReset>{0,1}</tps:RTKReset>
  <tps:IsPPVector>{0,1}</tps:IsPPVector>
</tps:PositionData>
Attributes
QName Type Use Annotation
csIdRef xs:IDREF optional
It's a reference to a Coordinate System
id xs:ID optional
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)
idRef xs:IDREF optional
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)
measIdRef xs:IDREF optional
Each Gnss raw position has a reference to a Measurement session
Source
<xs:element name="PositionData" type="tps:gpsPositionType">
  <xs:annotation>
    <xs:documentation>The Gnss position</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationPointType / tps:Residuals
Namespace tps
Annotations
The residuals, stored as XYZ
Diagram
Type tps:coordsXYZType
Properties
content complex
minOccurs 0
Model
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')
Children tps:X, tps:Y, tps:Z
Instance
<tps:Residuals xmlns:tps="tps">
  <tps:X>{1,1}</tps:X>
  <tps:Y>{1,1}</tps:Y>
  <tps:Z>{1,1}</tps:Z>
</tps:Residuals>
Source
<xs:element minOccurs="0" name="Residuals" type="tps:coordsXYZType">
  <xs:annotation>
    <xs:documentation>The residuals, stored as XYZ</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:localizationPointType / tps:UseHorizontal
Namespace tps
Annotations
Represents whether to use horizontal value
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default true
Source
<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>
Element tps:localizationPointType / tps:UseVertical
Namespace tps
Annotations
Represents whether to use vertical value
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default true
Source
<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>
Element tps:localizationPointType / tps:RotationOnly
Namespace tps
Annotations
Represents whether to use only rotation value
Diagram
Type xs:boolean
Properties
content simple
minOccurs 0
default false
Source
<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
Diagram
Used by
Model
tps:PositionData , tps:Residuals{0,1} , tps:UseHorizontal{0,1} , tps:UseVertical{0,1} , tps:RotationOnly{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:PositionData, tps:Residuals, tps:RotationOnly, tps:UseHorizontal, tps:UseVertical
Source
<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>