<element name="award">
<annotation>
<documentation>A medal, ribbon, placement, or other type of award. | Can be assigned to an event, a team, or a player.</documentation>
</annotation>
<complexType>
<attributeGroup ref="sportsml:commonAttributes" />
<attribute name="award-type" type="sportsml:awardType.Core" use="optional">
<annotation>
<documentation>Type of award.</documentation>
</annotation>
</attribute>
<attribute name="name" type="string" use="optional">
<annotation>
<documentation>Displayable name. For NHL Hockey, could be first-star, second-star, etc.</documentation>
</annotation>
</attribute>
<attribute name="player-or-team-idref" type="IDREF" use="optional">
<annotation>
<documentation>Reference to the player or team that received the award.</documentation>
</annotation>
</attribute>
<attribute name="total" type="string" use="optional">
<annotation>
<documentation>Total number of these such awards given to the player or team. Can be used to count medals for each country.</documentation>
</annotation>
</attribute>
<attribute name="place" type="string" use="optional">
<annotation>
<documentation>The place for which this prize is offered. For example, place=1 means the first-place prize.</documentation>
</annotation>
</attribute>
<attribute name="value" type="string" use="optional">
<annotation>
<documentation>The amount of money earned by the player who came in this place.</documentation>
</annotation>
</attribute>
<attribute name="currency" type="string" use="optional">
<annotation>
<documentation>The units of currency for the value attribute.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|