Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PointConstructionMethodType / Intersection
Annotations
The Intersection element describes the construction of a point feature by the intersection of two 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_PointFeatureIntersectionType.tmp#PointFeatureIntersectionType_IntersectionFeature Features_xsd_Complex_Type_PointFeatureIntersectionType.tmp#PointFeatureIntersectionType
Type PointFeatureIntersectionType
Type hierarchy
Properties
content complex
Children IntersectionFeature, NominalsCalculated
Instance
<Intersection xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <IntersectionFeature>{2,2}</IntersectionFeature>
</Intersection>
Source
<xs:element name="Intersection" type="PointFeatureIntersectionType">
  <xs:annotation>
    <xs:documentation>The Intersection element describes the construction of a point feature by the intersection of two 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 PointConstructionMethodType / Projection
Annotations
The Projection element describes the construction of a point feature by the projection of a base point 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_PointFeatureProjectionType.tmp#PointFeatureProjectionType_ProjectionPlane Features_xsd_Complex_Type_PointFeatureProjectionType.tmp#PointFeatureProjectionType_ProjectionFeature Features_xsd_Complex_Type_PointFeatureProjectionType.tmp#PointFeatureProjectionType
Type PointFeatureProjectionType
Type hierarchy
Properties
content complex
Children NominalsCalculated, ProjectionFeature, ProjectionPlane
Instance
<Projection xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <ProjectionPlane>{1,1}</ProjectionPlane>
  <ProjectionFeature>{1,1}</ProjectionFeature>
</Projection>
Source
<xs:element name="Projection" type="PointFeatureProjectionType">
  <xs:annotation>
    <xs:documentation>The Projection element describes the construction of a point feature by the projection of a base point 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 PointConstructionMethodType / Copy
Annotations
The Copy element describes the construction of a point feature by the copying of a base point 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_PointFeatureCopyType.tmp#PointFeatureCopyType_BasePointFeature Features_xsd_Complex_Type_PointFeatureCopyType.tmp#PointFeatureCopyType
Type PointFeatureCopyType
Type hierarchy
Properties
content complex
Children BasePointFeature, NominalsCalculated
Instance
<Copy xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BasePointFeature>{1,1}</BasePointFeature>
</Copy>
Source
<xs:element name="Copy" type="PointFeatureCopyType">
  <xs:annotation>
    <xs:documentation>The Copy element describes the construction of a point feature by the copying of a base point 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 PointConstructionMethodType / Cast
Annotations
The Cast element describes the construction of a point 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_PointFeatureCastType.tmp#PointFeatureCastType_BaseFeature Features_xsd_Complex_Type_PointFeatureCastType.tmp#PointFeatureCastType
Type PointFeatureCastType
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="PointFeatureCastType">
  <xs:annotation>
    <xs:documentation>The Cast element describes the construction of a point 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 PointConstructionMethodType / Transform
Annotations
The Transform element describes the construction of a point feature by the transformation of a base point 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_PointFeatureTransformType.tmp#PointFeatureTransformType_BasePointFeature Features_xsd_Complex_Type_PointFeatureTransformType.tmp#PointFeatureTransformType_Transformation Features_xsd_Complex_Type_PointFeatureTransformType.tmp#PointFeatureTransformType
Type PointFeatureTransformType
Type hierarchy
Properties
content complex
Children BasePointFeature, NominalsCalculated, Transformation
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BasePointFeature>{1,1}</BasePointFeature>
  <Transformation>{1,1}</Transformation>
</Transform>
Source
<xs:element name="Transform" type="PointFeatureTransformType">
  <xs:annotation>
    <xs:documentation>The Transform element describes the construction of a point feature by the transformation of a base point 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 PointConstructionMethodType / FromCone
Annotations
The FromCone element describes the construction of a point feature at the vertex point of a base cone. 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_PointFeatureFromConeType.tmp#PointFeatureFromConeType_BaseCone Features_xsd_Complex_Type_PointFeatureFromConeType.tmp#PointFeatureFromConeType
Type PointFeatureFromConeType
Type hierarchy
Properties
content complex
Children BaseCone, NominalsCalculated
Instance
<FromCone xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseCone>{1,1}</BaseCone>
</FromCone>
Source
<xs:element name="FromCone" type="PointFeatureFromConeType">
  <xs:annotation>
    <xs:documentation>The FromCone element describes the construction of a point feature at the vertex point of a base cone. 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 PointConstructionMethodType / FromScan
