November 2003
Intermediate to advanced
476 pages
14h 38m
English
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.
System.Object → XmlSchemaObject
→ XmlSchemaAnnotated
→ XmlSchemaParticle →
XmlSchemaGroupBase →
XmlSchemaAll