Definition Type: SimpleType
Name: positiveNumberType
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
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.
Collapse XSD Schema Diagram:
XSD Diagram of positiveNumberType in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<xsd:simpleType name="positiveNumberType" id="st.positiveNumberType" xmlns="http://www.w3.org/1999/xhtml">
    <xsd:annotation>
        <xsd:documentation>
            <h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A positive number.</h:div>
            <h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Note that we also provide <tt>nonNegativeNumber</tt> with inclusive zero. The maximum number is (quite large) since 'unbounded' is more difficult to implement.</h: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>
Collapse Facets:
Facet Value
MaxInclusive 1.0E+99
MinExclusive 0.0
Collapse Derivation Tree:
Collapse References:
nsA:count, nsA:countType