Mexico (Pymnt): Export Type

View Export Type elements for Mexico (Pymnt)

Element

Attribute required to indicate whether the receipt covers an export transaction. If no value is received, the document defaults to non-export status (VRBL:MX:01).

Name (Path)CardinalityDescription
Export Type Code (/Statement/UBLExtensions/UBLExtension/ExtensionContent/StatementExtension/ExportTypeCode)1..1An extension element specifying the export type.

Restrictions

Use the following codes which map directly to SAT catalog c_Exportacion.

CodeDescription
VRBL:MX:01No export (default value)
VRBL:MX:02Final with code A1 (this requires a Complemento Comercio Exterior)
VRBL:MX:03Temporary
VRBL:MX:04Final with a code other than A1 or when there is no disposal in terms of the CFF

Example

<ubl:Statement>
    <ext:UBLExtensions>
        <ext:UBLExtension>
            <ext:ExtensionContent>
                <vrbl:StatementExtension>
                    <!-- code omitted for clarity -->
                    <vrbl:ExportTypeCode>VRBL:MX:03</vrbl:ExportTypeCode>
                    <!-- code omitted for clarity -->
                </vrbl:StatementExtension>
            </ext:ExtensionContent>
        </ext:UBLExtension>
    </ext:UBLExtensions>
    <!-- code omitted for clarity -->
</ubl:Statement>