Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type tps:actionObjectType
Namespace tps
Annotations
Definition of id and idRef of the element, used both in MAXML structure and in Transaction structure (see attributes for further details). Each element must define either id or idref, but not both.
Diagram
Used by
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)
Source
<xs:complexType name="actionObjectType">
  <xs:annotation>
    <xs:documentation>Definition of id and idRef of the element, used both in MAXML structure and in Transaction structure (see attributes for further details). Each element must define either id or idref, but not both.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="id" type="xs:ID">
    <xs:annotation>
      <xs:documentation>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)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="idRef" type="xs:IDREF">
    <xs:annotation>
      <xs:documentation>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)</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Attribute tps:actionObjectType / @id
Namespace No namespace
Annotations
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)
Type xs:ID
Properties
content simple
Used by
Complex Type tps:actionObjectType
Source
<xs:attribute name="id" type="xs:ID">
  <xs:annotation>
    <xs:documentation>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)</xs:documentation>
  </xs:annotation>
</xs:attribute>
Attribute tps:actionObjectType / @idRef
Namespace No namespace
Annotations
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)
Type xs:IDREF
Properties
content simple
Used by
Complex Type tps:actionObjectType
Source
<xs:attribute name="idRef" type="xs:IDREF">
  <xs:annotation>
    <xs:documentation>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)</xs:documentation>
  </xs:annotation>
</xs:attribute>