Definition Type: Attribute
Name: outs-recorded
Namespace: http://iptc.org/std/SportsML/2008-04-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml-specific-baseball.xsd
ContentType Restriction
Use Optional
Documentation:
How many outs were recorded on the play. Values are 1, 2, 3.
Collapse XSD Schema Diagram:
XSD Diagram of outs-recorded in schema sportsml-specific-baseball_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="outs-recorded" use="optional">
    <annotation>
        <documentation>How many outs were recorded on the play. Values are 1, 2, 3.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="none" />
            <enumeration value="one" />
            <enumeration value="two" />
            <enumeration value="three" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration none
Enumeration one
Enumeration two
Enumeration three