sqf:activityElements

An activity element defines a change command for one or more nodes of the instance element. This change command is specified by the kind of activity element, the content and several attributes.

Element Group Information

Model

Used By

Element sqf:fix

Source

<xs:group name="activityElements">
  <xs:annotation>
    <xs:documentation>An activity element defines a change command for one or more nodes of the instance element. This change command is specified by the kind of activity element, the content and several attributes.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice maxOccurs="unbounded" minOccurs="0">
      <xs:element ref="sqf:add"/>
      <xs:element ref="sqf:delete"/>
      <xs:element ref="sqf:replace"/>
      <xs:element ref="sqf:stringReplace"/>
    </xs:choice>
  </xs:sequence>
</xs:group>