hole-type

The type of hole played.

Attribute Information

Used By

Source

<xs:attribute name="hole-type" use="optional">
  <xs:annotation>
    <xs:documentation>The type of hole played.</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="regular"/>
      <xs:enumeration value="playoff"/>
      <xs:enumeration value="sudden-death"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample