System.Xml.Schema.XmlSchemaComplexContentExtension.Particle Property

Gets or sets one of the System.Xml.Schema.XmlSchemaGroupRef, System.Xml.Schema.XmlSchemaChoice, System.Xml.Schema.XmlSchemaAll, or System.Xml.Schema.XmlSchemaSequence classes.

Syntax

[System.Xml.Serialization.XmlElement("group", typeof(System.Xml.Schema.XmlSchemaGroupRef))]
[System.Xml.Serialization.XmlElement("all", typeof(System.Xml.Schema.XmlSchemaAll))]
[System.Xml.Serialization.XmlElement("choice", typeof(System.Xml.Schema.XmlSchemaChoice))]
[System.Xml.Serialization.XmlElement("sequence", typeof(System.Xml.Schema.XmlSchemaSequence))]
public XmlSchemaParticle Particle { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0