DekGenius.com
[ Team LiB ] Previous Section Next Section

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

public class XmlSchemaAll : XmlSchemaGroupBase {
// Public Constructors
   public XmlSchemaAll( );  
// Public Instance Properties
   public override XmlSchemaObjectCollection Items{get; }             // overrides XmlSchemaGroupBase
}

This type represents the xs:all compositor, which describes an unordered group of optional elements. Its Items property provides read-only access to the XmlSchemaObjectCollection of its child elements.

Hierarchy

System.Object XmlSchemaObject XmlSchemaAnnotated XmlSchemaParticle XmlSchemaGroupBase XmlSchemaAll

    [ Team LiB ] Previous Section Next Section