PCML syntax

PCML consists of the following tags, each of which has its own attribute tags.

In the following example the PCML syntax describes one program with one category of data and some isolated data.

<program>

    <struct> 
        <data> </data>
    </struct>

    <data> </data>

</program>