Definition Type: AttributeGroup
Name: curlingActionAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Collapse XSD Schema Diagram:
Drilldown into stone-speed in schema sportsml_xsd Drilldown into turn in schema sportsml_xsd Drilldown into time-used in schema sportsml_xsd Drilldown into stone-number in schema sportsml_xsd Drilldown into end-number in schema sportsml_xsdXSD Diagram of curlingActionAttributes in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="curlingActionAttributes">
    <xs:attribute name="end-number" type="xs:integer" use="optional">
        <xs:annotation>
            <xs:documentation>A curling game normally have 10 ends, but it can also be 8 or even 6</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="stone-number" type="xs:integer" use="optional">
        <xs:annotation>
            <xs:documentation>Each end has 8 stones per team</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="time-used" use="optional" type="xs:string">
        <xs:annotation>
            <xs:documentation>How much time the team used for this play</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="turn" use="optional">
        <xs:simpleType id="turn">
            <xs:restriction base="xs:string">
                <xs:enumeration id="turnInturn" value="inturn">
                    <xs:annotation>
                        <xs:documentation>When the stone is released with a clock-wise
                                turn.</xs:documentation>
                    </xs:annotation>
                </xs:enumeration>
                <xs:enumeration id="turnOutturn" value="outturn">
                    <xs:annotation>
                        <xs:documentation>When the stone is released with a anti-clock-wise
                                turn.</xs:documentation>
                    </xs:annotation>
                </xs:enumeration>
            </xs:restriction>
        </xs:simpleType>
    </xs:attribute>
    <!-- If the stone was played inhand or outhand -->
    <xs:attribute name="stone-speed" use="optional" type="QCodeType" />
    <!-- The speed of the stone -->
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
end-number nsA:end-number Optional
stone-number nsA:stone-number Optional
time-used nsA:time-used Optional
turn nsA:turn Optional
stone-speed nsA:stone-speed Optional