XmlSchemaParticle Class
Base class for all particle types.
For a list of all members of this type, see XmlSchemaParticle Members.
System.Object
System.Xml.Schema.XmlSchemaObject
System.Xml.Schema.XmlSchemaAnnotated
System.Xml.Schema.XmlSchemaParticle
System.Xml.Schema.XmlSchemaAny
System.Xml.Schema.XmlSchemaElement
System.Xml.Schema.XmlSchemaGroupBase
System.Xml.Schema.XmlSchemaGroupRef
[Visual Basic] MustInherit Public Class XmlSchemaParticle Inherits XmlSchemaAnnotated [C#] public abstract class XmlSchemaParticle : XmlSchemaAnnotated [C++] public __gc __abstract class XmlSchemaParticle : public XmlSchemaAnnotated [JScript] public abstract class XmlSchemaParticle extends XmlSchemaAnnotated
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Particle types are usually interchangeable. Particle can be a local element declaration or reference to a global element declaration (element), a compositor (sequence, choice, or all), a reference to a named content model group (group), or an element wildcard (any).
Example
See XmlSchemaAny, XmlSchemaElement, or XmlSchemaGroup for an example using this class.
Requirements
Namespace: System.Xml.Schema
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)