Definition Type: ComplexType
Name: scheduleComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Abstract
Documentation:
A series of games. | Usually grouped by date.
Collapse XSD Schema Diagram:
Drilldown into sports-event in schema sportsml_xsd Drilldown into schedule-metadata in schema sportsml_xsd Drilldown into content-label in schema sportsml_xsd Drilldown into date-label 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 scheduleComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="scheduleComplexType">
    <xs:annotation>
        <xs:documentation>A series of games. | Usually grouped by date.</xs:documentation>
    </xs:annotation>
    <xs:sequence>
        <xs:element name="schedule-metadata" type="scheduleMetadataComplexType" />
        <xs:element name="sports-event" type="sportsEventComplexType" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attributeGroup ref="commonAttributes" />
    <xs:attribute name="date-label" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>Displayable label that describes what dates this schedule covers.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="content-label" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>Displayable label that describes what events this schedule includes.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
schedule-metadata nsA:schedule-metadata (1) (1)
sports-event nsA:sports-event 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
date-label nsA:date-label Optional
content-label nsA:content-label Optional
Collapse Derivation Tree:
Collapse References:
nsA:schedule