simpleType percentType

simpleType {http://hapmap.cshl.org}percentType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}decimal (by restriction)
 {http://hapmap.cshl.org}percentType
Target Namespacehttp://hapmap.cshl.org
Declared Namespacesxmlns:xs=http://www.w3.org/2001/XMLSchema
xmlns=http://www.hapmap.org


Source

<xs:simpleType name="percentType">
    <
xs:annotation>
        <
xs:documentation>
General percent datatype, ranging from 0 to 1, with every float-value
between allowed.
        
</xs:documentation>
    </
xs:annotation>
    <
xs:restriction base="xs:decimal">
        <
xs:maxInclusive value="1"/>
        <
xs:minInclusive value="0"/>
    </
xs:restriction>
</
xs:simpleType>


Documentation

General percent datatype, ranging from 0 to 1, with every float-value
               between allowed.


simpleType percentType


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.