<attributeGroup name="coverageAttributes">
<attribute name="stats-coverage" type="sportsml:statsCoverage.Core" use="optional">
<annotation>
<documentation>A relative indication of how many statistics are included in the item.</documentation>
</annotation>
</attribute>
<attribute name="team-coverage" type="sportsml:teamCoverage.Core" use="optional">
<annotation>
<documentation>Indicates whether the item contains information about one team, or many teams.</documentation>
</annotation>
</attribute>
<attribute name="date-coverage-type" type="sportsml:dateCoverageType.Core" use="optional">
<annotation>
<documentation>Describes what time period the statistics describe. Examples: just this week, this event, or this playoff season.</documentation>
</annotation>
</attribute>
<attribute name="date-coverage-value" type="string" use="optional">
<annotation>
<documentation>Value that further describes the dates covered. Example: if type is season, value can be 2001-2002.</documentation>
</annotation>
</attribute>
<attribute name="duration-scope" type="sportsml:durationScope.Core" use="optional">
<annotation>
<documentation>Indicates what class of events the included statistics apply. Example: those events that went into overtime.</documentation>
</annotation>
</attribute>
<attribute name="competition-scope" type="sportsml:competitionScope.Core" use="optional">
<annotation>
<documentation>Indicates that the included statistics apply only to events against particular groups of opponents, such as those in the same division.</documentation>
</annotation>
</attribute>
<attribute name="alignment-scope" type="sportsml:alignmentScope.Core" use="optional">
<annotation>
<documentation>Indicates that the included statistics apply only to events played either at home or away.</documentation>
</annotation>
</attribute>
<attribute name="position-scope" type="string" use="optional">
<annotation>
<documentation>Indicates that the included statistics apply only to while played at a particular position.</documentation>
</annotation>
</attribute>
<attribute name="record-making-scope" type="sportsml:recordMakingScope.Core" use="optional">
<annotation>
<documentation>Indicates that the included statistics apply only to values that set a record, such as a team-high, or an individual-low.</documentation>
</annotation>
</attribute>
<attribute name="scoping-label" type="string" use="optional">
<annotation>
<documentation>A textual description for the scope.</documentation>
</annotation>
</attribute>
<attribute name="period-value" type="string" use="optional">
<annotation>
<documentation>Used for tracking hits-per-inning, for example.</documentation>
</annotation>
</attribute>
</attributeGroup>
|