[ Team LiB ] Previous Section Next Section

XmlSchemaContentSystem.Xml.Schema (system.xml.dll)   abstract class 

public abstract class XmlSchemaContent : XmlSchemaAnnotated {
// Protected Constructors
   protected XmlSchemaContent( );  
}

This type is an abstract base class for all XML Schema elements that represent schema content (xs:extension and xs:restriction).

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaContent

    [ Team LiB ] Previous Section Next Section