Click or drag to resize

XmlSchemaManagerGetAnnotation(XmlSchemaAttribute) Method

Gets the annotation from the schema attribute element.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public string GetAnnotation(
	XmlSchemaAttribute schemaAttribute
)

Parameters

schemaAttribute  XmlSchemaAttribute
The schema attribute.

Return Value

String
The annotation of the schema attribute, as it is defined in the schema.
See Also