Definition Type: Element
Name: award
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
A medal, ribbon, placement, or other type of award. | Can be assigned to an event, a team, or a player.
Collapse XSD Schema Diagram:
Drilldown into currency in schema sportsml-core_xsd Drilldown into value in schema sportsml-core_xsd Drilldown into place in schema sportsml-core_xsd Drilldown into total in schema sportsml-core_xsd Drilldown into player-or-team-idref in schema sportsml-core_xsd Drilldown into name in schema sportsml-core_xsd Drilldown into award-type in schema sportsml-core_xsd Drilldown into style in schema sportsml-core_xsd Drilldown into class in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into commonAttributes in schema sportsml-core_xsdXSD Diagram of award in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
class sportsml:class Optional
style sportsml:style Optional
award-type sportsml:award-type Optional
name sportsml:name Optional
player-or-team-idref sportsml:player-or-team-idref Optional
total sportsml:total Optional
place sportsml:place Optional
value sportsml:value Optional
currency sportsml:currency Optional