Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PlaneRecompType / BaseFeaturePointList
Annotations
The BaseFeaturePointList element gives a list of sets of points for construction of a re-compensated-for-probe-size best-fit plane. The total number of points in the BaseFeaturePointSets in the list must be 3 or greater.
Diagram
Diagram Features_xsd_Complex_Type_BaseFeaturePointListType.tmp#BaseFeaturePointListType_n Features_xsd_Complex_Type_BaseFeaturePointListType.tmp#BaseFeaturePointListType_BaseFeaturePointSet Features_xsd_Complex_Type_BaseFeaturePointListType.tmp#BaseFeaturePointListType
Type BaseFeaturePointListType
Properties
content complex
Children BaseFeaturePointSet
Instance
<BaseFeaturePointList n="" xmlns="http://qifstandards.org/xsd/qif3">
  <BaseFeaturePointSet>{1,unbounded}</BaseFeaturePointSet>
</BaseFeaturePointList>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of BaseFeaturesPointSet elements in this list.
Source
<xs:element name="BaseFeaturePointList" type="BaseFeaturePointListType">
  <xs:annotation>
    <xs:documentation>The BaseFeaturePointList element gives a list of sets of points for construction of a re-compensated-for-probe-size best-fit plane. The total number of points in the BaseFeaturePointSets in the list must be 3 or greater.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PlaneRecompType
Annotations
The PlaneRecompType defines a list of base feature points for construction of a re-compensated-for-probe-size best-fit plane through the measurement points of base features.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneRecompType.tmp#PlaneRecompType_BaseFeaturePointList
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children BaseFeaturePointList, NominalsCalculated
Source
<xs:complexType name="PlaneRecompType">
  <xs:annotation>
    <xs:documentation>The PlaneRecompType defines a list of base feature points for construction of a re-compensated-for-probe-size best-fit plane through the measurement points of base features.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="BaseFeaturePointList" type="BaseFeaturePointListType">
          <xs:annotation>
            <xs:documentation>The BaseFeaturePointList element gives a list of sets of points for construction of a re-compensated-for-probe-size best-fit plane. The total number of points in the BaseFeaturePointSets in the list must be 3 or greater.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd