Definition Type: AttributeGroup
Name: statAttributes
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Containing Schema: sportsml-core.xsd
Collapse XSD Schema Diagram:
Drilldown into event-odds in schema sportsml-core_xsd Drilldown into event-standing-points in schema sportsml-core_xsd Drilldown into event-outcome in schema sportsml-core_xsd Drilldown into result-effect in schema sportsml-core_xsd Drilldown into score-percentage-opposing in schema sportsml-core_xsd Drilldown into score-percentage in schema sportsml-core_xsd Drilldown into score-attempts-on-goal-opposing in schema sportsml-core_xsd Drilldown into score-attempts-on-goal in schema sportsml-core_xsd Drilldown into score-attempts-opposing in schema sportsml-core_xsd Drilldown into score-attempts in schema sportsml-core_xsd Drilldown into score-units in schema sportsml-core_xsd Drilldown into score-opposing-average in schema sportsml-core_xsd Drilldown into score-average in schema sportsml-core_xsd Drilldown into score-opposing in schema sportsml-core_xsd Drilldown into score in schema sportsml-core_xsdXSD Diagram of statAttributes in schema sportsml-core_xsd (SportsML)
Collapse XSD Schema Code:
<attributeGroup name="statAttributes">
    <attribute name="score" type="string" use="optional">
        <annotation>
            <documentation>Final or current score of the team or player.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-opposing" type="string" use="optional">
        <annotation>
            <documentation>Final or current score of the opposing team or player.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-average" type="string" use="optional">
        <annotation>
            <documentation>Average per-game score for the team or player.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-opposing-average" type="string" use="optional">
        <annotation>
            <documentation>Average per-game score for the opposing team or player.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-units" type="sportsml:scoreUnits.Core" use="optional">
        <annotation>
            <documentation>Describes how the score and score-opposing is valued.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-attempts" type="string" use="optional">
        <annotation>
            <documentation>Final or current number of attempts to score by a team or player. Example: in ice hockey, would represent total shots on goal.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-attempts-opposing" type="string" use="optional">
        <annotation>
            <documentation>Final or current number of attempts to score by an opposing team or player.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-attempts-on-goal" type="string" use="optional">
        <annotation>
            <documentation>A subset of score-attempts. Only counts those attempts that were on-goal.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-attempts-on-goal-opposing" type="string" use="optional">
        <annotation>
            <documentation>Final or current number of attempts to score by an opposing team or player that were on-goal.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-percentage" type="string" use="optional">
        <annotation>
            <documentation>Percentage of attempted scores that reached their mark.</documentation>
        </annotation>
    </attribute>
    <attribute name="score-percentage-opposing" type="string" use="optional">
        <annotation>
            <documentation>Percentage of attempted scores by opposing team or player that reached their mark.</documentation>
        </annotation>
    </attribute>
    <attribute name="result-effect" type="sportsml:resultEffect.Core" use="optional">
        <annotation>
            <documentation>Describes the effect that the result of the event or rank changing has had on the team. Example: Whether or not a team has qualified for the playoffs, or has been promoted or demoted to a different division.</documentation>
        </annotation>
    </attribute>
    <attribute name="event-outcome" use="optional">
        <annotation>
            <documentation>Whether the competitor won, lost, or tied.</documentation>
        </annotation>
        <simpleType>
            <restriction base="string">
                <enumeration value="win" />
                <enumeration value="loss" />
                <enumeration value="tie" />
                <enumeration value="undecided" />
            </restriction>
        </simpleType>
    </attribute>
    <attribute name="event-standing-points" type="string" use="optional">
        <annotation>
            <documentation>How many new points were earned as a result of the outcome of this particular event.</documentation>
        </annotation>
    </attribute>
    <attribute name="event-odds" type="string" use="optional">
        <annotation>
            <documentation>The odds that this team or player would win the event. Candidate for deprecation.</documentation>
        </annotation>
    </attribute>
</attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
score sportsml:score Optional
score-opposing sportsml:score-opposing Optional
score-average sportsml:score-average Optional
score-opposing-average sportsml:score-opposing-average Optional
score-units sportsml:score-units Optional
score-attempts sportsml:score-attempts Optional
score-attempts-opposing sportsml:score-attempts-opposing Optional
score-attempts-on-goal sportsml:score-attempts-on-goal Optional
score-attempts-on-goal-opposing sportsml:score-attempts-on-goal-opposing Optional
score-percentage sportsml:score-percentage Optional
score-percentage-opposing sportsml:score-percentage-opposing Optional
result-effect sportsml:result-effect Optional
event-outcome sportsml:event-outcome Optional
event-standing-points sportsml:event-standing-points Optional
event-odds sportsml:event-odds Optional