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