 | 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.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic XmlTypeCode AttributeValueType(
XName parentName,
XName childName,
string attributeName
)
Public Function AttributeValueType (
parentName As XName,
childName As XName,
attributeName As String
) As XmlTypeCode
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