Definition Type: Element
Name: yaxis
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
The y-axis. A container for all information relating to the y-axis (including scales, offsets, etc.) and the data themselves (in an array).
Collapse XSD Schema Diagram:
Drilldown into array in schema schema_xsd Drilldown into constantToData in schema schema_xsd Drilldown into constantToData in schema schema_xsd Drilldown into multiplierToData in schema schema_xsd Drilldown into multiplierToData 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 yaxis in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="yaxis" id="el.yaxis">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The y-axis.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">A container for all information relating to the y-axis (including scales, offsets, etc.) and the data themselves (in an <h:tt>array</h:tt>).</h:div>
            <h:div class="example" href="yaxis1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="array">
                <xsd:annotation>
                    <xsd:documentation>
                        <h:div xmlns:h="http://www.w3.org/1999/xhtml">The y-data. These must match the x-data in number and order. There are tools to allow scaling and transformation (though unscaled data must be very carefully defined).</h:div>
                    </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:attributeGroup ref="dictRef" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="ref" />
        <xsd:attributeGroup ref="multiplierToData" />
        <xsd:attributeGroup ref="constantToData" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
array nsA:array (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)
multiplierToData nsA:multiplierToData 1.0 (Optional)
constantToData nsA:constantToData 0.0 (Optional)