This element is available within activity elements. The function is to copy nodes selected by the<icode type="attribute">select</icode>attribute. The element with its attribute is treated as<icode type="element">xsl:copy-of</icode>with<icode type="attribute">select</icode>attribute as it is defined in the XSLT requirement. |
<xs:element name="copy-of"> <xs:annotation> <xs:documentation>This element is available within activity elements. The function is to copy nodes selected by the <icode type="attribute">select</icode>attribute. The element with its attribute is treated as <icode type="element">xsl:copy-of</icode>with <icode type="attribute">select</icode>attribute as it is defined in the XSLT requirement.</xs:documentation> </xs:annotation> <xs:complexType> <xs:attribute name="select" type="xs:string" default="node()"> <xs:annotation> <xs:documentation>The attribute selects nodes to be copied.</xs:documentation> <xs:documentation source="Value">XPath expression.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> |