Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element OppositeAngledLinesConstructionMethodType / BestFit
Annotations
The BestFit element describes the best-fit construction of an opposite angled lines feature 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_OppositeAngledLinesBestFitType.tmp#OppositeAngledLinesBestFitType_n Features_xsd_Complex_Type_OppositeAngledLinesBestFitType.tmp#OppositeAngledLinesBestFitType_BaseFeature Features_xsd_Complex_Type_OppositeAngledLinesBestFitType.tmp#OppositeAngledLinesBestFitType
Type OppositeAngledLinesBestFitType
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="OppositeAngledLinesBestFitType">
  <xs:annotation>
    <xs:documentation>The BestFit element describes the best-fit construction of an opposite angled lines feature 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 OppositeAngledLinesConstructionMethodType / Recompensated
Annotations
The Recompensated element describes the re-compensated-for- probe-size best-fit construction of an opposite angled lines feature 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_OppositeAngledLinesRecompType.tmp#OppositeAngledLinesRecompType_BaseFeaturePointList Features_xsd_Complex_Type_OppositeAngledLinesRecompType.tmp#OppositeAngledLinesRecompType
Type OppositeAngledLinesRecompType
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="OppositeAngledLinesRecompType">
  <xs:annotation>
    <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of an opposite angled lines feature 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 OppositeAngledLinesConstructionMethodType / Intersection
Annotations
The Intersection element describes the construction of an opposite angled lines feature by the intersection of a plane and a feature which has an angled lines cross section. 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_OppositeAngledLinesIntersectionType.tmp#OppositeAngledLinesIntersectionType_IntersectionPlane Features_xsd_Complex_Type_OppositeAngledLinesIntersectionType.tmp#OppositeAngledLinesIntersectionType_IntersectionFeature Features_xsd_Complex_Type_OppositeAngledLinesIntersectionType.tmp#OppositeAngledLinesIntersectionType
Type OppositeAngledLinesIntersectionType
Type hierarchy
Properties
content complex
Children IntersectionFeature, IntersectionPlane, NominalsCalculated
Instance
<Intersection xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <IntersectionPlane>{1,1}</IntersectionPlane>
  <IntersectionFeature>{1,1}</IntersectionFeature>
</Intersection>
Source
<xs:element name="Intersection" type="OppositeAngledLinesIntersectionType">
  <xs:annotation>
    <xs:documentation>The Intersection element describes the construction of an opposite angled lines feature by the intersection of a plane and a feature which has an angled lines cross section. 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 OppositeAngledLinesConstructionMethodType / Projection
Annotations
The Projection element describes the construction of an opposite angled lines feature by the projection of a base opposite angled lines feature onto a plane. 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_OppositeAngledLinesProjectionType.tmp#OppositeAngledLinesProjectionType_ProjectionPlane Features_xsd_Complex_Type_OppositeAngledLinesProjectionType.tmp#OppositeAngledLinesProjectionType_ProjectionOppositeAngledLines Features_xsd_Complex_Type_OppositeAngledLinesProjectionType.tmp#OppositeAngledLinesProjectionType
Type OppositeAngledLinesProjectionType
Type hierarchy
Properties
content complex
Children NominalsCalculated, ProjectionOppositeAngledLines, ProjectionPlane
Instance
<Projection xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <ProjectionPlane>{1,1}</ProjectionPlane>
  <ProjectionOppositeAngledLines>{1,1}</ProjectionOppositeAngledLines>
</Projection>
Source
<xs:element name="Projection" type="OppositeAngledLinesProjectionType">
  <xs:annotation>
    <xs:documentation>The Projection element describes the construction of an opposite angled lines feature by the projection of a base opposite angled lines feature onto a plane. 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 OppositeAngledLinesConstructionMethodType / Copy
Annotations
The Copy element describes the construction of an opposite angled lines feature by the copying of a base opposite angled lines 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_OppositeAngledLinesCopyType.tmp#OppositeAngledLinesCopyType_BaseOppositeAngledLines Features_xsd_Complex_Type_OppositeAngledLinesCopyType.tmp#OppositeAngledLinesCopyType
Type OppositeAngledLinesCopyType
Type hierarchy
Properties
content complex
Children BaseOppositeAngledLines, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseOppositeAngledLines>{1,1}</BaseOppositeAngledLines>
</Copy>
Source
<xs:element name="Copy" type="OppositeAngledLinesCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of an opposite angled lines feature by the copying of a base opposite angled lines 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 OppositeAngledLinesConstructionMethodType / Cast
Annotations
The Cast element describes the construction of an opposite angled lines feature 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_OppositeAngledLinesCastType.tmp#OppositeAngledLinesCastType_BaseFeature Features_xsd_Complex_Type_OppositeAngledLinesCastType.tmp#OppositeAngledLinesCastType
Type OppositeAngledLinesCastType
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="OppositeAngledLinesCastType">
  <xs:annotation>
    <xs:documentation>The Cast element describes the construction of an opposite angled lines feature 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 OppositeAngledLinesConstructionMethodType / Transform
