<xs:complexType name="baseEventMetadataComplexType">
<xs:annotation>
<xs:documentation>Background information about an event. | Where, when, and what an event is.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="base2MetadataComplexType">
<xs:sequence>
<xs:element name="event-sponsor" type="eventSponsorComplexType" minOccurs="0" maxOccurs="unbounded" />
<xs:element name="event-recurring-name" type="ConceptNameType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A displayable name for the event-recurring-key.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="baseEventStateAttributeGroup" />
<xs:attribute name="event-recurring-key" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The symbol for an identified sports-event that recurs every season. This same key should be used from season to season.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="event-style" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Indicates whether competitors are trying to defeat each other or just outdo one another. SportsML vocabulary uri: http://cv.iptc.org/newscodes/speventstyle/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="event-number" type="xs:nonNegativeInteger" use="optional">
<xs:annotation>
<xs:documentation>The ranked position this event had among other events.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="event-status" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The stage of the event, describing whether it has started, is in progress, etc. SportsML vocabulary uri: http://cv.iptc.org/newscodes/speventstatus/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="event-type" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The type of event, esp. in relation to tournament phase. Recommended SportsML vocabulary uri: http://cv.iptc.org/newscodes/sptournamentphase/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="event-status-reason" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The reason for the event status. Eg. why the cancellation, postponement, etc. SportsML vocabulary uri: http://cv.iptc.org/newscodes/speventstatusreason</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="event-status-note" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A textual description of the reason or context of the event-status or event-status-reason value.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="event-of-day" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>If the day had multiple events involving these
competitors, which event of the day it was. Example values: 1, 2, 3, etc.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="events-day-total" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>How many events involving these competitors have been planned for that day.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="start-weekday" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Day of the week in which the game starts.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="end-weekday" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>Day of the week in which the game ends.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="heat-number" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The ranked position this heat had among other heats.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="duration" type="xs:duration" use="optional">
<xs:annotation>
<xs:documentation>The length of time the event took place.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="time-certainty" use="optional">
<xs:annotation>
<xs:documentation>For TBA times.</xs:documentation>
</xs:annotation>
<xs:simpleType id="timeCertainty">
<xs:restriction base="xs:string">
<xs:enumeration id="timeCertaintyCertain" value="certain" />
<xs:enumeration id="timeCertaintyTo-be-announced" value="to-be-announced" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="season-key" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>The season this event is in.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="season-type" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>A subcategory of the season. SportsML vocab uri: http://cv.iptc.org/newscodes/spseasontype/</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="series-index" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The tournament division or series to which an event belongs.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="event-outcome-type" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>What type of outcome. Includes overtime, random (eg. by coin toss), etc. SportsML vocab uri: http://cv.iptc.org/newscodes/speventoutcometype/</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|