|
|
|
||||
Description |
|
||||
|
This tag defines a component. A content is included as the XML-based sub-tree inside this tag. The <define> tag defines a component – a content is included as the XML-based sub-tree inside this tag. |
|
||||
Example |
|
||||
|
<?xml version="1.0" encoding="utf-8"?> <assembly id="nxm.tests.basic.pl"> . . . <components> <define id="company_header"> <content> . . . </content> </define> </components> . . . </assembly> |
|
||||
|
The example definition of a component with a unique company_header name (in the scope of the library). |
|
||||
Attributes |
|
||||
|
|
||||
Child elements permitted |
|
||||
|
<content> |
|
||||
|
|
||||
Parent elements permitted |
|
||||
|
<components> |
|
||||
|
|
|
||||
|
|
|