Definition Type: Attribute
Name: place
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
Use Optional
Documentation:
The place for which this prize is offered. For example, place="1" means the first-place prize.
Collapse XSD Schema Diagram:
XSD Diagram of place in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<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>