Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:gpsOffsetPtlType / tps:ReferencePoint1
Namespace tps
Annotations
The name of the first reference point (should it be a pointer? to a design point? or some other point type?)
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="ReferencePoint1" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the first reference point (should it be a pointer? to a design point? or some other point type?)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:gpsOffsetPtlType / tps:ReferencePoint2
Namespace tps
Annotations
The name of the second reference point (should it be a pointer? to a design point? or some other point type?)
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="ReferencePoint2" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of the second reference point (should it be a pointer? to a design point? or some other point type?)</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:gpsOffsetPtlType
Namespace tps
Annotations
A Ptl Gnss offset is a Gnss offset with Ptl data
Diagram
Type extension of tps:gpsOffsetType
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} , tps:ReferencePoint1 , tps:ReferencePoint2 , (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:ReferencePoint1, tps:ReferencePoint2, 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="gpsOffsetPtlType">
  <xs:annotation>
    <xs:documentation>A Ptl Gnss offset is a Gnss offset with Ptl data</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:gpsOffsetType">
      <xs:sequence>
        <xs:element name="ReferencePoint1" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the first reference point (should it be a pointer? to a design point? or some other point type?)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ReferencePoint2" type="xs:string">
          <xs:annotation>
            <xs:documentation>The name of the second reference point (should it be a pointer? to a design point? or some other point type?)</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>