MIS/ERP based Job setup: Partial XML example
- 153_partial.xml
-
<?xml version="1.0" encoding="utf-8"?> <JobInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.colorware.eu/2013/jobinformation http://www.colorware.eu/2013/jobinformation.xsd" xmlns="http://www.colorware.eu/2013/jobinformation" Version="2.0"> <!-- Version 2.0 of the Jobinformation schema is compatible with MeasureColor 15.3 or later --> <MachineName>My Offset Press (6 color)</MachineName> <!-- Optional --> <ClientName>AutoJobClient</ClientName> <JobNumber>partially</JobNumber> <JobName>Auto Job partial info</JobName> <!-- Optional --> <JobDescription>This is test job 12345</JobDescription> <!-- Optional --> <PrintingConditionName>GRACoL 2006 Coated #1</PrintingConditionName> <ProcessReferenceName>GRACoL2006_coated1v2.icc</ProcessReferenceName> <SpotColorBookName>My Demo Color book</SpotColorBookName> <!-- Optional --> <SubstrateName>Gloss</SubstrateName> <ColorbarName>PressView CTP combi</ColorbarName> <InkSetName>Default (ISO 2846-1)</InkSetName> <!-- Optional --> <ColorReferences> <!-- ColorbarSlot: Color mapping of ink to colorbar positions (Required). RunSequence: Order of printing units (Required). --> <ColorReference ColorbarSlot="0" RunSequence="1" ReferenceType="Process" Info="Anilox Cyan">K</ColorReference> <ColorReference ColorbarSlot="1" RunSequence="2" ReferenceType="Process" Info="Anilox Magenta">C</ColorReference> <ColorReference ColorbarSlot="2" RunSequence="3" ReferenceType="Process" Info="Anilox Yellow">M</ColorReference> <ColorReference ColorbarSlot="3" RunSequence="4" ReferenceType="Process" Info="Anilox Black">Y</ColorReference> </ColorReferences> </JobInformation>
Return to the Overview page