<element name="penalty-stats">
<annotation>
<documentation>Statistics that detail the number of each type of penalty. | Can be recorded for either a team or a player.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:globalAttributes" />
<attribute name="type" type="string" use="optional">
<annotation>
<documentation>Could be a numeric value like 2, 5 or 10 for ice hockey, or yellow-card or red-card for soccer etc.</documentation>
</annotation>
</attribute>
<attribute name="count" type="string" use="optional">
<annotation>
<documentation>The number of that type of penalities for this team or player.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|