Back to SwissRETS

noNamespace
element buy

Super Types
{} (restriction)

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

Model
<buy
  referring = priceReferring>
(priceFrom ; priceTo)
</buy>


Nested Element Summary
xs:positiveIntegerpriceFrom
          
xs:positiveIntegerpriceTo
          

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="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>

Back to SwissRETS

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.