Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type tps:baseRawDataType
Namespace tps
Annotations
Each raw data has a reference to a Measurement Session (the only exception is RawNote)
Diagram
Type extension of tps:actionObjectType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
id xs:ID optional
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)
idRef xs:IDREF optional
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)
measIdRef xs:IDREF optional
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="baseRawDataType">
  <xs:annotation>
    <xs:documentation>Each raw data has a reference to a Measurement Session (the only exception is RawNote)</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:actionObjectType">
      <xs:attribute name="measIdRef" type="xs:IDREF">
        <xs:annotation>
          <xs:documentation>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</xs:documentation>
          <xs:documentation>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</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Attribute tps:baseRawDataType / @measIdRef
Namespace No namespace
Annotations
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
Type xs:IDREF
Properties
content simple
Used by
Complex Type tps:baseRawDataType
Source
<xs:attribute name="measIdRef" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>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</xs:documentation>
    <xs:documentation>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</xs:documentation>
  </xs:annotation>
</xs:attribute>