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.

[Visual Basic]
<Serializable>
Public Enum XmlSchemaUse
[C#]
[Serializable]
public enum XmlSchemaUse
[C++]
[Serializable]
__value public enum XmlSchemaUse
[JScript]
public
   Serializable
enum XmlSchemaUse

Remarks

Optional.

Members

Member name Description
None Attribute use not specified.
Optional Attribute is optional.
Prohibited Attribute cannot be used.
Required Attribute must appear once.

Requirements

Namespace: System.Xml.Schema

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

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

See Also

System.Xml.Schema Namespace

Show:
© 2017 Microsoft