Definition Type: Attribute
Name: turn
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
ContentType Restriction
Use Optional
Collapse XSD Schema Diagram:
XSD Diagram of turn in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration inturn
Enumeration outturn