<xs:element name="participationRequirement">
<xs:annotation>
<xs:documentation>A requirement for participating in the event</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="Flex1PropType">
<xs:attribute name="role" type="QCodeType">
<xs:annotation>
<xs:documentation>Refinement of the semantics of the property - 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 property - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|