The type of hole played. |
Complex Type | golfStatsHoleComplexType |
<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> |