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.
Hierarchy
System.Object XmlSchemaObject
XmlSchemaAnnotated
XmlSchemaType
XmlSchemaSimpleType
|