<?xml version="1.0"?>
<!-- XML Schema for http://library.lanl.gov/2004-04/STB-RL/DIEXT -->
<!-- jeroen bekaert April 2004 <jbekaert@lanl.gov> -->
<xsd:schema targetNamespace="http://library.lanl.gov/2004-04/STB-RL/DIEXT" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.01" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:diext="http://library.lanl.gov/2004-04/STB-RL/DIEXT">
	<xsd:attribute name="DIDid" type="xsd:anyURI"/>
	<xsd:attribute name="DIDcreated" type="xsd:dateTime"/>
	<xsd:attribute name="DIDmodified" type="xsd:dateTime"/>
	<xsd:attribute name="encoding" type="diext:list"/>
	<xsd:simpleType name="list">
		<xsd:list itemType="xsd:string"/>
	</xsd:simpleType>
</xsd:schema>
