Click or drag to resize

XmlSchemaManagerHasSequenceOfSimpleElements Method

Determines, if the schema defines a sequence of simple elements for the provided parent child combination.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool HasSequenceOfSimpleElements(
	XName parentName,
	XName childName,
	out bool onlyOne
)

Parameters

parentName  XName
Name of the parent.
childName  XName
Name of the child.
onlyOne  Boolean
if set to true [only one].

Return Value

Boolean
true if the provided parent child combination consists of a sequence of simple elements; otherwise, false.
See Also