<xs:complexType name="SurfaceSetType">
<xs:annotation>
<xs:documentation>The SurfaceSetType represents a container for storing all surfaces present in the CAD scene.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Surface" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each Surface element is a surface (surface(u, v):R2->R3).</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 surfaces in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |