The ArcConicFormEnumType enumerates values that describe theconic arc form and can take the following values: 'PARABOLA' - a parabola; 'ELLIPSE' - an ellipse; 'HYPERBOLA' - a hyperbola;
<xs:simpleType name="ArcConicFormEnumType"><xs:annotation><xs:documentation>The ArcConicFormEnumType enumerates values that describe the conic arc form and can take the following values: 'PARABOLA' - a parabola; 'ELLIPSE' - an ellipse; 'HYPERBOLA' - a hyperbola;</xs:documentation></xs:annotation><xs:restriction base="xs:string"><xs:enumeration value="PARABOLA"/><xs:enumeration value="ELLIPSE"/><xs:enumeration value="HYPERBOLA"/></xs:restriction></xs:simpleType>