Hi,
In the xtype spec 1.0, section 7.5.2.11.2 , DynamicData has a property "descriptor",and some description on it:
"This property shall contain a descriptor for each value in this object, identified by the member ID
The meaning of the member ID shall be as it is described for the value property. "
that make me confused, we know a DynamicData object contains a reference to DynamicType, and DynamicType has the MemberDescriptor for each member, why here to use MemberDescriptor again? Is it duplicate?