<ParaViewPlugin>
  <!-- one can simply load this XML into ParaView as a plugin and then open data
      files from File|Open -->
  <ServerManagerConfiguration>
    <!-- This specifies the XML configuration for the ServerManager defining the
         proxies, etc. -->
    <ProxyGroup name="sources">
     <SourceProxy name="vtkSTLReader"
                  class="vtkSTLReader"
                  label="STL reader">
       <Documentation
         short_help="Read a STL file."
         long_help="Read a STL file with no merging.">
         This is a custom STL file reader using vtkSTLReader.
       </Documentation>
	    <IntVectorProperty name="bMerginOff"
                    command="MerginOff"
                    number_of_elements="1"
                    default_values="1">
			<BooleanDomain name="bool"/>
		</IntVectorProperty>
     </SourceProxy>
    </ProxyGroup>
  </ServerManagerConfiguration>
</ParaViewPlugin>