<xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The name of the TS raw position</xs:documentation></xs:annotation></xs:element>
<xs:element name="TargetHeight" type="xs:double" default="0.0" minOccurs="0"><xs:annotation><xs:documentation>The height of the target</xs:documentation></xs:annotation></xs:element>
<xs:element name="Depth" type="xs:double" default="0.0" minOccurs="0"><xs:annotation><xs:documentation>The depth of the TS raw position</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="TSAveragedData" type="tps:tsRawDataType"><xs:annotation><xs:documentation>The TS data parameters average values</xs:documentation></xs:annotation></xs:element>
Represents whether the Ts raw position has been generated or comes from a db (can be db or generated) (???)
Diagram
Type
restriction of xs:NMTOKEN
Properties
content
simple
minOccurs
0
default
db
Facets
enumeration
db
enumeration
generated
Source
<xs:element name="NameSource" default="db" minOccurs="0"><xs:annotation><xs:documentation>Represents whether the Ts raw position has been generated or comes from a db (can be db or generated) (???)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="db"/><xs:enumeration value="generated"/></xs:restriction></xs:simpleType></xs:element>
<xs:element name="Time" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The creation datetime of this TS raw position</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="WeatherInfo" type="tps:weatherInfoType"><xs:annotation><xs:documentation>The information about the weather</xs:documentation></xs:annotation></xs:element>
<xs:element name="SurveyorInfo" type="tps:surveyorInfoType" minOccurs="0"><xs:annotation><xs:documentation>The information about the surveyor</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="tsRawPositionType"><xs:annotation><xs:documentation>A TS Raw position has data common to every TS Raw data</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:baseRawDataType"><xs:sequence><xs:element name="Name" type="xs:string"><xs:annotation><xs:documentation>The name of the TS raw position</xs:documentation></xs:annotation></xs:element><xs:element name="TargetHeight" type="xs:double" default="0.0" minOccurs="0"><xs:annotation><xs:documentation>The height of the target</xs:documentation></xs:annotation></xs:element><xs:element name="Depth" type="xs:double" default="0.0" minOccurs="0"><xs:annotation><xs:documentation>The depth of the TS raw position</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="TSData" type="tps:tsRawDataType"><xs:annotation><xs:documentation>The TS data parameters</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="TSAveragedData" type="tps:tsRawDataType"><xs:annotation><xs:documentation>The TS data parameters average values</xs:documentation></xs:annotation></xs:element><xs:element name="NameSource" default="db" minOccurs="0"><xs:annotation><xs:documentation>Represents whether the Ts raw position has been generated or comes from a db (can be db or generated) (???)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="db"/><xs:enumeration value="generated"/></xs:restriction></xs:simpleType></xs:element><xs:element name="Time" type="xs:dateTime" minOccurs="0"><xs:annotation><xs:documentation>The creation datetime of this TS raw position</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="WeatherInfo" type="tps:weatherInfoType"><xs:annotation><xs:documentation>The information about the weather</xs:documentation></xs:annotation></xs:element><xs:element name="SurveyorInfo" type="tps:surveyorInfoType" minOccurs="0"><xs:annotation><xs:documentation>The information about the surveyor</xs:documentation></xs:annotation></xs:element><xs:element name="SessionPattern" type="tps:sessionPatternType" minOccurs="0"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>