position

The<icode type="attribute">position</icode>attribute defines the position of the nodes to be added relatively to the anchor node (see<a ref="#activityBase_match">@match</a>).

Default
If the value of the<icode type="attribute">node-type</icode>attribute is<icode type="attributeValue">attribute</icode>, the<icode type="attribute">position</icode>attribute should not be set, because the node to be added will always be inserted as attribute. Otherwise the default value is<icode type="attributeValue">first-child</icode>.

Attribute Information

Used By

Element sqf:add

Source

<xs:attribute name="position" type="sqf:positionType">
  <xs:annotation>
    <xs:documentation>The
      <icode type="attribute">position</icode>attribute defines the position of the nodes to be added relatively to the anchor node (see
      <a ref="#activityBase_match">@match</a>).</xs:documentation>
    <xs:documentation source="Default">If the value of the
      <icode type="attribute">node-type</icode>attribute is
      <icode type="attributeValue">attribute</icode>, the
      <icode type="attribute">position</icode>attribute should not be set, because the node to be added will always be inserted as attribute. Otherwise the default value is
      <icode type="attributeValue">first-child</icode>.</xs:documentation>
  </xs:annotation>
</xs:attribute>

Sample