Definition Type: Element
Name: sports-content-code
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
An individual code that describes an entity one may want to filter for. | Describes what sports, what teams, etc., are covered.
Collapse XSD Schema Diagram:
Drilldown into sports-content-qualifier in schema sportsml-core_xsd Drilldown into code-name in schema sportsml-core_xsd Drilldown into code-source in schema sportsml-core_xsd Drilldown into code-key in schema sportsml-core_xsd Drilldown into code-type 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-code in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="sports-content-code">
    <annotation>
        <documentation>An individual code that describes an entity one may want to filter for. | Describes what sports, what teams, etc., are covered.</documentation>
    </annotation>
    <complexType>
        <sequence minOccurs="0" maxOccurs="unbounded">
            <element ref="sportsml:sports-content-qualifier" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="code-type" type="sportsml:codeType.Core" use="required">
            <annotation>
                <documentation>What type of item is being described.</documentation>
            </annotation>
        </attribute>
        <attribute name="code-key" type="sportsml:genericKeyType" use="optional">
            <annotation>
                <documentation>The symbol for the identified content.</documentation>
            </annotation>
        </attribute>
        <attribute name="code-source" type="string" use="optional">
            <annotation>
                <documentation>The maintainer of the controlled vocabulary for the code.</documentation>
            </annotation>
        </attribute>
        <attribute name="code-name" type="string" use="optional">
            <annotation>
                <documentation>A displayable name for the code.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sports-content-qualifier sportsml:sports-content-qualifier (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
code-type sportsml:code-type Required
code-key sportsml:code-key Optional
code-source sportsml:code-source Optional
code-name sportsml:code-name Optional