Back to SwissRETS

noNamespace
simpleType priceInterval

Super Types
{}priceInterval (restriction)

Documentation
The payment interval, the price stands for.
Properties
This component is not nillable.

Model

('onetime' | 'day' | 'week' | 'month' | 'year')

Source
<xs:simpleType name="priceInterval">
<xs:restriction base="xs:string">
<xs:enumeration value="onetime"/>
<xs:enumeration value="day"/>
<xs:enumeration value="week"/>
<xs:enumeration value="month"/>
<xs:enumeration value="year"/>
</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.