CRPT agrregation tool
This commit is contained in:
27
template_with_existing.xml
Normal file
27
template_with_existing.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<unit_pack document_id="EXAMPLE_WITH_EXISTING" VerForm="1.0">
|
||||
<Document operation_date_time="2024-01-01T00:00:00+00:00" document_number="EXAMPLE_DOC">
|
||||
<organisation>
|
||||
<id_info>
|
||||
<LP_info org_name="Test Company" LP_TIN="1234567890" RRC="123456789" />
|
||||
</id_info>
|
||||
</organisation>
|
||||
|
||||
<!-- These existing pack_content sections will be REMOVED and replaced -->
|
||||
<pack_content>
|
||||
<pack_code><![CDATA[OLD_PACK_CODE_1]]></pack_code>
|
||||
<cis><![CDATA[OLD_CIS_1]]></cis>
|
||||
<cis><![CDATA[OLD_CIS_2]]></cis>
|
||||
</pack_content>
|
||||
<pack_content>
|
||||
<pack_code><![CDATA[OLD_PACK_CODE_2]]></pack_code>
|
||||
<cis><![CDATA[OLD_CIS_3]]></cis>
|
||||
</pack_content>
|
||||
|
||||
<!-- Additional sections after pack_content are preserved -->
|
||||
<additional_info>
|
||||
<note>This section will be preserved</note>
|
||||
</additional_info>
|
||||
|
||||
</Document>
|
||||
</unit_pack>
|
||||
Reference in New Issue
Block a user