Process

Warning

This section is non-normative.

Defining several processes in a single manifest

The manifest schema of this specification allows the definition several processes. They are defined one by one in the first part of the manifest.

1
<?xml version="1.0" encoding="UTF-8"?>
2
<cid:manifest xmlns:cid="http://www.kelis.fr/cid/v2/core">
3
    <cid:process>...</cid:process>
4
    <cid:process>...</cid:process>
5
    <cid:process>...</cid:process>
6
    <cid:transports>...</cid:transports>
7
</cid:manifest>