The binding, in the case of the repeating subform and table is set to
use name. This would create a path of Five[0].Table[0].Body[0] for the
first instance and Five[1].Table[0].Body[0] for the tables and rows, I
think. The XML should recognize the various instances without issue.This
did, however, remind me that I have the form mapped to a schema and that
the schema did not include an analog to the row values. Adding elements
to the schema with maxOccurs="unbounded" and mapping those to the row
...