Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element OtherShapeFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the other shape feature is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_OtherShapeConstructionMethodType.tmp#OtherShapeConstructionMethodType_Copy Features_xsd_Complex_Type_OtherShapeConstructionMethodType.tmp#OtherShapeConstructionMethodType
Type OtherShapeConstructionMethodType
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="OtherShapeConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the other shape 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 OtherShapeFeatureNominalType
Annotations
The OtherShapeFeatureNominalType defines the other shape feature nominal information for an individual other shape feature. An other shape feature is intended to be used by having it reference a mixed collection of topology (shells, faces, curves, vertices) in an internal or external CAD definition. An other shape 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_OtherShapeFeatureNominalType.tmp#OtherShapeFeatureNominalType_Constructed
Type extension of ShapeFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, Constructed, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, Name, ParentFeatureNominalId, PointList, SubstituteFeatureAlgorithm, 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="OtherShapeFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The OtherShapeFeatureNominalType defines the other shape feature nominal information for an individual other shape feature. An other shape feature is intended to be used by having it reference a mixed collection of topology (shells, faces, curves, vertices) in an internal or external CAD definition. An other shape 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="ShapeFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="Constructed" type="OtherShapeConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the other shape 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