Showing:

Annotations
Attributes
Diagrams
Model
Properties
Source
Used by
Element tps:deleteActionType / tps:Elements
Namespace tps
Annotations
A collection of elements, defined by their MaXML identifiers. Identifiers must be separated with a space.
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="Elements" type="xs:string">
  <xs:annotation>
    <xs:documentation>A collection of elements, defined by their MaXML identifiers. Identifiers must be separated with a space.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:deleteActionType
Namespace tps
Annotations
A delete Action taken on a sequence of elements. Elements are identified by their MaXML identifiers.
Diagram
Used by
Model
Children tps:Elements
Attributes
QName Type Use Annotation
sessIdRef xs:string optional
A reference to the Measurement session related to the Action. All the elements involved by the Action refer to this Measurement session
timestamp xs:dateTime optional
The creation datetime of the Action
Source
<xs:complexType name="deleteActionType">
  <xs:annotation>
    <xs:documentation>A delete Action taken on a sequence of elements. Elements are identified by their MaXML identifiers.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Elements" type="xs:string">
      <xs:annotation>
        <xs:documentation>A collection of elements, defined by their MaXML identifiers. Identifiers must be separated with a space.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="sessIdRef" type="xs:string">
    <xs:annotation>
      <xs:documentation>A reference to the Measurement session related to the Action. All the elements involved by the Action refer to this Measurement session</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="timestamp" type="xs:dateTime">
    <xs:annotation>
      <xs:documentation>The creation datetime of the Action</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Attribute tps:deleteActionType / @sessIdRef
Namespace No namespace
Annotations
A reference to the Measurement session related to the Action. All the elements involved by the Action refer to this Measurement session
Type xs:string
Properties
content simple
Used by
Complex Type tps:deleteActionType
Source
<xs:attribute name="sessIdRef" type="xs:string">
  <xs:annotation>
    <xs:documentation>A reference to the Measurement session related to the Action. All the elements involved by the Action refer to this Measurement session</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute tps:deleteActionType / @timestamp
Namespace No namespace
Annotations
The creation datetime of the Action
Type xs:dateTime
Properties
content simple
Used by
Complex Type tps:deleteActionType
Source
<xs:attribute name="timestamp" type="xs:dateTime">
  <xs:annotation>
    <xs:documentation>The creation datetime of the Action</xs:documentation>
  </xs:annotation>
</xs:attribute>