The LeaderHeadFormEnumType enumerates values that describe leader head forms.
<xs:simpleType name="LeaderHeadFormEnumType"> <xs:annotation> <xs:documentation>The LeaderHeadFormEnumType enumerates values that describe leader head forms.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="NONE"/> <xs:enumeration value="ARROW_OPEN"/> <xs:enumeration value="ARROW_UNFILLED"/> <xs:enumeration value="ARROW_BLANKED"/> <xs:enumeration value="ARROW_FILLED"/> <xs:enumeration value="TRIANGLE_BLANKED"/> <xs:enumeration value="TRIANGLE_FILLED"/> <xs:enumeration value="DOT_BLANKED"/> <xs:enumeration value="DOT_FILLED"/> <xs:enumeration value="BOX_BLANKED"/> <xs:enumeration value="BOX_FILLED"/> <xs:enumeration value="DIMENSION_ORIGIN"/> <xs:enumeration value="SYMBOL_SLASH"/> <xs:enumeration value="SYMBOL_INTEGRAL"/> <xs:enumeration value="SYMBOL_CROSS"/> </xs:restriction> </xs:simpleType>