<?xml version="1.0" encoding="UTF-8"?>
<be:Process xmlns:be="http://www.lipperweb.com/namespace" 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
 xsi:schemaLocation="http://www.lipperweb.com/namespace C:\mySchema.xsd">
  <be:Name salutation="Mr">Bill Evjen</be:Name>
  <be:Address>123 Main Street</be:Address>
  <be:City>Saint Charles</be:City>
  <be:State>Missouri</be:State>
  <be:Country>USA</be:Country>
  <be:Order>
     <be:Item>52-inch Plasma</be:Item>
     <be:Quantity>1</be:Quantity>
  </be:Order>
</be:Process>
