simpleType volume.number

simpleType {http://www.w3.org/2001/10/synthesis}volume.number

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}decimal (by restriction)
 {http://www.w3.org/2001/10/synthesis}number (by restriction)
  {http://www.w3.org/2001/10/synthesis}volume.number
Target Namespacehttp://www.w3.org/2001/10/synthesis
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema


Source

<xsd:simpleType name="volume.number">
    <
xsd:annotation>
        <
xsd:documentation>Modeled on number datatype: 0.0 - 100.0</xsd:documentation>
    </
xsd:annotation>
    <
xsd:restriction base="number">
        <
xsd:minInclusive value="0.0"/>
        <
xsd:maxInclusive value="100.0"/>
    </
xsd:restriction>
</
xsd:simpleType>


Documentation

Modeled on number datatype: 0.0 - 100.0


simpleType volume.number


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.