XmlSchemaSimpleContent | System.Xml.Schema (system.xml.dll) class |
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.Object XmlSchemaObject
XmlSchemaAnnotated
XmlSchemaContentModel
XmlSchemaSimpleContent
|