Definition Type: Element
Name: eigen
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
An element to hold eigenstuff. Holds an array of eigenvalues and a matrix of eigenvectors.
Collapse XSD Schema Diagram:
Drilldown into matrix in schema schema_xsd Drilldown into array in schema schema_xsd Drilldown into orientation in schema schema_xsd Drilldown into eigenOrientation in schema schema_xsd Drilldown into type in schema schema_xsd Drilldown into type 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 units in schema schema_xsd Drilldown into units in schema schema_xsdXSD Diagram of eigen in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:element name="eigen" id="el.eigen">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An element to hold eigenstuff.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Holds an array of eigenvalues and a matrix of eigenvectors.</h:div>
            <h:div class="example" href="eigen1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="array" minOccurs="0" />
            <xsd:element ref="matrix" minOccurs="0" />
        </xsd:sequence>
        <xsd:attributeGroup ref="units" />
        <xsd:attributeGroup ref="title" />
        <xsd:attributeGroup ref="id" />
        <xsd:attributeGroup ref="convention" />
        <xsd:attributeGroup ref="dictRef" />
        <xsd:attributeGroup ref="type">
            <xsd:annotation>
                <xsd:documentation>
                    <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">No current semantics.</h:div>
                    <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Suggest it is developed
                    for the chemical/physical role, e.g. "molecular obitals", "inertial
                    matrix", "vibrational modes", "phonons", etc.</h:div>
                </xsd:documentation>
            </xsd:annotation>
        </xsd:attributeGroup>
        <xsd:attributeGroup ref="eigenOrientation" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
array nsA:array 0 (1)
matrix nsA:matrix 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
units nsA:units (Optional)
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)
type nsA:type (Optional)
orientation nsA:orientation (Optional)