Definition Type: Element
Name: arrayList
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
A list of arrays or lists. A major use of arrayList is to contain data within rectangular tables. However there is no absolute requirement and the table can have any shape. The shape attribute hould be used to assert rectangularity. 2006-11-03: created
Collapse XSD Schema Diagram:
Drilldown into list in schema schema_xsd Drilldown into array in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into convention 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 shape in schema schema_xsd Drilldown into shape in schema schema_xsdXSD Diagram of arrayList in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="arrayList" id="el.arrayList">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A list of <tt xmlns="">array</tt>s or <tt xmlns="">list</tt>s.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
                <h:p>A major use of arrayList is to contain data within rectangular tables. However there is no 
              absolute requirement and the table can have any shape. The <tt xmlns="">shape</tt> attribute hould be used 
              to assert rectangularity. </h:p>
            </h:div>
            <h:div class="example" href="arrayList1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
            <h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-11-03: created</h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:choice minOccurs="0" maxOccurs="unbounded">
            <xsd:element ref="array" />
            <xsd:element ref="list" />
        </xsd:choice>
        <xsd:attributeGroup ref="shape" />
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="dictRef" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
array nsA:array (1) (1)
list nsA:list (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
shape nsA:shape (Optional)
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)