[ Team LiB ] Previous Section Next Section

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

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

This type is the abstract type that serves as the base type for all simple type content classes, representing xs:list, xs:restriction, and xs:union.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaSimpleTypeContent

    [ Team LiB ] Previous Section Next Section