Definition Type: AttributeGroup
Name: eventStateTennis
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-tennis.xsd
Collapse XSD Schema Diagram:
Drilldown into serve-number in schema sportsml-specific-tennis_xsd Drilldown into receiver-score in schema sportsml-specific-tennis_xsd Drilldown into receiver-idref in schema sportsml-specific-tennis_xsd Drilldown into server-score in schema sportsml-specific-tennis_xsd Drilldown into server-idref in schema sportsml-specific-tennis_xsd Drilldown into game in schema sportsml-specific-tennis_xsd Drilldown into set in schema sportsml-specific-tennis_xsdXSD Diagram of eventStateTennis in schema sportsml-specific-tennis_xsd (SportsML)
Collapse XSD Schema Code:
<attributeGroup name="eventStateTennis">
    <attribute name="set" type="string" use="optional">
        <annotation>
            <documentation>An integer, 1,2,3,4,5.</documentation>
        </annotation>
    </attribute>
    <attribute name="game" type="string" use="optional">
        <annotation>
            <documentation>An integer, generally 1 through 7.</documentation>
        </annotation>
    </attribute>
    <attribute name="server-idref" type="IDREF" use="optional">
        <annotation>
            <documentation>A pointer to the player who served the ball on this point.</documentation>
        </annotation>
    </attribute>
    <attribute name="server-score" use="optional">
        <annotation>
            <documentation>Either love, 15, 30, 40, game.</documentation>
        </annotation>
        <simpleType>
            <restriction base="string">
                <enumeration value="love" />
                <enumeration value="15" />
                <enumeration value="30" />
                <enumeration value="40" />
                <enumeration value="game" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="receiver-idref" type="IDREF" use="optional">
        <annotation>
            <documentation>A pointer to the player who received the served ball on this point.</documentation>
        </annotation>
    </attribute>
    <attribute name="receiver-score" use="optional">
        <annotation>
            <documentation>Either love, 15, 30, 40, game.</documentation>
        </annotation>
        <simpleType>
            <restriction base="string">
                <enumeration value="love" />
                <enumeration value="15" />
                <enumeration value="30" />
                <enumeration value="40" />
                <enumeration value="game" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="serve-number" use="optional">
        <annotation>
            <documentation>Identifying either the first or second serve.</documentation>
        </annotation>
        <simpleType>
            <restriction base="string">
                <enumeration value="first" />
                <enumeration value="second" />
            </restriction>
        </simpleType>
    </attribute>
</attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
set sportsml:set Optional
game sportsml:game Optional
server-idref sportsml:server-idref Optional
server-score sportsml:server-score Optional
receiver-idref sportsml:receiver-idref Optional
receiver-score sportsml:receiver-score Optional
serve-number sportsml:serve-number Optional