Definition Type: Attribute
Name: score-credit
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-american-football.xsd
ContentType Restriction
Use Optional
Documentation:
Whether a player scored or not. Either 1 or 0.
Collapse XSD Schema Diagram:
XSD Diagram of score-credit in schema sportsml-specific-american-football_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="score-credit" use="optional">
    <annotation>
        <documentation>Whether a player scored or not. Either 1 or 0.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="1" />
            <enumeration value="0" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 0