The optional turned attribute shows if the Curve13 is inverted. A value of 1 (or true) means the Curve13 is inverted from the Curve13Core. A value of 0 (or false) means the Curve13 is not inverted.
Source
<xs:element name="SubCurve" type="Curve13OrientedType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each SubCurve element is a Curve13.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Curve13 objects in this array.
Source
<xs:complexType name="ArraySubCurve13Type"><xs:annotation><xs:documentation>The ArraySubCurve13Type defines an array of Curve13 sub-curves.</xs:documentation></xs:annotation><xs:sequence><xs:element name="SubCurve" type="Curve13OrientedType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each SubCurve element is a Curve13.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of Curve13 objects in this array.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of Curve13 objects in this array.</xs:documentation></xs:annotation></xs:attribute>