Discussion Forums

Re: dictionary inheritance
rupal shah / self
1 Feb 2010 10:43AM ET

Rolf,
Thank you very much for your response. This clears all my doubts. You guys are best.

Regards,
Rup

> Rup, the answer is yes. (pls refer to section 6.3.1 of the spec)
>
> /Rolf
>
>
> your question as I parsed it:
>
> given a message sequence m1, m2, m3, m4, m5 where m1 uses T1, m2
> uses T2, ...
>
> given that the following fields are present on the wire: Field3 in m1,
> Field4 in m2, Field5 in m3, Field6 in m4
>
> [these fields have entries in the type dictionary "t4" and the
> respective entries will be updated when encoding m1-m4]
>
> given that the following fields are absent on the wire in m5: Field3,
> Field4, Field5, Field6
>
> will their values be copied from type dictionary "t4"?
>
> - m5.Field3 from t4.Field3 (updated by m1.Field3)
> - m5.Field4 from t4.Field4 (updated by m2.Field4)
> - m5.Field5 from t4.Field5 (updated by m3.Field5)
> - m5.Field6 from t4.Field6 (updated by m4.Field6)


dictionary inheritance
rupal shah / self   19 Jan 2010 9:12AM ET
Re: dictionary inheritance
rupal shah / self   28 Jan 2010 10:46AM ET
Re: dictionary inheritance
David Rosenborg / Pantor Engineering AB   29 Jan 2010 5:33AM ET
Re: dictionary inheritance
rupal shah / self   29 Jan 2010 11:40AM ET
Re: dictionary inheritance
Rolf Andersson / Pantor Engineering   30 Jan 2010 1:13AM ET
Re: dictionary inheritance
rupal shah / self   1 Feb 2010 10:43AM ET