Back to SwissRETS

noNamespace
simpleType utilizationRatio

Super Types
{}utilizationRatio (restriction)

Documentation
Ratio between 0 and 1 inclusive, like how much of the land is allowed to be built on
Properties
This component is not nillable.

Model

inclusive lower bound: 0
inclusive upper bound: 1


Source
<xs:simpleType name="utilizationRatio">
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1"/>
</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.