Definition Type: Element
Name: for
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
Iterates through a list or list of values Experimental. 2006-06-09: PMR. Created
Collapse XSD Schema Diagram:
Drilldown into list in schema schema_xsd Drilldown into list in schema schema_xsd Drilldown into step in schema schema_xsd Drilldown into step in schema schema_xsd Drilldown into end in schema schema_xsd Drilldown into end in schema schema_xsd Drilldown into start in schema schema_xsd Drilldown into start in schema schema_xsd Drilldown into name in schema schema_xsd Drilldown into name 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_xsdXSD Diagram of for in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="for" id="el.for">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Iterates through a list or list of values</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Experimental. </h:div>
            <h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2006-06-09: PMR. Created</h:div>
            <h:div class="example" href="if1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:choice minOccurs="0" maxOccurs="unbounded">
                <xsd:any processContents="lax" />
            </xsd:choice>
        </xsd:sequence>
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="dictRef" />
        <xsd:attributeGroup ref="name" />
        <xsd:attributeGroup ref="start" />
        <xsd:attributeGroup ref="end" />
        <xsd:attributeGroup ref="step" />
        <xsd:attributeGroup ref="list" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)
name nsA:name (Optional)
start nsA:start (Optional)
end nsA:end (Optional)
step nsA:step (Optional)
list nsA:list (Optional)