Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Included schema sportsml-specific-curling.xsd
Namespace http://iptc.org/std/SportsML/2008-04-01/
Properties
attribute form default: unqualified
element form default: unqualified
version: 2.2
Element sportsml:event-metadata-curling
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
An element holding sport-specific metadata about a curling game.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-curling_xsd.tmp#event-metadata-curling_sheet sportsml-specific-curling_xsd.tmp#event-metadata-curling_draw
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
draw 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.
id ID optional
An XML-specific identifier for the element.
sheet 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.
Source
<element name="event-metadata-curling">
  <annotation>
    <documentation>An element holding sport-specific metadata about a curling game.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="sheet" type="string" use="optional">
      <annotation>
        <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.</documentation>
      </annotation>
    </attribute>
    <attribute name="draw" type="string" use="optional">
      <annotation>
        <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.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:event-actions-curling
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
A holder for actions taking place in a curling match.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-curling_xsd.tmp#action-curling-shot
Properties
content: complex
Used by
Model sportsml:action-curling-shot
Children sportsml:action-curling-shot
Instance
<sportsml:event-actions-curling id="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-curling-shot comment="" end-number="" id="" player-idref="" shot-finish="" shot-type="" stone-idref="" stone-speed="" success="" team-idref="" time-used="" turn="">{1,1}</sportsml:action-curling-shot>
</sportsml:event-actions-curling>
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
Source
<element name="event-actions-curling">
  <annotation>
    <documentation>A holder for actions taking place in a curling match.</documentation>
  </annotation>
  <complexType>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element ref="sportsml:action-curling-shot"/>
    </choice>
    <attributeGroup ref="sportsml:globalAttributes"/>
  </complexType>
