walk-type

Attribute Information

Used By

Attribute Group baseballActionAttributes

Source

<xs:attribute name="walk-type" use="optional">
  <xs:simpleType id="walkType">
    <xs:restriction base="xs:string">
      <xs:enumeration id="walkTypeIntentional" value="intentional"/>
      <xs:enumeration id="walkTypeUnintentional" value="unintentional"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample