MIS/ERP based Job setup: Complete XML example
- 153_full.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>full</JobNumber> <JobName>Auto Job full info</JobName> <!-- Optional --> <JobDescription>This is test job 12345</JobDescription> <!-- Optional --> <JobRemarks>Optional job remarks</JobRemarks> <!-- Optional --> <SignatureNumber>5</SignatureNumber> <!-- Optional --> <ScanSide>Top</ScanSide> <!-- Optional --> <!--<JobPresetName>Coated - PCS325 5color</JobPresetName> --> <!-- Optional --> <!-- If JobPresetName is used, all items below are no longer used --> <PrintingConditionName>GRACoL 2006 Coated #1</PrintingConditionName> <ProcessReferenceName>GRACoL2006_coated1v2.icc</ProcessReferenceName> <SpotColorBookName>My Demo Color book</SpotColorBookName> <!-- Optional --> <SubstrateName>Gloss</SubstrateName> <InkSetName>Default (ISO 2846-1)</InkSetName> <!-- Optional --> <ColorbarName>ECI GrayConM i1</ColorbarName> <MeasurementConditionsName>Printing GRACoL</MeasurementConditionsName> <!-- Optional --> <ToleranceSetName>GRACoL</ToleranceSetName> <!-- Optional --> <ColorReferences> <!-- ColorbarSlot: Color mapping of ink to colorbar positions (Required). RunSequence: Order of printing units (Required). --> <ColorReference ColorbarSlot="1" RunSequence="1" ReferenceType="Process" Info="Anilox Black">K</ColorReference> <ColorReference ColorbarSlot="0" RunSequence="2" ReferenceType="Process" Info="Anilox Cyan">C</ColorReference> <ColorReference ColorbarSlot="3" RunSequence="3" ReferenceType="Process" Info="Anilox Magenta">M</ColorReference> <ColorReference ColorbarSlot="2" RunSequence="4" ReferenceType="Process" Info="Anilox Yellow">Y</ColorReference> </ColorReferences> </JobInformation>
Return to the Overview page