Hello,
a BusinessNode has a method
getDescendantByContent
It returns a list of possible occurrence, choice or sequence nodes, which are responsible for the maintenance of a certain content. For example,
the method returns two occurrences node for the content ?A?, if you invoke it for the BusinessNode X.
Remark. This method works only for the content model of one element definition. For example,
it returns an empty list for content ?A?, if you invoke it for BusinessNode Y.
If you are looking for an anonymous sequence / choice you have to list all elements of the sequence / choice. For example,
invoke the method with argument ?A B? to get the occurrence node of the (A,B)-list.
Bye, Christian.
#Tamino#API-Management#webMethods