Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 489 | blopes | 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 de Recusa de Recebimento (Operação não Realizada)</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:"Operação não Realizada"</xs:documentation> |
||
| 12 | </xs:annotation> |
||
| 13 | <xs:simpleType> |
||
| 14 | <xs:restriction base="xs:string"> |
||
| 15 | <xs:whiteSpace value="preserve"/> |
||
| 16 | <xs:enumeration value="Operacao nao Realizada"/> |
||
| 17 | </xs:restriction> |
||
| 18 | </xs:simpleType> |
||
| 19 | </xs:element> |
||
| 20 | <xs:element name="xJust"> |
||
| 21 | <xs:annotation> |
||
| 22 | <xs:documentation>Justificativa de recusa do recebimento da mercadoria</xs:documentation> |
||
| 23 | </xs:annotation> |
||
| 24 | <xs:simpleType> |
||
| 25 | <xs:restriction base="xs:string"> |
||
| 26 | <xs:whiteSpace value="preserve"/> |
||
| 27 | <xs:minLength value="15"/> |
||
| 28 | <xs:maxLength value="255"/> |
||
| 29 | <xs:pattern value="[!-ÿ]{1}[ -ÿ]{0,}[!-ÿ]{1}|[!-ÿ]{1}"/> |
||
| 30 | </xs:restriction> |
||
| 31 | </xs:simpleType> |
||
| 32 | </xs:element> |
||
| 33 | </xs:sequence> |
||
| 34 | <xs:attribute name="versao" use="required"> |
||
| 35 | <xs:simpleType> |
||
| 36 | <xs:restriction base="xs:string"> |
||
| 37 | <xs:whiteSpace value="preserve"/> |
||
| 38 | <xs:enumeration value="1.00"/> |
||
| 39 | </xs:restriction> |
||
| 40 | </xs:simpleType> |
||
| 41 | </xs:attribute> |
||
| 42 | </xs:complexType> |
||
| 43 | </xs:element> |
||
| 44 | </xs:schema> |