Definition Type: Element
Name: sports-content
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
Documentation:
Metadata and coverage of sporting news. | Good for scores, schedules, standings, statistics, etc.
Collapse XSD Schema Diagram:
Drilldown into article in schema sportsml_xsd Drilldown into statistic in schema sportsml_xsd Drilldown into standing in schema sportsml_xsd Drilldown into schedule in schema sportsml_xsd Drilldown into tournament in schema sportsml_xsd Drilldown into sports-event in schema sportsml_xsd Drilldown into sports-metadata 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 sports-content in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:element name="sports-content">
    <xs:annotation>
        <xs:documentation>Metadata and coverage of sporting news. | Good for scores, schedules, standings, statistics, etc.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element name="sports-metadata" type="sportsMetadataComplexType">
                    <xs:annotation>
                        <xs:documentation>Metadata that is common to everything in this sports-content</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="sports-event" type="sportsEventComplexType" />
                <xs:element name="tournament" type="tournamentComplexType" />
                <xs:element name="schedule" type="scheduleComplexType" />
                <xs:element name="standing" type="standingComplexType" />
                <xs:element name="statistic" type="statisticComplexType" />
                <xs:element name="article" type="articleComplexType" />
            </xs:choice>
        </xs:sequence>
        <xs:attributeGroup ref="commonAttributes" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
sports-metadata nsA:sports-metadata (1) (1)
sports-event nsA:sports-event (1) (1)
tournament nsA:tournament (1) (1)
schedule nsA:schedule (1) (1)
standing nsA:standing (1) (1)
statistic nsA:statistic (1) (1)
article nsA:article (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional