Back to SwissRETS

noNamespace
element buy

Super Types
{} (restriction)

Documentation
One time buy prices.
Properties
This component is not nillable.

Model
<buy
  referring = priceReferring>
(price? ; extra? ; wirPercentage?)
</buy>


Nested Element Summary
xs:positiveIntegerextra
          
xs:positiveIntegerprice
          
percentwirPercentage
          The percentage of the gross price which has to paid in WIR Franc electronic currency. 

Attribute Summary
 priceReferringreferring
          

Attribute Detail

referring

Type:
priceReferring
Use:
optional
Form:
unqualified

Source
<xs:element maxOccurs="1" minOccurs="0" name="buy">
<xs:complexType>
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="price" type="xs:positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="extra" type="xs:positiveInteger"/>
<xs:element maxOccurs="1" minOccurs="0" name="wirPercentage" type="percent">
</xs:element>
</xs:all>
<xs:attribute name="referring" type="priceReferring"/>
</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.