Back to SwissRETS

noNamespace
element prices

Super Types
{} (restriction)

Documentation
Price ranges for marketing purposes.
Properties
This component is not nillable.

Model
<prices
  currency = xs:string>
(rent ; buy)
</prices>


Nested Element Summary
 buy
          One time buy prices. 
 rent
          Recurring rental price. 

Attribute Summary
 xs:stringcurrency
          

Attribute Detail

currency

Type:
based on
with :
Use:
optional
Form:
unqualified

Source
<xs:element maxOccurs="1" minOccurs="0" name="prices">
<xs:complexType>
<xs:all>
<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>
<xs:element maxOccurs="1" minOccurs="0" name="buy">
<xs:complexType>
<xs:all>
<xs:element maxOccurs="1" minOccurs="1" name="priceFrom" type="xs:positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="1" name="priceTo" type="xs:positiveInteger"/>
</xs:all>
<xs:attribute name="referring" type="priceReferring"/>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="currency">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="3"/>
<xs:maxLength value="3"/>
<xs:pattern value="[A-Z]{3}"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</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.