Attribute Group | baseballActionAttributes |
<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> |