Home / Support / minimal
XML setup guide and examples –Minimal
mandatory elements:
<Clientname> |
Name of the customer, will be added when new |
<JobNumber> |
|
<PrintingConditionName> |
PrintingConditionName must match a Printing Condition Name in MeasureColor |
<SubstrateName> |
SubstrateName must match a Substrate Name in MeasureColor |
<?xml version="1.0" encoding="utf-8"?>
<JobInformation xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.colorware.eu/2020/jobinformation http://www.colorware.eu/2020/jobinformation.xsd"
xmlns="http://www.colorware.eu/2013/jobinformation"
Version="3.0">
<ClientName>AutoJobClient</ClientName>
<JobNumber>Minimal_v3</JobNumber>
<SubstrateName>Gloss</SubstrateName>
<PrintingConditionName>ISO Gloss Coated</PrintingConditionName>
</JobInformation>
Optional elements
<MachineName> |
This must be an existing Machine name in MeasureColor |
<Scanside> |
Top/Bottom |
<Job Name> |
|
<JobRemarks> |
|
<JobDescription> |
|
<MeasurementConditionsName> |
This must be an existing Measurement Condition in MeasureColor |
<ToleranceSetName |
This must be an existing Tolerance Set name in MeasureColor |
Custom Data Fields (optional)
For every CustomDataField you can enter an ID (1-12) and a name the operator is required to fill when setting up a new job:
<CustomDataFields>
<CustomDataField Id="1" Name="1st">Value1</CustomDataField>
<CustomDataField Id="2" Name="2nd">Value2</CustomDataField>
</CustomDataFields>
XML tag |
Notes |
<PrintQualityInformation Brand=“Brand name” Category=“Product category”> |
Will be added when new |
<PremediaCompany> |
Will be added when new |
<PrintingProcess> |
Must be Offset, Flexo, Gravure, Digital or Other |
<SubstrateClass> |
Must be FilmWhite, FilmClear, FilmMetalized, Vinyl, Paper, Paperboard, Corrogated, Metal or Other |
<DesignNumber> |
optional Design Number |
<PrintQualityInformation Brand="Brand name" Category="Product category">
<PremediaCompany>Premedia company name</PremediaCompany>
<PrintingProcess>Gravure</PrintingProcess>
<SubstrateClass>Corrugated</SubstrateClass>
<DesignNumber>1234AB</DesignNumber>
</PrintQualityInformation>
Remote Print Service Providers (optional)
To prepare jobs for Print Services Providers
XML tag |
Notes |
<PrintLocationCompanyName> |
Must be an existing 'Limited Printing Location' name |
<MachineName |
Must be the name of a Machine set up for that 'Limited Printing Location' |
<PrintLocationCompanyName>PSP1</PrintLocationCompanyName>
<MachineName>My Offset Press (6 color)</MachineName>
This will tell the MeasureColor server to make this job available to only PSP 1.