copy

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
attributes xs:string optional

Used By

Element Group template-content

Source

<xs:element name="copy">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="template-content"/>
    </xs:choice>
    <xs:attribute name="attributes" type="xs:string" use="optional"/>
    <!-- todo: type of "attributes" should be of kind stx-pattern -->
  </xs:complexType>
</xs:element>

Sample