<xs:element minOccurs="0" name="Note" type="xs:string"><xs:annotation><xs:documentation>The note for this TS raw data</xs:documentation></xs:annotation></xs:element>
<xs:element default="existing" minOccurs="0" name="State" type="tps:stateType"><xs:annotation><xs:documentation>Represents whether the TS raw data is existing</xs:documentation></xs:annotation></xs:element>
<xs:element minOccurs="0" name="XYZ" type="tps:tsRawDataType"><xs:annotation><xs:documentation>The main TS raw data parameters</xs:documentation></xs:annotation></xs:element>
Complex Type tps:tsRawDataSightType
Namespace
tps
Annotations
A TS raw data sight is a Ts raw position with main TS raw data
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="tsRawDataSightType"><xs:annotation><xs:documentation>A TS raw data sight is a Ts raw position with main TS raw data</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="tps:tsRawPositionType"><xs:sequence><xs:element minOccurs="0" name="Note" type="xs:string"><xs:annotation><xs:documentation>The note for this TS raw data</xs:documentation></xs:annotation></xs:element><xs:element default="existing" minOccurs="0" name="State" type="tps:stateType"><xs:annotation><xs:documentation>Represents whether the TS raw data is existing</xs:documentation></xs:annotation></xs:element><xs:element minOccurs="0" name="XYZ" type="tps:tsRawDataType"><xs:annotation><xs:documentation>The main TS raw data parameters</xs:documentation></xs:annotation></xs:element><xs:group minOccurs="0" ref="tps:versionable"/></xs:sequence></xs:extension></xs:complexContent></xs:complexType>