Definition Type: SimpleType
Name: matrix44Type
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
A 4x4 transformation matrix This is the base for extending the transform3 element.
Collapse XSD Schema Diagram:
XSD Diagram of matrix44Type in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="matrix44Type" id="st.matrix44Type">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A 4x4 transformation matrix</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">This is the base for extending the transform3 element.
            </h:div>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction>
        <xsd:simpleType>
            <xsd:list itemType="xsd:double" />
        </xsd:simpleType>
        <xsd:length value="16" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Length 16
Collapse Derivation Tree:
Collapse References:
nsA:transform3