NXnote

From NeXus

Jump to: navigation, search

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
authorNX_CHARAuthor or creator of note
dateISO 8601Date note created/added
typeNX_CHARMime content type of note data field e.g. image/jpeg, text/plain, text/html
file_nameNX_CHARName of original file name if note was read from an external source
descriptionNX_CHARTitle of an image or other details of the note
dataNX_BINARYBinary note data - if text, line terminator is \r\n.

Personal tools
Collection