System.Xml.Schema.XmlSchemaComplexContentRestriction
namespace System.Xml.Schema
{
public class XmlSchemaComplexContentRestriction : XmlSchemaContent
{
public XmlSchemaAnyAttribute AnyAttribute { get; set; }
public XmlSchemaObjectCollection Attributes { get; }
public XmlQualifiedName BaseTypeName { get; set; }
public XmlSchemaParticle Particle { get; set; }
public XmlSchemaComplexContentRestriction();
}
}