KCCustomApplication.xsd

<?xml version="1.0" encoding="UTF-8"?>

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">

<xs:element name="KCCustomApplication">

<xs:annotation>

<xs:documentation>Used for validating the XML file created by KODAK Capture Pro.</xs:documentation>

</xs:annotation>

<xs:complexType>

<xs:all>

<xs:element name="PARAM_LIST">

<xs:complexType>

<xs:choice>

<xs:element name="PARAM" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>

</xs:choice>

</xs:complexType>

</xs:element>

<xs:element name="BATCH_NAME" type="xs:string" minOccurs="0"/>

<xs:element name="FILE1_ALL_BATCH_LOCATION" type="xs:string" minOccurs="0"/>

<xs:element name="FILE1_BW_BATCH_LOCATION" type="xs:string" minOccurs="0"/>

<xs:element name="FILE1_CG_BATCH_LOCATION" type="xs:string" minOccurs="0"/>

<xs:element name="FILE1_BATCH_INDEX_FILE" type="xs:string" minOccurs="0"/>

<xs:element name="FILE1_DOC_INDEX_FILE" type="xs:string" minOccurs="0"/>

<xs:element name="FILE1_IMAGE_INDEX_FILE" type="xs:string" minOccurs="0"/>

<xs:element name="FILE2_ALL_BATCH_LOCATION" type="xs:string" minOccurs="0"/>

<xs:element name="FILE2_BW_BATCH_LOCATION" type="xs:string" minOccurs="0"/>

<xs:element name="FILE2_CG_BATCH_LOCATION" type="xs:string" minOccurs="0"/>

<xs:element name="FILE2_BATCH_INDEX_FILE" type="xs:string" minOccurs="0"/>

<xs:element name="FILE2_DOC_INDEX_FILE" type="xs:string" minOccurs="0"/>

<xs:element name="FILE2_IMAGE_INDEX_FILE" type="xs:string" minOccurs="0"/>

<xs:element name="SYSTEM1_BATCH_LOCATION" type="xs:string" minOccurs="0"/>

<xs:element name="SYSTEM1_OUTPUT_ROOT_PATH" type="xs:string" minOccurs="0"/>

<xs:element name="SYSTEM1_BATCH_INDEX_FILE" type="xs:string" minOccurs="0"/>

<xs:element name="SYSTEM2_BATCH_LOCATION" type="xs:string" minOccurs="0"/>

<xs:element name="SYSTEM2_OUTPUT_ROOT_PATH" type="xs:string" minOccurs="0"/>

<xs:element name="SYSTEM2_BATCH_INDEX_FILE" type="xs:string" minOccurs="0"/>

</xs:all>

</xs:complexType>

</xs:element>

</xs:schema>