<element name="team-stats">
<annotation>
<documentation>Statistics that apply to the team as a whole. | Not all stats are used in every sport.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:sub-score" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:sub-score-attempts" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:penalty-stats" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:outcome-totals" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:highlight" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:award" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:event-record" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:rank" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:rating" minOccurs="0" maxOccurs="unbounded" />
<group minOccurs="0" ref="sportsml:teamStatsSpecific" />
<element ref="sportsml:sports-property" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attributeGroup ref="sportsml:statAttributes" />
<attribute name="events-played" type="string" use="optional">
<annotation>
<documentation>The number of sports-events in which this team has already participated.</documentation>
</annotation>
</attribute>
<attribute name="time-played-total" type="string" use="optional">
<annotation>
<documentation>Value for the amount of time played by the team over the course of a particular time-span, such as a season.</documentation>
</annotation>
</attribute>
<attribute name="standing-points" type="string" use="optional">
<annotation>
<documentation>A quantity used to rank teams, usually within a division, in order to decide who comes in first at the end of a season.</documentation>
</annotation>
</attribute>
<attribute name="games-back" type="string" use="optional">
<annotation>
<documentation>A number used to measure how behind one team is from first place. The first place team is 0 games back.</documentation>
</annotation>
</attribute>
<attribute name="streak" type="string" use="optional">
<annotation>
<documentation>A value used to say how many events in a row the team has most recently won or lost. Deprecated. Use outcome-totals instead.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|