<xs:element name="POIDetails">
<xs:annotation>
<xs:documentation>A group of properties specific to a point of interest</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="position" type="GeoCoordinatesType" minOccurs="0">
<xs:annotation>
<xs:documentation>The coordinates of the location</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="openHours" minOccurs="0" type="Label1Type">
<xs:annotation>
<xs:documentation>Opening hours of the point of interest expressed in natural language</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="capacity" minOccurs="0" type="Label1Type">
<xs:annotation>
<xs:documentation>Total capacity of the point of interest expressed in natural language</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="contactInfo" type="ContactInfoType">
<xs:annotation>
<xs:documentation>Information how to contact the point of interest.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="access" type="BlockType">
<xs:annotation>
<xs:documentation>Ways to access the place of the point of interest, including directions.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="details" type="BlockType">
<xs:annotation>
<xs:documentation>Detailed information about the location of the point of interest.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|