Example 2
In this example:
- PartyIdentifier in /(Account) representation when (Account) represents a valid IBAN
- NameAndAddress specify a participants Name and Birth Date/Place
Messages:
- MT's F50F representation:
/DE00999999991234567890 1/Mustermann Max 4/20120229 5/DE/Boeblingen
- ISF V3 representation:
<isf:CreditTransfer> : <PartyRole xsi:type="isf:DebtorRole"> <CashAccount> <Identification> <IBAN>DE00999999991234567890</IBAN> </Identification> </CashAccount> <Player xsi:type="isf:Person"> <Identification xsi:type="isf:PersonIdentification"> <PartyName><Name>Mustermann Max</Name></PartyName> </Identification> <BirthDate>2012-02-29</BirthDate> <PlaceOfBirth> <Address> <Country> <Code>DE</Code> </Country> <TownName>Boeblingen</TownName> </Address> </PlaceOfBirth> </Player> </PartyRole> : </isf:CreditTransfer>