Season
Here follow some examples of the Season element
<season id="sr:season:68176" name="Nba 19/20" start_date="2019-10-22" end_date="2020-10-13" year="19/20" tournament_id="sr:tournament:132"/>
<season id="sr:season:58428" name="European Championship 2021" start_date="2021-06-11" end_date="2021-07-12" year="2021" tournament_id="sr:tournament:1"/>
<season id="sr:season:72821" name="MLB 2020" start_date="2020-03-26" end_date="2020-11-01" year="2020" tournament_id="sr:tournament:109"/>
As explained in schema the season is an edition of the recurrent competition (Nba 19/20, MLB 2020, European Championship 2021).
Table below shows the list and meaning of attributes in the Season element (in red in the first example above):
id
Unique id of the season
String value, example:
"id="sr:season:72821"
name
Name of the season
String value, example:
name="European Championship 2021"
start_date
Start date of the season
Date value, example:
start_date="2021-06-11"
end_date
End date of the season
Date value, example:
end_date="2021-07-12"
year
Year of the season
Numeric value, example:
year="2021"
tournament_id
Unique identifier of the highest level tournament which the season belongs in.
String value, example:
tournament_id="sr:tournament:132
Was this helpful?