Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Element tps:Transaction
Namespace tps
Annotations
Transaction data is either the definition of a Transaction Measurement session or a sequence of Actions on elements
Diagram
Type tps:transactionType
Properties
content complex
Model
tps:Counter , (tps:TransactionSession | (tps:UpdateAction{0,1} , tps:DeleteAction{0,1})) , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps') , tps:RefIDs{0,1}
Children tps:Counter, tps:DeleteAction, tps:RefIDs, tps:TransactionSession, tps:UpdateAction
Instance
<tps:Transaction xmlns:tps="tps">
  <tps:Counter>{1,1}</tps:Counter>
  <tps:TransactionSession id="">{1,1}</tps:TransactionSession>
  <tps:UpdateAction sessIdRef="" timestamp="" type="">{0,1}</tps:UpdateAction>
  <tps:DeleteAction sessIdRef="" timestamp="">{0,1}</tps:DeleteAction>
  <tps:RefIDs>{0,1}</tps:RefIDs>
</tps:Transaction>
Source
<xs:element name="Transaction" type="tps:transactionType">
  <xs:annotation>
    <xs:documentation>Transaction data is either the definition of a Transaction Measurement session or a sequence of Actions on elements</xs:documentation>
  </xs:annotation>
</xs:element>