Table 8-39 MPP XML Tag Descriptions (continued)
XML Tag Name Required Description
<userid></userid>
No This element (<Policy> node member) can be
used to uniquely identify the user for future MPL
request, job accounting, or job delivery calls. The
policy ticket should assign a unique userid value for
each ticket that is requested by a computer.
Ideally the policy ticket (as returned from the http://
managed-print/policy query) would be the result of a
script or server page that generates the MPP this
unique userid value.
An example might look like the following but can be
anything you want:
<userid>115.2.3.4-10:14:2004</userid>
<userid>882348238ssff9sfd8sf8sdf7sdf87s8
d</userid>
<RefreshPolicy></
RefreshPolicy>
No This element (<Policy> node member) can be
used to control how often the current MPP is to be
refreshed. What this means is that MPP content that is
downloaded, will be cached for the specified (or
default) amount of time, and any future requests for
retrieval of the MPP will result in using the cached
content.
So if the default RefreshPolicy value of 1 hour is
used, any queries to use this MPP content within the
time it was first retrieved, will result in using cached
MPP content.
If no value is specified the default cache value will be
one hour. You can specify the MPP cache refresh
value in terms of hours or seconds.
Any value less than 1000 is interpreted as being in
hours. Any value greater than 1000 will be interpreted
as milliseconds
An example of a 2 hour MPP cache refresh value
would look like:
<RefresPolicy>2</RefresPolicy>
An example of a 5 minute cache refresh value would
look like
<RefresPolicy>300000</RefresPolicy>
5 minutes is equal to 1000 x 60 x 5 which is 1000
milliseconds (or 1 second) times 60 seconds times 5 =
300000.
<CustomMPL>
No This element (<Policy> node member) can be
used an unlimited number of times to define the
Managed Printer Lists that should be included in the
search option from the HP UPD.
Name
No This element (<Policy><CustomMPL> node
member) defines the name of the custom MPL as it will
appear in the HP UPD search option.
ENWW Manage the HP UPD using HP MPA 141