Provisioning description structure
The provisioning description file consists of:
- Service Description section
- Package Description section
- System hooks section
<provisioningDescription xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../ProvisioningDescription.xsd"> <servicesDescription> ... </servicesDescription> <packageDescription> ... </packageDescription> <systemHooks> ... </systemHooks> </provisioningDescription>
Service description
The service description file have contain a description for one or more simple services , but it can also contain subsections about complex services.
The structure of the service description is given in the following example:
<provisioningDescription> <servicesDescription> <simpleServiceList> <!-- List of available simple service descriptions. --> </simpleServiceList> <complexServiceList> <!-- List of available complex service descriptions. --> </complexServiceList> </servicesDescription> ... </provisioningDescription>