Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element SphereConstructionMethodType / BestFit
Annotations
The BestFit element describes the best-fit construction of a sphere from 4 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_SphereBestFitType.tmp#SphereBestFitType_n Features_xsd_Complex_Type_SphereBestFitType.tmp#SphereBestFitType_BaseFeature Features_xsd_Complex_Type_SphereBestFitType.tmp#SphereBestFitType
Type SphereBestFitType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<BestFit n="" xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{4,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="SphereBestFitType">
  <xs:annotation>
    <xs:documentation>The BestFit element describes the best-fit construction of a sphere from 4 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 SphereConstructionMethodType / Recompensated
Annotations
The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a sphere from 4 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_SphereRecompType.tmp#SphereRecompType_BaseFeaturePointList Features_xsd_Complex_Type_SphereRecompType.tmp#SphereRecompType
Type SphereRecompType
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="SphereRecompType">
  <xs:annotation>
    <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a sphere from 4 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 SphereConstructionMethodType / Copy
Annotations
The Copy element describes the construction of a sphere by the copying of a base sphere. 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_SphereCopyType.tmp#SphereCopyType_BaseSphere Features_xsd_Complex_Type_SphereCopyType.tmp#SphereCopyType
Type SphereCopyType
Type hierarchy
Properties
content complex
Children BaseSphere, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseSphere>{1,1}</BaseSphere>
</Copy>
Source
<xs:element name="Copy" type="SphereCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of a sphere by the copying of a base sphere. 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 SphereConstructionMethodType / Cast
Annotations
The Cast element describes the construction of a sphere 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_SphereCastType.tmp#SphereCastType_BaseFeature Features_xsd_Complex_Type_SphereCastType.tmp#SphereCastType
Type SphereCastType
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="SphereCastType">
  <xs:annotation>
    <xs:documentation>The Cast element describes the construction of a sphere 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 SphereConstructionMethodType / Transform
Annotations
The Transform element describes the construction of a sphere by the transformation of a base sphere. 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_SphereTransformType.tmp#SphereTransformType_BaseSphere Features_xsd_Complex_Type_SphereTransformType.tmp#SphereTransformType_Transformation Features_xsd_Complex_Type_SphereTransformType.tmp#SphereTransformType
Type SphereTransformType
Type hierarchy
Properties
content complex
Children BaseSphere, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseSphere>{1,1}</BaseSphere>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="SphereTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of a sphere by the transformation of a base sphere. 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 SphereConstructionMethodType / FromScan
Annotations
The FromScan element describes the construction of a sphere 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_SphereFromScanType.tmp#SphereFromScanType_SurfaceFeature Features_xsd_Complex_Type_SphereFromScanType.tmp#SphereFromScanType_SearchRadius Features_xsd_Complex_Type_SphereFromScanType.tmp#SphereFromScanType_Vector Features_xsd_Complex_Type_SphereFromScanType.tmp#SphereFromScanType
Type SphereFromScanType
Type hierarchy
Properties
content complex
Children NominalsCalculated, SearchRadius, SurfaceFeature, Vector
Instance
<FromScan xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <SurfaceFeature>{1,1}</SurfaceFeature>
  <SearchRadius decimalPlaces="" linearUnit="" significantFigures="">{1,1}</SearchRadius>
  <Vector decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{0,1}</Vector>
</FromScan>
Source
<xs:element name="FromScan" type="SphereFromScanType">
  <xs:annotation>
    <xs:documentation>The FromScan element describes the construction of a sphere 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 SphereConstructionMethodType
Annotations
The SphereConstructionMethodType defines the method for constructing a unique nominal or measured sphere feature.
Diagram
Diagram Features_xsd_Complex_Type_SphereConstructionMethodType.tmp#SphereConstructionMethodType_BestFit Features_xsd_Complex_Type_SphereConstructionMethodType.tmp#SphereConstructionMethodType_Recompensated Features_xsd_Complex_Type_SphereConstructionMethodType.tmp#SphereConstructionMethodType_Copy Features_xsd_Complex_Type_SphereConstructionMethodType.tmp#SphereConstructionMethodType_Cast Features_xsd_Complex_Type_SphereConstructionMethodType.tmp#SphereConstructionMethodType_Transform Features_xsd_Complex_Type_SphereConstructionMethodType.tmp#SphereConstructionMethodType_FromScan
Used by
Children BestFit, Cast, Copy, FromScan, Recompensated, Transform
Source
<xs:complexType name="SphereConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The SphereConstructionMethodType defines the method for constructing a unique nominal or measured sphere 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 sphere.</xs:documentation>
    </xs:annotation>
    <xs:element name="BestFit" type="SphereBestFitType">
      <xs:annotation>
        <xs:documentation>The BestFit element describes the best-fit construction of a sphere from 4 or more point-reducible base features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Recompensated" type="SphereRecompType">
      <xs:annotation>
        <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a sphere from 4 or more base feature points. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Copy" type="SphereCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of a sphere by the copying of a base sphere. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Cast" type="SphereCastType">
      <xs:annotation>
        <xs:documentation>The Cast element describes the construction of a sphere 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="SphereTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of a sphere by the transformation of a base sphere. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FromScan" type="SphereFromScanType">
      <xs:annotation>
        <xs:documentation>The FromScan element describes the construction of a sphere 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