The ActualComponentSetsType describes a container for storing a list of actual component sets. Each instance of a product can have multiple actual components. This type collects such information over multiple instances of a product.
The required n attribute is the number of actual component sets in this list.
Source
<xs:complexType name="ActualComponentSetsType"><xs:annotation><xs:documentation>The ActualComponentSetsType describes a container for storing a list of actual component sets. Each instance of a product can have multiple actual components. This type collects such information over multiple instances of a product.</xs:documentation></xs:annotation><xs:sequence><xs:element ref="ActualComponentSet" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each ActualComponentSet element is an actual component set.</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 actual component sets in this list.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of actual component sets in this list.</xs:documentation></xs:annotation></xs:attribute>