Apologies for the maybe confusing question, it's late :) I have a CollectionDataContract as specified: [CollectionDataContract(ItemName = "Marker", Namespace = "http://www.mysite.com/")]
public class MovieMarkers : List<string>
{ } When this is rendered into XML via the...