November 2003
Intermediate to advanced
476 pages
14h 38m
English
XmlSchemaUse — System.Xml.Schema (system.xml.dll) serializable enum
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.
System.Object →
System.ValueType →
System.Enum(System.IComparable, System.IFormattable,
System.IConvertible) →
XmlSchemaUse