DekGenius.com
[ Team LiB ] Previous Section Next Section

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

public abstract class XmlSchemaContentModel : XmlSchemaAnnotated {
// Protected Constructors
   protected XmlSchemaContentModel( );  
// Public Instance Properties
   public abstract XmlSchemaContent Content{set; get; } 
}

This type is an abstract base class for all schema elements that represent schema content model (xs:complexContent and simpleContent). Its abstract Content property provides access to the XmlSchemaContent instance that represents the content.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaContentModel

    [ Team LiB ] Previous Section Next Section