Definition Type: Element
Name: sports-metadata
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Metadata for the document being published. | Holds metadata applying to the document as a whole.
Collapse XSD Schema Diagram:
Drilldown into sports-property in schema sportsml-core_xsd Drilldown into sports-content-codes in schema sportsml-core_xsd Drilldown into advisory in schema sportsml-core_xsd Drilldown into sports-title in schema sportsml-core_xsd Drilldown into catalog in schema sportsml-core_xsd Drilldown into feature-name in schema sportsml-core_xsd Drilldown into fixture-name in schema sportsml-core_xsd Drilldown into fixture-source in schema sportsml-core_xsd Drilldown into fixture-key in schema sportsml-core_xsd Drilldown into document-class in schema sportsml-core_xsd Drilldown into slug in schema sportsml-core_xsd Drilldown into language in schema sportsml-core_xsd Drilldown into date-time in schema sportsml-core_xsd Drilldown into publisher in schema sportsml-core_xsd Drilldown into doc-id in schema sportsml-core_xsd Drilldown into period-value in schema sportsml-core_xsd Drilldown into scoping-label in schema sportsml-core_xsd Drilldown into record-making-scope in schema sportsml-core_xsd Drilldown into position-scope in schema sportsml-core_xsd Drilldown into alignment-scope in schema sportsml-core_xsd Drilldown into competition-scope in schema sportsml-core_xsd Drilldown into duration-scope in schema sportsml-core_xsd Drilldown into date-coverage-value in schema sportsml-core_xsd Drilldown into date-coverage-type in schema sportsml-core_xsd Drilldown into team-coverage in schema sportsml-core_xsd Drilldown into stats-coverage in schema sportsml-core_xsd Drilldown into coverageAttributes in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of sports-metadata in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="sports-metadata">
    <annotation>
        <documentation>Metadata for the document being published. | Holds metadata applying to the document as a whole.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:catalog" minOccurs="0" />
            <element ref="sportsml:sports-title" />
            <element ref="sportsml:advisory" minOccurs="0" />
            <element ref="sportsml:sports-content-codes" minOccurs="0" />
            <element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="doc-id" type="string" use="required">
            <annotation>
                <documentation>The often-unique ID of the document, tracked by publishers.</documentation>
            </annotation>
        </attribute>
        <attribute name="publisher" type="string" use="optional">
            <annotation>
                <documentation>Publisher of the data.</documentation>
            </annotation>
        </attribute>
        <attribute name="date-time" type="sportsml:dateTime.Common" use="optional">
            <annotation>
                <documentation>Date-timestamp for the document, normalized to ISO 8601: YYYYMMDDTHHMMSS+HHMM (preferred) YYYYMMDDTHHMMSSZ (alternative). Use YYYYMMDD when no time is available</documentation>
            </annotation>
        </attribute>
        <attribute name="language" type="string" use="optional">
            <annotation>
                <documentation>The default language of the document. May be overridden via xml:lang. In ISO format - example: en-US.</documentation>
            </annotation>
        </attribute>
        <attribute name="slug" type="string" use="optional">
            <annotation>
                <documentation>A keyword used by editors to refer to the document.</documentation>
            </annotation>
        </attribute>
        <attribute name="document-class" type="string" use="optional">
            <annotation>
                <documentation>A category code for the fixture-key. Equals news, standings, schedules, statistics, event-summary, event-action, dynamic-resource-file</documentation>
            </annotation>
        </attribute>
        <attribute name="fixture-key" type="sportsml:genericKeyType" use="optional">
            <annotation>
                <documentation>A consistent key for the type of regularly-published document being transmitted. External controlled vocabulary: fixture-key.list</documentation>
            </annotation>
        </attribute>
        <attribute name="fixture-source" type="string" use="optional">
            <annotation>
                <documentation>The maintainer of the controlled-vocabulary of fixture-keys.</documentation>
            </annotation>
        </attribute>
        <attribute name="fixture-name" type="string" use="optional">
            <annotation>
                <documentation>A displayable name for the fixture-key.</documentation>
            </annotation>
        </attribute>
        <attribute name="feature-name" type="string" use="optional">
            <annotation>
                <documentation>A publisher-created subset of the fixture-key.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
catalog sportsml:catalog 0 (1)
sports-title sportsml:sports-title (1) (1)
advisory sportsml:advisory 0 (1)
sports-content-codes sportsml:sports-content-codes 0 (1)
sports-property sportsml:sports-property 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
doc-id sportsml:doc-id Required
publisher sportsml:publisher Optional
date-time sportsml:date-time Optional
language sportsml:language Optional
slug sportsml:slug Optional
document-class sportsml:document-class Optional
fixture-key sportsml:fixture-key Optional
fixture-source sportsml:fixture-source Optional
fixture-name sportsml:fixture-name Optional
feature-name sportsml:feature-name Optional