attachment-0001


<br><font size=2 face="sans-serif">I'm fine with &quot;chosen&quot; vs.
&quot;actual&quot;... not as concerned about the name as the concept. In
this case, actual might differ from requested due to something like a PDL
override (so &quot;chosen&quot; seems to fit) or it COULD differ due to
some circumstance (like the job was aborted prior to all copies completing)
in which case &quot;actual&quot; seems more apropos. </font>
<br><font size=2 face="sans-serif">----------------------------------------------
<br>
Harry Lewis <br>
IBM Printing Systems <br>
---------------------------------------------- </font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>&quot;McDonald, Ira&quot; &lt;imcdonald@sharplabs.com&gt;</b></font>
<p><font size=1 face="sans-serif">10/02/2002 07:30 PM</font>
<td><font size=1 face="Arial">&nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; To:
&nbsp; &nbsp; &nbsp; &nbsp;Harry Lewis/Boulder/IBM@IBMUS, sm@pwg.org</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; cc:
&nbsp; &nbsp; &nbsp; &nbsp;</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Subject:
&nbsp; &nbsp; &nbsp; &nbsp;RE: SM&gt; Job &quot;Actual&quot; attributes</font>
<br>
<br><font size=1 face="Arial">&nbsp; &nbsp; &nbsp; &nbsp;</font></table>
<br>
<br><font size=2><tt>Hi Harry,<br>
<br>
For what it's worth...<br>
<br>
Printer MIB used (from DPA I think...) the terminology of<br>
'Declared' or 'Requested' (for the input) and 'Chosen'<br>
(for what you're calling 'Actual' below).<br>
<br>
Cheers,<br>
- Ira McDonald<br>
<br>
-----Original Message-----<br>
From: Harry Lewis [mailto:harryl@us.ibm.com]<br>
Sent: Wednesday, October 02, 2002 5:56 PM<br>
To: sm@pwg.org<br>
Subject: SM&gt; Job &quot;Actual&quot; attributes<br>
<br>
<br>
<br>
In IPP, PWG Semantic Model and PSI we have Job Template attributes with<br>
&quot;sister&quot; (supported, default and ready) Printer Description attributes.
When<br>
discussing the purpose of a &quot;Job Ticket&quot; in the semantic model,
we often<br>
refer to Job Template attributes as the &quot;job ticket&quot; as these
carry<br>
production intent. By definition, when queried, Job Template attributes
must<br>
return the value associated with each attribute during submission. Thus,<br>
there is no way to query a job (or document) and learn WHAT ACTUALLY<br>
HAPPENED w.r.t. any particular attributed (ex. copies). This is covered
by<br>
the JDF job ticket but we have said JDF is too workflow oriented for<br>
(initial) inclusion into the PWG Semantic Model. <br>
<br>
I would like to propose a solution - the addition of a group of Job<br>
Description attributes referred to as &quot;-actual&quot;. These could
be extensions<br>
to the group of Job Progress attributes or a separate grouping of Job Actual<br>
(or &quot;Job Completion&quot;) attributes. I know, in IPP proper, we don't
have the<br>
notion of job &quot;history&quot; (the job &quot;disappears&quot; as soon
as it has completed)<br>
so &quot;actuals&quot; would not be very useful. But in the semantic model
and PSI<br>
we're trying to overcome this. To the extent that we are reluctant to<br>
embrace a full fledged job ticket, the addition of &quot;-actual&quot;
attributes<br>
should go a long way toward providing much of the essential JT functionality<br>
that was previously missing for non-produciton environments. <br>
<br>
For example: <br>
<br>
+===================+======================+<br>
| Job Template &nbsp; &nbsp; &nbsp;|Job Description:Actual|<br>
| &nbsp; Attribute &nbsp; &nbsp; &nbsp; | &nbsp; Value Attribute &nbsp;
&nbsp;|<br>
+===================+======================+<br>
| copies &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| copies-actual &nbsp;
&nbsp; &nbsp; &nbsp;|<br>
| (integer (1:MAX)) | (integer (1:MAX)) &nbsp; &nbsp;|<br>
+-------------------+----------------------+<br>
| finishings &nbsp; &nbsp; &nbsp; &nbsp;| finishings-actual &nbsp; &nbsp;|<br>
|(1setOf type2 enum)|(1setOf type2 enum) &nbsp; |<br>
+-------------------+----------------------+<br>
| sides &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | sides-actual &nbsp;
&nbsp; &nbsp; &nbsp; |<br>
| (type2 keyword) &nbsp; | (type2 keyword) &nbsp; &nbsp; &nbsp;|<br>
+-------------------+----------------------+<br>
| number-up &nbsp; &nbsp; &nbsp; &nbsp; | number-up-actual &nbsp; &nbsp;
|<br>
| (integer (1:MAX)) | (integer (1:MAX)) &nbsp; &nbsp;|<br>
+-------------------+----------------------+<br>
| orientation- &nbsp; &nbsp; &nbsp;|orientation-requested-|<br>
| &nbsp;requested &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp;actual &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;|<br>
| &nbsp; (type2 enum) &nbsp; &nbsp;| &nbsp;(type2 enum) &nbsp; &nbsp; &nbsp;
&nbsp;|<br>
+-------------------+----------------------+<br>
| media &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | media-actual &nbsp;
&nbsp; &nbsp; &nbsp; |<br>
| (type3 keyword | &nbsp;| (type3 keyword | &nbsp; &nbsp; |<br>
| &nbsp; &nbsp;name) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;| &nbsp; &nbsp;name)
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |<br>
+-------------------+----------------------+<br>
| printer-resolution| printer-resolution- &nbsp;|<br>
| (resolution) &nbsp; &nbsp; &nbsp;| &nbsp;actual &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; |<br>
| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | (resolution)
&nbsp; &nbsp; &nbsp; &nbsp; |<br>
+-------------------+----------------------+<br>
| print-quality &nbsp; &nbsp; | print-quality-actual |<br>
| (type2 enum) &nbsp; &nbsp; &nbsp;| (type2 enum) &nbsp; &nbsp; &nbsp;
&nbsp; |<br>
+-------------------+----------------------+<br>
<br>
---------------------------------------------- <br>
Harry Lewis <br>
IBM Printing Systems <br>
---------------------------------------------- <br>
</tt></font>
<br>