System.Xml.Schema.XmlSchemaUse Enumeration

Assembly: System.Xml.dll
Namespace: System.Xml.Schema
Summary
Indicator of how the attribute is used.
C# Syntax:
[Serializable]
public enum XmlSchemaUse
Remarks
Optional.
See also:
System.Xml.Schema Namespace

System.Xml.Schema.XmlSchemaUse Member List:

Public Fields
None Attribute use not specified.
Optional
Prohibited Attribute cannot be used.
Required Attribute must appear once.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.