Definition Type: Element
Name: fragmentList
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
A container for one or more fragments and joins. fragmentList can contain several fragments and joins. The normal content model is join fragment join fragment... 2006-07-20: PMR Added
Collapse XSD Schema Diagram:
Drilldown into fragment in schema schema_xsd Drilldown into label in schema schema_xsd Drilldown into join in schema schema_xsd Drilldown into metadataList in schema schema_xsd Drilldown into ref in schema schema_xsd Drilldown into ref in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into dictRef in schema schema_xsdXSD Diagram of fragmentList in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
metadataList nsA:metadataList (1) (1)
join nsA:join (1) (1)
label nsA:label (1) (1)
fragment nsA:fragment (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
dictRef nsA:dictRef (Optional)
convention nsA:convention (Optional)
title nsA:title (Optional)
id nsA:id (Optional)
ref nsA:ref (Optional)