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

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.143.17.27