Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 200 | 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:include schemaLocation="tiposBasico_v1.03.xsd"/> |
||
| 4 | <xs:element name="detEvento"> |
||
| 5 | <xs:annotation> |
||
| 6 | <xs:documentation>Schema XML de validação do evento do cancelamento 1101111</xs:documentation> |
||
| 7 | </xs:annotation> |
||
| 8 | <xs:complexType> |
||
| 9 | <xs:sequence> |
||
| 10 | <xs:element name="descEvento"> |
||
| 11 | <xs:annotation> |
||
| 12 | <xs:documentation>Descrição do Evento - “Cancelamento”</xs:documentation> |
||
| 13 | </xs:annotation> |
||
| 14 | <xs:simpleType> |
||
| 15 | <xs:restriction base="xs:string"> |
||
| 16 | <xs:whiteSpace value="preserve"/> |
||
| 17 | <xs:enumeration value="Cancelamento"/> |
||
| 18 | </xs:restriction> |
||
| 19 | </xs:simpleType> |
||
| 20 | </xs:element> |
||
| 21 | <xs:element name="nProt" type="TProt"> |
||
| 22 | <xs:annotation> |
||
| 23 | <xs:documentation>Número do Protocolo de Status da NF-e. 1 posição (1 – Secretaria de Fazenda Estadual 2 – Receita Federal); 2 posições ano; 10 seqüencial no ano.</xs:documentation> |
||
| 24 | </xs:annotation> |
||
| 25 | </xs:element> |
||
| 26 | <xs:element name="xJust" type="TJust"> |
||
| 27 | <xs:annotation> |
||
| 28 | <xs:documentation>Justificativa do cancelamento</xs:documentation> |
||
| 29 | </xs:annotation> |
||
| 30 | </xs:element> |
||
| 31 | </xs:sequence> |
||
| 32 | <xs:attribute name="versao" use="required"> |
||
| 33 | <xs:simpleType> |
||
| 34 | <xs:restriction base="xs:string"> |
||
| 35 | <xs:whiteSpace value="preserve"/> |
||
| 36 | <xs:enumeration value="1.00"/> |
||
| 37 | </xs:restriction> |
||
| 38 | </xs:simpleType> |
||
| 39 | </xs:attribute> |
||
| 40 | </xs:complexType> |
||
| 41 | </xs:element> |
||
| 42 | </xs:schema> |