November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaSimpleTypeContent — System.Xml.Schema (system.xml.dll) abstract class
public abstract class XmlSchemaSimpleTypeContent : XmlSchemaAnnotated { // Protected Constructors protected XmlSchemaSimpleTypeContent( ); }
This type is the abstract type that
serves as the base type for all simple type content classes,
representing xs:list,
xs:restriction, and xs:union.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaSimpleTypeContent