<xs:attribute name="turn" use="optional">
<xs:annotation>
<xs:documentation>If the stats show the values for a specific turn-type inhand or outhand.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="inturn">
<xs:annotation>
<xs:documentation>When the stone is released with a clock-wise turn.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration 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> |