Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element PointDefinedCurveExtractType / CurveFeature
Annotations
The CurveFeature element identifies the curve or surface from which the point-defined curve is extracted.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_ReferencedComponent IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_FeatureId IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType
Type BaseFeatureType
Properties
content complex
Children FeatureId, ReferencedComponent
Instance
<CurveFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</CurveFeature>
Source
<xs:element name="CurveFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The CurveFeature element identifies the curve or surface from which the point-defined curve is extracted.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointDefinedCurveExtractType
Annotations
The PointDefinedCurveExtractType defines a point-defined curve construction by the extraction of a point-defined curve from a curve feature.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PointDefinedCurveExtractType.tmp#PointDefinedCurveExtractType_CurveFeature
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children CurveFeature, NominalsCalculated
Source
<xs:complexType name="PointDefinedCurveExtractType">
  <xs:annotation>
    <xs:documentation>The PointDefinedCurveExtractType defines a point-defined curve construction by the extraction of a point-defined curve from a curve feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="CurveFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The CurveFeature element identifies the curve or surface from which the point-defined curve is extracted.</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