Attribute Group | baseballActionAttributes |
<xs:attribute name="strikeout-type" use="optional"> <xs:simpleType id="strikeoutType"> <xs:restriction base="xs:string"> <xs:enumeration id="strikeoutTypeCalled" value="called"/> <xs:enumeration id="strikeoutTypeSwinging" value="swinging"/> </xs:restriction> </xs:simpleType> </xs:attribute> |