Click or drag to resize

XmlSchemaManagerAttributeValueRestrictions Method

Gets the List of Attribute value restrictions for the attribute with the defined name. The Attribute should be an attribute of a child defined by the given name, which exists in the defined parent child relation defined by the parent name.

Namespace: Aml.Engine.Schema
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public IEnumerable<Object> AttributeValueRestrictions(
	XName parentName,
	XName childName,
	string attributeName
)

Parameters

parentName  XName
The name of the child's parent
childName  XName
the name of the child (owner of the attribute)
attributeName  String
Name of the attribute.

Return Value

IEnumerableObject
list of restrictions for an attribute value - object type has to be interpreted by the caller
See Also