XmlSchemaComplexType::Particle Property
.NET Framework (current version)
Gets or sets the compositor type as one of the XmlSchemaGroupRef, XmlSchemaChoice, XmlSchemaAll, or XmlSchemaSequence classes.
Assembly: System.Xml (in System.Xml.dll)
public: property XmlSchemaParticle^ Particle { XmlSchemaParticle^ get(); void set(XmlSchemaParticle^ value); }
Particles must be one of the following compositors:
Element | Description |
|---|---|
group | The complex type contains the elements defined in the referenced group. |
sequence | The complex type contains the elements defined in the specified sequence. |
choice | The complex type allows one of the elements specified in the choice element. |
all | The complex type allows all of the elements specified in the all element to appear once or not at all. |
This is mutually exclusive with the ContentModel property.
.NET Framework
Available since 1.1
Available since 1.1
Show: