Definition Type: Attribute
Name: adjusted-score-against
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
Use Optional
Documentation:
The final score against as adjusted by some authority. Usually as a result of some dispute or transgression that must be settled post-event and rendered in the score. Will differ from the regular score reflecting the number of actual goals scored in play. Should be tested for before displaying actual score.
Collapse XSD Schema Diagram:
XSD Diagram of adjusted-score-against in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="adjusted-score-against" type="xs:string" use="optional">
    <xs:annotation>
        <xs:documentation>The final score against as adjusted by some authority. Usually as
                    a result of some dispute or transgression that must be settled post-event and
                    rendered in the score. Will differ from the regular score reflecting the number
                    of actual goals scored in play. Should be tested for before displaying actual
                    score.</xs:documentation>
    </xs:annotation>
</xs:attribute>