System.Xml.Schema.XmlSchemaSimpleTypeUnion Class

Represents the union element for simple types from XML Schema as specified by the World Wide Web Consortium (W3C). A union datatype can be used to specify the content of a simpleType. The value of the simpleType element must be any one of a set of alternative datatypes specified in the union. Union types are always derived types and must comprise at least two alternative datatypes.

See Also: XmlSchemaSimpleTypeUnion Members

Syntax

public class XmlSchemaSimpleTypeUnion : XmlSchemaSimpleTypeContent

Remarks

A union type enables an element or attribute value to be one or more instances of one type drawn from the union of multiple atomic and list types.

Requirements

Namespace: System.Xml.Schema
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0