<element name="team-stats-ice-hockey">
<annotation>
<documentation>Stats about one team. | Specific to ice-hockey.</documentation>
</annotation>
<complexType>
<sequence>
<element ref="sportsml:stats-ice-hockey-offensive" minOccurs="0" maxOccurs="unbounded" />
<element ref="sportsml:stats-ice-hockey-defensive" minOccurs="0" maxOccurs="unbounded" />
</sequence>
<attributeGroup ref="sportsml:globalAttributes" />
<attributeGroup ref="sportsml:coverageAttributes" />
<attribute name="plus-minus" type="string" use="optional">
<annotation>
<documentation>Number of times players on this team were on ice when own team scored minus the number of times players were on ice when opponent scored.</documentation>
</annotation>
</attribute>
<attribute name="plus-total" type="string" use="optional">
<annotation>
<documentation>Number of times players on this team were on ice when own team scored.</documentation>
</annotation>
</attribute>
<attribute name="minus-total" type="string" use="optional">
<annotation>
<documentation>Number of times players were on ice when opponent scored.</documentation>
</annotation>
</attribute>
<attribute name="penalty-minutes" type="string" use="optional">
<annotation>
<documentation>Total number of penalty minutes accrued by a single team.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|