<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
targetNamespace="http://bo">

  <xsd:complexType name="File">
    <xsd:sequence>
      <xsd:element minOccurs="1" name="type" type="xsd:string"/>
      <xsd:element minOccurs="1" name="content" type="xsd:string"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:schema>

