System::Xml::Schema::XmlSchemaUse enum
XmlSchemaUse enum
属性的使用指示器。
enum class XmlSchemaUse
值
| 名称 | 值 | 描述 |
|---|---|---|
| None | 0 | Attribute 的使用未指定。 |
| Optional | 1 | Attribute 是可选的。 |
| Prohibited | 2 | Attribute 不能使用。 |
| Required | 3 | Attribute 必须出现一次。 |
另见
- Namespace System::Xml::Schema
- Library Aspose.Font for C++