November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaSimpleTypeRestriction — System.Xml.Schema (system.xml.dll) class
public class XmlSchemaSimpleTypeRestriction : XmlSchemaSimpleTypeContent { // Public Constructors public XmlSchemaSimpleTypeRestriction( ); // Public Instance Properties public XmlSchemaSimpleType BaseType{set; get; } public XmlQualifiedName BaseTypeName{set; get; } public XmlSchemaObjectCollection Facets{get; } }
This type represents
the xs:restriction XML Schema element for simple
types. It is used to derive a new simple type by adding new facets to
restrict its value. The Facets property returns an
XmlSchemaObjectCollection containing the
XmlSchemaFacets used to restrict the value.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaSimpleTypeContent
→
XmlSchemaSimpleTypeRestriction