Click or drag to resize

XmlSchemaManagerGetAnnotation(XmlSchemaElement) Method

Gets the annotation from the schema element.

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

Parameters

schemaElement  XmlSchemaElement
The schema element.

Return Value

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