 | XmlSchemaManagerSchemaElement Method |
Gets the schema information for the provided parent child combination.
Namespace: Aml.Engine.SchemaAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic XmlSchemaElement SchemaElement(
XName parentName,
XName childName
)
Public Function SchemaElement (
parentName As XName,
childName As XName
) As XmlSchemaElement
public:
XmlSchemaElement^ SchemaElement(
XName^ parentName,
XName^ childName
)
Parameters
- parentName XName
- name of the parent element
- childName XName
- name of the child element
Return Value
XmlSchemaElementreturns
null, if no schema information exists for the parent child combination.
See Also