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