DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlSchemaSimpleTypeRestrictionSystem.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.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaSimpleTypeContent XmlSchemaSimpleTypeRestriction

    [ Team LiB ] Previous Section Next Section