Example: OCM differs by additional element

Source OCM                         Destination OCM
A {1,1} (,)                               A {1,1} (,)
     B {1,1} (|)                                   B {1,1} (|)
          #text                                           #text
          C {1,1} (|)                              C {1,1} (|)
               #text                                      #text
                                                           D {1,1} (|)
                                                              #text

This operation performs these copies:

  • A.B#text --> A.B.#text
  • A.C#text --> A.C.#text
Note: If the additional elements in the destination exist before the source sequence is matched, then no copy is performed.