Click or drag to resize

XmlSchemaManagerAcceptsAny Method

Determines if the schema element accepts values of any type.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool AcceptsAny(
	XmlSchemaElement schemaElement
)

Parameters

schemaElement  XmlSchemaElement
The schema element.

Return Value

Boolean
true, if any types are accepted as values.
See Also