<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> |