DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlSchemaComplexContentExtensionSystem.Xml.Schema (system.xml.dll)    class 

public class XmlSchemaComplexContentExtension : XmlSchemaContent {
// Public Constructors
   public XmlSchemaComplexContentExtension( );  
// Public Instance Properties
   public XmlSchemaAnyAttribute AnyAttribute{set; get; } 
   public XmlSchemaObjectCollection Attributes{get; } 
   public XmlQualifiedName BaseTypeName{set; get; } 
   public XmlSchemaParticle Particle{set; get; } 
}

This type is a subclass of XmlSchemaContent that represents the xs:extension schema element when it is a child of a xs:complexContent element. This provides a mechanism for creating a new complex type by by adding new attributes or child elements to another complex type.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaContent XmlSchemaComplexContentExtension

    [ Team LiB ] Previous Section Next Section