System::Xml::Schema::XmlSchemaUse enum
XmlSchemaUse enum
Indicator of how the attribute is used.
enum class XmlSchemaUse
Values
| Name | Value | Description | 
|---|---|---|
| None | 0 | Attribute use not specified. | 
| Optional | 1 | Attribute is optional. | 
| Prohibited | 2 | Attribute cannot be used. | 
| Required | 3 | Attribute must appear once. | 
See Also
- Namespace System::Xml::Schema
- Library Aspose.Page for C++