Definition Type: Element
Name: statistic
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
A table that generally compares the performance of teams or players. | The fixture-key can identify which regulary-running statistics are being presented.
Collapse XSD Schema Diagram:
Drilldown into status-change in schema sportsml-core_xsd Drilldown into associate in schema sportsml-core_xsd Drilldown into player in schema sportsml-core_xsd Drilldown into team in schema sportsml-core_xsd Drilldown into group in schema sportsml-core_xsd Drilldown into statistic-metadata in schema sportsml-core_xsd Drilldown into content-label in schema sportsml-core_xsd Drilldown into type in schema sportsml-core_xsd 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_xsd Drilldown into coverageAttributes in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of statistic in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="statistic">
    <annotation>
        <documentation>A table that generally compares the performance of teams or players. | The fixture-key can identify which regulary-running statistics are being presented.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:statistic-metadata" />
            <element ref="sportsml:group" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:team" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:player" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:associate" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:status-change" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="type" type="string" use="optional">
            <annotation>
                <documentation>A code describing the class of statistic covered herein, generally part of a controlled vocabulary.</documentation>
            </annotation>
        </attribute>
        <attribute name="content-label" type="string" use="optional">
            <annotation>
                <documentation>A display label for the enclosed statistical ranking.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
statistic-metadata sportsml:statistic-metadata (1) (1)
group sportsml:group 0 unbounded
team sportsml:team 0 unbounded
player sportsml:player 0 unbounded
associate sportsml:associate 0 unbounded
status-change sportsml:status-change 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
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
type sportsml:type Optional
content-label sportsml:content-label Optional