Name

XmlSchemaContentModel — System.Xml.Schema (system.xml.dll)   abstract class 

Synopsis

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.ObjectXmlSchemaObjectXmlSchemaAnnotatedXmlSchemaContentModel

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.