NXmirror
From NeXus
Contents |
XML Meta-DTD Definition for NXmirror.xml
This follows the XML Meta-DTD Definition format and can be downloaded from http://svn.nexusformat.org/definitions/tags/PRE_NXDL/base_classes/NXmirror.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
URL: http://www.nexus.anl.gov/classes/xml/NXmirror.xml
Editor:
$Id: NXmirror.xml 4 2005-07-19 04:10:26Z rio $
Template of a beamline supermirror.
-->
<NXmirror name="{Name of supermirror}">
<NXgeometry name="">
{}
</NXgeometry>
<description type="NX_CHAR">
{}
</description>
<incident_angle type="NX_FLOAT">
{}
</incident_angle>
<reflectivity type="NXdata">
{Reflectivity as function of wavelength}
</reflectivity>
<bend_angle_x type="NX_FLOAT">
{}
</bend_angle_x>
<bend_angle_y type="NX_FLOAT">
{}
</bend_angle_y>
<interior_atmosphere type="NX_CHAR">
"vacuum"|"helium"|"argon"
</interior_atmosphere>
<external_material type="NX_CHAR">
{external material outside substrate}
</external_material>
<m_value type="NX_FLOAT">
{}
</m_value>
<substrate_material type="NX_CHAR">
{}
</substrate_material>
<substrate_thickness type="NX_FLOAT">
{}
</substrate_thickness>
<coating_material type="NX_CHAR">
{}
</coating_material>
<substrate_roughness type="NX_FLOAT">
{}
</substrate_roughness>
<coating_roughness type="NX_FLOAT">
{}
</coating_roughness>
</NXmirror>
Tabular Representation of XML Meta-DTD
(automatically generated from http://svn.nexusformat.org/definitions/tags/PRE_NXDL/base_classes/NXmirror.xml)
-
NXmirror
Name Type Description Attributes NXgeometry description NX_CHAR incident_angle NX_FLOAT reflectivity NXdata Reflectivity as function of wavelength bend_angle_x NX_FLOAT bend_angle_y NX_FLOAT interior_atmosphere NX_CHAR external_material NX_CHAR external material outside substrate m_value NX_FLOAT substrate_material NX_CHAR substrate_thickness NX_FLOAT coating_material NX_CHAR substrate_roughness NX_FLOAT coating_roughness NX_FLOAT