</element>
Element sportsml:action-curling-shot
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Description of one shot, what the assignment was, which player and the outcome.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-curling_xsd.tmp#eventStateCurling sportsml-specific-curling_xsd.tmp#action-curling-shot_time-used sportsml-specific-curling_xsd.tmp#action-curling-shot_turn sportsml-specific-curling_xsd.tmp#action-curling-shot_shot-type sportsml-specific-curling_xsd.tmp#action-curling-shot_stone-speed sportsml-specific-curling_xsd.tmp#action-curling-shot_success sportsml-specific-curling_xsd.tmp#action-curling-shot_shot-finish sportsml-specific-curling_xsd.tmp#action-curling-shot_comment sportsml-specific-curling_xsd.tmp#action-curling-miss-reason
Properties
content: complex
Used by
Model sportsml:action-curling-miss-reason
Children sportsml:action-curling-miss-reason
Instance
<sportsml:action-curling-shot comment="" end-number="" id="" player-idref="" shot-finish="" shot-type="" stone-idref="" stone-speed="" success="" team-idref="" time-used="" turn="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:action-curling-miss-reason id="" type="">{1,1}</sportsml:action-curling-miss-reason>
</sportsml:action-curling-shot>
Attributes
QName Type Fixed Default Use Annotation
comment string optional
Comments regarding this shot.
end-number string optional
The number of the end. Rounds of normally 8+8 stones are called ends in curling.
id ID optional
An XML-specific identifier for the element.
player-idref string optional
A reference to the id of the player.
shot-finish string optional
DEPRECATED: This attribute is unclear what it is meant to hold. It could mean the position of the stones but this is not very useful since more stones could have been moved by this shot.
shot-type sportsml:shotType.Curling optional
Which shot-type was called. (Draw, draw round, take, tick etc)
stone-idref string optional
A reference to an id of the stone used.
stone-speed string optional
The stone speed if measured.
success sportsml:shotResult.Curling optional
The percentage of success of the stone. 0, 25, 50, 75 or 100. 125 for exceptional shots. 150 for exceptional stones winning games.
team-idref string optional
A reference to the id of the team.
time-used string optional
How much time did the team spend on this individual shot.
turn sportsml:turnType.Curling optional
Was this shot done using inturn or outturn.
Source
<element name="action-curling-shot">
  <annotation>
    <documentation>Description of one shot, what the assignment was, which player and the outcome.</documentation>
  </annotation>
  <complexType>
    <choice minOccurs="0" maxOccurs="unbounded">
      <element ref="sportsml:action-curling-miss-reason"/>
    </choice>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:eventStateCurling"/>
    <attribute name="time-used" type="string" use="optional">
      <annotation>
        <documentation>How much time did the team spend on this individual shot.</documentation>
      </annotation>
    </attribute>
    <attribute name="turn" type="sportsml:turnType.Curling" use="optional">
      <annotation>
        <documentation>Was this shot done using inturn or outturn.</documentation>
      </annotation>
    </attribute>
    <attribute name="shot-type" type="sportsml:shotType.Curling" use="optional">
      <annotation>
        <documentation>Which shot-type was called. (Draw, draw round, take, tick etc)</documentation>
      </annotation>
    </attribute>
    <attribute name="stone-speed" type="string" use="optional">
      <annotation>
        <documentation>The stone speed if measured.</documentation>
      </annotation>
    </attribute>
    <attribute name="success" type="sportsml:shotResult.Curling" use="optional">
      <annotation>
        <documentation>The percentage of success of the stone. 0, 25, 50, 75 or 100. 125 for exceptional shots. 150 for exceptional stones winning games.</documentation>
      </annotation>
    </attribute>
    <attribute name="shot-finish" type="string" use="optional">
      <annotation>
        <documentation>DEPRECATED: This attribute is unclear what it is meant to hold. It could mean the position of the stones but this is not very useful since more stones could have been moved by this shot.</documentation>
      </annotation>
    </attribute>
    <attribute name="comment" type="string" use="optional">
      <annotation>
        <documentation>Comments regarding this shot.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:action-curling-miss-reason
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
If a shot was a miss this element can be used to record the reason.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-curling_xsd.tmp#action-curling-miss-reason_type
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
id ID optional
An XML-specific identifier for the element.
type string optional
The reason why the stone was a miss. Could be rule-violation by the player, problem with the stone, player touching the stone after release etc.
Source
<element name="action-curling-miss-reason">
  <annotation>
    <documentation>If a shot was a miss this element can be used to record the reason.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="type" type="string" use="optional">
      <annotation>
        <documentation>The reason why the stone was a miss. Could be rule-violation by the player, problem with the stone, player touching the stone after release etc.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:team-stats-curling
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics summarizing the actions of one team.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-curling_xsd.tmp#stats-curling-stone sportsml-specific-curling_xsd.tmp#stats-curling-end sportsml-specific-curling_xsd.tmp#stats-curling-accuracy
Properties
content: complex
Used by
Model sportsml:stats-curling-stone* , sportsml:stats-curling-end* , sportsml:stats-curling-accuracy*
Children sportsml:stats-curling-accuracy, sportsml:stats-curling-end, sportsml:stats-curling-stone
Instance
<sportsml:team-stats-curling alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-curling-stone alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" stone-color="" stone-number="" team-coverage="">{0,unbounded}</sportsml:stats-curling-stone>
  <sportsml:stats-curling-end alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" end-number="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" score="" stats-coverage="" team-coverage="" throw-order="" time-used="">{0,unbounded}</sportsml:stats-curling-end>
  <sportsml:stats-curling-accuracy alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" number-of-shots="" percentage="" period-value="" position-scope="" record-making-scope="" scoping-label="" shot-type="" stats-coverage="" team-coverage="" turn="">{0,unbounded}</sportsml:stats-curling-accuracy>
</sportsml:team-stats-curling>
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<element name="team-stats-curling">
  <annotation>
    <documentation>Statistics summarizing the actions of one team.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-curling-stone" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-curling-end" minOccurs="0" maxOccurs="unbounded"/>
      <element ref="sportsml:stats-curling-accuracy" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
  </complexType>
