Click or drag to resize

XmlSchemaManagerAttributeValueType(XName, XName, String) Method

Gets the Attribute value types for the attribute with the defined name of a child element which belongs to the given parent. If XmlTypeCode.Item is returned, the value type is equal to the schema internal any type.

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

Parameters

parentName  XName
Name of the parent.
childName  XName
Name of the child.
attributeName  String
Name of the attribute.

Return Value

XmlTypeCode
The type code defined for the value.
See Also