Click or drag to resize

XmlSchemaManagerSchemaElement Method

Gets the schema information for the provided parent child combination.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public XmlSchemaElement SchemaElement(
	XName parentName,
	XName childName
)

Parameters

parentName  XName
name of the parent element
childName  XName
name of the child element

Return Value

XmlSchemaElement
returns null, if no schema information exists for the parent child combination.
See Also