The type of measure (can be simple shot, point distance offset, point line and offset, two points horizontal angle offset, horizontal and vertical angle offset, hidden point offset, two lines offset, line corner offset or plane corner offset)
Diagram
Type
restriction of xs:NMTOKEN
Properties
content
simple
Facets
enumeration
simple_shot
enumeration
point_m_offset
enumeration
point_l_offset
enumeration
two_points_had_offset
enumeration
ha_va_offset
enumeration
hidden_point_offset
enumeration
two_lines_offset
enumeration
line_corner_offset
enumeration
plane_corner_offset
Source
<xs:element name="TypeMeasure"><xs:annotation><xs:documentation>The type of measure (can be simple shot, point distance offset, point line and offset, two points horizontal angle offset, horizontal and vertical angle offset, hidden point offset, two lines offset, line corner offset or plane corner offset)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="simple_shot"/><xs:enumeration value="point_m_offset"/><xs:enumeration value="point_l_offset"/><xs:enumeration value="two_points_had_offset"/><xs:enumeration value="ha_va_offset"/><xs:enumeration value="hidden_point_offset"/><xs:enumeration value="two_lines_offset"/><xs:enumeration value="line_corner_offset"/><xs:enumeration value="plane_corner_offset"/></xs:restriction></xs:simpleType></xs:element>
<xs:element minOccurs="0" name="SecondRawData" type="tps:tsRawDataType"><xs:annotation><xs:documentation>The second raw data</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')
tps:FileName , tps:Azimuth , tps:TiltX , tps:TiltY , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
<xs:element maxOccurs="unbounded" minOccurs="0" name="PhotoNote" type="tps:photoNoteType"><xs:annotation><xs:documentation>A sequence of photos with information</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)
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="tsRawFSDataType"><xs:annotation><xs:documentation>A TS foresight data is a TS raw data sight with additional foresight data</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:tsRawDataSightType"><xs:sequence><xs:element name="TypeMeasure"><xs:annotation><xs:documentation>The type of measure (can be simple shot, point distance offset, point line and offset, two points horizontal angle offset, horizontal and vertical angle offset, hidden point offset, two lines offset, line corner offset or plane corner offset)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="simple_shot"/><xs:enumeration value="point_m_offset"/><xs:enumeration value="point_l_offset"/><xs:enumeration value="two_points_had_offset"/><xs:enumeration value="ha_va_offset"/><xs:enumeration value="hidden_point_offset"/><xs:enumeration value="two_lines_offset"/><xs:enumeration value="line_corner_offset"/><xs:enumeration value="plane_corner_offset"/></xs:restriction></xs:simpleType></xs:element><xs:element minOccurs="0" name="SecondRawData" type="tps:tsRawDataType"><xs:annotation><xs:documentation>The second raw data</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="Coordinates" type="tps:coordsXYZType"><xs:annotation><xs:documentation>The coordinates of TS foresight</xs:documentation></xs:annotation></xs:element><xs:element maxOccurs="unbounded" minOccurs="0" name="PhotoNote" type="tps:photoNoteType"><xs:annotation><xs:documentation>A sequence of photos with information</xs:documentation></xs:annotation></xs:element><xs:element maxOccurs="unbounded" minOccurs="0" name="Code" type="tps:codeTypeLegacy"><xs:annotation><xs:documentation>A sequence of codes</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>