Definition Type: Element
Name: penalty-stats
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Abstract
Documentation:
Statistics that detail the number of each type of penalty. | Can be recorded for either a team or a player.
Collapse XSD Schema Diagram:
Drilldown into count in schema sportsml-core_xsd Drilldown into type in schema sportsml-core_xsd Drilldown into id in schema sportsml-core_xsd Drilldown into globalAttributes in schema sportsml-core_xsdXSD Diagram of penalty-stats in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<element name="penalty-stats">
    <annotation>
        <documentation>Statistics that detail the number of each type of penalty. | Can be recorded for either a team or a player.</documentation>
    </annotation>
    <complexType>
        <attributeGroup ref="sportsml:globalAttributes" />
        <attribute name="type" type="string" use="optional">
            <annotation>
                <documentation>Could be a numeric value like 2, 5 or 10 for ice hockey, or yellow-card or red-card for soccer etc.</documentation>
            </annotation>
        </attribute>
        <attribute name="count" type="string" use="optional">
            <annotation>
                <documentation>The number of that type of penalities for this team or player.</documentation>
            </annotation>
        </attribute>
    </complexType>
</element>
Collapse Child Attributes:
Name Type Default Value Use
id sportsml:id Optional
type sportsml:type Optional
count sportsml:count Optional