﻿<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
           targetNamespace="http://www.sped.fazenda.gov.br/nfse"
           xmlns="http://www.sped.fazenda.gov.br/nfse"
           attributeFormDefault="unqualified"
           elementFormDefault="qualified">
  <xs:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd"/>
  <xs:include schemaLocation="tiposEventos_v1.00.xsd"/>
  <xs:element name="evento" type="TCEvento">
    <xs:annotation>
      <xs:documentation>Schema XML do Pedido de Registro de Eventos</xs:documentation>
    </xs:annotation>
  </xs:element>
</xs:schema>