SERVER_PLUGIN

Root element for server plugin protocol description.

<server_plugin

       author = CDATA        -- Author of the plugin.
       created = CDATA
       -- Date created.
       name = CDATA
       -- Name of the plugin.
       numInputs = CDATA
       -- Number of inputs.
       numOutputs = CDATA
       -- Number of outputs.
       version = CDATA
       -- Version of the plugin. >
       <description/>        -- Textual description of the plugin.
       <vars/>        -- Container of variable.
       <call/>        -- Tag encapsulating a plugin call description.
       <protocol/>        -- Tag encapsulating a plugin protocol description.
       <errors/>        -- Container of errors. [*]

</server_plugin>


Parent Element(s): None

Top Elements
All Elements
Example
DTD File
Tree
Printable Documentation


server_plugin DTD