Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element EllipticalArcConstructionMethodType / BestFit
Annotations
The BestFit element describes the best-fit construction of an elliptical arc from 5 or more point-reducible base features. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EllipticalArcBestFitType.tmp#EllipticalArcBestFitType_n Features_xsd_Complex_Type_EllipticalArcBestFitType.tmp#EllipticalArcBestFitType_BaseFeature Features_xsd_Complex_Type_EllipticalArcBestFitType.tmp#EllipticalArcBestFitType
Type EllipticalArcBestFitType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<BestFit n="" xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{5,unbounded}</BaseFeature>
</BestFit>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of base features used in the construction.
Source
<xs:element name="BestFit" type="EllipticalArcBestFitType">
  <xs:annotation>
    <xs:documentation>The BestFit element describes the best-fit construction of an elliptical arc from 5 or more point-reducible base features. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipticalArcConstructionMethodType / Recompensated
Annotations
The Recompensated element describes the re-compensated-for- probe-size best-fit construction of an elliptical arc from 5 or more base feature points. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EllipticalArcRecompType.tmp#EllipticalArcRecompType_BaseFeaturePointList Features_xsd_Complex_Type_EllipticalArcRecompType.tmp#EllipticalArcRecompType
Type EllipticalArcRecompType
Type hierarchy
Properties
content complex
Children BaseFeaturePointList, NominalsCalculated
Instance
<Recompensated xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeaturePointList n="">{1,1}</BaseFeaturePointList>
</Recompensated>
Source
<xs:element name="Recompensated" type="EllipticalArcRecompType">
  <xs:annotation>
    <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of an elliptical arc from 5 or more base feature points. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipticalArcConstructionMethodType / Intersection
Annotations
The Intersection element describes the construction of an elliptical arc by the intersection of a plane with a cylinder, cone, or other feature which has an elliptical cross section. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EllipticalArcIntersectionType.tmp#EllipticalArcIntersectionType_IntersectionPlane Features_xsd_Complex_Type_EllipticalArcIntersectionType.tmp#EllipticalArcIntersectionType_IntersectionFeature Features_xsd_Complex_Type_EllipticalArcIntersectionType.tmp#EllipticalArcIntersectionType
Type EllipticalArcIntersectionType
Type hierarchy
Properties
content complex
Children IntersectionFeature, IntersectionPlane, NominalsCalculated
Instance
<Intersection xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <IntersectionPlane>{1,1}</IntersectionPlane>
  <IntersectionFeature>{1,1}</IntersectionFeature>
</Intersection>
Source
<xs:element name="Intersection" type="EllipticalArcIntersectionType">
  <xs:annotation>
    <xs:documentation>The Intersection element describes the construction of an elliptical arc by the intersection of a plane with a cylinder, cone, or other feature which has an elliptical cross section. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipticalArcConstructionMethodType / Projection
Annotations
The Projection element describes the construction of an elliptical arc by the projection of a base elliptical or circular arc onto a plane. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EllipticalArcProjectionType.tmp#EllipticalArcProjectionType_ProjectionFeature Features_xsd_Complex_Type_EllipticalArcProjectionType.tmp#EllipticalArcProjectionType_ProjectionPlane Features_xsd_Complex_Type_EllipticalArcProjectionType.tmp#EllipticalArcProjectionType
Type EllipticalArcProjectionType
Type hierarchy
Properties
content complex
Children NominalsCalculated, ProjectionFeature, ProjectionPlane
Instance
<Projection xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <ProjectionFeature>{1,1}</ProjectionFeature>
  <ProjectionPlane>{1,1}</ProjectionPlane>
</Projection>
Source
<xs:element name="Projection" type="EllipticalArcProjectionType">
  <xs:annotation>
    <xs:documentation>The Projection element describes the construction of an elliptical arc by the projection of a base elliptical or circular arc onto a plane. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipticalArcConstructionMethodType / Copy
Annotations
The Copy element describes the construction of an elliptical arc by the copying of a base elliptical arc. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EllipticalArcCopyType.tmp#EllipticalArcCopyType_BaseEllipticalArc Features_xsd_Complex_Type_EllipticalArcCopyType.tmp#EllipticalArcCopyType
Type EllipticalArcCopyType
Type hierarchy
Properties
content complex
Children BaseEllipticalArc, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseEllipticalArc>{1,1}</BaseEllipticalArc>
</Copy>
Source
<xs:element name="Copy" type="EllipticalArcCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of an elliptical arc by the copying of a base elliptical arc. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipticalArcConstructionMethodType / Cast
Annotations
The Cast element describes the construction of an elliptical arc by the casting of a base feature. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EllipticalArcCastType.tmp#EllipticalArcCastType_BaseFeature Features_xsd_Complex_Type_EllipticalArcCastType.tmp#EllipticalArcCastType
Type EllipticalArcCastType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<Cast xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{1,1}</BaseFeature>
</Cast>
Source
<xs:element name="Cast" type="EllipticalArcCastType">
  <xs:annotation>
    <xs:documentation>The Cast element describes the construction of an elliptical arc by the casting of a base feature. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipticalArcConstructionMethodType / Transform
