Name

XmlSchemaSimpleContent — System.Xml.Schema (system.xml.dll)    class 

Synopsis

public class XmlSchemaSimpleContent : XmlSchemaContentModel {
// Public Constructors
   public XmlSchemaSimpleContent( );  
// Public Instance Properties
   public override XmlSchemaContent Content{set; get; }               // overrides XmlSchemaContentModel
}

This type is used to represent the xs:simpleContent XML Schema element. Its Content property, whose value must be of a type that extends XmlSchemaContent, represents the definition of a simple content model.

Hierarchy

System.ObjectXmlSchemaObjectXmlSchemaAnnotatedXmlSchemaContentModelXmlSchemaSimpleContent

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.