XmlSchemaComplexType.Particle Propriedade

Definição

Obtém ou define o tipo de compositor como uma das classes XmlSchemaGroupRef, XmlSchemaChoice, XmlSchemaAll ou XmlSchemaSequence.Gets or sets the compositor type as one of the XmlSchemaGroupRef, XmlSchemaChoice, XmlSchemaAll, or XmlSchemaSequence classes.

public:
 property System::Xml::Schema::XmlSchemaParticle ^ Particle { System::Xml::Schema::XmlSchemaParticle ^ get(); void set(System::Xml::Schema::XmlSchemaParticle ^ value); };
public System.Xml.Schema.XmlSchemaParticle? Particle { get; set; }
public System.Xml.Schema.XmlSchemaParticle Particle { get; set; }
member this.Particle : System.Xml.Schema.XmlSchemaParticle with get, set
Public Property Particle As XmlSchemaParticle

Valor da propriedade

XmlSchemaParticle

O tipo de com-compositor.The compositor type.

Comentários

As partículas devem ser um dos seguintes compositores:Particles must be one of the following compositors:

ElementoElement DescriçãoDescription
group O tipo complexo contém os elementos definidos no grupo referenciado.The complex type contains the elements defined in the referenced group.
sequence O tipo complexo contém os elementos definidos na sequência especificada.The complex type contains the elements defined in the specified sequence.
choice O tipo complexo permite um dos elementos especificados no choice elemento.The complex type allows one of the elements specified in the choice element.
all O tipo complexo permite que todos os elementos especificados no all elemento apareçam uma vez ou não.The complex type allows all of the elements specified in the all element to appear once or not at all.

Isso é mutuamente exclusivo com a ContentModel propriedade.This is mutually exclusive with the ContentModel property.

Aplica-se a