Definition Type: Attribute
Name: strokes
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
Use Optional
Documentation:
How many strokes this player has done so far
Collapse XSD Schema Diagram:
XSD Diagram of strokes in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="strokes" use="optional" type="xs:nonNegativeInteger">
    <xs:annotation>
        <xs:documentation>How many strokes this player has done so far</xs:documentation>
    </xs:annotation>
</xs:attribute>