<xs:attribute name="throw-order" use="optional">
<xs:annotation>
<xs:documentation>What order of play, did this team play the first or last stone this end.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="first">
<xs:annotation>
<xs:documentation>The team plays the first stone in this round.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="last">
<xs:annotation>
<xs:documentation>This team has the last stone in this round.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute> |