<xsd:element name="metadata" id="el.metadata">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A general container for metadata.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
<h:p>A general container for metadata, including at least
Dublin Core (DC) and CML-specific metadata</h:p>
<h:p>In its simple form each element provides a name and content in a similar
fashion to the <h:tt>meta</h:tt> element in HTML. <h:tt>metadata</h:tt> may have simpleContent
(i.e. a string for adding further information - this is not controlled).</h:p>
</h:div>
<h:div class="example" href="metadata1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attributeGroup ref="content" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="id" />
<!-- this creates an attribute of name "name" -->
<xsd:attributeGroup ref="metadataType" />
<xsd:attributeGroup ref="title" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|