<xs:complexType name="ComponentSetType">
<xs:annotation>
<xs:documentation>The ComponentSetType represents a container for storing all components present in the CAD scene.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Component" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each Component element is an instance of a part template.</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 components in this set.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |