Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4.0 introduces a slight change in the Hague Act naming convention: the word "Act" is prefixed to the Act year.


3.24.0


Code Block
languagexml
        <dgn:DesignatedCountryBag>
          <dgn:DesignatedCountry>
            <com:DesignatedCountryCode>EM</com:DesignatedCountryCode>
            <dgn:HagueAgreementActCategory>1999</dgn:HagueAgreementActCategory>
          </dgn:DesignatedCountry>
          <dgn:DesignatedCountry>
            <com:DesignatedCountryCode>GB</com:DesignatedCountryCode>
            <dgn:HagueAgreementActCategory>1999</dgn:HagueAgreementActCategory>
          </dgn:DesignatedCountry>
        </dgn:DesignatedCountryBag>



Code Block
languagexml
        <dgn:DesignatedCountryBag>
          <dgn:DesignatedCountry>
            <com:DesignatedCountryCode>EM</com:DesignatedCountryCode>
            <dgn:HagueAgreementActCategory>Act1999</dgn:HagueAgreementActCategory>
          </dgn:DesignatedCountry>
          <dgn:DesignatedCountry>
            <com:DesignatedCountryCode>GB</com:DesignatedCountryCode>
            <dgn:HagueAgreementActCategory>Act1999</dgn:HagueAgreementActCategory>
          </dgn:DesignatedCountry>
        </dgn:DesignatedCountryBag>


Business entity

The business entity is, with the design claim, another feature that only the US used and that is now shared with other counterparties.

The change has no equivalent in 3.2 and previous versions as it was not possible then to specify more than one business entity status per registration. The code samples below must therefore not be seen as a translation from 3.2 to 4.0, but as 2 very different information whose purpose is to illustrate the different structures of XML in 3.2 and 4.0.


3.24.0

Image Added

Image Added


Code Block
languagexml
<com:BusinessEntityStatusCategory>Undiscounted</com:BusinessEntityStatusCategory>



Code Block
languagexml
        <dgn:BusinessEntityStatusClaimBag>
          <dgn:BusinessEntityStatusClaim>
            <com:BusinessEntityStatusCategory>Undiscounted</com:BusinessEntityStatusCategory>
            <com:DesignatedCountryCode>IL</com:DesignatedCountryCode>
          </dgn:BusinessEntityStatusClaim>
          <dgn:BusinessEntityStatusClaim>
            <com:BusinessEntityStatusCategory>Undiscounted</com:BusinessEntityStatusCategory>
            <com:DesignatedCountryCode>MX</com:DesignatedCountryCode>
          </dgn:BusinessEntityStatusClaim>
        </dgn:BusinessEntityStatusClaimBag>