This documentation is archived and is not being maintained.
XmlSchemaUse Enumeration
.NET Framework 1.1
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
Show: