<element name="sports-content-qualifier">
<annotation>
<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.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attribute name="gender" type="sportsml:gender.Core" use="optional">
<annotation>
<documentation>One specific gender or mixed.</documentation>
</annotation>
</attribute>
<attribute name="participant-count" type="sportsml:participantCount.Core" use="optional">
<annotation>
<documentation>Number of participants playing on a team or side in the events covered.</documentation>
</annotation>
</attribute>
<attribute name="professional-status" type="sportsml:professionalStatus.Core" use="optional">
<annotation>
<documentation>The professional-status of the events covered.</documentation>
</annotation>
</attribute>
<attribute name="special-group" type="sportsml:specialGroup.Core" use="optional">
<annotation>
<documentation>If the events covered are for special groups. Can be school-oriented, age-oriented, or group names, like Firefighters.</documentation>
</annotation>
</attribute>
<attribute name="minimum-age" type="string" use="optional">
<annotation>
<documentation>Lowest age for participants, in years. Examples: 0, 14, 21.5.</documentation>
</annotation>
</attribute>
<attribute name="maximum-age" type="string" use="optional">
<annotation>
<documentation>Highest age for participants, in years. Examples: 8, 65, 120.</documentation>
</annotation>
</attribute>
<attribute name="special-needs" type="sportsml:specialNeeds.Core" use="optional">
<annotation>
<documentation>Events for persons with special-needs.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|