!--a11y-->
Components 
The components section consainf the component section.
All portal components of a portal application are declared in this component sections. The following XML attributes apply to the component section:
Name |
Mandatory |
Description |
Name |
Yes |
The portal component name within the application. An absolute Portal component name is constructed as <application name>.<portal component name>. This attribute specifies the <portal component name>. |
Each component section may contain:
· one component-config element
· one component-profile element

... <components> <component name="myComponent"> <component-config> ... </component-config> <component-profile> ... </component-profile> </component> ... </components> ... |
