<xsd:element name="metadataList" id="el.metadataList">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A general container for metadata elements.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">MetadataLists can have local roles (e.g. a bibliographic reference could be a single meteadatList with, say, 3-6 components). The role attribute is used in an uncontrolled manner for this. MetadataLists can also be nested, but metadata and metadataList children should not occur on the same level of the hierarchy.</h:div>
<h:div class="example" href="metadata1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="metadataList" />
<xsd:element ref="metadata" />
</xsd:choice>
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="name" />
<xsd:attributeGroup ref="role" />
</xsd:complexType>
</xsd:element>
|