MIS/ERP based Job setup: XML example using a job preset

153_preset.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>preset</JobNumber>
    <JobName>Auto Job based on preset</JobName> <!-- Optional -->
    <JobDescription>This is test job 12345</JobDescription> <!-- Optional -->
    <JobRemarks>Optional job remarks</JobRemarks> <!-- Optional -->
    <SignatureNumber>1</SignatureNumber> <!-- Optional -->
    <JobPresetName>Coated - ECI GrayCon M i1</JobPresetName> -->
</JobInformation>

Return to the Overview page