System.Xml.Schema.XmlSchemaAttribute
namespace System.Xml.Schema
{
public class XmlSchemaAttribute : XmlSchemaAnnotated
{
public XmlSchemaSimpleType AttributeSchemaType { get; }
public object AttributeType { get; }
public string DefaultValue { get; set; }
public string FixedValue { get; set; }
public XmlSchemaForm Form { get; set; }
public string Name { get; set; }
public XmlQualifiedName QualifiedName { get; }
public XmlQualifiedName RefName { get; set; }
public XmlSchemaSimpleType SchemaType { get; set; }
public XmlQualifiedName SchemaTypeName { get; set; }
public XmlSchemaUse Use { get; set; }
public XmlSchemaAttribute();
}
}