Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

XmlSchemaUse Enumeration

 

Indicator of how the attribute is used.

Namespace:   System.Xml.Schema
Assembly:  System.Xml (in System.Xml.dll)

public enum XmlSchemaUse

Member nameDescription
None

Attribute use not specified.

Optional

Attribute is optional.

Prohibited

Attribute cannot be used.

Required

Attribute must appear once.

Optional.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft