Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:rawNoteType / tps:Time
Namespace tps
Annotations
The creation time of the Raw note
Diagram
Type xs:dateTime
Properties
content simple
minOccurs 0
Source
<xs:element name="Time" type="xs:dateTime" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The creation time of the Raw note</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:rawNoteType / tps:Text
Namespace tps
Annotations
The text of the Raw note
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Text" type="xs:string">
  <xs:annotation>
    <xs:documentation>The text of the Raw note</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:rawNoteType
Namespace tps
Annotations
A Raw note is a simple text. It's the only Raw data that doesn't reference a Measurement session
Diagram
Type extension of tps:baseRawDataType
Type hierarchy
Used by
Model
tps:Time{0,1} , tps:Text , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:Text, tps:Time
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="rawNoteType">
  <xs:annotation>
    <xs:documentation>A Raw note is a simple text. It's the only Raw data that doesn't reference a Measurement session</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="tps:baseRawDataType">
      <xs:sequence>
        <xs:element name="Time" type="xs:dateTime" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The creation time of the Raw note</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Text" type="xs:string">
          <xs:annotation>
            <xs:documentation>The text of the Raw note</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:group minOccurs="0" ref="tps:versionable"/>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>