scheduleComplexType

A series of games. | Usually grouped by date.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
class xs:string optional
An open placeholder for categorization.
content-label xs:string optional
Displayable label that describes what events this schedule includes.
date-label xs:string optional
Displayable label that describes what dates this schedule covers.
id xs:ID optional
An XML-specific identifier for the element.
style xs:string optional
An open placeholder for reference by an external stylesheet.

Used By

Source

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