Definition Type: Attribute
Name: runner-on-second-advance
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:
The base to which the runner on second base advanced.
Collapse XSD Schema Diagram:
XSD Diagram of runner-on-second-advance in schema sportsml-specific-baseball_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="runner-on-second-advance" use="optional">
    <annotation>
        <documentation>The base to which the runner on second base advanced.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="3" />
            <enumeration value="home" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration 3
Enumeration home