Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element SurfaceOfRevolutionConstructionMethodType / BestFit
Annotations
The BestFit element describes the best-fit construction of a surface of revolution from 6 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_SurfaceOfRevolutionBestFitType.tmp#SurfaceOfRevolutionBestFitType_n Features_xsd_Complex_Type_SurfaceOfRevolutionBestFitType.tmp#SurfaceOfRevolutionBestFitType_BaseFeature Features_xsd_Complex_Type_SurfaceOfRevolutionBestFitType.tmp#SurfaceOfRevolutionBestFitType
Type SurfaceOfRevolutionBestFitType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<BestFit n="" xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{6,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="SurfaceOfRevolutionBestFitType">
  <xs:annotation>
    <xs:documentation>The BestFit element describes the best-fit construction of a surface of revolution from 6 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 SurfaceOfRevolutionConstructionMethodType / Recompensated
Annotations
The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a surface of revolution from 6 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_SurfaceOfRevolutionRecompType.tmp#SurfaceOfRevolutionRecompType_BaseFeaturePointList Features_xsd_Complex_Type_SurfaceOfRevolutionRecompType.tmp#SurfaceOfRevolutionRecompType
Type SurfaceOfRevolutionRecompType
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="SurfaceOfRevolutionRecompType">
  <xs:annotation>
    <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a surface of revolution from 6 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 SurfaceOfRevolutionConstructionMethodType / Copy
Annotations
The Copy element describes the construction of a surface of revolution by the copying of a base surface of revolution. 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_SurfaceOfRevolutionCopyType.tmp#SurfaceOfRevolutionCopyType_BaseSurfaceOfRevolution Features_xsd_Complex_Type_SurfaceOfRevolutionCopyType.tmp#SurfaceOfRevolutionCopyType
Type SurfaceOfRevolutionCopyType
Type hierarchy
Properties
content complex
Children BaseSurfaceOfRevolution, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseSurfaceOfRevolution>{1,1}</BaseSurfaceOfRevolution>
</Copy>
Source
<xs:element name="Copy" type="SurfaceOfRevolutionCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of a surface of revolution by the copying of a base surface of revolution. 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 SurfaceOfRevolutionConstructionMethodType / Cast
Annotations
The Cast element describes the construction of a surface of revolution 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_SurfaceOfRevolutionCastType.tmp#SurfaceOfRevolutionCastType_BaseFeature Features_xsd_Complex_Type_SurfaceOfRevolutionCastType.tmp#SurfaceOfRevolutionCastType
Type SurfaceOfRevolutionCastType
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="SurfaceOfRevolutionCastType">
  <xs:annotation>
    <xs:documentation>The Cast element describes the construction of a surface of revolution 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 SurfaceOfRevolutionConstructionMethodType / Transform
Annotations
The Transform element describes the construction of a surface of revolution by the transformation of a base surface of revolution. 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_SurfaceOfRevolutionTransformType.tmp#SurfaceOfRevolutionTransformType_BaseSurfaceOfRevolution Features_xsd_Complex_Type_SurfaceOfRevolutionTransformType.tmp#SurfaceOfRevolutionTransformType_Transformation Features_xsd_Complex_Type_SurfaceOfRevolutionTransformType.tmp#SurfaceOfRevolutionTransformType
Type SurfaceOfRevolutionTransformType
Type hierarchy
Properties
content complex
Children BaseSurfaceOfRevolution, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseSurfaceOfRevolution>{1,1}</BaseSurfaceOfRevolution>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="SurfaceOfRevolutionTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of a surface of revolution by the transformation of a base surface of revolution. 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 SurfaceOfRevolutionConstructionMethodType
Annotations
The SurfaceOfRevolutionConstructionMethodType defines the method for constructing a unique nominal or measured surface of revolution feature.
Diagram
Diagram Features_xsd_Complex_Type_SurfaceOfRevolutionConstructionMethodType.tmp#SurfaceOfRevolutionConstructionMethodType_BestFit Features_xsd_Complex_Type_SurfaceOfRevolutionConstructionMethodType.tmp#SurfaceOfRevolutionConstructionMethodType_Recompensated Features_xsd_Complex_Type_SurfaceOfRevolutionConstructionMethodType.tmp#SurfaceOfRevolutionConstructionMethodType_Copy Features_xsd_Complex_Type_SurfaceOfRevolutionConstructionMethodType.tmp#SurfaceOfRevolutionConstructionMethodType_Cast Features_xsd_Complex_Type_SurfaceOfRevolutionConstructionMethodType.tmp#SurfaceOfRevolutionConstructionMethodType_Transform
Used by
Children BestFit, Cast, Copy, Recompensated, Transform
Source
<xs:complexType name="SurfaceOfRevolutionConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The SurfaceOfRevolutionConstructionMethodType defines the method for constructing a unique nominal or measured surface of revolution 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 surface of revolution.</xs:documentation>
    </xs:annotation>
    <xs:element name="BestFit" type="SurfaceOfRevolutionBestFitType">
      <xs:annotation>
        <xs:documentation>The BestFit element describes the best-fit construction of a surface of revolution from 6 or more point-reducible base features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Recompensated" type="SurfaceOfRevolutionRecompType">
      <xs:annotation>
        <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a surface of revolution from 6 or more base feature points. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Copy" type="SurfaceOfRevolutionCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of a surface of revolution by the copying of a base surface of revolution. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Cast" type="SurfaceOfRevolutionCastType">
      <xs:annotation>
        <xs:documentation>The Cast element describes the construction of a surface of revolution 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="SurfaceOfRevolutionTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of a surface of revolution by the transformation of a base surface of revolution. 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