simpleType PositiveDecimal

simpleType {http://schemas.microsoft.com/office/onenote/2004/import}PositiveDecimal

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}decimal (by restriction)
 {http://schemas.microsoft.com/office/onenote/2004/import}PositiveDecimal
Target Namespacehttp://schemas.microsoft.com/office/onenote/2004/import
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://schemas.microsoft.com/office/onenote/2004/import


Source

<xsd:simpleType name="PositiveDecimal">
    <
xsd:annotation>
        <
xsd:documentation xml:lang="en">Positive number.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="xsd:decimal">
        <
xsd:minInclusive value="0.00"/>
        <
xsd:maxInclusive value="1000000.00"/>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

Positive number.


simpleType PositiveDecimal


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.