XML, DTD, and XSD files for business and partner relationship management (Business Edition)

The following table outlines the XML, DTD, and XSD files that are important for contracts in a B2B direct or value chain store. All files are found in the following directories:

XML file DTD file XSD file
Account XML
After you have created a new business account using the Account notebook, the required information is saved in XML format. Once the account is created, the information is passed to the AccountSave command, which saves the terms and conditions XML of that account to the TERMCOND database table.
Account DTD file
The DTD file for accounts is called B2BTrading.dtd.
Account XSD file
The XSD file for accounts is called Package.xsd.
Contract XML After you have created a new contract using the Contract notebook, the required information is saved in XML format. Once the account is created, the information is passed to the ContractSave command, which saves the terms and conditions XML of that contract to the TERMCOND database table. Contract DTD file
The DTD file for contracts is called B2BTrading.dtd.
Contract XSD fileThe XSD file for contracts is called Package.xsd.
Invoice XML
When an invoice is generated, the information is stored in XML format in the INVOICE database table. 
Invoice DTD file The DTD information for invoices follows the B2BOrderAndInvoice.dtd file. Invoice XSD file Not applicable. There is no XSD file for invoices.