November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaSimpleType — System.Xml.Schema (system.xml.dll) class
public class XmlSchemaSimpleType : XmlSchemaType { // Public Constructors public XmlSchemaSimpleType( ); // Public Instance Properties public XmlSchemaSimpleTypeContent Content{set; get; } }
This type represents
the xs:simpleType XML Schema element, which is
used to define a type that can be referenced in the values of
attributes and text nodes. Its Content property
contains an XmlSchemaSimpleTypeContent
representing the content of the schema element.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaType →
XmlSchemaSimpleType