Click or drag to resize

XmlSchemaManagerIsDefinedAttribute Method

Determines, if the Attribute with the provided is defined for this element

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public bool IsDefinedAttribute(
	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 name is an allowed attribute for the child; otherwise, false.
See Also