Syntax
XPath: /JDF/ResourcePool/Ink
Supported attributes
The following elements are added:
<Ink Class="Consumable" ID="Ink_170705172010.281_4" Family="InkJet" PartIDKeys="Separation" Status="Available" Unit="l" AgentName="PRISMAsync" AgentVersion="2.2.0.0">
<Ink ColorName="Cyan" Separation="Cyan">
<Color CMYK="1 0 0 0"/>
</Ink>
<Ink ColorName="Magenta" Separation="Magenta">
<Color CMYK="0 1 0 0"/>
</Ink>
<Ink ColorName="Yellow" Separation="Yellow">
<Color CMYK="0 0 1 0"/>
</Ink>
<Ink ColorName="Black" Separation="Black">
<Color CMYK="0 0 0 1"/>
</Ink>
<Ink ColorName="MICR" Separation="MICR"/>
<Ink ColorName="ColorGrip" Separation="ColorGrip"/>
</Ink>
Syntax
XPath: /JDF/AuditPool/ResourceAudit
Supported attributes
@QueueEntryID = "<queue entry ID of job>"
@TimeStamp
@AgentName = "PRISMAsync"
@AgentVersion = "V.R.L.P" (Version of main software of the printer)
@Reason = "ProcessResult"
@ActualAmount is the total amount of ink used for a job.
/JDF/AuditPool/ResourceAudit/InkLink is added if the job is Completed or Aborted (record.result = "Done" or "Abrt").
Since the different inks are part of the overall Ink node, only one /JDF/AuditPool/ResourceAudit and /JDF/AuditPool/ResourceAudit/InkLink is added.
Syntax
XPath: /JDF/AuditPool/ResourceAudit/InkLink
Supported attributes
@rRef = "</JDF/ResourcePool/Ink/@ID>"
@Usage = "Input"
@ActualAmount
<AuditPool>
<ResourceAudit QueueEntryID="b81995b3-a24e-4d0b-a7fc-7bd8398772c9" TimeStamp="2017-07-05T11:50:10Z" AgentName="PRISMAsync" AgentVersion="2.2.0.0" Reason="ProcessResult">
<InkLink rRef="Ink_170705172010.281_4" Usage="Input">
<AmountPool>
<PartAmount ActualAmount="0.000046">
<Part Separation="Cyan"/>
</PartAmount>
<PartAmount ActualAmount="0.000057">
<Part Separation="Magenta"/>
</PartAmount>
<PartAmount ActualAmount="0.000069">
<Part Separation="Yellow"/>
</PartAmount>
<PartAmount ActualAmount="0.00008" oce:ActualAmountBlackOnly="0">
<Part Separation="Black"/>
</PartAmount>
<PartAmount ActualAmount="0.000103">
<Part Separation="MICR"/>
</PartAmount>
<PartAmount ActualAmount="0.000092">
<Part Separation="ColorGrip"/>
</PartAmount>
</AmountPool>
</InkLink>
</ResourceAudit>
</AuditPool>
@ActualAmount is the total amount of ink used for a job.
/JDF/AuditPool/ResourceLinkPool/InkLink is added or updated if the job is Completed or Aborted (record.result = "Done" or "Abrt") or if the job is stopped and moved to the list of waiting jobs (record result = "Stop").
Since the different inks are part of the overall Ink node, only one /JDF/AuditPool/ResourceAudit/InkLink is added.
Syntax
XPath: /JDF/ResourceLinkPool/InkLink
Supported attributes
See /JDF/AuditPool/ResourceAudit/InkLink
@ActualAmount is the amount of ink used for a job during a certain print run. A job can be printed in multiple print runs (print, stop, move to the list of waiting jobs). For each print run, one /JDF/AuditPool/PhaseTime[@Status="InProgress"]/InkLink is added. So, for each record in the account log file.
Since the different inks are part of the overall Ink node, only one InkLink is added per /JDF/AuditPool/PhaseTime.
Syntax
XPath: /JDF/AuditPool/PhaseTime[@Status="InProgress"]/InkLink
Supported attributes
See /JDF/AuditPool/ResourceAudit/InkLink