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 CurveMesh element is a reference to mesh curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying mesh surface of a mesh face.
<xs:element name="CurveMesh" type="ElementReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional CurveMesh element is a reference to mesh curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying mesh surface of a mesh face.</xs:documentation></xs:annotation></xs:element>
The CoEdgeMeshType represents the part of mesh face trimming loop. A mesh co-edge defines a mesh curve (i.e. the projection of an underlying 3D Curve of an oriented Edge onto an underlying mesh surface of a mesh face).
<xs:complexType name="CoEdgeMeshType"><xs:annotation><xs:documentation>The CoEdgeMeshType represents the part of mesh face trimming loop. A mesh co-edge defines a mesh curve (i.e. the projection of an underlying 3D Curve of an oriented Edge onto an underlying mesh surface of a mesh 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="CurveMesh" type="ElementReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional CurveMesh element is a reference to mesh curve. This is projection of underlying 3D Curve of an oriented Edge onto an underlying mesh surface of a mesh face.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>