Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CircleConstructionMethodType / BestFit
Annotations
The BestFit element describes the best-fit construction of a circle from 3 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_CircleBestFitType.tmp#CircleBestFitType_n Features_xsd_Complex_Type_CircleBestFitType.tmp#CircleBestFitType_BaseFeature Features_xsd_Complex_Type_CircleBestFitType.tmp#CircleBestFitType
Type CircleBestFitType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<BestFit n="" xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{3,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="CircleBestFitType">
  <xs:annotation>
    <xs:documentation>The BestFit element describes the best-fit construction of a circle from 3 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 CircleConstructionMethodType / Recompensated
Annotations
The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a circle from 3 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_CircleRecompType.tmp#CircleRecompType_BaseFeaturePointList Features_xsd_Complex_Type_CircleRecompType.tmp#CircleRecompType
Type CircleRecompType
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="CircleRecompType">
  <xs:annotation>
    <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a circle from 3 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 CircleConstructionMethodType / Intersection
Annotations
The Intersection element describes the construction of a circle by the intersection two 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_CircleIntersectionType.tmp#CircleIntersectionType_IntersectionFeature Features_xsd_Complex_Type_CircleIntersectionType.tmp#CircleIntersectionType
Type CircleIntersectionType
Type hierarchy
Properties
content complex
Children IntersectionFeature, NominalsCalculated
Instance
<Intersection xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <IntersectionFeature>{2,2}</IntersectionFeature>
</Intersection>
Source
<xs:element name="Intersection" type="CircleIntersectionType">
  <xs:annotation>
    <xs:documentation>The Intersection element describes the construction of a circle by the intersection two 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 CircleConstructionMethodType / Projection
Annotations
The Projection element describes the construction of a circle by the projection of a base circle 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_CircleProjectionType.tmp#CircleProjectionType_ProjectionCircle Features_xsd_Complex_Type_CircleProjectionType.tmp#CircleProjectionType_ProjectionPlane Features_xsd_Complex_Type_CircleProjectionType.tmp#CircleProjectionType
Type CircleProjectionType
Type hierarchy
Properties
content complex
Children NominalsCalculated, ProjectionCircle, ProjectionPlane
Instance
<Projection xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <ProjectionCircle>{1,1}</ProjectionCircle>
  <ProjectionPlane>{1,1}</ProjectionPlane>
</Projection>
Source
<xs:element name="Projection" type="CircleProjectionType">
  <xs:annotation>
    <xs:documentation>The Projection element describes the construction of a circle by the projection of a base circle 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 CircleConstructionMethodType / Copy
Annotations
The Copy element describes the construction of a circle by the copying of a base circle. 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_CircleCopyType.tmp#CircleCopyType_BaseCircle Features_xsd_Complex_Type_CircleCopyType.tmp#CircleCopyType
Type CircleCopyType
Type hierarchy
Properties
content complex
Children BaseCircle, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseCircle>{1,1}</BaseCircle>
</Copy>
Source
<xs:element name="Copy" type="CircleCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of a circle by the copying of a base circle. 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 CircleConstructionMethodType / Cast
Annotations
The Cast element describes the construction of a circle 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_CircleCastType.tmp#CircleCastType_BaseFeature Features_xsd_Complex_Type_CircleCastType.tmp#CircleCastType
Type CircleCastType
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="CircleCastType">
  <xs:annotation>
    <xs:documentation>The Cast element describes the construction of a circle 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 CircleConstructionMethodType / Tangent
Annotations
The Tangent element describes the construction of a circle that is tangent to two 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_CircleTangentType.tmp#CircleTangentType_TangentFeature Features_xsd_Complex_Type_CircleTangentType.tmp#CircleTangentType
Type CircleTangentType
Type hierarchy
Properties
content complex
Children NominalsCalculated, TangentFeature
Instance
<Tangent xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <TangentFeature>{2,2}</TangentFeature>
</Tangent>
Source
<xs:element name="Tangent" type="CircleTangentType">
  <xs:annotation>
    <xs:documentation>The Tangent element describes the construction of a circle that is tangent to two 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 CircleConstructionMethodType / TangentThrough
Annotations
The TangentThrough element describes the construction of a circle tangent to a feature and passing through a point. 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_CircleTangentThroughType.tmp#CircleTangentThroughType_TangentFeature Features_xsd_Complex_Type_CircleTangentThroughType.tmp#CircleTangentThroughType_PointFeature Features_xsd_Complex_Type_CircleTangentThroughType.tmp#CircleTangentThroughType
Type CircleTangentThroughType
Type hierarchy
Properties
content complex
Children NominalsCalculated, PointFeature, TangentFeature
Instance
<TangentThrough xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <TangentFeature>{1,1}</TangentFeature>
  <PointFeature>{1,1}</PointFeature>
</TangentThrough>
Source
<xs:element name="TangentThrough" type="CircleTangentThroughType">
  <xs:annotation>
    <xs:documentation>The TangentThrough element describes the construction of a circle tangent to a feature and passing through a point. 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 CircleConstructionMethodType / Transform
Annotations
The Transform element describes the construction of a circle by the transformation of a base circle. 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_CircleTransformType.tmp#CircleTransformType_BaseCircle Features_xsd_Complex_Type_CircleTransformType.tmp#CircleTransformType_Transformation Features_xsd_Complex_Type_CircleTransformType.tmp#CircleTransformType
Type CircleTransformType
Type hierarchy
Properties
content complex
Children BaseCircle, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseCircle>{1,1}</BaseCircle>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="CircleTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of a circle by the transformation of a base circle. 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 CircleConstructionMethodType / FromCone
Annotations
The FromCone element describes the construction of a circle from a cone at a specified cone diameter or at a specified distance from the cone vertex. 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_CircleFromConeType.tmp#CircleFromConeType_Diameter Features_xsd_Complex_Type_CircleFromConeType.tmp#CircleFromConeType_Distance Features_xsd_Complex_Type_CircleFromConeType.tmp#CircleFromConeType
Type CircleFromConeType
Type hierarchy
Properties
content complex
Children Diameter, Distance, NominalsCalculated
Instance
<FromCone xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <Diameter decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Diameter>
  <Distance decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Distance>
</FromCone>
Source
<xs:element name="FromCone" type="CircleFromConeType">
  <xs:annotation>
    <xs:documentation>The FromCone element describes the construction of a circle from a cone at a specified cone diameter or at a specified distance from the cone vertex. 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 CircleConstructionMethodType / FromScan
Annotations
The FromScan element describes the construction of a circle 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_CircleFromScanType.tmp#CircleFromScanType_SurfaceFeature Features_xsd_Complex_Type_CircleFromScanType.tmp#CircleFromScanType_SearchRadius Features_xsd_Complex_Type_CircleFromScanType.tmp#CircleFromScanType_Depth Features_xsd_Complex_Type_CircleFromScanType.tmp#CircleFromScanType
Type CircleFromScanType
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="CircleFromScanType">
  <xs:annotation>
    <xs:documentation>The FromScan element describes the construction of a circle 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 CircleConstructionMethodType
Annotations
The CircleConstructionMethodType defines the method for constructing a unique nominal or measured circle feature.
Diagram
Diagram Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_BestFit Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Recompensated Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Intersection Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Projection Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Copy Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Cast Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Tangent Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_TangentThrough Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_Transform Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_FromCone Features_xsd_Complex_Type_CircleConstructionMethodType.tmp#CircleConstructionMethodType_FromScan
Used by
Children BestFit, Cast, Copy, FromCone, FromScan, Intersection, Projection, Recompensated, Tangent, TangentThrough, Transform
Source
<xs:complexType name="CircleConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The CircleConstructionMethodType defines the method for constructing a unique nominal or measured circle 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 circle.</xs:documentation>
    </xs:annotation>
    <xs:element name="BestFit" type="CircleBestFitType">
      <xs:annotation>
        <xs:documentation>The BestFit element describes the best-fit construction of a circle from 3 or more point-reducible base features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Recompensated" type="CircleRecompType">
      <xs:annotation>
        <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a circle from 3 or more base feature points. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Intersection" type="CircleIntersectionType">
      <xs:annotation>
        <xs:documentation>The Intersection element describes the construction of a circle by the intersection two features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Projection" type="CircleProjectionType">
      <xs:annotation>
        <xs:documentation>The Projection element describes the construction of a circle by the projection of a base circle onto a plane. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Copy" type="CircleCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of a circle by the copying of a base circle. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Cast" type="CircleCastType">
      <xs:annotation>
        <xs:documentation>The Cast element describes the construction of a circle by the casting of a base feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Tangent" type="CircleTangentType">
      <xs:annotation>
        <xs:documentation>The Tangent element describes the construction of a circle that is tangent to two base features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="TangentThrough" type="CircleTangentThroughType">
      <xs:annotation>
        <xs:documentation>The TangentThrough element describes the construction of a circle tangent to a feature and passing through a point. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Transform" type="CircleTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of a circle by the transformation of a base circle. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FromCone" type="CircleFromConeType">
      <xs:annotation>
        <xs:documentation>The FromCone element describes the construction of a circle from a cone at a specified cone diameter or at a specified distance from the cone vertex. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FromScan" type="CircleFromScanType">
      <xs:annotation>
        <xs:documentation>The FromScan element describes the construction of a circle 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