<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns:bons0="http://bo" targetNamespace="http://bo">

    <xsd:include schemaLocation="File.xsd"/>
    
 <xsd:element name="out" type="bons0:OutputMessage"></xsd:element>
    <xsd:complexType name="OutputMessage">
    <xsd:sequence>
      <xsd:element minOccurs="1" name="status" type="xsd:string"/>
      <xsd:element minOccurs="0" name="file" type="bons0:File"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:schema>

