Definition Type: Element
Name: team-stats-ice-hockey
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-specific-ice-hockey.xsd
Abstract
Documentation:
Stats about one team. | Specific to ice-hockey.
Collapse XSD Schema Diagram:
Drilldown into stats-ice-hockey-defensive in schema sportsml-specific-ice-hockey_xsd Drilldown into stats-ice-hockey-offensive in schema sportsml-specific-ice-hockey_xsd Drilldown into penalty-minutes in schema sportsml-specific-ice-hockey_xsd Drilldown into minus-total in schema sportsml-specific-ice-hockey_xsd Drilldown into plus-total in schema sportsml-specific-ice-hockey_xsd Drilldown into plus-minus in schema sportsml-specific-ice-hockey_xsdXSD Diagram of team-stats-ice-hockey in schema sportsml-specific-ice-hockey_xsd (SportsML)
Collapse XSD Schema Code:
<element name="team-stats-ice-hockey">
    <annotation>
        <documentation>Stats about one team. | Specific to ice-hockey.</documentation>
    </annotation>
    <complexType>
        <sequence>
            <element ref="sportsml:stats-ice-hockey-offensive" minOccurs="0" maxOccurs="unbounded" />
            <element ref="sportsml:stats-ice-hockey-defensive" minOccurs="0" maxOccurs="unbounded" />
        </sequence>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attributeGroup ref="sportsml:coverageAttributes" />
        <attribute name="plus-minus" type="string" use="optional">
            <annotation>
                <documentation>Number of times players on this team were on ice when own team scored minus the number of times players were on ice when opponent scored.</documentation>
            </annotation>
        </attribute>
        <attribute name="plus-total" type="string" use="optional">
            <annotation>
                <documentation>Number of times players on this team were on ice when own team scored.</documentation>
            </annotation>
        </attribute>
        <attribute name="minus-total" type="string" use="optional">
            <annotation>
                <documentation>Number of times players were on ice when opponent scored.</documentation>
            </annotation>
        </attribute>
        <attribute name="penalty-minutes" type="string" use="optional">
            <annotation>
                <documentation>Total number of penalty minutes accrued by a single team.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
stats-ice-hockey-offensive sportsml:stats-ice-hockey-offensive 0 unbounded
stats-ice-hockey-defensive sportsml:stats-ice-hockey-defensive 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
plus-minus sportsml:plus-minus Optional
plus-total sportsml:plus-total Optional
minus-total sportsml:minus-total Optional
penalty-minutes sportsml:penalty-minutes Optional