</element>
Element sportsml:stats-curling-stone
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Description of an individual stone used in a curling game.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-curling_xsd.tmp#stats-curling-stone_stone-number sportsml-specific-curling_xsd.tmp#stats-curling-stone_stone-color
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
stone-color string optional
The color of the stone.
stone-number string optional
The number on the stone.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<element name="stats-curling-stone">
  <annotation>
    <documentation>Description of an individual stone used in a curling game.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="stone-number" type="string" use="optional">
      <annotation>
        <documentation>The number on the stone.</documentation>
      </annotation>
    </attribute>
    <attribute name="stone-color" type="string" use="optional">
      <annotation>
        <documentation>The color of the stone.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-curling-end
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Statistics for one end (round) for one team in a curling game.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-curling_xsd.tmp#stats-curling-end_end-number sportsml-specific-curling_xsd.tmp#stats-curling-end_score sportsml-specific-curling_xsd.tmp#stats-curling-end_throw-order sportsml-specific-curling_xsd.tmp#stats-curling-end_time-used
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
end-number string optional
Which number the end has.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
score string optional
What was the score for this team this end.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
throw-order sportsml:throwOrder.Curling optional
What order of play, did this team play the first or last stone this end.
time-used string optional
How much time was used by this team this end.
Source
<element name="stats-curling-end">
  <annotation>
    <documentation>Statistics for one end (round) for one team in a curling game.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="end-number" type="string" use="optional">
      <annotation>
        <documentation>Which number the end has.</documentation>
      </annotation>
    </attribute>
    <attribute name="score" type="string" use="optional">
      <annotation>
        <documentation>What was the score for this team this end.</documentation>
      </annotation>
    </attribute>
    <attribute name="throw-order" type="sportsml:throwOrder.Curling" use="optional">
      <annotation>
        <documentation>What order of play, did this team play the first or last stone this end.</documentation>
      </annotation>
    </attribute>
    <attribute name="time-used" type="string" use="optional">
      <annotation>
        <documentation>How much time was used by this team this end.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:stats-curling-accuracy
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Holds the summary for shots and percentage for one team or one player and optionally for just one type of shots.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-curling_xsd.tmp#stats-curling-accuracy_shot-type sportsml-specific-curling_xsd.tmp#stats-curling-accuracy_turn sportsml-specific-curling_xsd.tmp#stats-curling-accuracy_percentage sportsml-specific-curling_xsd.tmp#stats-curling-accuracy_number-of-shots
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
number-of-shots string optional
Number of shots covered in this stats summary.
percentage sportsml:shotResult.Curling optional
The calculated percentage of the shots covered in this stats summary.
period-value string optional
Used for tracking stats and events by period.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
shot-type sportsml:shotType.Curling optional
If the stats cover a specific shot-type.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
turn sportsml:turnType.Curling optional
If the stats show the values for a specific turn-type inhand or outhand.
Source
<element name="stats-curling-accuracy">
  <annotation>
    <documentation>Holds the summary for shots and percentage for one team or one player and optionally for just one type of shots.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
    <attribute name="shot-type" type="sportsml:shotType.Curling" use="optional">
      <annotation>
        <documentation>If the stats cover a specific shot-type.</documentation>
      </annotation>
    </attribute>
    <attribute name="turn" type="sportsml:turnType.Curling" use="optional">
      <annotation>
        <documentation>If the stats show the values for a specific turn-type inhand or outhand.</documentation>
      </annotation>
    </attribute>
    <attribute name="percentage" type="sportsml:shotResult.Curling" use="optional">
      <annotation>
        <documentation>The calculated percentage of the shots covered in this stats summary.</documentation>
      </annotation>
    </attribute>
    <attribute name="number-of-shots" type="string" use="optional">
      <annotation>
        <documentation>Number of shots covered in this stats summary.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:player-metadata-curling
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Holds metadata specific to a curling player.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-specific-curling_xsd.tmp#player-metadata-curling_delivery sportsml-specific-curling_xsd.tmp#player-metadata-curling_role
Properties
content: complex
Used by
Attributes
QName Type Fixed Default Use Annotation
delivery string optional
If the player is playing righthanded or lefthanded.
id ID optional
An XML-specific identifier for the element.
role string optional
If the player has a named role in the team. For example skip or vice skip.
Source
<element name="player-metadata-curling">
  <annotation>
    <documentation>Holds metadata specific to a curling player.</documentation>
  </annotation>
  <complexType>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attribute name="delivery" type="string" use="optional">
      <annotation>
        <documentation>If the player is playing righthanded or lefthanded.</documentation>
      </annotation>
    </attribute>
    <attribute name="role" type="string" use="optional">
      <annotation>
        <documentation>If the player has a named role in the team. For example skip or vice skip.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element sportsml:player-stats-curling
