Individual examples for series in measurement- and process-payload; Information to Production Performance Manager removed
diff --git a/specification/index.html b/specification/index.html
index a2d92d4..f81c077 100644
--- a/specification/index.html
+++ b/specification/index.html
@@ -313,7 +313,7 @@
 								<li><a href="#value">value</a></li>
 							</ul>
 						</li>
-						<li><a href="#series">series</a></li>
+						<li><a href="#series_process">series</a></li>
 						<li><a href="#limits_process">limits</a>
 							<ul>
 								<li><a href="#target">target</a></li>
@@ -534,7 +534,7 @@
 	<table class="table">
 		<tr>
 			<th>Definition:</th>
-			<td>The operationalStatus describes the status of a device. It is a string matching a definition in the Production Performance Manager.</td>
+			<td>The operationalStatus describes the status or mode of a device.</td>
 		</tr>
 		
 		<tr>
@@ -1278,7 +1278,7 @@
 		<tr>
 			<th>Example:</th>
 			<td>
-				<figure class="highlight"><table><tr><td class="code"><pre><div class="line">...</div><div class="line">"ts": "2015-07-23T16:04:10.223+02:00",</div><div class="line">"series": &#123;</div><div class="line">  "$_time": [0, 22, 24, 27],</div><div class="line">  "temperature": [33, 34, 33, 32],</div><div class="line">  "pressure": [1, 1.001. 2.52. 3.2]</div><div class="line">&#125;</div><div class="line">...</div></pre></td></tr></table></figure></td>
+				<figure class="highlight"><table><tr><td class="code"><pre><div class="line">...</div><div class="line">"ts": "2015-07-23T16:04:10.223+02:00",</div><div class="line">"series": &#123;</div><div class="line">  "$_time": [0, 22, 24, 27],</div><div class="line">  "temperature": [33, 34, 33, 32]</div><div class="line">&#125;</div><div class="line">...</div></pre></td></tr></table></figure></td>
 		</tr>
 	</table>
 </div>
@@ -2559,6 +2559,46 @@
 
 <div class="panel panel-default field-definition table-responsive">
 	<div class="panel-heading">
+		<a name="series_process" title="series"></a>
+		series
+		<a href="#" title="go up">
+			<span class="glyphicon glyphicon-chevron-up pull-right" aria-hidden="true">&nbsp;</span>
+		</a>
+	</div>
+	<table class="table">
+		<tr>
+			<th>Definition:</th>
+			<td>The series data collected for the measurements. Every subfield key matches a measurement point of the device type. Every subfield value is an array. All arrays are of equal length and an entry at a given index corresponds to another arrays value at this index</td>
+		</tr>
+		
+		<tr>
+			<th>Required:</th>
+			<td>yes</td>
+		</tr>
+		<tr>
+			<th>Size restriction:</th>
+			<td>no</td>
+		</tr>
+		<tr>
+			<th>Note:</th>
+			<td>In the case of a time series, one column contains the time offset (positive values in ascending order starting with 0).</td>
+		</tr>
+		
+		<tr>
+			<th>Example:</th>
+			<td>
+				<figure class="highlight"><table><tr><td class="code"><pre><div class="line">...</div><div class="line">"series": &#123;</div><div class="line">  "time": [0, 22, 24, 27],</div><div class="line">  "temperature": [33, 34, 33, 32],</div><div class="line">  "pressure": [52.4, 46.32, 44.2432]</div><div class="line">&#125;</div><div class="line">...</div></pre></td></tr></table></figure></td>
+		</tr>
+	</table>
+</div>
+
+
+
+<h4>
+</h4>
+
+<div class="panel panel-default field-definition table-responsive">
+	<div class="panel-heading">
 		<a name="target" title="target"></a>
 		target
 		<a href="#" title="go up">