Annotations
The Transform element describes the construction of an elliptical arc by the transformation of a base elliptical arc. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EllipticalArcTransformType.tmp#EllipticalArcTransformType_BaseEllipticalArc Features_xsd_Complex_Type_EllipticalArcTransformType.tmp#EllipticalArcTransformType_Transformation Features_xsd_Complex_Type_EllipticalArcTransformType.tmp#EllipticalArcTransformType
Type EllipticalArcTransformType
Type hierarchy
Properties
content complex
Children BaseEllipticalArc, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseEllipticalArc>{1,1}</BaseEllipticalArc>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="EllipticalArcTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of an elliptical arc by the transformation of a base elliptical arc. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element EllipticalArcConstructionMethodType / FromScan
Annotations
The FromScan element describes the construction of an elliptical arc from scan data. This element is in an optional choice.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_EllipticalArcFromScanType.tmp#EllipticalArcFromScanType_SurfaceFeature Features_xsd_Complex_Type_EllipticalArcFromScanType.tmp#EllipticalArcFromScanType_SearchRadius Features_xsd_Complex_Type_EllipticalArcFromScanType.tmp#EllipticalArcFromScanType_Depth Features_xsd_Complex_Type_EllipticalArcFromScanType.tmp#EllipticalArcFromScanType
Type EllipticalArcFromScanType
Type hierarchy
Properties
content complex
Children Depth, NominalsCalculated, SearchRadius, SurfaceFeature
Instance
<FromScan xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <SurfaceFeature>{1,1}</SurfaceFeature>
  <SearchRadius decimalPlaces="" linearUnit="" significantFigures="">{1,1}</SearchRadius>
  <Depth decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Depth>
</FromScan>
Source
<xs:element name="FromScan" type="EllipticalArcFromScanType">
  <xs:annotation>
    <xs:documentation>The FromScan element describes the construction of an elliptical arc from scan data. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type EllipticalArcConstructionMethodType
Annotations
The EllipticalArcConstructionMethodType defines the method for constructing a unique nominal or measured elliptical arc feature.
Diagram
Diagram Features_xsd_Complex_Type_EllipticalArcConstructionMethodType.tmp#EllipticalArcConstructionMethodType_BestFit Features_xsd_Complex_Type_EllipticalArcConstructionMethodType.tmp#EllipticalArcConstructionMethodType_Recompensated Features_xsd_Complex_Type_EllipticalArcConstructionMethodType.tmp#EllipticalArcConstructionMethodType_Intersection Features_xsd_Complex_Type_EllipticalArcConstructionMethodType.tmp#EllipticalArcConstructionMethodType_Projection Features_xsd_Complex_Type_EllipticalArcConstructionMethodType.tmp#EllipticalArcConstructionMethodType_Copy Features_xsd_Complex_Type_EllipticalArcConstructionMethodType.tmp#EllipticalArcConstructionMethodType_Cast Features_xsd_Complex_Type_EllipticalArcConstructionMethodType.tmp#EllipticalArcConstructionMethodType_Transform Features_xsd_Complex_Type_EllipticalArcConstructionMethodType.tmp#EllipticalArcConstructionMethodType_FromScan
Used by
Children BestFit, Cast, Copy, FromScan, Intersection, Projection, Recompensated, Transform
Source
<xs:complexType name="EllipticalArcConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The EllipticalArcConstructionMethodType defines the method for constructing a unique nominal or measured elliptical arc feature.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0">
    <xs:annotation>
      <xs:documentation>This optional compositor provides a choice of the construction method for the elliptical arc.</xs:documentation>
    </xs:annotation>
    <xs:element name="BestFit" type="EllipticalArcBestFitType">
      <xs:annotation>
        <xs:documentation>The BestFit element describes the best-fit construction of an elliptical arc from 5 or more point-reducible base features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Recompensated" type="EllipticalArcRecompType">
      <xs:annotation>
        <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of an elliptical arc from 5 or more base feature points. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Intersection" type="EllipticalArcIntersectionType">
      <xs:annotation>
        <xs:documentation>The Intersection element describes the construction of an elliptical arc by the intersection of a plane with a cylinder, cone, or other feature which has an elliptical cross section. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Projection" type="EllipticalArcProjectionType">
      <xs:annotation>
        <xs:documentation>The Projection element describes the construction of an elliptical arc by the projection of a base elliptical or circular arc onto a plane. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Copy" type="EllipticalArcCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of an elliptical arc by the copying of a base elliptical arc. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Cast" type="EllipticalArcCastType">
      <xs:annotation>
        <xs:documentation>The Cast element describes the construction of an elliptical arc by the casting of a base feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Transform" type="EllipticalArcTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of an elliptical arc by the transformation of a base elliptical arc. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FromScan" type="EllipticalArcFromScanType">
      <xs:annotation>
        <xs:documentation>The FromScan element describes the construction of an elliptical arc from scan data. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd