Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PointDefinedCurveConstructionMethodType / BestFit
Annotations
The BestFit element describes the best-fit construction of a point-defined curve 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_PointDefinedCurveBestFitType.tmp#PointDefinedCurveBestFitType_n Features_xsd_Complex_Type_PointDefinedCurveBestFitType.tmp#PointDefinedCurveBestFitType_BaseFeature Features_xsd_Complex_Type_PointDefinedCurveBestFitType.tmp#PointDefinedCurveBestFitType
Type PointDefinedCurveBestFitType
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="PointDefinedCurveBestFitType">
  <xs:annotation>
    <xs:documentation>The BestFit element describes the best-fit construction of a point-defined curve 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 PointDefinedCurveConstructionMethodType / Recompensated
Annotations
The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a point-defined curve 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_PointDefinedCurveRecompType.tmp#PointDefinedCurveRecompType_BaseFeaturePointList Features_xsd_Complex_Type_PointDefinedCurveRecompType.tmp#PointDefinedCurveRecompType
Type PointDefinedCurveRecompType
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="PointDefinedCurveRecompType">
  <xs:annotation>
    <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a point-defined curve 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 PointDefinedCurveConstructionMethodType / Copy
Annotations
The Copy element describes the construction of a point-defined curve by the copying of a base point-defined curve. 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_PointDefinedCurveCopyType.tmp#PointDefinedCurveCopyType_BasePointDefinedCurve Features_xsd_Complex_Type_PointDefinedCurveCopyType.tmp#PointDefinedCurveCopyType
Type PointDefinedCurveCopyType
Type hierarchy
Properties
content complex
Children BasePointDefinedCurve, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BasePointDefinedCurve>{1,1}</BasePointDefinedCurve>
</Copy>
Source
<xs:element name="Copy" type="PointDefinedCurveCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of a point-defined curve by the copying of a base point-defined curve. 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 PointDefinedCurveConstructionMethodType / Transform
Annotations
The Transform element describes the construction of a point-defined curve by the transformation of a base point-defined curve. 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_PointDefinedCurveTransformType.tmp#PointDefinedCurveTransformType_BasePointDefinedCurve Features_xsd_Complex_Type_PointDefinedCurveTransformType.tmp#PointDefinedCurveTransformType_Transformation Features_xsd_Complex_Type_PointDefinedCurveTransformType.tmp#PointDefinedCurveTransformType
Type PointDefinedCurveTransformType
Type hierarchy
Properties
content complex
Children BasePointDefinedCurve, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BasePointDefinedCurve>{1,1}</BasePointDefinedCurve>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="PointDefinedCurveTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of a point-defined curve by the transformation of a base point-defined curve. 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 PointDefinedCurveConstructionMethodType / FromScan
Annotations
The FromScan element describes the construction of a point-defined curve 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_PointDefinedCurveFromScanType.tmp#PointDefinedCurveFromScanType_SurfaceFeature Features_xsd_Complex_Type_PointDefinedCurveFromScanType.tmp#PointDefinedCurveFromScanType_SearchRadius Features_xsd_Complex_Type_PointDefinedCurveFromScanType.tmp#PointDefinedCurveFromScanType
Type PointDefinedCurveFromScanType
Type hierarchy
Properties
content complex
Children 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>
</FromScan>
Source
<xs:element name="FromScan" type="PointDefinedCurveFromScanType">
  <xs:annotation>
    <xs:documentation>The FromScan element describes the construction of a point-defined curve 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
Element PointDefinedCurveConstructionMethodType / Extract
Annotations
The Extract element describes the extraction of a point-defined curve from a curve. 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_PointDefinedCurveExtractType.tmp#PointDefinedCurveExtractType_CurveFeature Features_xsd_Complex_Type_PointDefinedCurveExtractType.tmp#PointDefinedCurveExtractType
Type PointDefinedCurveExtractType
Type hierarchy
Properties
content complex
Children CurveFeature, NominalsCalculated
Instance
<Extract xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <CurveFeature>{1,1}</CurveFeature>
</Extract>
Source
<xs:element name="Extract" type="PointDefinedCurveExtractType">
  <xs:annotation>
    <xs:documentation>The Extract element describes the extraction of a point-defined curve from a curve. 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 PointDefinedCurveConstructionMethodType
Annotations
The PointDefinedCurveConstructionMethodType defines the method for constructing a unique nominal or measured point-defined curve feature.
Diagram
Diagram Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_BestFit Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_Recompensated Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_Copy Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_Transform Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_FromScan Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_Extract
Used by
Children BestFit, Copy, Extract, FromScan, Recompensated, Transform
Source
<xs:complexType name="PointDefinedCurveConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The PointDefinedCurveConstructionMethodType defines the method for constructing a unique nominal or measured point-defined curve 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 point-defined curve.</xs:documentation>
    </xs:annotation>
    <xs:element name="BestFit" type="PointDefinedCurveBestFitType">
      <xs:annotation>
        <xs:documentation>The BestFit element describes the best-fit construction of a point-defined curve 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="PointDefinedCurveRecompType">
      <xs:annotation>
        <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a point-defined curve from 3 or more base feature points. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Copy" type="PointDefinedCurveCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of a point-defined curve by the copying of a base point-defined curve. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Transform" type="PointDefinedCurveTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of a point-defined curve by the transformation of a base point-defined curve. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FromScan" type="PointDefinedCurveFromScanType">
      <xs:annotation>
        <xs:documentation>The FromScan element describes the construction of a point-defined curve from scan data. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Extract" type="PointDefinedCurveExtractType">
      <xs:annotation>
        <xs:documentation>The Extract element describes the extraction of a point-defined curve from a curve. 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