awardComplexType

A medal, ribbon, placement, or other type of award. | Can be assigned to an event, a team, or a player.

Complex Type Information

Model

Children: name

Attributes

QName Type Fixed Default Use Inheritable Annotation
award-type QCodeType optional
Type of award.
class xs:string optional
An open placeholder for categorization.
currency xs:string optional
The units of currency for the value attribute.
id xs:ID optional
An XML-specific identifier for the element.
place xs:string optional
The place for which this prize is offered. For example, place="1" means the first-place prize.
player-or-team-idref xs:IDREF optional
Reference to the player or team that received the award.
style xs:string optional
An open placeholder for reference by an external stylesheet.
total xs:nonNegativeInteger optional
Total number of these such awards given to the player or team. Can be used to count medals for each country.
value xs:string optional
The amount of money earned by the player who came in this place.

Used By

Source

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