<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="screenshot" version="1.0" type="rendering">
  <DESCRIPTION>Screenshot write a time stamped file of the current 3D content</DESCRIPTION>
  <RESOURCE></RESOURCE>
  <EDITOR>
    <SCRIPT path="./escreenshot.pkg" />
    <PARAM name="filePrefix" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./cscreenshot.pkg" />
    <ACTION name="Take shot" />
    <EVENT name="Saved" />
  </CLIENT>
</PLUGIN>