<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>
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.
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>