Question
Expecting a Page group instead of Page list when importing an XSD with repeated occurrence into designer studio
We have created an XSD with multiple containers in it. some of the containers should hold repeating values and there by we have specified occurrences
our requirement is some of the containers should be of type Page list and some Page group when the XSD is brought into Designer studio but it seems Pega defaults every occurrence to a page list.
can you kindly suggest if there is a construct on XSD side which can help in creating a page group rather than a page list.
***Edited by Moderator Marissa to add SR Details***
Hi Surya,
As of my understanding If an element can occur more than once, that is if the maxOccurs attribute exists and is set to a number greater than 1 or unbounded, a page list property is created. There is no mechanism to create page group datatype.