<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="Process">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="Name" type="xs:string" />
        <xs:element name="Address" type="xs:string" />
        <xs:element name="City" type="xs:string" />
        <!-- Turned off for now
        <xs:element name="State" type="xs:string" />
        <xs:element name="Country" type="xs:string" /> -->
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>
