<pac:agent>

This tag is the root tag for all the <pac:service> XML tags. It has the following attributes:


Name Description Required
id Identifies a unique name for this agent within the IBM Spectrum LSF Application Center servers. True
xmlns:pac http://www.platform.com/pac/service/schemaBinds the IBM Spectrum LSF Application Center name space. True
Resources Binds the i18n resource file. False

It can include the following sub-tags:


Name Description Required
<pac:service> Defines a new IBM Spectrum LSF Application Center service False

This tag must be the root of the service tree, so it cannot be contained by any other tag.

Example:

<pac:agent id="hpc"   xmlns:pac="http://www.platform.com/pac/service/schema"
   resources="resources">
  <pac:service id="formElement">
   [...]
  </pac:service>
</pac:agent>