XmlSchemaContentType Enum

Definition

Enumerations for the content model of the complex type. This represents the content in the post-schema-validation information set (infoset).

public enum class XmlSchemaContentType
public enum XmlSchemaContentType
type XmlSchemaContentType = 
Public Enum XmlSchemaContentType
Inheritance
XmlSchemaContentType

Fields

ElementOnly 2

Element-only content.

Empty 1

Empty content.

Mixed 3

Mixed content.

TextOnly 0

Text-only content.

Remarks

If the IsMixed property is set to true on the ContentModel property that has the type XmlSchemaComplexContent, the value returned here is Mixed. If the IsMixed property is false, the value is either Empty or ElementOnly.

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

Applies to