XmlSchemaComplexType.Particle 屬性

定義

取得或設定複合項型別為其中一個 XmlSchemaGroupRefXmlSchemaChoiceXmlSchemaAllXmlSchemaSequence 類別。

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

屬性值

XmlSchemaParticle

複合項類型。

備註

物件必須是下列其中一個編輯器:

元素 描述
group 複雜型別包含參考群組中所定義的項目。
sequence 複雜型別包含指定順序中所定義的項目。
choice 複雜型別允許專案中指定的 choice 其中一個專案。
all 複雜型別可讓元素中指定的 all 所有專案全部顯示一次或完全不顯示。

這與 ContentModel 屬性互斥。

適用於