Example 3

In this example:
  • PartyIdentifier in (Code)(CountryCode)(Identifier) representation
  • (Identifier) exceeds 27 characters and is continued in NameAndAddress Code 8
Messages:
  • MT's F50F representation:
    ARNU/IT/1bcdefghi-2bcdefghi-3bcdefg
    	1/Rossi Mario
    	6/IT/ABC Bank/123456789-123456789-1
    	8/hi-000-111-222
  • ISF V3 representation:
    <isf:CreditTransfer>
      :
      <PartyRole xsi:type="isf:DebtorRole">
        <Player xsi:type="isf:Person">
          <Identification xsi:type="isf:PersonIdentification">
            <PartyName><Name>Rossi Mario</Name></PartyName>
          </Identification>
          <Identification xsi:type="isf:PersonIdentification">
            <OtherIdentification xsi:type="isf:GenericIdentification">
              <Identification>1bcdefghi-2bcdefghi-3bcdefghi-000-111-222</Identification>
              <PartyRole>
                <OwnerCode>IT</OwnerCode>
              </PartyRole>
              <Scheme>
                <NameShort>ARNU</NameShort>
              </Scheme>
            </OtherIdentification>
            <AlienRegistrationNumber>1bcdefghi-2bcdefghi-3bcdefghi-000-111-222</AlienRegistrationNumber>
          </Identification>
          <Identification xsi:type="isf:PersonIdentification">
            <OtherIdentification xsi:type="isf:GenericIdentification">
              <Identification>123456789-123456789-1</Identification>
              <PartyRole>
                <OwnerCode>IT/ABC Bank</OwnerCode>
              </PartyRole>
              <Scheme>
                <NameShort>CUST</NameShort>
              </Scheme>
            </OtherIdentification>
          </Identification>
        </Player>
      </PartyRole>
      :
    </isf:CreditTransfer>