<?xml version="1.0"?>
<Schema name="cml_dev_karne" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes">
<description>
ChiMeraL 'spectrum' extension for CML - Version 0.1 - 19/5/00

This schema should be considered as an addition to the CML schema 0.2 (see http://www.ch.ic.ac.uk/chimeral/)

This schema is intended for use with IE5. 
XML documents can be validated against this schema by adding
xmlns:chimeral="x-schema:URL" within the chimeral:spectrum element. 

Michael Wright

Comments to Michael Wright - karne@innocent.com
</description>

<!-- ********** Attribute Types ********** -->
<!-- *** common *** -->

<AttributeType name="title" required="no"/>
<!-- primarly for display but may be used as a search field-->
<AttributeType name="id" required="no" dt:type="id"/>			
<!-- *must* be an unique id -->
<AttributeType name="convention" required="no"/>

<!-- *** linkers *** -->

<AttributeType name="dictRef" required="no" dt:type="idrefs"/>
<!-- link to glossary via id-->

<!-- ********** Element Types ************ -->

<ElementType name="spectrum" content="eltOnly" model="open" order="many">
	<!--marks the start of spectral information - may contain spectrum specific information in strings and data as a list - *all* subelements should be in the CML 1.0 namespace - hence none are defined here -->
	<attribute type="id"/>
	<attribute type="title" default="spectrum"/>
	<attribute type="convention" default="jcamp-dx"/>
	<attribute type="dictRef"/>
</ElementType>

</Schema>

