<xsd:element name="copy" id="el.copy">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Copies an element</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Experimental. copies contained element</h:div>
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-06-09: PMR. Created</h:div>
<h:div class="example" href="copy1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:any processContents="lax" />
</xsd:choice>
</xsd:sequence>
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
</xsd:complexType>
</xsd:element>
|