Avatar

Level 2

Okay - I solved my issue.

And I am posting the answer for any other people who may find themselves in my situation.

The answer is twofold:

1.  In your binding, you must include a bracket asterisk "[*]" to indicate that the subform can have multiple entities (see pic).

binding.jpg

2.  In your schema, the element that this is bound to, MUST declare that the maxOccurs="unbounded"; so in this instance:

<xs:element name="UserDesigneeSubform" maxOccurs="unbounded">

So - there you go.