- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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).
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.
Views
Replies
0 Likes
Total Likes