XmlSchemaComplexType.ContentTypeParticle 속성

정의

ContentType 파티클의 컴파일 이후 값을 보유하는 파티클을 가져옵니다.

public:
 property System::Xml::Schema::XmlSchemaParticle ^ ContentTypeParticle { System::Xml::Schema::XmlSchemaParticle ^ get(); };
public System.Xml.Schema.XmlSchemaParticle ContentTypeParticle { get; }
member this.ContentTypeParticle : System.Xml.Schema.XmlSchemaParticle
Public ReadOnly Property ContentTypeParticle As XmlSchemaParticle

속성 값

XmlSchemaParticle

콘텐츠 형식에 대한 파티클입니다. ContentType 파티클의 컴파일 이후 값입니다.

설명

이는 ContentTypeParticle 가장 파생된 형식의 콘텐츠 모델과 기본 복합 형식이 W3C XML XSD(스키마 정의 언어) 사양에 정의된 규칙에 따라 확인된 후에 결정됩니다.

적용 대상