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>). |
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>. |
Element | sqf:add |
<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> |