<xs:complexType name="curlingEventMetadataComplexType">
<xs:annotation>
<xs:documentation>An element holding sport-specific metadata about a curling game.</xs:documentation>
</xs:annotation>
<xs:attribute name="sheet" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>The playing field (ice) for one curling game is called the sheet. In various tournaments the sheets could be identified with numbers, letters or a combination.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="draw" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>In curling a game is also called a draw. This is not to be confused with the shot type draw. This attributes can be used to record any curling-specific identification this game/draw has.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |