Back to SwissRETS

noNamespace
simpleType utilization

Super Types
{}utilization (restriction)

Documentation
The intended usage, considered as the superset of the categories.
Properties
This component is not nillable.

Model

('agricultural' | 'commercial' | 'construction' | 'gastronomy' | 'industrial' | 'investment' | 'parking' | 'residential' | 'storage' | 'vacation')

Source
<xs:simpleType name="utilization">
<xs:restriction base="xs:string">
<xs:enumeration value="agricultural"/>
<xs:enumeration value="commercial"/>
<xs:enumeration value="construction"/>
<xs:enumeration value="gastronomy"/>
<xs:enumeration value="industrial"/>
<xs:enumeration value="investment"/>
<xs:enumeration value="parking"/>
<xs:enumeration value="residential"/>
<xs:enumeration value="storage"/>
<xs:enumeration value="vacation"/>
</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.