Click or drag to resize

XmlSchemaElementInfo Constructor

creates an instance for the defines schema element

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

Parameters

schemaElement  XmlSchemaElement
The schema element.
See Also