| 1234567891011121314151617181920212223242526272829 | @startumlstate "Request Segment" as RSstate "Partial Response (1)" as PR1state "..." as DDDstate "Partial Response (n)" as PRNstate "Prepare for Append (1)" as PfA1state "Prepare for Append (n)" as PfANstate "Append (1)" as A1state "Append (n)" as AN[*] -> RSRS --> PR1PR1 --> DDDDDD --> PRNPR1 -> PfA1PfA1 : transmux (if needed)PfA1 -> A1A1 : MSE source bufferPRN -> PfANPfAN : transmux (if needed)PfAN -> ANAN : MSE source bufferAN --> [*]@enduml
 |