<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://www.betha.com.br/e-nota-contribuinte-ws"
           xmlns:tipos="http://www.betha.com.br/e-nota-contribuinte-ws/tipos"
           xmlns:xs="http://www.w3.org/2001/XMLSchema"
           xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
  <xs:import namespace="http://www.betha.com.br/e-nota-contribuinte-ws/tipos" schemaLocation="TiposNFe_v01.xsd" />
  <xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema_v01.xsd" />
  <xs:element name="CancelarNfseResposta">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="Sucesso" type="xs:boolean" minOccurs="1" maxOccurs="1" />
        <xs:element name="DataHora" type="xs:dateTime" minOccurs="1" maxOccurs="1" />
        <!--xs:element name="MensagemRetorno" type="tipos:tcMensagemRetorno" minOccurs="0" maxOccurs="1" /-->
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>