
Minimal XML example
- 153_minimal.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>minimal</JobNumber> <JobName>Auto Job minimal info</JobName> <!-- Optional --> </JobInformation>
Return to the Overview page