<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v4.3 U (http://www.xmlspy.com) by Matthias Troyer (ETH Zürich) -->
<!--W3C Schema generated by XML Spy v4.0 beta 3 build Aug 24 2001 (http://www.xmlspy.com)-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xs:include schemaLocation="http://xml.comp-phys.org/parameter.xsd"/>
	<xs:element name="RNG">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="PARAMETER" type="ParameterType" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="INITIALSTATE" type="RNGState" minOccurs="0"/>
				<xs:element name="STATE" type="RNGState" minOccurs="0"/>
			</xs:sequence>
			<xs:attribute name="type" type="xs:string" use="required"/>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="RNGState">
		<xs:simpleContent>
			<xs:extension base="xs:string">
				<xs:attribute name="format" type="xs:string" use="optional" default="text"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
</xs:schema>

