Click or drag to resize

XmlSchemaManagerIsChoiceForOneElement Method

Determines if the schema defines a choice of only one element for the provided schema element.

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

Parameters

schemaElement  XmlSchemaElement
The schema element.

Return Value

Boolean
true if the specified schema element defines a choice of only one element; otherwise, false.
See Also