simpleType floatArrayType

simpleType {http://www.xml-cml.org/schema/cml2/core}floatArrayType

Target Namespacehttp://www.xml-cml.org/schema/cml2/core
Declared Namespacesxmlns:val=http://www.w3.org/1999/XSL/TransformX
xmlns:stm=http://www.xml-cml.org/schema/stmml
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:xlink=http://www.w3.org/1999/xlink
xmlns:cml=http://www.xml-cml.org/schema/cml2/core
xmlns=http://www.xml-cml.org/schema/cml2/core


Source

<xsd:simpleType name="floatArrayType" id="st.floatArrayType">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="summary">An array of floats.</div>
            <
div class="description">
                <
p>
An array of floats or other real numbers.
Not used in STM Schema, but re-used by CML and other languages.
                
</p>
            </
div>
            <
div class="example">
                <
pre>
<atomArray xmlns="http://www.xml-cml.org/schema/cml2/core"
x2="1.2 2.3 3.4 5.6"/>
                
</pre>
            </
div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:list itemType="xsd:float"/>
</
xsd:simpleType>


Documentation

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.

<atomArray xmlns="http://www.xml-cml.org/schema/cml2/core"
  x2="1.2 2.3 3.4 5.6"/>


simpleType floatArrayType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.