Definition Type: Attribute
Name: strike-type
Namespace: http://iptc.org/std/nar/2006-10-01/
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: sportsml.xsd
ContentType Restriction
Use Optional
Collapse XSD Schema Diagram:
XSD Diagram of strike-type in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="strike-type" use="optional">
    <xs:simpleType id="strikeType">
        <xs:restriction base="xs:string">
            <xs:enumeration id="strikeTypeCalled" value="called" />
            <xs:enumeration id="strikeTypeSwinging" value="swinging" />
            <xs:enumeration id="strikeTypeFoul" value="foul" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration called
Enumeration swinging
Enumeration foul