CALL apoc.load.xml("file:///xxxx/xx.xml")
YIELD value
UNWIND value._children AS GraphicElements
WITH GraphicElements,GraphicElements._children as EmbeddedSymbols
with GraphicElements, EmbeddedSymbols,
[x in EmbeddedSymbols where x._type = 'EmbeddedS...