XmlSchemaSimpleTypeList Class
Class for the list of simpleType elements. Defines a simpleType element as a list of values of a specified data type. Represents the World Wide Web Consortium (W3C) list element.
For a list of all members of this type, see XmlSchemaSimpleTypeList Members.
System.Object
System.Xml.Schema.XmlSchemaObject
System.Xml.Schema.XmlSchemaAnnotated
System.Xml.Schema.XmlSchemaSimpleTypeContent
System.Xml.Schema.XmlSchemaSimpleTypeList
[Visual Basic] Public Class XmlSchemaSimpleTypeList Inherits XmlSchemaSimpleTypeContent [C#] public class XmlSchemaSimpleTypeList : XmlSchemaSimpleTypeContent [C++] public __gc class XmlSchemaSimpleTypeList : public XmlSchemaSimpleTypeContent [JScript] public class XmlSchemaSimpleTypeList extends XmlSchemaSimpleTypeContent
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
When a data type is derived from a list data type, the following constraining facets can be used: length, maxLength, minLength, enumeration, pattern, and whiteSpace.
For each length, maxLength, and minLength, the unit of length is measured in number of list items. The value of whiteSpace is fixed to the collapse value.
Example
See XmlSchemaSimpleType for an example using this class.
Requirements
Namespace: System.Xml.Schema
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)
See Also
XmlSchemaSimpleTypeList Members | System.Xml.Schema Namespace