Namespace http://iptc.org/std/SportsML/2008-04-01/
Annotations
Holds curling-specific stats for certain player.
Diagram
Diagram sportsml-core_xsd.tmp#globalAttributes sportsml-core_xsd.tmp#coverageAttributes sportsml-specific-curling_xsd.tmp#stats-curling-accuracy
Properties
content: complex
Used by
Model sportsml:stats-curling-accuracy*
Children sportsml:stats-curling-accuracy
Instance
<sportsml:player-stats-curling alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" period-value="" position-scope="" record-making-scope="" scoping-label="" stats-coverage="" team-coverage="" xmlns:sportsml="http://iptc.org/std/SportsML/2008-04-01/">
  <sportsml:stats-curling-accuracy alignment-scope="" competition-scope="" date-coverage-type="" date-coverage-value="" duration-scope="" id="" number-of-shots="" percentage="" period-value="" position-scope="" record-making-scope="" scoping-label="" shot-type="" stats-coverage="" team-coverage="" turn="">{0,unbounded}</sportsml:stats-curling-accuracy>
</sportsml:player-stats-curling>
Attributes
QName Type Fixed Default Use Annotation
alignment-scope sportsml:alignmentScope.Core optional
Indicates that the included statistics apply only to events played either at home or away.
competition-scope sportsml:competitionScope.Core optional
Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.
date-coverage-type sportsml:dateCoverageType.Core optional
Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.
date-coverage-value string optional
Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.
duration-scope sportsml:durationScope.Core optional
Indicates what class of events the included statistics apply. Example: those events that went into overtime.
id ID optional
An XML-specific identifier for the element.
period-value string optional
Used for tracking stats and events by period.
position-scope string optional
Indicates that the included statistics apply only to while played at a particular position.
record-making-scope sportsml:recordMakingScope.Core optional
Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.
scoping-label string optional
A textual description for the scope.
stats-coverage sportsml:statsCoverage.Core optional
A relative indication of how many statistics are included in the item.
team-coverage sportsml:teamCoverage.Core optional
Indicates whether the item contains information about one team, or many teams.
Source
<element name="player-stats-curling">
  <annotation>
    <documentation>Holds curling-specific stats for certain player.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="sportsml:stats-curling-accuracy" minOccurs="0" maxOccurs="unbounded"/>
    </sequence>
    <attributeGroup ref="sportsml:globalAttributes"/>
    <attributeGroup ref="sportsml:coverageAttributes"/>
  </complexType>
</element>
Attribute sportsml:event-metadata-curling / @sheet
Namespace No namespace
Annotations
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.
Type string
Properties
use: optional
Used by
Source
<attribute name="sheet" type="string" use="optional">
  <annotation>
    <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.</documentation>
  </annotation>
</attribute>
Attribute sportsml:event-metadata-curling / @draw
Namespace No namespace
Annotations
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.
Type string
Properties
use: optional
Used by
Source
<attribute name="draw" type="string" use="optional">
  <annotation>
    <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.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-curling-miss-reason / @type
Namespace No namespace
Annotations
The reason why the stone was a miss. Could be rule-violation by the player, problem with the stone, player touching the stone after release etc.
Type string
Properties
use: optional
Used by
Source
<attribute name="type" type="string" use="optional">
  <annotation>
    <documentation>The reason why the stone was a miss. Could be rule-violation by the player, problem with the stone, player touching the stone after release etc.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateCurling / @stone-idref
Namespace No namespace
Annotations
A reference to an id of the stone used.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateCurling
Source
<attribute name="stone-idref" type="string" use="optional">
  <annotation>
    <documentation>A reference to an id of the stone used.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateCurling / @player-idref
Namespace No namespace
Annotations
A reference to the id of the player.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateCurling
Source
<attribute name="player-idref" type="string" use="optional">
  <annotation>
    <documentation>A reference to the id of the player.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateCurling / @team-idref
Namespace No namespace
Annotations
A reference to the id of the team.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateCurling
Source
<attribute name="team-idref" type="string" use="optional">
  <annotation>
    <documentation>A reference to the id of the team.</documentation>
  </annotation>
