Back to SwissRETS

noNamespace
element additionalOffers

Super Types
{} (restriction)

Documentation
List of extras.
Properties
This component is not nillable.

Model
<additionalOffers>
offer
</additionalOffers>


Nested Element Summary
 offer
          An extra which causes additional costs. 
Source
<xs:element maxOccurs="1" minOccurs="0" name="additionalOffers">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="offer">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:positiveInteger">
<xs:attribute name="type">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="parking-exterior-space"/>
<xs:enumeration value="parking-carport"/>
<xs:enumeration value="parking-garage"/>
<xs:enumeration value="parking-garage-connected"/>
<xs:enumeration value="parking-garage-box"/>
<xs:enumeration value="parking-garage-underground"/>
<xs:enumeration value="parking-house"/>
<xs:enumeration value="parking-duplex"/>
<xs:enumeration value="parking-double-garage"/>
<xs:enumeration value="room-workroom"/>
<xs:enumeration value="room-storage-basement"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="interval" type="priceInterval" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</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.