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.
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)
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>
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: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>
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: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>