|
10 | 10 | <xs:element name="infEvento"> |
11 | 11 | <xs:complexType> |
12 | 12 | <xs:sequence> |
13 | | - <xs:element name="cOrgao" > |
| 13 | + <xs:element name="cOrgao"> |
14 | 14 | <xs:annotation> |
15 | 15 | <xs:documentation>Código do órgão de recepção do Evento. Para o evento de averbação de exportação será utilizado o valor 91 para o Ambiente Nacional.</xs:documentation> |
16 | 16 | </xs:annotation> |
17 | 17 | <xs:simpleType> |
18 | 18 | <xs:restriction base="xs:string"> |
19 | 19 | <xs:whiteSpace value="preserve"/> |
20 | | - <xs:enumeration value="91" /> |
| 20 | + <xs:enumeration value="91"/> |
21 | 21 | </xs:restriction> |
22 | 22 | </xs:simpleType> |
23 | 23 | </xs:element> |
|
120 | 120 | </xs:annotation> |
121 | 121 | <xs:complexType> |
122 | 122 | <xs:sequence> |
123 | | - <xs:element name="dhEmbarque" type="TDateTimeUTC" > |
| 123 | + <xs:element name="dhEmbarque" type="TDateTimeUTC"> |
124 | 124 | <xs:annotation> |
125 | 125 | <xs:documentation>Data do Embarque no formato AAAA-MM-DDThh:mm:ssTZD</xs:documentation> |
126 | 126 | </xs:annotation> |
127 | 127 | </xs:element> |
128 | | - <xs:element name="dhAverbacao" type="TDateTimeUTC" > |
| 128 | + <xs:element name="dhAverbacao" type="TDateTimeUTC"> |
129 | 129 | <xs:annotation> |
130 | 130 | <xs:documentation>Data da averbação no formato AAAA-MM-DDThh:mm:ssTZD</xs:documentation> |
131 | 131 | </xs:annotation> |
132 | 132 | </xs:element> |
133 | | - <xs:element name="nDue" > |
| 133 | + <xs:element name="nDue"> |
134 | 134 | <xs:annotation> |
135 | 135 | <xs:documentation>Número Identificador da Declaração Única do Comércio Exterior associada</xs:documentation> |
136 | 136 | </xs:annotation> |
|
141 | 141 | </xs:restriction> |
142 | 142 | </xs:simpleType> |
143 | 143 | </xs:element> |
144 | | - <xs:element name="nItem" > |
| 144 | + <xs:element name="nItem"> |
145 | 145 | <xs:annotation> |
146 | 146 | <xs:documentation>Número do item da NF-e averbada</xs:documentation> |
147 | 147 | </xs:annotation> |
|
152 | 152 | </xs:restriction> |
153 | 153 | </xs:simpleType> |
154 | 154 | </xs:element> |
155 | | - <xs:element name="nItemDue" > |
| 155 | + <xs:element name="nItemDue"> |
156 | 156 | <xs:annotation> |
157 | 157 | <xs:documentation>Informação do número do item na Declaração de Exportação associada a averbação.</xs:documentation> |
158 | 158 | </xs:annotation> |
|
180 | 180 | <xs:simpleType> |
181 | 181 | <xs:restriction base="xs:string"> |
182 | 182 | <xs:whiteSpace value="preserve"/> |
183 | | - <xs:enumeration value="1" /> |
184 | | - <xs:enumeration value="2" /> |
185 | | - <xs:enumeration value="3" /> |
| 183 | + <xs:enumeration value="1"/> |
| 184 | + <xs:enumeration value="2"/> |
| 185 | + <xs:enumeration value="3"/> |
186 | 186 | </xs:restriction> |
187 | 187 | </xs:simpleType> |
188 | 188 | </xs:element> |
| 189 | + <xs:element name="enquad" minOccurs="0"> |
| 190 | + <xs:annotation> |
| 191 | + <xs:documentation>Grupo de informações do enquadramento do item</xs:documentation> |
| 192 | + </xs:annotation> |
| 193 | + <xs:complexType> |
| 194 | + <xs:sequence> |
| 195 | + <xs:element name="cEnq" minOccurs="1" maxOccurs="4"> |
| 196 | + <xs:annotation> |
| 197 | + <xs:documentation>Código do enquadramento</xs:documentation> |
| 198 | + </xs:annotation> |
| 199 | + <xs:simpleType> |
| 200 | + <xs:restriction base="xs:string"> |
| 201 | + <xs:whiteSpace value="preserve"/> |
| 202 | + <xs:pattern value="[0-9]{5}"/> |
| 203 | + </xs:restriction> |
| 204 | + </xs:simpleType> |
| 205 | + </xs:element> |
| 206 | + </xs:sequence> |
| 207 | + </xs:complexType> |
| 208 | + </xs:element> |
189 | 209 | </xs:sequence> |
190 | 210 | </xs:complexType> |
191 | 211 | </xs:element> |
|
442 | 462 | <xs:pattern value="1.00"/> |
443 | 463 | </xs:restriction> |
444 | 464 | </xs:simpleType> |
445 | | - <xs:simpleType name="TCOrgaoIBGE"> |
446 | | - <xs:annotation> |
447 | | - <xs:documentation>Tipo Código de orgão (UF da tabela do IBGE)</xs:documentation> |
448 | | - </xs:annotation> |
449 | | - <xs:restriction base="xs:string"> |
450 | | - <xs:whiteSpace value="preserve"/> |
451 | | - <xs:enumeration value="11"/> |
452 | | - <xs:enumeration value="12"/> |
453 | | - <xs:enumeration value="13"/> |
454 | | - <xs:enumeration value="14"/> |
455 | | - <xs:enumeration value="15"/> |
456 | | - <xs:enumeration value="16"/> |
457 | | - <xs:enumeration value="17"/> |
458 | | - <xs:enumeration value="21"/> |
459 | | - <xs:enumeration value="22"/> |
460 | | - <xs:enumeration value="23"/> |
461 | | - <xs:enumeration value="24"/> |
462 | | - <xs:enumeration value="25"/> |
463 | | - <xs:enumeration value="26"/> |
464 | | - <xs:enumeration value="27"/> |
465 | | - <xs:enumeration value="28"/> |
466 | | - <xs:enumeration value="29"/> |
467 | | - <xs:enumeration value="31"/> |
468 | | - <xs:enumeration value="32"/> |
469 | | - <xs:enumeration value="33"/> |
470 | | - <xs:enumeration value="35"/> |
471 | | - <xs:enumeration value="41"/> |
472 | | - <xs:enumeration value="42"/> |
473 | | - <xs:enumeration value="43"/> |
474 | | - <xs:enumeration value="50"/> |
475 | | - <xs:enumeration value="51"/> |
476 | | - <xs:enumeration value="52"/> |
477 | | - <xs:enumeration value="53"/> |
478 | | - <xs:enumeration value="90"/> |
479 | | - <xs:enumeration value="91"/> |
480 | | - </xs:restriction> |
481 | | - </xs:simpleType> |
482 | 465 | </xs:schema> |
| 466 | + |
| 467 | + |
| 468 | + |
0 commit comments