<?xml version="1.0" encoding="UTF-8"?>

<!-- 
"This sample program is provided AS IS and may be used, executed, copied and modified 
without royalty payment by customer (a) for its own instruction and study, (b) in order to 
develop applications designed to run with an IBM WebSphere product, either for customer's 
own internal use or for redistribution by customer, as part of such an application, in 
customer's own products."
Product 5655-FLW,  (C) COPYRIGHT International Business Machines Corp., 2005
All Rights Reserved * Licensed Materials - Property of IBM
-->

<xsd:schema xmlns:bo="http://HelloSnippetProcess" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://HelloSnippetProcess">
  <xsd:complexType name="DataIn">
    <xsd:sequence>
      <xsd:element minOccurs="0" name="name" type="xsd:string"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:schema>
