Name

XmlSchemaUse — System.Xml.Schema (system.xml.dll) serializable enum 

Synopsis

public enum XmlSchemaUse {
   None = 0,
   Optional = 1,
   Prohibited = 2,
   Required = 3
}

This enumeration is returned by XmlSchemaAttribute.Use to indicate whether the attribute is prohibited, required, or optional. The default is Optional.

Hierarchy

System.ObjectSystem.ValueTypeSystem.Enum(System.IComparable, System.IFormattable, System.IConvertible)XmlSchemaUse

Get .NET & XML now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.