If you try to synchronize docs with tp-level entries of the same name, but with different types, s.th. unexpected happens:
- unless the two different types are
Y.TextandY.XmlText, no synchronization takes place at all - and there is no indication of this failure anywhere (no exception, no log entry) - if the two different types are
Y.TextandY.XmlText, their contents are merged (in an unpredictable manner, but in the same way in both docs)