Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element OtherCurveFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the other curve feature is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_OtherCurveConstructionMethodType.tmp#OtherCurveConstructionMethodType_Copy Features_xsd_Complex_Type_OtherCurveConstructionMethodType.tmp#OtherCurveConstructionMethodType
Type OtherCurveConstructionMethodType
Properties
content complex
minOccurs 0
Children Copy
Instance
<Constructed xmlns="http://qifstandards.org/xsd/qif3">
  <Copy>{1,1}</Copy>
</Constructed>
Source
<xs:element name="Constructed" type="OtherCurveConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the other curve feature 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 OtherCurveFeatureNominalType
Annotations
The OtherCurveFeatureNominalType defines the other curve feature nominal information for an individual other curve feature. An other curve feature is intended to be used by having it reference a collection of curves in an internal or external CAD definition. An other curve feature must not be used to represent a feature that can be represented as a more specific type of 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_OtherCurveFeatureNominalType.tmp#OtherCurveFeatureNominalType_Constructed
Type extension of CurveFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, Constructed, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, Name, ParentFeatureNominalId, 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="OtherCurveFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The OtherCurveFeatureNominalType defines the other curve feature nominal information for an individual other curve feature. An other curve feature is intended to be used by having it reference a collection of curves in an internal or external CAD definition. An other curve feature must not be used to represent a feature that can be represented as a more specific type of feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="CurveFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="Constructed" type="OtherCurveConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the other curve feature 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