<xs:element minOccurs="0" name="HVSResidials" type="tps:tsRawDataType"><xs:annotation><xs:documentation>The horizontal, vertical and slope residuals, represented as Ts data parameters</xs:documentation></xs:annotation></xs:element>
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 resection shot</xs:documentation></xs:annotation></xs:element>
The type of user data (can be horizontal vertical and slope distance, only horizontal, only vertical, only slope distance, horizontal and vertical, horizontal and slope distance, vertical and slope distance and none)
Diagram
Type
restriction of xs:NMTOKEN
Properties
content
simple
minOccurs
0
default
hvsd
Facets
enumeration
hvsd
enumeration
h
enumeration
v
enumeration
sd
enumeration
hv
enumeration
hsd
enumeration
vsd
enumeration
none
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, only horizontal, only vertical, only slope distance, horizontal and vertical, horizontal and slope distance, vertical and slope distance and none)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="hvsd"/><xs:enumeration value="h"/><xs:enumeration value="v"/><xs:enumeration value="sd"/><xs:enumeration value="hv"/><xs:enumeration value="hsd"/><xs:enumeration value="vsd"/><xs:enumeration value="none"/></xs:restriction></xs:simpleType></xs:element>
Complex Type tps:tsRawResShotType
Namespace
tps
Annotations
A TS resection 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="tsRawResShotType"><xs:annotation><xs:documentation>A TS resection 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="HVSResidials" type="tps:tsRawDataType"><xs:annotation><xs:documentation>The horizontal, vertical and slope residuals, represented as Ts data parameters</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Coordinates" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The coordinates of the TS resection 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, only horizontal, only vertical, only slope distance, horizontal and vertical, horizontal and slope distance, vertical and slope distance and none)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="hvsd"/><xs:enumeration value="h"/><xs:enumeration value="v"/><xs:enumeration value="sd"/><xs:enumeration value="hv"/><xs:enumeration value="hsd"/><xs:enumeration value="vsd"/><xs:enumeration value="none"/></xs:restriction></xs:simpleType></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>