<?xml version="1.0" encoding="UTF-8"?>
<swe:DataRecord
		id="WaterContentAndConductivityAtSpecificSoilWaterPotential"
		xmlns:swe="http://www.opengis.net/swe/2.0"
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
		xsi:schemaLocation="http://www.opengis.net/swe/2.0 https://schema.broservices.nl/profile/swe/1.0/swe-profile.xsd">
	<swe:label>Watergehalte en doorlatendheid bij bepaalde bodemvochtpotentiaal</swe:label>
	<swe:description>Het volumetrisch watergehalte en de waterdoorlatendheid bij een bepaalde bodemvochtpotentiaal.</swe:description>
	<swe:field name="soilWaterPotential">
		<swe:Quantity>
			<swe:uom code="cm[H2O]"/>
		</swe:Quantity>
	</swe:field>
	<swe:field name="volumetricWaterContent">
		<swe:Quantity>
			<swe:nilValues>
				<swe:NilValues>
					<swe:nilValue reason="urn:ogc:def:nil:OGC:unknown">NaN</swe:nilValue>
				</swe:NilValues>
			</swe:nilValues>
			<swe:uom code="cm3/cm3"/>
		</swe:Quantity>
	</swe:field>
	<swe:field name="hydraulicConductivity">
		<swe:Quantity>
			<swe:nilValues>
				<swe:NilValues>
					<swe:nilValue reason="urn:ogc:def:nil:OGC:unknown">NaN</swe:nilValue>
				</swe:NilValues>
			</swe:nilValues>
			<swe:uom code="cm/d"/>
		</swe:Quantity>
	</swe:field>
</swe:DataRecord>
