Mexico (CFDI): Export Type Code
You must specify whether a receipt covers an export transaction in your Mexico documents.
Attribute required to indicate whether the receipt covers an export transaction. If no value is received, the document defaults to non-export status (MX:01).
Elements
| Name (Path) | Cardinality | Description |
|---|---|---|
Export Type Code (/Invoice/UBLExtensions/UBLExtension/ExtensionContent/InvoiceExtension/ExportTypeCode) | 1..1 | An extension element specifying the export type. |
Restrictions
| Code | Description |
|---|---|
MX:01 | No export (default value) |
MX:02 | Final with code A1 (This one requires Complemento Comercio Exterior.) |
MX:03 | Temporary |
MX:04 | Final with a code other than A1 or when there is no disposal in terms of the CFF |
Example
<Invoice>
<ext:UBLExtensions>
<ext:UBLExtension>
<ext:ExtensionContent>
<InvoiceExtension>
<!-- code omitted for clarity -->
<ExportTypeCode>MX:G03</ExportTypeCode>
<!-- code omitted for clarity -->
</InvoiceExtension>
</ext:ExtensionContent>
</ext:UBLExtension>
</ext:UBLExtensions>
<!-- code omitted for clarity -->
</Invoice>
Updated about 22 hours ago
