Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PointDefinedCurveFeatureNominalType / DefiningPoints
Annotations
The DefiningPoints element gives a list of points which defines the nominal point-defined curve. The nominal point-defined curve passes through these points.
Diagram
Diagram Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Features_xsd_Complex_Type_DefiningPointsNominalType.tmp#DefiningPointsNominalType_n Features_xsd_Complex_Type_DefiningPointsNominalType.tmp#DefiningPointsNominalType_DefiningPoint Features_xsd_Complex_Type_DefiningPointsNominalType.tmp#DefiningPointsNominalType
Type DefiningPointsNominalType
Properties
content complex
Children DefiningPoint
Instance
<DefiningPoints decimalPlaces="" linearUnit="" n="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="" xmlns="http://qifstandards.org/xsd/qif3">
  <DefiningPoint id="">{1,unbounded}</DefiningPoint>
</DefiningPoints>
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
n NaturalType required
The required n attribute is the number of nominal target points in the list.
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="DefiningPoints" type="DefiningPointsNominalType">
  <xs:annotation>
    <xs:documentation>The DefiningPoints element gives a list of points which defines the nominal point-defined curve. The nominal point-defined curve passes through these points.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointDefinedCurveFeatureNominalType / Plane
Annotations
The optional Plane element is the plane in which the point-defined curve feature lies.
Diagram
Diagram Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType_Point Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType_Normal Primitives_xsd_Complex_Type_PlaneType.tmp#PlaneType
Type PlaneType
Properties
content complex
minOccurs 0
Children Normal, Point
Instance
<Plane xmlns="http://qifstandards.org/xsd/qif3">
  <Point decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Point>
  <Normal decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</Normal>
</Plane>
Source
<xs:element name="Plane" type="PlaneType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Plane element is the plane in which the point-defined curve feature lies.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointDefinedCurveFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the point defined curve is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_BestFit Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_Recompensated Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_Copy Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_Transform Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_FromScan Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType_Extract Features_xsd_Complex_Type_PointDefinedCurveConstructionMethodType.tmp#PointDefinedCurveConstructionMethodType
Type PointDefinedCurveConstructionMethodType
Properties
content complex
minOccurs 0
Children BestFit, Copy, Extract, FromScan, Recompensated, Transform
Instance
<Constructed xmlns="http://qifstandards.org/xsd/qif3">
  <BestFit n="">{1,1}</BestFit>
  <Recompensated>{1,1}</Recompensated>
  <Copy>{1,1}</Copy>
  <Transform>{1,1}</Transform>
  <FromScan>{1,1}</FromScan>
  <Extract>{1,1}</Extract>
</Constructed>
Source
<xs:element name="Constructed" type="PointDefinedCurveConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the point defined curve is constructed and provides details of the construction method.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointDefinedCurveFeatureNominalType
Annotations
The PointDefinedCurveFeatureNominalType defines the point-defined curve feature nominal information for an individual point-defined curve feature.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_Name Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_UUID Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_FeatureDefinitionId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_ParentFeatureNominalId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityInternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityExternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_PointList Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_SubstituteFeatureAlgorithm Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType Features_xsd_Complex_Type_CurveFeatureNominalBaseType.tmp#CurveFeatureNominalBaseType_SurfaceFeatureNominalId Features_xsd_Complex_Type_CurveFeatureNominalBaseType.tmp#CurveFeatureNominalBaseType Features_xsd_Complex_Type_PointDefinedCurveFeatureNominalType.tmp#PointDefinedCurveFeatureNominalType_DefiningPoints Features_xsd_Complex_Type_PointDefinedCurveFeatureNominalType.tmp#PointDefinedCurveFeatureNominalType_Plane Features_xsd_Complex_Type_PointDefinedCurveFeatureNominalType.tmp#PointDefinedCurveFeatureNominalType_Constructed
Type extension of CurveFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, Constructed, DefiningPoints, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, Name, ParentFeatureNominalId, Plane, PointList, SubstituteFeatureAlgorithm, SurfaceFeatureNominalId, UUID
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="PointDefinedCurveFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The PointDefinedCurveFeatureNominalType defines the point-defined curve feature nominal information for an individual point-defined curve feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CurveFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="DefiningPoints" type="DefiningPointsNominalType">
          <xs:annotation>
            <xs:documentation>The DefiningPoints element gives a list of points which defines the nominal point-defined curve. The nominal point-defined curve passes through these points.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Plane" type="PlaneType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Plane element is the plane in which the point-defined curve feature lies.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Constructed" type="PointDefinedCurveConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the point defined curve is constructed and provides details of the construction method.</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