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