/usr/share/doc/xmlstarlet/examples/elem2 is in xmlstarlet 1.6.1-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 | #!/bin/sh
# Display element structure of XML document (including attributes)
./xmlstarlet el -a ./xml/tab-obj.xml
|