Definition Type: AttributeGroup
Name: tennisActionAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Collapse XSD Schema Diagram:
Drilldown into serve-number in schema sportsml_xsd Drilldown into receiver-score in schema sportsml_xsd Drilldown into server-score in schema sportsml_xsd Drilldown into win-type in schema sportsml_xsd Drilldown into game in schema sportsml_xsd Drilldown into set in schema sportsml_xsdXSD Diagram of tennisActionAttributes in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="tennisActionAttributes">
    <xs:attribute name="set" type="xs:integer" use="optional">
        <xs:annotation>
            <xs:documentation>Which set this play takes place in. Tennis is played in 3 or 5 sets</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="game" type="xs:integer" use="optional">
        <xs:annotation>
            <xs:documentation>Which game in this set the play takes place in</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="win-type" use="optional">
        <xs:simpleType id="winType">
            <xs:restriction base="xs:string">
                <xs:enumeration id="winTypeForced" value="forced">
                    <xs:annotation>
                        <xs:documentation>The point was made while the opponent for example
                                advanced towards the net.</xs:documentation>
                    </xs:annotation>
                </xs:enumeration>
                <xs:enumeration id="winTypeUnforced" value="unforced">
                    <xs:annotation>
                        <xs:documentation>The point was made regardless of specific actions by
                                the opponent.</xs:documentation>
                    </xs:annotation>
                </xs:enumeration>
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="server-score" use="optional" type="QCodeType">
        <xs:annotation>
            <xs:documentation>SportsML vocab uri: http://cv.iptc.org/newscodes/sptengameresult/</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="receiver-score" use="optional" type="QCodeType">
        <xs:annotation>
            <xs:documentation>SportsML vocab uri: http://cv.iptc.org/newscodes/sptengameresult/</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="serve-number" use="optional" type="QCodeType" />
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
set nsA:set Optional
game nsA:game Optional
win-type nsA:win-type Optional
server-score nsA:server-score Optional
receiver-score nsA:receiver-score Optional
serve-number nsA:serve-number Optional