Definition Type: Element
Name: team-metadata-golf
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-golf.xsd
Abstract
Documentation:
Holds metadata about a team (foursome perhaps) playing in the match. | Currently only holds the rank of the team.
Collapse XSD Schema Diagram:
Drilldown into rank in schema sportsml-specific-golf_xsdXSD Diagram of team-metadata-golf in schema sportsml-specific-golf_xsd (SportsML)
Collapse XSD Schema Code:
<element name="team-metadata-golf">
    <annotation>
        <documentation>Holds metadata about a team (foursome perhaps) playing in the match. | Currently only holds the rank of the team.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="rank" type="string" use="optional">
            <annotation>
                <documentation>How this team ranks among the other competing teams.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
rank sportsml:rank Optional