Definition Type: Attribute
Name: part-index
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
Use Optional
Documentation:
For provider-specific tournament indexing systems. DPA, for example, has one that looks like this: part-name="Group A" part-index="p1/1/p2/A"
Collapse XSD Schema Diagram:
XSD Diagram of part-index in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="part-index" type="xs:string" use="optional">
    <xs:annotation>
        <xs:documentation> For provider-specific tournament indexing systems. DPA, for
                    example, has one that looks like this: part-name="Group A"
                    part-index="p1/1/p2/A" </xs:documentation>
    </xs:annotation>
</xs:attribute>