System::Xml::Schema::XmlSchemaContentType enum
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
Name | Value | Description |
---|---|---|
TextOnly | 0 | Text-only content. |
Empty | 1 | Empty content. |
ElementOnly | 2 | Element-only content. |
Mixed | 3 | Mixed content. |
See Also
- Namespace System::Xml::Schema
- Library Aspose.PUB for C++