sportsContentQualifierComplexType

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.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
gender restriction of xs:string optional
One specific gender or mixed.
id xs:ID optional
An XML-specific identifier for the element.
maximum-age xs:string optional
Highest age for participants, in years. Examples: 8, 65, 120.
minimum-age xs:string optional
Lowest age for participants, in years. Examples: 0, 14, 21.5.
participant-count QCodeType optional
Number of participants playing on a team or side in the events covered. SportsML vocabulary uri: http://cv.iptc.org/newscodes/spparticipantcount/
professional-status QCodeType optional
The professional-status of the events covered. SportsML vocabulary uri: http://cv.iptc.org/newscodes/spprofessionalstatus/
special-group QCodeType optional
If the events covered are for special groups. Can be school-oriented, age-oriented, or group names, like Firefighters.
special-needs QCodeType optional
Events for persons with special-needs.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<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>