Example XML Reference Table Format

The following XML is used to create a reference table that uploads region information to Accolade.

XML File Example

The following table is a visualization of the data in the example above:

Region

Country

Local Region

Asia

North America

New York

Europe

United Kingdom

London

Note the following:

  • The element names set in the <xs:sequence> section define the column names and the type of data type. In this example, the data type is string.
  • To add a column, add an additional element names in the <xs:sequence> section.
  • To add additional rows, add additional <row> sections that contain a <Region>, <Country>, and <Local_Region> element.

Download the sample below, extract the XML file from the downloaded .zip file, and use it as a basis for building a reference table using XML.

Download Sample