The EA parser extracts entity and relationship instances from XML using search patterns you define in Architecture Modeler. In schematic form, the parser uses these patterns to:
Architecture Modeler's XPath query generator simplifies the task of defining these patterns. Follow the steps below to map XPath queries to XML file searches.
/def:OrgChart/def:Employees/child::def:Employee
To form the query, select the <Employees> node and choose Select All <Employees> children elements > /child::def:Employee from the right-click menu.