The optional turned attribute shows if the referenced edge must be reversed from the original edge orientation.
Source
<xs:element name="EdgeOriented" type="EdgeOrientedType"><xs:annotation><xs:documentation>The EdgeOriented element is a reference to edge with a given orientation.</xs:documentation></xs:annotation></xs:element>
The optional Curve12 element is a reference to 2D curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying surface of a face.
<xs:element name="Curve12" type="ElementReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional Curve12 element is a reference to 2D curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying surface of a face.</xs:documentation></xs:annotation></xs:element>
The CoEdgeType represents the part of face trimming loop. A co-edge defines a parameter space curve (i.e. the projection of an underlying 3D Curve of an oriented Edge onto an underlying surface of a face).
<xs:complexType name="CoEdgeType"><xs:annotation><xs:documentation>The CoEdgeType represents the part of face trimming loop. A co-edge defines a parameter space curve (i.e. the projection of an underlying 3D Curve of an oriented Edge onto an underlying surface of a face).</xs:documentation></xs:annotation><xs:sequence><xs:element name="EdgeOriented" type="EdgeOrientedType"><xs:annotation><xs:documentation>The EdgeOriented element is a reference to edge with a given orientation.</xs:documentation></xs:annotation></xs:element><xs:element name="Curve12" type="ElementReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional Curve12 element is a reference to 2D curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying surface of a face.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>