Definition Type: Attribute
Name: inning-half
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:
Either top or bottom.
Collapse XSD Schema Diagram:
XSD Diagram of inning-half in schema sportsml-specific-baseball_xsd (SportsML)
Collapse XSD Schema Code:
<attribute name="inning-half" use="optional">
    <annotation>
        <documentation>Either top or bottom.</documentation>
    </annotation>
    <simpleType>
        <restriction base="string">
            <enumeration value="top" />
            <enumeration value="bottom" />
        </restriction>
    </simpleType>
</attribute>
Collapse Facets:
Facet Value
Enumeration top
Enumeration bottom