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>
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>
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="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>