November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaContentModel — System.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.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaContentModel