DataLocation element

Type: imbEventResponseDataLocation
Namespace: (default namespace)
XML Schema: ns0.xsd

Description of an event

Example XML

<?xml version="1.0" encoding="UTF-8"?> <DataLocation xPathQuery="..." xPathLabel="..." elementName="..." elementNamespace="..." isComplex="..." />

Example JSON

{ "xPathQuery" : "...", "xPathLabel" : "...", "elementName" : "...", "elementNamespace" : "...", "isComplex" : "..." }