Name

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

Synopsis

public class XmlSchemaComplexContentRestriction : XmlSchemaContent {
// Public Constructors
   public XmlSchemaComplexContentRestriction( );  
// Public Instance Properties
   public XmlSchemaAnyAttribute AnyAttribute{set; get; } 
   public XmlSchemaObjectCollection Attributes{get; } 
   public XmlQualifiedName BaseTypeName{set; get; } 
   public XmlSchemaParticle Particle{set; get; } 
}

This type is a subclass of XmlSchemaContent that represents the xs:restriction schema element when it is a child of a xs:complexContent element. This provides a mechanism for creating a new complex type by the addition of new constraints to another complex type.

Hierarchy

System.ObjectXmlSchemaObjectXmlSchemaAnnotatedXmlSchemaContentXmlSchemaComplexContentRestriction

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.