File AsXml

AsXml is the result of the XSLT transformation process. This is the format used by OIPA to store data destined for the database. The format is very simple. It is comprised of a parent element for each database table, and a child element for each column of the table. The root element, <AsXml>, must be used to identify the formatting.

Each element must exactly match the name of the table or column in the database for mapping purposes. Each column of the table needs to be populated with data unless the column is set to allow NULL.

Important   To reference the term GUID in relation to the database (PolicyGUID or RateGUID), it must be entered as Guid (PolicyGuid) in the AsXml.

Schema

<AsXml>

<Table

<Column>Value</Column>

</Table>

</AsXml>

View Transformation Example