Back to SwissRETS

noNamespace
simpleType percent

Super Types
{}percent (restriction)

Documentation
The percent type specifies a percentage from 0 to 100.
Properties
This component is not nillable.

Model

inclusive lower bound: 0
inclusive upper bound: 100


Source
<xs:simpleType name="percent">
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="100"/>
</xs:restriction>
</xs:simpleType>

Back to SwissRETS

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.