<xsd:element name="fragmentList" id="el.fragmentList">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A container for one or more fragments and joins.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
<h:p>
<h:tt>fragmentList</h:tt> can contain several fragments and joins.
The normal content model is
<h:pre>
join fragment join fragment...
</h:pre>
</h:p>
</h:div>
<h:div class="example" href="fragmentList1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-07-20: PMR Added</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
</xsd:documentation>
</xsd:annotation>
<xsd:choice minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="metadataList" />
<xsd:element ref="join" />
<xsd:element ref="label" />
<xsd:element ref="fragment" />
</xsd:choice>
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="ref" />
</xsd:complexType>
</xsd:element>
|