<xs:complexType name="FaceSetType">
<xs:annotation>
<xs:documentation>The FaceSetType represents a container for storing all model faces.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="FaceBase" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each FaceBase element represents one face. The face may be parametric (Face) or mesh (FaceMesh).</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 faces in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |