Definition Type: Attribute
Name: shootout-shot-order
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
Use Optional
Documentation:
When this shot was take, amongst all the shootout shots of a game for one particular team. For example: 3 (if it was the third shot of the shootout).
Collapse XSD Schema Diagram:
XSD Diagram of shootout-shot-order in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="shootout-shot-order" use="optional" type="xs:integer">
    <xs:annotation>
        <xs:documentation>When this shot was take, amongst all the shootout shots of a game for one particular team. For example: 3 (if it was the third shot of the shootout).</xs:documentation>
    </xs:annotation>
</xs:attribute>