shell importedFragment fragment fragment1 { Customer : Actor { @ style ( color = "#000000", width = 1, line = line, source = none, target = none ) ref useCases = Withdraw, "Transfer funds" } Withdraw : UseCase { } "Transfer funds" : UseCase { } "ATM System" : Subject { @ containment ref contains_useCases = Withdraw, "Transfer funds" } Bank : Actor { @ style ( color = "#000000", width = 1, line = line, source = none, target = none ) ref useCases = "Transfer funds", Withdraw } }