The image shows two datatypes, Line-Item and Item. Line-Item includes source datatype members named named price, quantity, and code. price is of type float, quantity is of type integer, and code is of type string. quantity and price are multiplied and the result is mapped to target datatype member item-total of type string. code is copied to target datatype member code of type integer. End of description.