<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>
|