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')
<xs:element minOccurs="0" name="Coordinates" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The coordinates of the TS reference line shot</xs:documentation></xs:annotation></xs:element>
The type of user data (can be horizontal vertical and slope distance or horizontal and vertical)
Diagram
Type
restriction of xs:NMTOKEN
Properties
content
simple
minOccurs
0
default
hvsd
Facets
enumeration
hvsd
enumeration
hv
Source
<xs:element default="hvsd" minOccurs="0" name="UsedData"><xs:annotation><xs:documentation>The type of user data (can be horizontal vertical and slope distance or horizontal and vertical)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="hvsd"/><xs:enumeration value="hv"/></xs:restriction></xs:simpleType></xs:element>
Horizontal offset along the line. Positive for Right, negative for Left.
Diagram
Type
xs:double
Properties
content
simple
Source
<xs:element name="HorizontalOffset" type="xs:double"><xs:annotation><xs:documentation>Horizontal offset along the line. Positive for Right, negative for Left.</xs:documentation></xs:annotation></xs:element>
Vertical offset. Positive for Up, negative for Down.
Diagram
Type
xs:double
Properties
content
simple
Source
<xs:element name="VerticalOffset" type="xs:double"><xs:annotation><xs:documentation>Vertical offset. Positive for Up, negative for Down.</xs:documentation></xs:annotation></xs:element>
Complex Type tps:tsRawRefLineShotType
Namespace
tps
Annotations
A TS reference line shot is a TS raw position with HVS residuals
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)
A reference to the Measurement session, that stores which instruments and parameters have been used to measure this Raw data. See Measurement session for further details
It's defined in Data structure but not in Transaction structure, where it's defined the 'measIdRef' attribute of 'Action' tag. See Action for further details
Source
<xs:complexType name="tsRawRefLineShotType"><xs:annotation><xs:documentation>A TS reference line shot is a TS raw position with HVS residuals</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:tsRawPositionType"><xs:sequence><xs:element minOccurs="0" name="Coordinates" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The coordinates of the TS reference line shot</xs:documentation></xs:annotation></xs:element><xs:element default="hvsd" minOccurs="0" name="UsedData"><xs:annotation><xs:documentation>The type of user data (can be horizontal vertical and slope distance or horizontal and vertical)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="hvsd"/><xs:enumeration value="hv"/></xs:restriction></xs:simpleType></xs:element><xs:element name="HorizontalOffset" type="xs:double"><xs:annotation><xs:documentation>Horizontal offset along the line. Positive for Right, negative for Left.</xs:documentation></xs:annotation></xs:element><xs:element name="VerticalOffset" type="xs:double"><xs:annotation><xs:documentation>Vertical offset. Positive for Up, negative for Down.</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>