Back to SwissRETS

noNamespace
element localizations

Super Types
{} (restriction)

Documentation
Sequence of all language specific content and texts.
Properties
This component is not nillable.

Model
<localizations>
localization
</localizations>


Nested Element Summary
 localization
          One for each language, a set of language specific content and texts. 
Source
<xs:element maxOccurs="1" minOccurs="1" name="localizations">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="localization">
<xs:complexType>
<xs:all>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="excerpt" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="description" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="location" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="equipment" type="xs:string">
</xs:element>
<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>
<xs:element maxOccurs="1" minOccurs="0" name="visitInformation" type="xs:string">
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="events">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="1" name="event">
<xs:complexType>
<xs:all>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="1" name="start" type="xs:dateTime"/>
<xs:element maxOccurs="1" minOccurs="1" name="end" type="xs:dateTime"/>
<xs:element maxOccurs="1" minOccurs="0" name="location" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="summary" type="xs:string"/>
</xs:all>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:all>
<xs:attribute name="lang" type="languageCode" use="required"/>
</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.