Back to SwissRETS

noNamespace
element type

Super Types
{} (restriction)

Documentation
Specifies rent or buy.
Properties
This component is not nillable.

Model
<type>

</type>

Source
<xs:element maxOccurs="1" minOccurs="1" name="type">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="buy"/>
<xs:enumeration value="rent"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

Back to SwissRETS

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