baseEventMetadataComplexType

Background information about an event. | Where, when, and what an event is.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
alignment-scope restriction of xs:string optional
Indicates that the included statistics apply only to events played either at home or away.
class xs:string optional
An open placeholder for categorization.
competition QCodeType optional
The key of the league or competition for which the player or team generated the stats.
distance xs:string optional
Measure of distance for the generated stat.
distance-maximum xs:string optional
Maximum distance for the generated stat.
distance-minimum xs:string optional
Minimum distance for the generated stat.
duration xs:duration optional
The length of time the event took place.
duration-scope QCodeType optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime. SportsML vocab uri: http://cv.iptc.org/newscodes/spdurationscope/
end-date-time TruncatedDateTimeType optional
The ending date, with optional time, of the event for which the stats are relevant.
end-weekday QCodeType optional
Day of the week in which the game ends.
event-number xs:nonNegativeInteger optional
The ranked position this event had among other events.
event-of-day xs:string optional
If the day had multiple events involving these
competitors, which event of the day it was. Example values: 1, 2, 3, etc.
event-outcome-type QCodeType optional
What type of outcome. Includes overtime, random (eg. by coin toss), etc. SportsML vocab uri: http://cv.iptc.org/newscodes/speventoutcometype/
event-recurring-key QCodeType optional
The symbol for an identified sports-event that recurs every season. This same key should be used from season to season.
event-span xs:nonNegativeInteger optional
Qualifier of "most-recent-events" value for temporal-unit attribute. Specify the number of events eg. 10 for last 10 games.
event-status QCodeType optional
The stage of the event, describing whether it has started, is in progress, etc. SportsML vocabulary uri: http://cv.iptc.org/newscodes/speventstatus/
event-status-note xs:string optional
A textual description of the reason or context of the event-status or event-status-reason value.
event-status-reason QCodeType optional
The reason for the event status. Eg. why the cancellation, postponement, etc. SportsML vocabulary uri: http://cv.iptc.org/newscodes/speventstatusreason
event-style QCodeType optional
Indicates whether competitors are trying to defeat each other or just outdo one another. SportsML vocabulary uri: http://cv.iptc.org/newscodes/speventstyle/
event-type QCodeType optional
The type of event, esp. in relation to tournament phase. Recommended SportsML vocabulary uri: http://cv.iptc.org/newscodes/sptournamentphase/
events-day-total xs:string optional
How many events involving these competitors have been planned for that day.
heat-number xs:string optional
The ranked position this heat had among other heats.
id xs:ID optional
An XML-specific identifier for the element.
key QCodeType optional
The symbol or identifying key for the tournament or tournament part.
location-key QCodeType optional
The key of the site,venue or location where the stats were generated.
measurement-units xs:string optional
The type of unit used to measure distance, speed, etc. Could be mph, kph, metres, yards, etc.
minutes-elapsed xs:string optional
Number of minutes that have elapsed since the beginning of the game.
opponent-type QCodeType optional
Whether the opponent was a player, team, etc.
opponent-value QCodeType optional
The key of the player, team, division, conference, league or other unit which provide the opposition relevant to the stat.
period-end-date-time TruncatedDateTimeType optional
The ending date, with optional time, of the period for which the stats are relevant.
period-minute-elapsed xs:string optional
The time elapsed, but only given as whole minutes.
period-start-date-time TruncatedDateTimeType optional
The starting date, with optional time, of the period for which the stats are relevant.
period-time-elapsed xs:string optional
The time elapsed in the current period.
period-time-remaining xs:string optional
The time remaining in the current period.
period-type QCodeType optional
For certain types of periods: overtime, declared (cricket), etc.
period-value xs:string optional
Used for tracking stats and events by period.
position xs:string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope QCodeType optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scope-value QCodeType optional
A generic scope indicator. Use only if none of the other coverage attributes are suitable.
scoping-label xs:string optional
A textual description for the scope.
season-key QCodeType optional
The season this event is in.
season-type QCodeType optional
A subcategory of the season. SportsML vocab uri: http://cv.iptc.org/newscodes/spseasontype/
series-index xs:string optional
The tournament division or series to which an event belongs.
situation QCodeType optional
Final or current score of the team or player.
start-date-time TruncatedDateTimeType optional
The starting date, with optional time, of the event for which the stats are relevant.
start-weekday QCodeType optional
Day of the week in which the game starts.
stats-coverage QCodeType optional
A relative indication of how many statistics are included in the item. SportsML vocab uri: http://cv.iptc.org/newscodes/spstatscoverage/
style xs:string optional
An open placeholder for reference by an external stylesheet.
surface-type QCodeType optional
The type of surface (eg. clay, artificial grass, etc.) upon which the stats were generated.
team QCodeType optional
The key of the team for which the player or team generated the stats.
team-coverage restriction of xs:string optional
Indicates whether the item contains information about one team, or
many teams.
temporal-unit-type QCodeType optional
The unit of performance to which the stats apply eg. single-event, season, career.
temporal-unit-value QCodeType optional
The key of performance unit to which the stats apply.
time-certainty restriction of xs:string optional
For TBA times.
unit-type QCodeType optional
The type, other than team or league/competition, of the competitive unit for which the player or team generated the stats.
unit-value QCodeType optional
The key, other than team or league/competition, of the competitive unit for which the player or team generated the stats.
venue-type QCodeType optional
The type of event (eg. indoor, outdoor, etc.) in which the stats were generated.
weather-type QCodeType optional
A code for the weather situation in which the stats were generated. SportsML weather codes recommended.

Used By

Source

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