Annotations
The FromScan element describes the construction of a point 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_PointFeatureFromScanType.tmp#PointFeatureFromScanType_SurfaceFeature Features_xsd_Complex_Type_PointFeatureFromScanType.tmp#PointFeatureFromScanType_SearchRadius Features_xsd_Complex_Type_PointFeatureFromScanType.tmp#PointFeatureFromScanType_RetrievalMethod Features_xsd_Complex_Type_PointFeatureFromScanType.tmp#PointFeatureFromScanType
Type PointFeatureFromScanType
Type hierarchy
Properties
content complex
Children NominalsCalculated, RetrievalMethod, 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>
  <RetrievalMethod>{1,1}</RetrievalMethod>
</FromScan>
Source
<xs:element name="FromScan" type="PointFeatureFromScanType">
  <xs:annotation>
    <xs:documentation>The FromScan element describes the construction of a point 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
Element PointConstructionMethodType / CenterOfGravity
Annotations
The CenterOfGravity element describes the construction of a point feature at the center of gravity of the locations of a set of 3 or more 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_PointFeatureCenterOfGravityType.tmp#PointFeatureCenterOfGravityType_n Features_xsd_Complex_Type_PointFeatureCenterOfGravityType.tmp#PointFeatureCenterOfGravityType_BaseFeature Features_xsd_Complex_Type_PointFeatureCenterOfGravityType.tmp#PointFeatureCenterOfGravityType
Type PointFeatureCenterOfGravityType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<CenterOfGravity n="" xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{3,unbounded}</BaseFeature>
</CenterOfGravity>
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="CenterOfGravity" type="PointFeatureCenterOfGravityType">
  <xs:annotation>
    <xs:documentation>The CenterOfGravity element describes the construction of a point feature at the center of gravity of the locations of a set of 3 or more 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 PointConstructionMethodType / Pierce
Annotations
The Pierce element describes the construction of a point feature at the location where a curve pierces 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_PointFeaturePierceType.tmp#PointFeaturePierceType_SurfaceFeature Features_xsd_Complex_Type_PointFeaturePierceType.tmp#PointFeaturePierceType_CurveFeature Features_xsd_Complex_Type_PointFeaturePierceType.tmp#PointFeaturePierceType
Type PointFeaturePierceType
Type hierarchy
Properties
content complex
Children CurveFeature, NominalsCalculated, SurfaceFeature
Instance
<Pierce xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <SurfaceFeature>{1,1}</SurfaceFeature>
  <CurveFeature>{1,1}</CurveFeature>
</Pierce>
Source
<xs:element name="Pierce" type="PointFeaturePierceType">
  <xs:annotation>
    <xs:documentation>The Pierce element describes the construction of a point feature at the location where a curve pierces 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
Element PointConstructionMethodType / MidPoint
Annotations
The MidPoint element describes the construction of a point feature at the midpoint of the locations of 2 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_PointFeatureMidPointType.tmp#PointFeatureMidPointType_BaseFeature Features_xsd_Complex_Type_PointFeatureMidPointType.tmp#PointFeatureMidPointType
Type PointFeatureMidPointType
Type hierarchy
Properties
content complex
Children BaseFeature, NominalsCalculated
Instance
<MidPoint xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{2,2}</BaseFeature>
</MidPoint>
Source
<xs:element name="MidPoint" type="PointFeatureMidPointType">
  <xs:annotation>
    <xs:documentation>The MidPoint element describes the construction of a point feature at the midpoint of the locations of 2 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 PointConstructionMethodType / MovePoint
