XmlTypeAttribute public class XmlTypeAttribute : Attribute Documentation public bool AnonymousType { get; set; } public bool IncludeInSchema { get; set; } public string Namespace { get; set; } public string TypeName { get; set; } public XmlTypeAttribute() public XmlTypeAttribute(string typeName)