Click or drag to resize

XmlSchemaManagerGetAnnotation(XmlSchemaAnnotated) Method

Gets the annotation from the annotated schema element.

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

Parameters

schemaElement  XmlSchemaAnnotated
The schema element.

Return Value

String
The annotation.
See Also