Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ElongatedCylinderConstructionMethodType / BestFit
Annotations
The BestFit element describes the best-fit construction of an elongated cylinder from 9 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_ElongatedCylinderBestFitType.tmp#ElongatedCylinderBestFitType_n Features_xsd_Complex_Type_ElongatedCylinderBestFitType.tmp#ElongatedCylinderBestFitType_BaseFeature Features_xsd_Complex_Type_ElongatedCylinderBestFitType.tmp#ElongatedCylinderBestFitType
Type ElongatedCylinderBestFitType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<BestFit n="" xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{9,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="ElongatedCylinderBestFitType">
  <xs:annotation>
    <xs:documentation>The BestFit element describes the best-fit construction of an elongated cylinder from 9 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 ElongatedCylinderConstructionMethodType / Recompensated
Annotations
The Recompensated element describes the re-compensated-for- probe-size best-fit construction of an elongated cylinder from 9 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_ElongatedCylinderRecompType.tmp#ElongatedCylinderRecompType_BaseFeaturePointList Features_xsd_Complex_Type_ElongatedCylinderRecompType.tmp#ElongatedCylinderRecompType
Type ElongatedCylinderRecompType
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="ElongatedCylinderRecompType">
  <xs:annotation>
    <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of an elongated cylinder from 9 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 ElongatedCylinderConstructionMethodType / Copy
Annotations
The Copy element describes the construction of an elongated cylinder by the copying of a base elongated cylinder. 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_ElongatedCylinderCopyType.tmp#ElongatedCylinderCopyType_BaseElongatedCylinder Features_xsd_Complex_Type_ElongatedCylinderCopyType.tmp#ElongatedCylinderCopyType
Type ElongatedCylinderCopyType
Type hierarchy
Properties
content complex
Children BaseElongatedCylinder, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseElongatedCylinder>{1,1}</BaseElongatedCylinder>
</Copy>
Source
<xs:element name="Copy" type="ElongatedCylinderCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of an elongated cylinder by the copying of a base elongated cylinder. 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 ElongatedCylinderConstructionMethodType / Cast
Annotations
The Cast element describes the construction of an elongated cylinder 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_ElongatedCylinderCastType.tmp#ElongatedCylinderCastType_BaseFeature Features_xsd_Complex_Type_ElongatedCylinderCastType.tmp#ElongatedCylinderCastType
Type ElongatedCylinderCastType
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="ElongatedCylinderCastType">
  <xs:annotation>
    <xs:documentation>The Cast element describes the construction of an elongated cylinder 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 ElongatedCylinderConstructionMethodType / Transform
Annotations
The Transform element describes the construction of an elongated cylinder by the transformation of a base elongated cylinder. 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_ElongatedCylinderTransformType.tmp#ElongatedCylinderTransformType_BaseElongatedCylinder Features_xsd_Complex_Type_ElongatedCylinderTransformType.tmp#ElongatedCylinderTransformType_Transformation Features_xsd_Complex_Type_ElongatedCylinderTransformType.tmp#ElongatedCylinderTransformType
Type ElongatedCylinderTransformType
Type hierarchy
Properties
content complex
Children BaseElongatedCylinder, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseElongatedCylinder>{1,1}</BaseElongatedCylinder>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="ElongatedCylinderTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of an elongated cylinder by the transformation of a base elongated cylinder. 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 ElongatedCylinderConstructionMethodType
Annotations
The ElongatedCylinderConstructionMethodType defines the method for constructing a unique nominal or measured elongated cylinder.
Diagram
Diagram Features_xsd_Complex_Type_ElongatedCylinderConstructionMethodType.tmp#ElongatedCylinderConstructionMethodType_BestFit Features_xsd_Complex_Type_ElongatedCylinderConstructionMethodType.tmp#ElongatedCylinderConstructionMethodType_Recompensated Features_xsd_Complex_Type_ElongatedCylinderConstructionMethodType.tmp#ElongatedCylinderConstructionMethodType_Copy Features_xsd_Complex_Type_ElongatedCylinderConstructionMethodType.tmp#ElongatedCylinderConstructionMethodType_Cast Features_xsd_Complex_Type_ElongatedCylinderConstructionMethodType.tmp#ElongatedCylinderConstructionMethodType_Transform
Used by
Children BestFit, Cast, Copy, Recompensated, Transform
Source
<xs:complexType name="ElongatedCylinderConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The ElongatedCylinderConstructionMethodType defines the method for constructing a unique nominal or measured elongated cylinder.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0">
    <xs:annotation>
      <xs:documentation>This optional compositor provides a choice of the construction method for the elongated cylinder.</xs:documentation>
    </xs:annotation>
    <xs:element name="BestFit" type="ElongatedCylinderBestFitType">
      <xs:annotation>
        <xs:documentation>The BestFit element describes the best-fit construction of an elongated cylinder from 9 or more point-reducible base features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Recompensated" type="ElongatedCylinderRecompType">
      <xs:annotation>
        <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of an elongated cylinder from 9 or more base feature points. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Copy" type="ElongatedCylinderCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of an elongated cylinder by the copying of a base elongated cylinder. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Cast" type="ElongatedCylinderCastType">
      <xs:annotation>
        <xs:documentation>The Cast element describes the construction of an elongated cylinder 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="ElongatedCylinderTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of an elongated cylinder by the transformation of a base elongated cylinder. 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