</attribute>
Attribute sportsml:eventStateCurling / @end-number
Namespace No namespace
Annotations
The number of the end. Rounds of normally 8+8 stones are called ends in curling.
Type string
Properties
use: optional
Used by
Attribute Group sportsml:eventStateCurling
Source
<attribute name="end-number" type="string" use="optional">
  <annotation>
    <documentation>The number of the end. Rounds of normally 8+8 stones are called ends in curling.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-curling-shot / @time-used
Namespace No namespace
Annotations
How much time did the team spend on this individual shot.
Type string
Properties
use: optional
Used by
Source
<attribute name="time-used" type="string" use="optional">
  <annotation>
    <documentation>How much time did the team spend on this individual shot.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-curling-shot / @turn
Namespace No namespace
Annotations
Was this shot done using inturn or outturn.
Type sportsml:turnType.Curling
Properties
use: optional
Used by
Source
<attribute name="turn" type="sportsml:turnType.Curling" use="optional">
  <annotation>
    <documentation>Was this shot done using inturn or outturn.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-curling-shot / @shot-type
Namespace No namespace
Annotations
Which shot-type was called. (Draw, draw round, take, tick etc)
Type sportsml:shotType.Curling
Properties
use: optional
Used by
Source
<attribute name="shot-type" type="sportsml:shotType.Curling" use="optional">
  <annotation>
    <documentation>Which shot-type was called. (Draw, draw round, take, tick etc)</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-curling-shot / @stone-speed
Namespace No namespace
Annotations
The stone speed if measured.
Type string
Properties
use: optional
Used by
Source
<attribute name="stone-speed" type="string" use="optional">
  <annotation>
    <documentation>The stone speed if measured.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-curling-shot / @success
Namespace No namespace
Annotations
The percentage of success of the stone. 0, 25, 50, 75 or 100. 125 for exceptional shots. 150 for exceptional stones winning games.
Type sportsml:shotResult.Curling
Properties
use: optional
Used by
Source
<attribute name="success" type="sportsml:shotResult.Curling" use="optional">
  <annotation>
    <documentation>The percentage of success of the stone. 0, 25, 50, 75 or 100. 125 for exceptional shots. 150 for exceptional stones winning games.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-curling-shot / @shot-finish
Namespace No namespace
Annotations
DEPRECATED: This attribute is unclear what it is meant to hold. It could mean the position of the stones but this is not very useful since more stones could have been moved by this shot.
Type string
Properties
use: optional
Used by
Source
<attribute name="shot-finish" type="string" use="optional">
  <annotation>
    <documentation>DEPRECATED: This attribute is unclear what it is meant to hold. It could mean the position of the stones but this is not very useful since more stones could have been moved by this shot.</documentation>
  </annotation>
</attribute>
Attribute sportsml:action-curling-shot / @comment
Namespace No namespace
Annotations
Comments regarding this shot.
Type string
Properties
use: optional
Used by
Source
<attribute name="comment" type="string" use="optional">
  <annotation>
    <documentation>Comments regarding this shot.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-curling-stone / @stone-number
Namespace No namespace
Annotations
The number on the stone.
Type string
Properties
use: optional
Used by
Source
<attribute name="stone-number" type="string" use="optional">
  <annotation>
    <documentation>The number on the stone.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-curling-stone / @stone-color
Namespace No namespace
Annotations
The color of the stone.
Type string
Properties
use: optional
Used by
Source
<attribute name="stone-color" type="string" use="optional">
  <annotation>
    <documentation>The color of the stone.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-curling-end / @end-number
Namespace No namespace
Annotations
Which number the end has.
Type string
Properties
use: optional
Used by
Source
<attribute name="end-number" type="string" use="optional">
  <annotation>
    <documentation>Which number the end has.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-curling-end / @score
Namespace No namespace
Annotations
What was the score for this team this end.
Type string
Properties
use: optional
Used by
Source
<attribute name="score" type="string" use="optional">
  <annotation>
    <documentation>What was the score for this team this end.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-curling-end / @throw-order
Namespace No namespace
Annotations
What order of play, did this team play the first or last stone this end.
Type sportsml:throwOrder.Curling
Properties
use: optional
Used by
Source
<attribute name="throw-order" type="sportsml:throwOrder.Curling" use="optional">
  <annotation>
    <documentation>What order of play, did this team play the first or last stone this end.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-curling-end / @time-used
Namespace No namespace
Annotations
How much time was used by this team this end.
Type string
Properties
use: optional
Used by
Source
<attribute name="time-used" type="string" use="optional">
  <annotation>
    <documentation>How much time was used by this team this end.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-curling-accuracy / @shot-type
Namespace No namespace
Annotations
If the stats cover a specific shot-type.
Type sportsml:shotType.Curling
Properties
use: optional
Used by
Source
<attribute name="shot-type" type="sportsml:shotType.Curling" use="optional">
  <annotation>
    <documentation>If the stats cover a specific shot-type.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-curling-accuracy / @turn
Namespace No namespace
Annotations
If the stats show the values for a specific turn-type inhand or outhand.
Type sportsml:turnType.Curling
Properties
use: optional
Used by
Source
<attribute name="turn" type="sportsml:turnType.Curling" use="optional">
  <annotation>
    <documentation>If the stats show the values for a specific turn-type inhand or outhand.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-curling-accuracy / @percentage
Namespace No namespace
Annotations
The calculated percentage of the shots covered in this stats summary.
Type sportsml:shotResult.Curling
Properties
use: optional
Used by
Source
<attribute name="percentage" type="sportsml:shotResult.Curling" use="optional">
  <annotation>
    <documentation>The calculated percentage of the shots covered in this stats summary.</documentation>
  </annotation>
</attribute>
Attribute sportsml:stats-curling-accuracy / @number-of-shots
Namespace No namespace
Annotations
Number of shots covered in this stats summary.
Type string
Properties
use: optional
Used by
Source
<attribute name="number-of-shots" type="string" use="optional">
  <annotation>
    <documentation>Number of shots covered in this stats summary.</documentation>
  </annotation>
</attribute>
Attribute sportsml:player-metadata-curling / @delivery
Namespace No namespace
Annotations
If the player is playing righthanded or lefthanded.
Type string
Properties
use: optional
Used by
Source
<attribute name="delivery" type="string" use="optional">
  <annotation>
    <documentation>If the player is playing righthanded or lefthanded.</documentation>
  </annotation>
</attribute>
Attribute sportsml:player-metadata-curling / @role
Namespace No namespace
Annotations
If the player has a named role in the team. For example skip or vice skip.
Type string
Properties
use: optional
Used by
Source
<attribute name="role" type="string" use="optional">
  <annotation>
    <documentation>If the player has a named role in the team. For example skip or vice skip.</documentation>
  </annotation>
</attribute>
Attribute Group sportsml:eventStateCurling
Namespace http://iptc.org/std/SportsML/2008-04-01/
Diagram
Diagram sportsml-specific-curling_xsd.tmp#eventStateCurling_stone-idref sportsml-specific-curling_xsd.tmp#eventStateCurling_player-idref sportsml-specific-curling_xsd.tmp#eventStateCurling_team-idref sportsml-specific-curling_xsd.tmp#eventStateCurling_end-number
Used by
Attributes
QName Type Fixed Default Use Annotation
end-number string optional
The number of the end. Rounds of normally 8+8 stones are called ends in curling.
player-idref string optional
A reference to the id of the player.
stone-idref string optional
A reference to an id of the stone used.
team-idref string optional
A reference to the id of the team.
Source
<attributeGroup name="eventStateCurling">
  <attribute name="stone-idref" type="string" use="optional">
    <annotation>
      <documentation>A reference to an id of the stone used.</documentation>
    </annotation>
  </attribute>
  <attribute name="player-idref" type="string" use="optional">
    <annotation>
      <documentation>A reference to the id of the player.</documentation>
    </annotation>
  </attribute>
  <attribute name="team-idref" type="string" use="optional">
    <annotation>
      <documentation>A reference to the id of the team.</documentation>
    </annotation>
  </attribute>
  <attribute name="end-number" type="string" use="optional">
    <annotation>
      <documentation>The number of the end. Rounds of normally 8+8 stones are called ends in curling.</documentation>
    </annotation>
  </attribute>
</attributeGroup>