Annotations
The Transform element describes the construction of an opposite angled lines feature by the transformation of a base opposite angled lines 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_OppositeAngledLinesTransformType.tmp#OppositeAngledLinesTransformType_BaseOppositeAngledLines Features_xsd_Complex_Type_OppositeAngledLinesTransformType.tmp#OppositeAngledLinesTransformType_Transformation Features_xsd_Complex_Type_OppositeAngledLinesTransformType.tmp#OppositeAngledLinesTransformType
Type OppositeAngledLinesTransformType
Type hierarchy
Properties
content complex
Children BaseOppositeAngledLines, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseOppositeAngledLines>{1,1}</BaseOppositeAngledLines>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="OppositeAngledLinesTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of an opposite angled lines feature by the transformation of a base opposite angled lines 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 OppositeAngledLinesConstructionMethodType / FromScan
Annotations
The FromScan element describes the construction of an opposite angled lines feature 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_OppositeAngledLinesFromScanType.tmp#OppositeAngledLinesFromScanType_SurfaceFeature Features_xsd_Complex_Type_OppositeAngledLinesFromScanType.tmp#OppositeAngledLinesFromScanType_SearchRadius Features_xsd_Complex_Type_OppositeAngledLinesFromScanType.tmp#OppositeAngledLinesFromScanType_Depth Features_xsd_Complex_Type_OppositeAngledLinesFromScanType.tmp#OppositeAngledLinesFromScanType
Type OppositeAngledLinesFromScanType
Type hierarchy
Properties
content complex
Children Depth, 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>
  <Depth decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Depth>
</FromScan>
Source
<xs:element name="FromScan" type="OppositeAngledLinesFromScanType">
  <xs:annotation>
    <xs:documentation>The FromScan element describes the construction of an opposite angled lines feature 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 OppositeAngledLinesConstructionMethodType
Annotations
The OppositeAngledLinesConstructionMethodType defines the method for constructing a unique nominal or measured opposite angled lines feature.
Diagram
Diagram Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_BestFit Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Recompensated Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Intersection Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Projection Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Copy Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Cast Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_Transform Features_xsd_Complex_Type_OppositeAngledLinesConstructionMethodType.tmp#OppositeAngledLinesConstructionMethodType_FromScan
Used by
Children BestFit, Cast, Copy, FromScan, Intersection, Projection, Recompensated, Transform
Source
<xs:complexType name="OppositeAngledLinesConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The OppositeAngledLinesConstructionMethodType defines the method for constructing a unique nominal or measured opposite angled lines 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 opposite angled lines feature.</xs:documentation>
    </xs:annotation>
    <xs:element name="BestFit" type="OppositeAngledLinesBestFitType">
      <xs:annotation>
        <xs:documentation>The BestFit element describes the best-fit construction of an opposite angled lines feature 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="OppositeAngledLinesRecompType">
      <xs:annotation>
        <xs:documentation>The Recompensated element describes the re-compensated-for- probe-size best-fit construction of an opposite angled lines feature from 4 or more base feature points. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Intersection" type="OppositeAngledLinesIntersectionType">
      <xs:annotation>
        <xs:documentation>The Intersection element describes the construction of an opposite angled lines feature by the intersection of a plane and a feature which has an angled lines cross section. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Projection" type="OppositeAngledLinesProjectionType">
      <xs:annotation>
        <xs:documentation>The Projection element describes the construction of an opposite angled lines feature by the projection of a base opposite angled lines feature onto a plane. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Copy" type="OppositeAngledLinesCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of an opposite angled lines feature by the copying of a base opposite angled lines feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Cast" type="OppositeAngledLinesCastType">
      <xs:annotation>
        <xs:documentation>The Cast element describes the construction of an opposite angled lines feature 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="OppositeAngledLinesTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of an opposite angled lines feature by the transformation of a base opposite angled lines feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FromScan" type="OppositeAngledLinesFromScanType">
      <xs:annotation>
        <xs:documentation>The FromScan element describes the construction of an opposite angled lines feature 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