Name

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

Synopsis

public class XmlSchemaGroup : XmlSchemaAnnotated {
// Public Constructors
   public XmlSchemaGroup( );  
// Public Instance Properties
   public string Name{set; get; } 
   public XmlSchemaGroupBase Particle{set; get; } 
}

This type represents the definition of an xs:group schema element. Its Name property allows access to its name attribute, and its Particle property allows access to the XmlSchemaGroupBase instance that represents its content.

Hierarchy

System.ObjectXmlSchemaObjectXmlSchemaAnnotatedXmlSchemaGroup

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.