The optional turned attribute shows if the Curve12 is inverted. A value of 1 (or true) means the Curve12 is inverted from the Curve12Core. A value of 0 (or false) means the Curve12 is not inverted.
Source
<xs:element name="SubCurve" type="Curve12OrientedType" maxOccurs="unbounded"><xs:annotation><xs:documentation>The ArraySubCurve12Type defines an array of Curve12.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Curve12 objects in this array.
Source
<xs:complexType name="ArraySubCurve12Type"><xs:sequence><xs:element name="SubCurve" type="Curve12OrientedType" maxOccurs="unbounded"><xs:annotation><xs:documentation>The ArraySubCurve12Type defines an array of Curve12.</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 Curve12 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 Curve12 objects in this array.</xs:documentation></xs:annotation></xs:attribute>