<xs:complexType name="Curve12OrientedType">
<xs:sequence>
<xs:element ref="Curve12Core">
<xs:annotation>
<xs:documentation>The Curve12Core is the core of the oriented curve.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="turned" type="xs:boolean" default="0">
<xs:annotation>
<xs:documentation>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.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |