Back to SwissRETS

noNamespace
element attachments

Super Types
{} (restriction)

Documentation
Sequence links, files, embeds and media.
All attachements have an URL, to encurage the use of online available resources, if for some reason a public available resource is not suitable, the file URI scheme should be used.
Properties
This component is not nillable.

Model
<attachments>
(image*, logo*, document*, plan*, landRegisterExtract*, linkDirect*, link*, linkVirtualTour*, linkYoutube* )
</attachments>


Nested Element Summary
attachmentDocumentdocument
          Specifications, brochures and other descriptive files. 
attachmentImageimage
          
attachmentDocumentlandRegisterExtract
          A document given to political officials (commune) with basic information portraying the property and its registrational validity. 
attachmentLinklink
          An arbitrary related link. 
attachmentLinklinkDirect
          "direct-link" defines a link that will link visitors "directly" to the offer. 
attachmentLinklinkVirtualTour
          Virtual tour link, typically used for embeddings and integrations. 
attachmentLinklinkYoutube
          Video link, typically used for embeddings and integrations. 
attachmentLogologo
          
attachmentDocumentplan
          Floorplan image or document. 
Source
<xs:element maxOccurs="1" minOccurs="0" name="attachments">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="image" type="attachmentImage"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="logo" type="attachmentLogo"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="document" type="attachmentDocument">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="plan" type="attachmentDocument">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="landRegisterExtract" type="attachmentDocument">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="linkDirect" type="attachmentLink">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="link" type="attachmentLink">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="linkVirtualTour" type="attachmentLink">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="linkYoutube" type="attachmentLink">
</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.