<xs:element name="location">
<xs:annotation>
<xs:documentation>A location (geographical area or point of interest) the even takes place</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FlexLocationPropType">
<xs:attribute name="role" type="QCodeType">
<xs:annotation>
<xs:documentation>Refinement of the semantics of the location regarding the event - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="IRIType">
<xs:annotation>
<xs:documentation>Refinement of the semantics of the location regarding the event - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|