3.1.4.1.3.2 AssemblyType

The AssemblyType complex type defines a group of Web controls.

 <s:complexType name="AssemblyType">
   <s:sequence>
     <s:element name="Control" type="ControlType" 
      maxOccurs="unbounded"/>
   </s:sequence>
   <s:attribute name="Name" type="s:string" use="required"/>
   <s:attribute name="Namespace" type="s:string" use="required"/>
   <s:attribute name="TagPrefix" type="s:string" use="required"/>
 </s:complexType>

Control: The set of metadata for the Web control, as specified in section 3.1.4.1.3.3.

Name: The category for the group of Web controls.

Namespace: The subcategory for the group of Web controls.

TagPrefix: The identifier the group of Web controls.