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