sqf:templateElements

This element group describes the content of the activity elements. The behavior is similar to the content of the<icode type="element">xsl:template</icode>element. Additionally, the elements<icode type="element">sch:value-of</icode>and<icode type="element">sch:let</icode>are treated as<icode type="element">xsl:value-of</icode>and<icode type="element">xsl:variable</icode>. Also the<a ref="#sqf_copy-of">
  <icode type="element">sqf:copy-of</icode>
</a>element is available.

Element Group Information

Model

(ANY element from ANY namespace)

Used By

Source

<xs:group name="templateElements">
  <xs:annotation>
    <xs:documentation>This element group describes the content of the activity elements. The behavior is similar to the content of the
      <icode type="element">xsl:template</icode>element. Additionally, the elements
      <icode type="element">sch:value-of</icode>and
      <icode type="element">sch:let</icode>are treated as
      <icode type="element">xsl:value-of</icode>and
      <icode type="element">xsl:variable</icode>. Also the
      <a ref="#sqf_copy-of">
        <icode type="element">sqf:copy-of</icode>
      </a>element is available.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:any processContents="skip"/>
    </xs:choice>
  </xs:sequence>
</xs:group>