System.Xml.Schema.XmlSchemaElement
namespace System.Xml.Schema
{
public class XmlSchemaElement : XmlSchemaParticle
{
public XmlSchemaDerivationMethod Block { get; set; }
public XmlSchemaDerivationMethod BlockResolved { get; }
public XmlSchemaObjectCollection Constraints { get; }
public string DefaultValue { get; set; }
public XmlSchemaType ElementSchemaType { get; }
public object ElementType { get; }
public XmlSchemaDerivationMethod Final { get; set; }
public XmlSchemaDerivationMethod FinalResolved { get; }
public string FixedValue { get; set; }
public XmlSchemaForm Form { get; set; }
public bool IsAbstract { get; set; }
public bool IsNillable { get; set; }
public string Name { get; set; }
public XmlQualifiedName QualifiedName { get; }
public XmlQualifiedName RefName { get; set; }
public XmlSchemaType SchemaType { get; set; }
public XmlQualifiedName SchemaTypeName { get; set; }
public XmlQualifiedName SubstitutionGroup { get; set; }
public XmlSchemaElement();
}
}