Definition Type: ComplexType
Name: penaltyStatsComplexType
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.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 value in schema sportsml_xsd Drilldown into count in schema sportsml_xsd Drilldown into type in schema sportsml_xsd Drilldown into style in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into id in schema sportsml_xsd Drilldown into commonAttributes in schema sportsml_xsdXSD Diagram of penaltyStatsComplexType in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:complexType name="penaltyStatsComplexType">
    <xs:annotation>
        <xs:documentation>Statistics that detail the number of each type of penalty. | Can be recorded for either a team or a player.</xs:documentation>
    </xs:annotation>
    <xs:attributeGroup ref="commonAttributes" />
    <xs:attribute name="type" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>Could be a numeric value like 2, 5 or 10 for ice hockey, or yellow-card or red-card for soccer etc.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="count" type="xs:nonNegativeInteger" use="optional">
        <xs:annotation>
            <xs:documentation>The number of that type of penalities for this team or player.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="value" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>Amount penalized. Eg. total minutes (ice-hockey, lacrosse, etc.) or yards (american-football).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id Optional
class nsA:class Optional
style nsA:style Optional
type nsA:type Optional
count nsA:count Optional
value nsA:value Optional
Collapse Derivation Tree:
Collapse References:
nsA:penalty-stats