curlingEventMetadataComplexType

An element holding sport-specific metadata about a curling game.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
draw xs:string optional
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.
sheet xs:string optional
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.

Used By

Source

<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>