<xs:complexType name="PartSetType">
<xs:annotation>
<xs:documentation>The PartSetType represents a container for storing all parts present in the CAD scene.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Part" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each Part element is a part which can be used by a number of components (instances of the part).</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 parts in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |