Definition Type: Attribute
Name: hit-by-pitch-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 hit-by-pitch-type in schema sportsml_xsd (SportsML)
Collapse XSD Schema Code:
<xs:attribute name="hit-by-pitch-type" use="optional">
    <xs:simpleType id="hitByPitchType">
        <xs:restriction base="xs:string">
            <xs:enumeration id="hitByPitchTypeIntentional" value="intentional" />
            <xs:enumeration id="hitByPitchTypeUnintentional" value="unintentional" />
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration intentional
Enumeration unintentional