<?xml version="1.0" encoding="WINDOWS-1251"?>
<!-- 
  Full Example - Cancellation Declaration (decHfrAnnul)
  
  Schema: decHfr_annul_v3_restrict.xsd
  Purpose: Notification under Article 16 of Regulation No. H-5 of 29 September 2023 
           regarding fiscal control over the movement of high fiscal risk goods 
           in the Republic of Bulgaria
  
  This example demonstrates cancellation of a transport declaration.
  The UIN (Unique Identification Number) references the original declaration to be cancelled.
-->
<decHfrAnnul>
  <part1>
    <!-- 
      ident: Personal Identification Number (PIN)/Identification Number for foreigner/Bulstat/Service number NRA
      Type: bulstat (base type)
      Restrictions: minLength=9, pattern=[0-9]{1,13}
      Required: YES
    -->
    <ident>123456789</ident>
    
    <!-- 
      identtype: Identification number type
      Type: identtype (enumeration)
      Values:
        1 - Bulstat (ЕИК по БУЛСТАТ/ЕИК по ЗТРРЮЛНЦ)
        2 - PIN (ЕГН)
        3 - FPN/PN (ЛНЧ/ЛН)
        5 - Service number NRA (Сл. номер на НАП)
      Required: YES
    -->
    <identtype>1</identtype>
    
    <!-- 
      uin: Unique number for transportation
      Type: xs:string
      Restrictions: maxLength=13
      Required: YES
      Note: This must be the UIN from the original declaration that is being cancelled
    -->
    <uin>2501170000001</uin>
    
    <!-- 
      iscorrect: Declaration confirmation flag
      Type: xs:boolean
      Required: YES
      Documentation: Flag - I declare that the information provided in this form is true 
                     and accurate. I acknowledge that providing false information is 
                     subject to liability under Article 313 of the Criminal Code
      Note: Must be set to 'true' for the cancellation to be processed
    -->
    <iscorrect>true</iscorrect>
  </part1>
</decHfrAnnul>
