The PolyLine element, if used, defines a polyline representing the extent and boundary of the other surface. The polyline must lie in the other surface. This element is in an optional choice.
<xs:element name="PolyLine" type="PolyLineType"><xs:annotation><xs:documentation>The PolyLine element, if used, defines a polyline representing the extent and boundary of the other surface. The polyline must lie in the other surface. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The ClosedSurface element, if used, indicates that the surface is closed. Its value indicates whether the surface is internal (a void) or external (the entire outer surface of an object). This element is in an optional choice.
<xs:element name="ClosedSurface" type="InternalExternalEnumType"><xs:annotation><xs:documentation>The ClosedSurface element, if used, indicates that the surface is closed. Its value indicates whether the surface is internal (a void) or external (the entire outer surface of an object). This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Constructed" type="OtherSurfaceConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the other surface feature is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element>
The OtherSurfaceFeatureNominalType defines the other surface feature nominal information for an individual other surface feature. An other surface feature is intended to be used by having it reference a collection of faces in an internal or external CAD definition. An other surface 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="OtherSurfaceFeatureNominalType"><xs:annotation><xs:documentation>The OtherSurfaceFeatureNominalType defines the other surface feature nominal information for an individual other surface feature. An other surface feature is intended to be used by having it reference a collection of faces in an internal or external CAD definition. An other surface 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="SurfaceFeatureNominalBaseType"><xs:choice minOccurs="0"><xs:element name="PolyLine" type="PolyLineType"><xs:annotation><xs:documentation>The PolyLine element, if used, defines a polyline representing the extent and boundary of the other surface. The polyline must lie in the other surface. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="ClosedSurface" type="InternalExternalEnumType"><xs:annotation><xs:documentation>The ClosedSurface element, if used, indicates that the surface is closed. Its value indicates whether the surface is internal (a void) or external (the entire outer surface of an object). This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="Constructed" type="OtherSurfaceConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the other surface feature is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:extension></xs:complexContent></xs:complexType>