Rev 182 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 179 | espaco | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.portalfiscal.inf.br/nfe" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" targetNamespace="http://www.portalfiscal.inf.br/nfe" elementFormDefault="qualified" attributeFormDefault="unqualified"> |
||
| 3 | <xs:element name="detEvento"> |
||
| 4 | <xs:annotation> |
||
| 5 | <xs:documentation>Schema XML de validação do evento da confirmação de recebimento</xs:documentation> |
||
| 6 | </xs:annotation> |
||
| 7 | <xs:complexType> |
||
| 8 | <xs:sequence> |
||
| 9 | <xs:element name="descEvento"> |
||
| 10 | <xs:annotation> |
||
| 11 | <xs:documentation>Descrição do Evento: |
||
| 12 | “Confirmacao de Recebimento"</xs:documentation> |
||
| 13 | </xs:annotation> |
||
| 14 | <xs:simpleType> |
||
| 15 | <xs:restriction base="xs:string"> |
||
| 16 | <xs:whiteSpace value="preserve"/> |
||
| 17 | <xs:enumeration value="Confirmacao da Operacao"/> |
||
| 18 | </xs:restriction> |
||
| 19 | </xs:simpleType> |
||
| 20 | </xs:element> |
||
| 21 | </xs:sequence> |
||
| 22 | <xs:attribute name="versao" use="required"> |
||
| 23 | <xs:simpleType> |
||
| 24 | <xs:restriction base="xs:string"> |
||
| 25 | <xs:whiteSpace value="preserve"/> |
||
| 26 | <xs:enumeration value="1.00"/> |
||
| 27 | </xs:restriction> |
||
| 28 | </xs:simpleType> |
||
| 29 | </xs:attribute> |
||
| 30 | </xs:complexType> |
||
| 31 | </xs:element> |
||
| 32 | </xs:schema> |