<?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">
  <Name be:salutation="Mr">Bill Evjen</Name>
  <Address>123 Main Street</Address>
  <City>Saint Charles</City>
  <State>Missouri</State>
  <Country>USA</Country>
  <Order>
     <Item>52-inch Plasma</Item>
     <Quantity>1</Quantity>
  </Order>
</be:Process>
