Definition Type: Element
Name: sports-content-qualifier
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into special-needs in schema sportsml-core_xsd Drilldown into maximum-age in schema sportsml-core_xsd Drilldown into minimum-age in schema sportsml-core_xsd Drilldown into special-group in schema sportsml-core_xsd Drilldown into professional-status in schema sportsml-core_xsd Drilldown into participant-count in schema sportsml-core_xsd Drilldown into gender in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of sports-content-qualifier in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
gender sportsml:gender Optional
participant-count sportsml:participant-count Optional
professional-status sportsml:professional-status Optional
special-group sportsml:special-group Optional
minimum-age sportsml:minimum-age Optional
maximum-age sportsml:maximum-age Optional
special-needs sportsml:special-needs Optional