Annotations
The MovePoint element describes the construction of a point feature by translating the location of a base feature by a specified 3D offset. 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_PointFeatureMovePointType.tmp#PointFeatureMovePointType_BaseFeature Features_xsd_Complex_Type_PointFeatureMovePointType.tmp#PointFeatureMovePointType_Offset Features_xsd_Complex_Type_PointFeatureMovePointType.tmp#PointFeatureMovePointType_DirectionalOffset Features_xsd_Complex_Type_PointFeatureMovePointType.tmp#PointFeatureMovePointType
Type PointFeatureMovePointType
Type hierarchy
Properties
content complex
Children BaseFeature, DirectionalOffset, NominalsCalculated, Offset
Instance
<MovePoint xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{1,1}</BaseFeature>
  <Offset decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Offset>
  <DirectionalOffset>{1,1}</DirectionalOffset>
</MovePoint>
Source
<xs:element name="MovePoint" type="PointFeatureMovePointType">
  <xs:annotation>
    <xs:documentation>The MovePoint element describes the construction of a point feature by translating the location of a base feature by a specified 3D offset. 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 PointConstructionMethodType / MovePointVector
Annotations
The MovePointVector element describes the construction of a point feature by translating the location of a base feature by a specified distance in the direction of a specified unit vector. 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_PointFeatureMovePointVectorType.tmp#PointFeatureMovePointVectorType_BaseFeature Features_xsd_Complex_Type_PointFeatureMovePointVectorType.tmp#PointFeatureMovePointVectorType_Distance Features_xsd_Complex_Type_PointFeatureMovePointVectorType.tmp#PointFeatureMovePointVectorType_Vector Features_xsd_Complex_Type_PointFeatureMovePointVectorType.tmp#PointFeatureMovePointVectorType
Type PointFeatureMovePointVectorType
Type hierarchy
Properties
content complex
Children BaseFeature, Distance, NominalsCalculated, Vector
Instance
<MovePointVector xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{1,1}</BaseFeature>
  <Distance decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Distance>
  <Vector decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Vector>
</MovePointVector>
Source
<xs:element name="MovePointVector" type="PointFeatureMovePointVectorType">
  <xs:annotation>
    <xs:documentation>The MovePointVector element describes the construction of a point feature by translating the location of a base feature by a specified distance in the direction of a specified unit vector. 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 PointConstructionMethodType / MovePointAxis
Annotations
The MovePointAxis element describes the construction of a point feature by translating the location of a base feature a specified distance in a direction specified by a base axis 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_PointFeatureMovePointAxisType.tmp#PointFeatureMovePointAxisType_BaseLocationFeature Features_xsd_Complex_Type_PointFeatureMovePointAxisType.tmp#PointFeatureMovePointAxisType_Distance Features_xsd_Complex_Type_PointFeatureMovePointAxisType.tmp#PointFeatureMovePointAxisType_BaseAxisFeature Features_xsd_Complex_Type_PointFeatureMovePointAxisType.tmp#PointFeatureMovePointAxisType
Type PointFeatureMovePointAxisType
Type hierarchy
Properties
content complex
Children BaseAxisFeature, BaseLocationFeature, Distance, NominalsCalculated
Instance
<MovePointAxis xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseLocationFeature>{1,1}</BaseLocationFeature>
  <Distance decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Distance>
  <BaseAxisFeature>{1,1}</BaseAxisFeature>
</MovePointAxis>
Source
<xs:element name="MovePointAxis" type="PointFeatureMovePointAxisType">
  <xs:annotation>
    <xs:documentation>The MovePointAxis element describes the construction of a point feature by translating the location of a base feature a specified distance in a direction specified by a base axis 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 PointConstructionMethodType / Extreme
Annotations
The Extreme element describes the construction of a point feature at an extreme location of a base feature along a specified direction. 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_PointFeatureExtremeType.tmp#PointFeatureExtremeType_BaseFeature Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Minimum Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_BaseAxisFeature Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Vector Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Radial Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Xaxis Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Yaxis Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType_Zaxis Features_xsd_Complex_Type_PointFeatureExtremeType.tmp#PointFeatureExtremeType
Type PointFeatureExtremeType
Type hierarchy
Properties
content complex
Children BaseAxisFeature, BaseFeature, Minimum, NominalsCalculated, Radial, Vector, Xaxis, Yaxis, Zaxis
Instance
<Extreme xmlns="http://qifstandards.org/xsd/qif3">
  <NominalsCalculated>{0,1}</NominalsCalculated>
  <BaseFeature>{1,1}</BaseFeature>
  <Minimum>{1,1}</Minimum>
  <BaseAxisFeature>{1,1}</BaseAxisFeature>
  <Vector decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Vector>
  <Radial>{1,1}</Radial>
  <Xaxis>{1,1}</Xaxis>
  <Yaxis>{1,1}</Yaxis>
  <Zaxis>{1,1}</Zaxis>
</Extreme>
Source
<xs:element name="Extreme" type="PointFeatureExtremeType">
  <xs:annotation>
    <xs:documentation>The Extreme element describes the construction of a point feature at an extreme location of a base feature along a specified direction. 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 PointConstructionMethodType
Annotations
The PointConstructionMethodType defines the method for constructing a unique nominal or measured point feature.
Diagram
Diagram Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Intersection Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Projection Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Copy Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Cast Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Transform Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_FromCone Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_FromScan Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_CenterOfGravity Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Pierce Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_MidPoint Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_MovePoint Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_MovePointVector Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_MovePointAxis Features_xsd_Complex_Type_PointConstructionMethodType.tmp#PointConstructionMethodType_Extreme
Used by
Children Cast, CenterOfGravity, Copy, Extreme, FromCone, FromScan, Intersection, MidPoint, MovePoint, MovePointAxis, MovePointVector, Pierce, Projection, Transform
Source
<xs:complexType name="PointConstructionMethodType">
  <xs:annotation>
    <xs:documentation>The PointConstructionMethodType defines the method for constructing a unique nominal or measured point 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 feature.</xs:documentation>
    </xs:annotation>
    <xs:element name="Intersection" type="PointFeatureIntersectionType">
      <xs:annotation>
        <xs:documentation>The Intersection element describes the construction of a point feature by the intersection of two base features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Projection" type="PointFeatureProjectionType">
      <xs:annotation>
        <xs:documentation>The Projection element describes the construction of a point feature by the projection of a base point feature onto a plane. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Copy" type="PointFeatureCopyType">
      <xs:annotation>
        <xs:documentation>The Copy element describes the construction of a point feature by the copying of a base point feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Cast" type="PointFeatureCastType">
      <xs:annotation>
        <xs:documentation>The Cast element describes the construction of a point 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="PointFeatureTransformType">
      <xs:annotation>
        <xs:documentation>The Transform element describes the construction of a point feature by the transformation of a base point feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FromCone" type="PointFeatureFromConeType">
      <xs:annotation>
        <xs:documentation>The FromCone element describes the construction of a point feature at the vertex point of a base cone. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FromScan" type="PointFeatureFromScanType">
      <xs:annotation>
        <xs:documentation>The FromScan element describes the construction of a point feature from scan data. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CenterOfGravity" type="PointFeatureCenterOfGravityType">
      <xs:annotation>
        <xs:documentation>The CenterOfGravity element describes the construction of a point feature at the center of gravity of the locations of a set of 3 or more base features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Pierce" type="PointFeaturePierceType">
      <xs:annotation>
        <xs:documentation>The Pierce element describes the construction of a point feature at the location where a curve pierces a surface. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MidPoint" type="PointFeatureMidPointType">
      <xs:annotation>
        <xs:documentation>The MidPoint element describes the construction of a point feature at the midpoint of the locations of 2 base features. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MovePoint" type="PointFeatureMovePointType">
      <xs:annotation>
        <xs:documentation>The MovePoint element describes the construction of a point feature by translating the location of a base feature by a specified 3D offset. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MovePointVector" type="PointFeatureMovePointVectorType">
      <xs:annotation>
        <xs:documentation>The MovePointVector element describes the construction of a point feature by translating the location of a base feature by a specified distance in the direction of a specified unit vector. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MovePointAxis" type="PointFeatureMovePointAxisType">
      <xs:annotation>
        <xs:documentation>The MovePointAxis element describes the construction of a point feature by translating the location of a base feature a specified distance in a direction specified by a base axis feature. This element is in an optional choice.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Extreme" type="PointFeatureExtremeType">
      <xs:annotation>
        <xs:documentation>The Extreme element describes the construction of a point feature at an extreme location of a base feature along a specified direction. 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