Name

XmlSchemaGroupBase — System.Xml.Schema (system.xml.dll)   abstract class 

Synopsis

public abstract class XmlSchemaGroupBase : XmlSchemaParticle {
// Protected Constructors
   protected XmlSchemaGroupBase( );  
// Public Instance Properties
   public abstract XmlSchemaObjectCollection Items{get; } 
}

This type is the base class from which the xs:all, xs:choice, and xs:sequence schema elements derive. Its Items property returns an XmlSchemaObjectCollection of XmlSchemaElement that constitutes its content.

Hierarchy

System.ObjectXmlSchemaObjectXmlSchemaAnnotatedXmlSchemaParticleXmlSchemaGroupBase

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.