Click or drag to resize

XmlSchemaManagerIsRequiredAttribute Method

Determines, if the Attribute with the provided name is a required attribute when added to the parent child combination.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool IsRequiredAttribute(
	XName parentName,
	XName childName,
	string attributeName
)

Parameters

parentName  XName
Name of the parent.
childName  XName
Name of the child.
attributeName  String
Name of the attribute.

Return Value

Boolean
true if the attribute is a required attribute in this parent child combination; otherwise, false.
See Also