hit-by-pitch-type

Attribute Information

Used By

Attribute Group baseballActionAttributes

Source

<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>

Sample