simpleType positiveNumberType

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

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}double (by restriction)
 {http://www.xml-cml.org/schema/cml2/core}positiveNumberType
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="positiveNumberType" id="st.positiveNumberType">
    <
xsd:annotation>
        <
xsd:documentation>
            <
div class="description">
A positive number. Note that we also provide nonNegativeNumber
with inclusive zero. The maximum number is (quite large) since 'unbounded' is more difficult
to implement. This is greater than Eddington's estimate of the number of particles in the
universe so it should work for most people.
            
</div>
        </
xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:double">
        <
xsd:minExclusive value="0.0"/>
        <
xsd:maxInclusive value="1.0E+99"/>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

A positive number. Note that we also provide nonNegativeNumber with inclusive zero. The maximum number is (quite large) since 'unbounded' is more difficult to implement. This is greater than Eddington's estimate of the number of particles in the universe so it should work for most people.


simpleType positiveNumberType


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.