Back to SwissRETS

noNamespace
element event

Super Types
{} (restriction)

Documentation
Organised events, typically for visiting the property.
Properties
This component is not nillable.

Model
<event>
(name ; start ; end ; location? ; summary?)
</event>


Nested Element Summary
xs:dateTimeend
          
xs:stringlocation
          
xs:stringname
          
xs:dateTimestart
          
xs:stringsummary
          
Source
<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>

Back to SwissRETS

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