Back to SwissRETS

noNamespace
element rent

Super Types
{} (restriction)

Documentation
Recurring rental price.
Properties
This component is not nillable.

Model
<rent
  interval = priceInterval
  referring = priceReferring>
(netFrom ; netTo)
</rent>


Nested Element Summary
xs:positiveIntegernetFrom
          
xs:positiveIntegernetTo
          

Attribute Summary
 priceIntervalinterval
          
 priceReferringreferring
          

Attribute Detail

interval

Type:
priceInterval
Use:
optional
Form:
unqualified

referring

Type:
priceReferring
Use:
optional
Form:
unqualified

Source
<xs:element maxOccurs="1" minOccurs="0" name="rent">
<xs:complexType>
<xs:all>
<xs:element maxOccurs="1" minOccurs="1" name="netFrom" type="xs:positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="1" name="netTo" type="xs:positiveInteger"/>
</xs:all>
<xs:attribute name="interval" type="priceInterval" use="optional"/>
<xs:attribute name="referring" type="priceReferring" use="optional"/>
</xs:complexType>
</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.