<xs:complexType name="sportsContentQualifierComplexType">
<xs:annotation>
<xs:documentation>Further refinement/elaboration of a sports-content-code. | If the document covers more than one of these, additional sports-content-qualifier elements may be used.</xs:documentation>
</xs:annotation>
<xs:attributeGroup ref="commonAttributes"/>
<xs:attribute name="gender" use="optional">
<xs:annotation>
<xs:documentation>One specific gender or mixed.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:annotation>
<xs:documentation>One specific gender or mixed.</xs:documentation>
</xs:annotation>
<xs:restriction id="genderQual" base="xs:string">
<xs:enumeration id="genderQualMale" value="male"/>
<xs:enumeration id="genderQualFemale" value="female"/>
<xs:enumeration id="genderQualMixed" value="mixed"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="participant-count" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Number of participants playing on a team or side in the events covered. SportsML vocabulary uri: http://cv.iptc.org/newscodes/spparticipantcount/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="professional-status" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The professional-status of the events covered. SportsML vocabulary uri: http://cv.iptc.org/newscodes/spprofessionalstatus/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="special-group" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>If the events covered are for special groups. Can be school-oriented, age-oriented, or group names, like Firefighters.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="minimum-age" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Lowest age for participants, in years. Examples: 0, 14, 21.5.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="maximum-age" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Highest age for participants, in years. Examples: 8, 65, 120.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="special-needs" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Events for persons with special-needs.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |