XmlAttributeAttribute public class XmlAttributeAttribute : Attribute Documentation public string AttributeName { get; set; } public string DataType { get; set; } public XmlSchemaForm Form { get; set; } public string Namespace { get; set; } public Type Type { get; set; } public XmlAttributeAttribute() public XmlAttributeAttribute(string attributeName) public XmlAttributeAttribute(Type type) public XmlAttributeAttribute(string attributeName, Type type)