Click or drag to resize

XmlSchemaManagerCreateAttribute Method

Creates the attribute with the provided name if this attribute is defined in this schema instance.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public virtual XAttribute CreateAttribute(
	XElement element,
	string attributeName
)

Parameters

element  XElement
The element.
attributeName  String
Name of the attribute.

Return Value

XAttribute
The created XML attribute.
See Also