Definition Type: Attribute
Name: score-credit
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: integer:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
ContentType Restriction
Use Optional
Documentation:
Whether the participant in the play can be given credit for the goal or score.
Collapse XSD Schema Diagram:
XSD Diagram of score-credit in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="score-credit" use="optional">
    <xs:annotation>
        <xs:documentation>Whether the participant in the play can be given credit for the goal or score.</xs:documentation>
    </xs:annotation>
    <xs:simpleType id="scoreCredit">
        <xs:restriction base="xs:integer">
            <xs:enumeration id="scoreCredit1" value="1" />
            <xs:enumeration id="scoreCredit0" value="0" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 0