Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PointDefinedSurfaceConstructionMethodType / BestFit
Annotations
The BestFit element describes the best-fit construction of a point-defined surface 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_PointDefinedSurfaceBestFitType.tmp#PointDefinedSurfaceBestFitType_n Features_xsd_Complex_Type_PointDefinedSurfaceBestFitType.tmp#PointDefinedSurfaceBestFitType_BaseFeature Features_xsd_Complex_Type_PointDefinedSurfaceBestFitType.tmp#PointDefinedSurfaceBestFitType
Type PointDefinedSurfaceBestFitType
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="PointDefinedSurfaceBestFitType">
  <xs:annotation>
    <xs:documentation>The BestFit element describes the best-fit construction of a point-defined surface 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 PointDefinedSurfaceConstructionMethodType / Recompensated
Annotations
The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a point-defined surface 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_PointDefinedSurfaceRecompType.tmp#PointDefinedSurfaceRecompType_BaseFeaturePointList Features_xsd_Complex_Type_PointDefinedSurfaceRecompType.tmp#PointDefinedSurfaceRecompType
Type PointDefinedSurfaceRecompType
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="PointDefinedSurfaceRecompType">
  <xs:annotation>
    <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a point-defined surface 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 PointDefinedSurfaceConstructionMethodType / Copy
Annotations
The Copy element describes the construction of a point-defined surface by the copying of a base point-defined surface. 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_PointDefinedSurfaceCopyType.tmp#PointDefinedSurfaceCopyType_BasePointDefinedSurface Features_xsd_Complex_Type_PointDefinedSurfaceCopyType.tmp#PointDefinedSurfaceCopyType
Type PointDefinedSurfaceCopyType
Type hierarchy
Properties
content complex
Children BasePointDefinedSurface, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BasePointDefinedSurface>{1,1}</BasePointDefinedSurface>
</Copy>
Source
<xs:element name="Copy" type="PointDefinedSurfaceCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of a point-defined surface by the copying of a base point-defined surface. 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 PointDefinedSurfaceConstructionMethodType / Transform
Annotations
The Transform element describes the construction of a point-defined surface by the transformation of a base point-defined surface. 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_PointDefinedSurfaceTransformType.tmp#PointDefinedSurfaceTransformType_BasePointDefinedSurface Features_xsd_Complex_Type_PointDefinedSurfaceTransformType.tmp#PointDefinedSurfaceTransformType_Transformation Features_xsd_Complex_Type_PointDefinedSurfaceTransformType.tmp#PointDefinedSurfaceTransformType
Type PointDefinedSurfaceTransformType
Type hierarchy
Properties
content complex
Children BasePointDefinedSurface, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BasePointDefinedSurface>{1,1}</BasePointDefinedSurface>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="PointDefinedSurfaceTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of a point-defined surface by the transformation of a base point-defined surface. 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 PointDefinedSurfaceConstructionMethodType / Extract
Annotations
The Extract element describes the extraction of a point-defined surface from a surface. 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_PointDefinedSurfaceExtractType.tmp#PointDefinedSurfaceExtractType_SurfaceFeature Features_xsd_Complex_Type_PointDefinedSurfaceExtractType.tmp#PointDefinedSurfaceExtractType
Type PointDefinedSurfaceExtractType
Type hierarchy
Properties
content complex
Children NominalsCalculated, SurfaceFeature
Instance
<Extract xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <SurfaceFeature>{1,1}</SurfaceFeature>
</Extract>
Source
<xs:element name="Extract" type="PointDefinedSurfaceExtractType">
  <xs:annotation>
    <xs:documentation>The Extract element describes the extraction of a point-defined surface from a surface. 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 PointDefinedSurfaceConstructionMethodType
Annotations
The PointDefinedSurfaceConstructionMethodType defines the method for constructing a unique nominal or measured point-defined surface feature.
Diagram
Diagram Features_xsd_Complex_Type_PointDefinedSurfaceConstructionMethodType.tmp#PointDefinedSurfaceConstructionMethodType_BestFit Features_xsd_Complex_Type_PointDefinedSurfaceConstructionMethodType.tmp#PointDefinedSurfaceConstructionMethodType_Recompensated Features_xsd_Complex_Type_PointDefinedSurfaceConstructionMethodType.tmp#PointDefinedSurfaceConstructionMethodType_Copy Features_xsd_Complex_Type_PointDefinedSurfaceConstructionMethodType.tmp#PointDefinedSurfaceConstructionMethodType_Transform Features_xsd_Complex_Type_PointDefinedSurfaceConstructionMethodType.tmp#PointDefinedSurfaceConstructionMethodType_Extract
Used by
Children BestFit, Copy, Extract, Recompensated, Transform
Source
<xs:complexType name="PointDefinedSurfaceConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The PointDefinedSurfaceConstructionMethodType defines the method for constructing a unique nominal or measured point-defined surface 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 surface.</xs:documentation>
    </xs:annotation>
    <xs:element name="BestFit" type="PointDefinedSurfaceBestFitType">
      <xs:annotation>
        <xs:documentation>The BestFit element describes the best-fit construction of a point-defined surface 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="PointDefinedSurfaceRecompType">
      <xs:annotation>
        <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of a point-defined surface 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="PointDefinedSurfaceCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of a point-defined surface by the copying of a base point-defined surface. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Transform" type="PointDefinedSurfaceTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of a point-defined surface by the transformation of a base point-defined surface. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Extract" type="PointDefinedSurfaceExtractType">
      <xs:annotation>
        <xs:documentation>The Extract element describes the extraction of a point-defined surface from a surface. 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