|
|
|
||||||
Description |
|
||||||
|
The <components> tag defines components existing in the <assembly> tag. |
|
||||||
Example |
|
||||||
|
<?xml version="1.0" encoding="utf-8"?> . . . <assembly id="nxm.dist.sales_documents.standard.pl"> <references> <reference>nxm.biz.data</reference> <reference>nxm.biz.data1</reference> </references> <components> <import id="header" source="standard_blocks/company_header"></import> <define> . . . </define> </components> </assembly> . . . |
|
||||||
|
|
|
||||||
Attributes |
|
||||||
|
There are no attributes. |
|
||||||
Child elements permitted |
|
||||||
|
|
|
||||||
|
|
||||||
Parent elements permitted |
|
||||||
|
<assembly> |
|
||||||
|
|
|
||||||
|
|
|