Back to SwissRETS

noNamespace
simpleType availability

Super Types
{}availability (restriction)

Documentation
Lifecycle state of properties.
active - Enabled and open for inquiries
private - Same as active, but for a private audience, like behind a login
reference - Testimonial or reference of a transaction in the past, to showcase work
reserved - Same as active, but someone reserved it and it's not taken yet
taken - Offer has ben sold or rented out
Properties
This component is not nillable.

Model

('active' | 'private' | 'reference' | 'reserved' | 'taken')

Source
<xs:simpleType name="availability">
<xs:restriction base="xs:string">
<xs:enumeration value="active">
</xs:enumeration>
<xs:enumeration value="private">
</xs:enumeration>
<xs:enumeration value="reference">
</xs:enumeration>
<xs:enumeration value="reserved">
</xs:enumeration>
<xs:enumeration value="taken">
</xs:enumeration>
</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.