<?xml version="1.0" encoding="WINDOWS-1251"?>
<!-- 
  Minimal Example - Cancellation Declaration (decHfrAnnul)
  All fields are REQUIRED in this schema
  
  Schema: decHfr_annul_v3_restrict.xsd
  Purpose: Notification under Article 16 of Regulation No. H-5 of 29 September 2023
-->
<decHfrAnnul>
  <part1>
    <!-- ident: Identification number (9-13 digits) -->
    <ident>123456789</ident>
    
    <!-- identtype: Type of identification number
         1 = Bulstat
         2 = PIN
         3 = FPN/PN
         5 = Service number NRA -->
    <identtype>1</identtype>
    
    <!-- uin: Unique transport number from the original declaration (max 13 chars) -->
    <uin>2501170000001</uin>
    
    <!-- iscorrect: Declaration confirmation (must be true) -->
    <iscorrect>true</iscorrect>
  </part1>
</decHfrAnnul>
