[ Team LiB ] Previous Section Next Section

XmlSchemaGroupRefSystem.Xml.Schema (system.xml.dll)    class 

public class XmlSchemaGroupRef : XmlSchemaParticle {
// Public Constructors
   public XmlSchemaGroupRef( );  
// Public Instance Properties
   public XmlSchemaGroupBase Particle{get; } 
   public XmlQualifiedName RefName{set; get; } 
}

This type represents the xs:group when used as a reference to a globally defined group. Its RefName property contains the System.Xml.XmlQualifiedName of the xs:group element being referenced.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaParticle XmlSchemaGroupRef

    [ Team LiB ] Previous Section Next Section