Definition Type: Attribute
Name: number
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: positiveInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
Use Optional
Documentation:
The number of the particular tournament part eg. 2 for second round or second leg
Collapse XSD Schema Diagram:
XSD Diagram of number in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="number" type="xs:positiveInteger" use="optional">
    <xs:annotation>
        <xs:documentation>The number of the particular tournament part eg. 2 for second round or second leg</xs:documentation>
    </xs:annotation>
</xs:attribute>