Click or drag to resize

XmlSchemaManagerValueType Method

Returns the type code for a value that may be associated with the defined child.

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

Parameters

parentName  XName
Name of the parent
childName  XName
Name of the child

Return Value

XmlTypeCode
the XML type code.
See Also