Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ArcConicFormEnumType
Annotations
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;
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration PARABOLA
enumeration ELLIPSE
enumeration HYPERBOLA
Used by
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd