The HatchStyleFormEnumType enumerates values that describe hatching styles.
<xs:simpleType name="HatchStyleFormEnumType"> <xs:annotation> <xs:documentation>The HatchStyleFormEnumType enumerates values that describe hatching styles.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="NONE"/> <xs:enumeration value="PATTERN"/> <xs:enumeration value="FILL"/> <xs:enumeration value="ERASED"/> </xs:restriction> </xs:simpleType>