Malaysia: Free Trade Agreement (FTA)
If applicable, you must specify any Free Trade Agreement (FTA) information.
Use the following elements to model the FTA information.
Elements
You can use the following elements to specify FTA information.
Element | Description |
---|---|
Invoice/AdditionalDocumentReference/ID | SpecifyVRBL:MY:FTA . |
Invoice/AdditionalDocumentReference/DocumentType | SpecifyVRBL:MY:FreeTradeAgreement . |
Invoice/AdditionalDocumentReference/DocumentDescription | Specify a free text description for the information |
Restrictions
- You must use the
VRBL:MY:FTA
in theID
element. - You must specify
VRBL:MY:FreeTradeAgreement
in theDocumentType
element.
Example
<ubl:Invoice>
<!-- Code omitted for clarity -->
<cac:AdditionalDocumentReference>
<cbc:ID>VRBL:MY:FTA</cbc:ID>
<cbc:DocumentType>VRBL:MY:FreeTradeAgreement</cbc:DocumentType>
<cbc:DocumentDescription>Sample Description</cbc:DocumentDescription>
</cac:AdditionalDocumentReference>
<!-- Code omitted for clarity -->
</ubl:Invoice>
Updated 3 months ago