Definition Type: SimpleType
Name: floatArrayType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Documentation:
OBSOLETE An array of floats. An array of floats or other real numbers. Not used in STM Schema, but re-used by CML and other languages.
Collapse XSD Schema Diagram:
XSD Diagram of floatArrayType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="floatArrayType" id="st.floatArrayType">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">OBSOLETE An array of floats.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">An array of floats or other real numbers. 
            Not used in STM Schema, but re-used by CML and other languages.</h:div>
            <h:div class="example" href="floatArrayType1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
        </xsd:documentation>
    </xsd:annotation>
    <xsd:list itemType="xsd:double" />
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:maxValueArray, nsA:minValueArray