XmlSchemaComplexType.ContentType 属性

定义

获取复杂类型的内容模型,它保存编译后值。

public:
 property System::Xml::Schema::XmlSchemaContentType ContentType { System::Xml::Schema::XmlSchemaContentType get(); };
public System.Xml.Schema.XmlSchemaContentType ContentType { get; }
member this.ContentType : System.Xml.Schema.XmlSchemaContentType
Public ReadOnly Property ContentType As XmlSchemaContentType

属性值

XmlSchemaContentType

复杂类型的内容模型的编译后值。

注解

这是架构验证后信息集中的内容。

如果属性IsMixed设置为true``ContentModel具有类型XmlSchemaComplexContent的属性,则返回的值为 Mixed

如果属性IsMixed是,则值为或 Empty ElementOnlyfalse

If the type on the ContentModel property has the type XmlSchemaSimpleContent, then this value is always TextOnly.

ContentType 属性必须具有下表中显示的值之一。

枚举 说明
TextOnly 纯文本内容。
Empty 空内容。
ElementOnly 纯元素内容。
Mixed 混合内容模型。

适用于