<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> |