Definition Type: AttributeGroup
Name: genericStatAttributes
Namespace: http://iptc.org/std/nar/2006-10-01/
Containing Schema: sportsml.xsd
Documentation:
List of attributes used in generic stats
Collapse XSD Schema Diagram:
Drilldown into value in schema sportsml_xsd Drilldown into value-type in schema sportsml_xsd Drilldown into stat-type in schema sportsml_xsd Drilldown into class in schema sportsml_xsd Drilldown into sport in schema sportsml_xsdXSD Diagram of genericStatAttributes in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attributeGroup name="genericStatAttributes">
    <xs:annotation>
        <xs:documentation>List of attributes used in generic stats</xs:documentation>
    </xs:annotation>
    <xs:attribute name="sport" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The sport to which the stats belong.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="class" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The general classification of the stat within the sport eg ofensive, defensive, rebounding (basketball), special teams (american football).</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="stat-type" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The formal identifier of the kind of stat.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="value-type" type="QCodeType" use="optional">
        <xs:annotation>
            <xs:documentation>The formal type of the stat value eg. integer, string, etc.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="value" type="xs:string" use="optional">
        <xs:annotation>
            <xs:documentation>The value of the stat.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
sport nsA:sport Optional
class nsA:class Optional
stat-type nsA:stat-type Optional
value-type nsA:value-type Optional
value nsA:value Optional