Back to SwissRETS

noNamespace
simpleType positiveDecimal

Super Types
{}positiveDecimal (restriction)

Documentation
The positive decimal type specifies a decimal from 0 and above
Properties
This component is not nillable.

Model

exclusive lower bound: 0


Source
<xs:simpleType name="positiveDecimal">
<xs:restriction base="xs:decimal">
<xs:minExclusive value="0"/>
</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.