Example1

In this example:
  • PartyIdentifier in /(Account) representation when (Account) is not a valid IBAN
  • NameAndAddress specifies a Name and Address with repeating lines
Messages:
  • MT's F50F representation:
    /999123456799
    	1/Vanmusten Ilya
    	2/StreetBrugmannlann 415
    	2/Building 16
    	3/BE/Brussels
  • ISF V3 representation:
    <isf:CreditTransfer>
      :
      <PartyRole xsi:type="isf:DebtorRole">
        <CashAccount>
          <Identification>
            <ProprietaryIdentification xsi:type="isf:GenericIdentification">999123456799</ProprietaryIdentification>
          </Identification>
        </CashAccount>
        <Player xsi:type="isf:Person">
          <Identification xsi:type="isf:PersonIdentification">
            <PartyName><Name>Vanmusten Ilya</Name></PartyName>
          </Identification>
          <ContactPoint xsi:type="isf:ISFPostalAddress">
            <Country>
              <Code>BE</Code>
            </Country>
            <Unstructured>
              <AddressLine>StreetBrugmannlann 415</AddressLine>
              <AddressLine>Building 16</AddressLine>
              <AddressLine>Brussels</AddressLine>
            </Unstructured>
          </ContactPoint>
        </Player>
      </PartyRole>
      :
    </isf:CreditTransfer>