Definition Type: ComplexType
Name: sportsContentQualifierComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.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_xsd Drilldown into maximum-age in schema sportsml_xsd Drilldown into minimum-age in schema sportsml_xsd Drilldown into special-group in schema sportsml_xsd Drilldown into professional-status in schema sportsml_xsd Drilldown into participant-count in schema sportsml_xsd Drilldown into gender in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of sportsContentQualifierComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
gender nsA:gender Optional
participant-count nsA:participant-count Optional
professional-status nsA:professional-status Optional
special-group nsA:special-group Optional
minimum-age nsA:minimum-age Optional
maximum-age nsA:maximum-age Optional
special-needs nsA:special-needs Optional
Collapse Derivation Tree:
Collapse References:
nsA:sports-content-qualifier