Definition Type: Element
Name: schedule
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
A series of games. | Usually grouped by date.
Collapse XSD Schema Diagram:
Drilldown into sports-event in schema sportsml-core_xsd Drilldown into schedule-metadata in schema sportsml-core_xsd Drilldown into content-label in schema sportsml-core_xsd Drilldown into date-label in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of schedule in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="schedule">
    <annotation>
        <documentation>A series of games. | Usually grouped by date.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:schedule-metadata" />
            <element ref="sportsml:sports-event" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="date-label" type="string" use="optional">
            <annotation>
                <documentation>Displayable label that describes what dates this schedule covers.</documentation>
            </annotation>
        </attribute>
        <attribute name="content-label" type="string" use="optional">
            <annotation>
                <documentation>Displayable label that describes what events this schedule includes.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
schedule-metadata sportsml:schedule-metadata (1) (1)
sports-event sportsml:sports-event 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
date-label sportsml:date-label Optional
content-label sportsml:content-label Optional