Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Element tps:gpsRawPositionType / tps:Time
Namespace tps
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element name="Time" type="xs:dateTime" minOccurs="0"/>
Element tps:gpsRawPositionType / tps:AntennaHeight
Namespace tps
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="AntennaHeight" type="xs:double"/>
Element tps:gpsRawPositionType / tps:Depth
Namespace tps
Diagram
Type xs:double
Properties
content simple
Source
<xs:element name="Depth" type="xs:double"/>
Element tps:gpsRawPositionType / tps:PlaneStation
Namespace tps
Diagram
Type tps:stationType
Properties
content complex
minOccurs 0
Model
tps:Name{0,1} , tps:Position , tps:PointFlags , tps:TimeStamp{0,1} , tps:Notes{0,1} , tps:GeoidHeight{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:GeoidHeight, tps:Name, tps:Notes, tps:PointFlags, tps:Position, tps:TimeStamp
Instance
<tps:PlaneStation bulge="0" id="" xmlns:tps="tps">
  <tps:Name>{0,1}</tps:Name>
  <tps:Position>{1,1}</tps:Position>
  <tps:PointFlags>{1,1}</tps:PointFlags>
  <tps:TimeStamp>{0,1}</tps:TimeStamp>
  <tps:Notes>{0,1}</tps:Notes>
  <tps:GeoidHeight>{0,1}</tps:GeoidHeight>
</tps:PlaneStation>
Attributes
QName Type Default Use Annotation
bulge xs:double 0 optional
The bulge of the Station, used to represent curves
id xs:ID optional
It's the station id, it can be referenced by other elements
Source
<xs:element name="PlaneStation" type="tps:stationType" minOccurs="0"/>
Complex Type tps:gpsRawPositionType
Namespace tps
Annotations
A Gnss raw position is a Design point with a reference to a Measurement session and some Gnss parameters
Diagram
Type extension of tps:designPointType
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')
Children tps:AntennaHeight, tps:Code, tps:Depth, tps:Layer, tps:PhotoNote, tps:PlaneStation, tps:PointDrawProperties, tps:PtlData, tps:State, tps:Station, 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="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>
Attribute tps:gpsRawPositionType / @measIdRef
Namespace No namespace
Annotations
Each Gnss raw position has a reference to a Measurement session
Type xs:IDREF
Properties
content simple
Used by
Complex Type tps:gpsRawPositionType
Source
<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>