<xs:complexType name="CurveMeshSetType">
<xs:annotation>
<xs:documentation>The CurveMeshSetType represents a container for storing all mesh curves present in the CAD scene.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="PathTriangulation" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each PathTriangulation element is a triangulation path.</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 mesh curves in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |