XmlSchemaAll | System.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
|