sportsContentCodeComplexType

An individual code that describes an entity one may want to filter for. Describes what sports, what teams, etc., are covered.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
code-key QCodeType optional
The symbol for the identified content.
code-name xs:string optional
A displayable name for the code.
code-type QCodeType required
What type of item is being described. SportsML vocabulary uri: http://cv.iptc.org/newscodes/spct/
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

<xs:complexType name="sportsContentCodeComplexType">
  <xs:annotation>
    <xs:documentation>An individual code that describes an entity one may want to filter for. Describes what sports, what teams, etc., are covered.</xs:documentation>
  </xs:annotation>
  <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:element name="sports-content-qualifier" type="sportsContentQualifierComplexType"/>
  </xs:sequence>
  <xs:attributeGroup ref="commonAttributes"/>
  <xs:attribute name="code-type" type="QCodeType" use="required">
    <xs:annotation>
      <xs:documentation>What type of item is being described. SportsML vocabulary uri: http://cv.iptc.org/newscodes/spct/</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="code-key" type="QCodeType" use="optional">
    <xs:annotation>
      <xs:documentation>The symbol for the identified content.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="code-name" type="xs:string" use="optional">
    <xs:annotation>
      <xs:documentation>A displayable name for the code.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>