On 07/12/06, Pete Robbins <[EMAIL PROTECTED]> wrote:
Do you use the Sequence API to add the animals in this case? I suspect not and this highlights a problem in our implementation where, for a Sequenced DataObject, setting of Properties using the DataObject::setXXX methods should delegate to the Sequence API but do not, so they do not appear in the sequence.
You're correct, I'm not using the Sequence APIs at all, the only difference is that in one case the DataObject is sequenced and in the other it is not. If we make the change to delegate the setting of the property so that any
setXXX on a sequenced SDO will appear in the sequence there is another question: Should properties that are defined from an XML Schema as "attributes" be included in the Sequence? I think the answer is NO as that is what wouild be intended by the schema.
I agree. -- Caroline
