XML Report Formats
This chapter describes the XML format of the following CyberSource Merchant Account XML reports:
See XML Report DTDs for the document type definitions (DTDs) for XML reports.
XML Conventions
To understand how a report in XML format is constructed, you need to become familiar with the syntax and the data types used for XML reports.
Syntax
Each report is described as follows.
Report Declaration
These conventions are used to describe the report:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Report SYSTEM URIreference>
        HierarchyLevel=CDATA
        ReportStartDate=CDATA
        ReportEndDate=CDATA>
Element Declaration
These conventions are used to describe the syntax of each XML element:
<Sample Attribute=CDATA>
   (Element
   (ChoiceOne) | (ChoiceTwo
   (ComplexElement
   (RequiredRecurringElement)+
   (OptionalElement)?
   (OptionalRecurringElement)*
</Sample>
 
(ComplexElement)
Data Types and Lengths
This chapter uses the following terms to refer to the data type of each field. The data lengths indicate the maximum length of each field.
For example, the offset for Pacific Daylight Time is -07:00.