Name

XmlSchemaSimpleTypeRestriction — System.Xml.Schema (system.xml.dll)    class 

Synopsis

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

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.