NXnote
From NeXus
Contents |
XML Meta-DTD Definition for NXnote.xml
This follows the XML Meta-DTD Definition format and can be downloaded from http://svn.nexusformat.org/definitions/tags/PRE_NXDL/base_classes/NXnote.xml
<?xml version="1.0" encoding="UTF-8"?>
<!--
URL: http://www.nexus.anl.gov/classes/xml/NXnote.xml
Editor: NIAC
$Id: NXnote.xml 4 2005-07-19 04:10:26Z rio $
This class can be used to store additional information in a NeXus file e.g.
pictures, movies, audio, additonal text logs
-->
<NXnote name="{name of note}">
<author type="NX_CHAR">
{Author or creator of note}?
</author>
<date type="ISO8601">
{Date note created/added}?
</date>
<type type="NX_CHAR">
{Mime content type of note data field e.g. image/jpeg, text/plain, text/html}?
</type>
<file_name type="NX_CHAR">
{Name of original file name if note was read from an external source}?
</file_name>
<description type="NX_CHAR">
{Title of an image or other details of the note}?
</description>
<data type="NX_BINARY">
{Binary note data - if text, line terminator is \r\n.}?
</data>
</NXnote>
Tabular Representation of XML Meta-DTD
(automatically generated from http://svn.nexusformat.org/definitions/tags/PRE_NXDL/base_classes/NXnote.xml)
-
NXnote
Name Type Description Attributes author NX_CHAR Author or creator of note date ISO 8601 Date note created/added type NX_CHAR Mime content type of note data field e.g. image/jpeg, text/plain, text/html file_name NX_CHAR Name of original file name if note was read from an external source description NX_CHAR Title of an image or other details of the note data NX_BINARY Binary note data - if text, line terminator is \r\n.

