DekGenius.com
[ Team LiB ] Previous Section Next Section

XmlSchemaContentTypeSystem.Xml.Schema (system.xml.dll) serializable enum 

public enum XmlSchemaContentType {
   TextOnly = 0,
   Empty = 1,
   ElementOnly = 2,
   Mixed = 3
}

This enumeration is used to provide information about the content model of a complex type.

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) XmlSchemaContentType

    [ Team LiB ] Previous Section Next Section