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