Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:gpsOffsetType / tps:TSData
Namespace tps
Annotations
The TS data of the Gnss offset
Diagram
Type tps:tsRawDataType
Properties
content complex
minOccurs 0
Model
(tps:SD | tps:HD | tps:HV | tps:Offset | tps:NEH | tps:BB | tps:HAOnly | tps:VAOnly | tps:HVS | tps:HDOnly | tps:VDOnly | tps:SDOnly | tps:Undefined) , tps:Method{0,1} , tps:OffsetMode{0,1} , tps:SetNum{0,1} , tps:Remeasured{0,1} , tps:PrismConstant{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:BB, tps:HAOnly, tps:HD, tps:HDOnly, tps:HV, tps:HVS, tps:Method, tps:NEH, tps:Offset, tps:OffsetMode, tps:PrismConstant, tps:Remeasured, tps:SD, tps:SDOnly, tps:SetNum, tps:Undefined, tps:VAOnly, tps:VDOnly
Instance
<tps:TSData xmlns:tps="tps">
  <tps:SD>{1,1}</tps:SD>
  <tps:HD>{1,1}</tps:HD>
  <tps:HV>{1,1}</tps:HV>
  <tps:Offset>{1,1}</tps:Offset>
  <tps:NEH>{1,1}</tps:NEH>
  <tps:BB>{1,1}</tps:BB>
  <tps:HAOnly>{1,1}</tps:HAOnly>
  <tps:VAOnly>{1,1}</tps:VAOnly>
  <tps:HVS>{1,1}</tps:HVS>
  <tps:HDOnly>{1,1}</tps:HDOnly>
  <tps:VDOnly>{1,1}</tps:VDOnly>
  <tps:SDOnly>{1,1}</tps:SDOnly>
  <tps:Undefined>{1,1}</tps:Undefined>
  <tps:Method>{0,1}</tps:Method>
  <tps:OffsetMode>{0,1}</tps:OffsetMode>
  <tps:SetNum>{0,1}</tps:SetNum>
  <tps:Remeasured>{0,1}</tps:Remeasured>
  <tps:PrismConstant>{0,1}</tps:PrismConstant>
</tps:TSData>
Source
<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
Diagram
Type extension of tps:gpsRawPositionType
Type hierarchy
Used by
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:TSData{0,1}
Children tps:AntennaHeight, tps:Code, tps:Depth, tps:Layer, tps:PhotoNote, tps:PlaneStation, tps:PointDrawProperties, tps:PtlData, tps:State, tps:Station, tps:TSData, tps:Time, tps:UsedInSurface
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: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>