Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8"?>
<Dataset name="SimpleTypes"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://www.dods.org/ns/DODS"
xsi:schemaLocation="http://www.dods.org/ns/DODS  http://dods.coas.oregonstate.edu:8080/dods/dods.xsd" >

	<Attribute name="Facility" type="Container">
		<Attribute name="PrincipleInvestigator" type="String">
			<value>&quot;Mark Abbott&quot;</value>
			<value>&quot;Ph.D&quot;</value>
		</Attribute>
		<Attribute name="DataCenter" type="String">
			<value>&quot;COAS Environmental Computer Facility&quot;</value>
		</Attribute>
		<Attribute name="DrifterType" type="String">
			<value>&quot;MetOcean WOCE/OCM&quot;</value>
		</Attribute>
	</Attribute>

	<Byte name="b">
		<Attribute name="Description" type="String">
			<value>&quot;A test byte&quot;</value>
		</Attribute>
		<Attribute name="units" type="String">
			<value>unknown</value>
		</Attribute>
	</Byte>
	<Int32 name="i32">
		<Attribute name="Description" type="String">
			<value>&quot;A 32 bit test server int&quot;</value>
		</Attribute>
		<Attribute name="units" type="String">
			<value>&quot;unknown&quot;</value>
		</Attribute>
	</Int32>
	<UInt32 name="ui32"/>
	<Int16 name="i16"/>
	<UInt16 name="ui16"/>
	<Float32 name="f32"/>
	<Float64 name="f64"/>
	<String name="s"/>
	<Url name="u"/>

	<dataBLOB href="http://dods.coas.oregonstate.edu:8080/dods/dts/test.01.blob"/>
</Dataset>