Definition Type: Attribute
Name: relegation-average
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
Use Optional
Documentation:
The product of a relegation average formula used to determine which team is demoted to a lower league. The formula may vary by league but the average typically looks at team performance across multiple competitions. The team(s) with the lowest relegation averages is sent to the league below.
Collapse XSD Schema Diagram:
XSD Diagram of relegation-average in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="relegation-average" type="xs:decimal" use="optional">
    <xs:annotation>
        <xs:documentation>The product of a relegation average formula used to determine which team is demoted to a lower league. The formula may vary by league but the average typically looks at team performance across multiple competitions. The team(s) with the lowest relegation averages is sent to the league below.</xs:documentation>
    </xs:annotation>
</xs:attribute>