This fixes some syntax errors in the HDF5 XML layout files.
Previously the files would not validate when using xmllint and the areaDetector XSD file. For example this is flir2bmaLayout.xml.
corvette:demo/areadetector/2-BM>xmllint --noout --schema /home/epics/devel/areaDetector/ADCore/XML_schema/hdf5_xml_layout_schema.xsd flir2bmaLayout.xml
flir2bmaLayout.xml:2: element hdf_layout: Schemas validity error : Element 'hdf_layout': No matching global declaration available for the validation root.
flir2bmaLayout.xml fails to validate
I replaced hdf_layout with hdf5_layout, which is the correct syntax.
This fixes some syntax errors in the HDF5 XML layout files.
Previously the files would not validate when using xmllint and the areaDetector XSD file. For example this is
flir2bmaLayout.xml
.I replaced hdf_layout with hdf5_layout, which is the correct syntax.
The file now validated OK.
The 7-BM mct3.xml file was also using "OnFrame" when it should be "OnFileWrite".