XML output schema: ReadSoftInvoice.xsd

ReadSoftInvoice.xsd is an XML schema that is found in the Kofax ReadSoft Invoices Bin directory. (View a copy of the file.) It defines the format that XML output files conform to.

Main elements

Documents

Describes the XML document.

Document

Describes a document. Currently, Document only contains Invoice and System elements.

Invoice

Describes an invoice. Contains:
  • Supplier
  • Buyer
  • Fields
  • Tables

Fields

Describes a collection of fields. Contains Field elements.

Field

Describes a field. Note: Date fields are formatted YYYYMMDD.

Tables

Contains Table elements.

Table

Describes a table. Contains TableRow elements.

TableRow

Contains Field elements.

System

Contains Field elements that describe system fields.

PartyType

Describes a supplier or buyer.

You can transform the output to a different XML format. For more information, see Configuring a job to use XML output.