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