Definition Type: Element
Name: stats-tennis-set
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-tennis.xsd
Abstract
Documentation:
Holds the score of a set. | Includes an attribute for a set's tiebreaker score.
Collapse XSD Schema Diagram:
Drilldown into stats-tennis-game in schema sportsml-specific-tennis_xsd Drilldown into score-tiebreaker in schema sportsml-specific-tennis_xsd Drilldown into score in schema sportsml-specific-tennis_xsd Drilldown into set-number in schema sportsml-specific-tennis_xsdXSD Diagram of stats-tennis-set in schema sportsml-specific-tennis_xsd (SportsML)
Collapse XSD Schema Code:
<element name="stats-tennis-set">
    <annotation>
        <documentation>Holds the score of a set. | Includes an attribute for a set's tiebreaker score.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:stats-tennis-game" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="set-number" type="string" use="optional">
            <annotation>
                <documentation>An integer, generally 1 through 7.</documentation>
            </annotation>
        </attribute>
        <attribute name="score" type="string" use="optional">
            <annotation>
                <documentation>Either love, 15, 30, 40, game.</documentation>
            </annotation>
        </attribute>
        <attribute name="score-tiebreaker" type="string" use="optional">
            <annotation>
                <documentation>An integer. Generally 0 through 7.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
stats-tennis-game sportsml:stats-tennis-game 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional
set-number sportsml:set-number Optional
score sportsml:score Optional
score-tiebreaker sportsml:score-tiebreaker Optional