xmltextattribute

Is it possible to create a DataContract with XmlText content so that it serializes correctly?

Is it possible to represent this format using Data Contract Serialization? <Person id="123">Ted</Person> ...