XmlSchemaContentType

XmlSchemaContentType enum

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

enum class XmlSchemaContentType

Values

NameValueDescription
TextOnly0Text-only content.
Empty1Empty content.
ElementOnly2Element-only content.
Mixed3Mixed content.

See Also