<xs:attribute name="select" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The
<icode type="attribute">select</icode>attribute defines nodes or an atomic value as the content of the node to be added. If the
<icode type="attribute">select</icode>attribute is set, the activity element should be empty.</xs:documentation>
<xs:documentation>The selected nodes will be copied into the node to be added. Unlike a deep copy function, the copied nodes could be manipulated by the current or other activity elements.</xs:documentation>
<xs:documentation source="Value">XPath expression. The context of relative expressions is the anchor node.</xs:documentation>
<xs:documentation source="Default">There is no default value. If the
<icode type="attribute">select</icode>attribute is not set, the content of the activity element defines the content of the nodes to be added.</xs:documentation>
</xs:annotation>
</xs:attribute> |