Schemas and XML Document Wrappers

All XML documents using a schema must have a wrapper as shown below. Data highlighted in bold must be entered as shown.

<?xml version=“1.0” encoding=“utf8”?>
<TopTag xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xsi:noNamespaceSchemaLocation=”/AbsolutePathToSchema/schema.xsd”>