Definition Type: AttributeGroup
Name: coverageAttributes
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Collapse XSD Schema Diagram:
Drilldown into period-value in schema sportsml-core_xsd Drilldown into scoping-label in schema sportsml-core_xsd Drilldown into record-making-scope in schema sportsml-core_xsd Drilldown into position-scope in schema sportsml-core_xsd Drilldown into alignment-scope in schema sportsml-core_xsd Drilldown into competition-scope in schema sportsml-core_xsd Drilldown into duration-scope in schema sportsml-core_xsd Drilldown into date-coverage-value in schema sportsml-core_xsd Drilldown into date-coverage-type in schema sportsml-core_xsd Drilldown into team-coverage in schema sportsml-core_xsd Drilldown into stats-coverage in schema sportsml-core_xsdXSD Diagram of coverageAttributes in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
stats-coverage sportsml:stats-coverage Optional
team-coverage sportsml:team-coverage Optional
date-coverage-type sportsml:date-coverage-type Optional
date-coverage-value sportsml:date-coverage-value Optional
duration-scope sportsml:duration-scope Optional
competition-scope sportsml:competition-scope Optional
alignment-scope sportsml:alignment-scope Optional
position-scope sportsml:position-scope Optional
record-making-scope sportsml:record-making-scope Optional
scoping-label sportsml:scoping-label Optional
period-value sportsml:period-value Optional