Definition Type: ComplexType
Name: awardComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.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 name in schema sportsml_xsd Drilldown into currency in schema sportsml_xsd Drilldown into value in schema sportsml_xsd Drilldown into place in schema sportsml_xsd Drilldown into total in schema sportsml_xsd Drilldown into player-or-team-idref in schema sportsml_xsd Drilldown into award-type in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of awardComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name nsA:name 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
award-type nsA:award-type Optional
player-or-team-idref nsA:player-or-team-idref Optional
total nsA:total Optional
place nsA:place Optional
value nsA:value Optional
currency nsA:currency Optional
Collapse Derivation Tree:
Collapse References:
nsA:award, nsA:award, nsA:award