I have an operation schema C which consists of two sequential operation schemas A and B. A must be performed before B. I'm stuck on how to represent the sequence of schema activation.
Can I use schema conjunction, i.e. C == A ∧ B ? or is there a way to 'call' schema B from A?
I'm new to Z-notation, any help would be greatly appreciated!