Definition Type: Attribute
Name: points-difference
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
Use Optional
Documentation:
The final calculated difference between points-scored-for and points-scored-against. Possibly takes into account other scoring aspects, such as penalties and differences in score-values.
Collapse XSD Schema Diagram:
XSD Diagram of points-difference in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="points-difference" type="xs:integer" use="optional">
    <xs:annotation>
        <xs:documentation>The final calculated difference between points-scored-for and points-scored-against. Possibly takes into account other scoring aspects, such as penalties and differences in score-values.</xs:documentation>
    </xs:annotation>
</xs:attribute>