<xs:complexType name="Curve12SetType">
<xs:annotation>
<xs:documentation>The Curve12SetType represents a container for storing all 2D curves present in the CAD scene.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Curve12" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each Curve12 element is a 2D curves (curve(t):R1->R2) defined in the parametric space of a surface.</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 2D curves in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |