NXenvironment
From NeXus
Contents |
XML Meta-DTD Definition for NXenvironment.xml
This follows the XML Meta-DTD Definition format and can be downloaded from http://svn.nexusformat.org/definitions/tags/PRE_NXDL/base_classes/NXenvironment.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
URL: http://www.nexus.anl.gov/classes/xml/NXenvironment.xml
Editor: NIAC
$Id: NXenvironment.xml 4 2005-07-19 04:10:26Z rio $
This class describes an external condition applied to the sample
-->
<NXenvironment name="{Name of sample environment}">
<name type="NX_CHAR">
{Apparatus identification code/model number; e.g. OC100 011 }?
</name>
<short_name type="NX_CHAR">
{Alternative short name, perhaps for dashboard display like a present Seblock name}?
</short_name>
<type type="NX_CHAR">
{Type of apparatus. This could be the SE codes in scheduling database; e.g. OC/100}?
</type>
<description type="NX_CHAR">
{Description of the apparatus; e.g. 100mm bore orange cryostat with Roots pump }?
</description>
<program type="NX_CHAR">
{Program controlling the apparatus; e.g. LabView VI name}?
</program>
<position type="NXgeometry">
{The position and orientation of the apparatus}?
</position>
<NXnote name="{name of note}">
{Additional information, LabView logs, digital photographs, etc}*
</NXnote>
<NXsensor name="{name of sensor}">
*
</NXsensor>
</NXenvironment>
Tabular Representation of XML Meta-DTD
(automatically generated from http://svn.nexusformat.org/definitions/tags/PRE_NXDL/base_classes/NXenvironment.xml)
-
NXenvironment
Name Type Description Attributes name NX_CHAR Apparatus identification code/model number; e.g. OC100 011 short_name NX_CHAR Alternative short name, perhaps for dashboard display like a present Seblock name type NX_CHAR Type of apparatus. This could be the SE codes in scheduling database; e.g. OC/100 description NX_CHAR Description of the apparatus; e.g. 100mm bore orange cryostat with Roots pump program NX_CHAR Program controlling the apparatus; e.g. LabView VI name position NXgeometry The position and orientation of the apparatus {name of note} NXnote Additional information, LabView logs, digital photographs, etc {name of sensor} NXsensor

