XmlSchemaUse

XmlSchemaUse enum

Indicator of how the attribute is used.

enum class XmlSchemaUse

Values

NameValueDescription
None0Attribute use not specified.
Optional1Attribute is optional.
Prohibited2Attribute cannot be used.
Required3Attribute must appear once.

See Also