Back to SwissRETS

noNamespace
element offer

Super Types
{} (restriction)

Documentation
An extra which causes additional costs.
Properties
This component is not nillable.

Model
<offer
  interval = priceInterval
  type = xs:string>
positiveInteger
</offer>


Attribute Summary
 priceIntervalinterval
          
 xs:stringtype
          

Attribute Detail

interval

Type:
priceInterval
Use:
optional
Form:
unqualified

type

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

Source
<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>

Back to SwissRETS

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