<xs:element minOccurs="0" name="Units" type="tps:unitsType"><xs:annotation><xs:documentation>The information about the units used in this Transaction</xs:documentation></xs:annotation></xs:element>
Complex Type tps:updateActionType
Namespace
tps
Annotations
An update Action taken on a sequence of elements. Elements can be new (created) or old (modified). In the same Action, one element cannot be involved more than once (elements of the same type but with different id are allowed).
The type of the Action taken (can be created or modified)
Source
<xs:complexType name="updateActionType"><xs:annotation><xs:documentation>An update Action taken on a sequence of elements. Elements can be new (created) or old (modified). In the same Action, one element cannot be involved more than once (elements of the same type but with different id are allowed).</xs:documentation></xs:annotation><xs:sequence><xs:element minOccurs="0" name="Units" type="tps:unitsType"><xs:annotation><xs:documentation>The information about the units used in this Transaction</xs:documentation></xs:annotation></xs:element><xs:group maxOccurs="unbounded" minOccurs="1" ref="tps:elementGroup"><xs:annotation><xs:documentation>The sequence of elements involved in the Action</xs:documentation></xs:annotation></xs:group><xs:group minOccurs="0" ref="tps:versionable"/></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="type"><xs:annotation><xs:documentation>The type of the Action taken (can be created or modified)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="created"/><xs:enumeration value="modified"/></xs:restriction></xs:simpleType></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>
<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="type"><xs:annotation><xs:documentation>The type of the Action taken (can be created or modified)</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:NMTOKEN"><xs:enumeration value="created"/><xs:enumeration value="modified"/></xs:restriction></xs:simpleType></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>