From 7d1addf0dd3e83f7c13b63ddfd815d3569cd6772 Mon Sep 17 00:00:00 2001
From: Justin Jagieniak <justin.jagieniak@ptb.de>
Date: Mon, 25 Oct 2021 08:53:21 +0200
Subject: [PATCH] Add ellipsoidalRegion and rectangularRegion to
 realListXMLListType

---
 SI_Format.xsd | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/SI_Format.xsd b/SI_Format.xsd
index 8393c90..4fc9519 100644
--- a/SI_Format.xsd
+++ b/SI_Format.xsd
@@ -614,6 +614,16 @@
 					<xs:element name="expandedUncXMLList" type="si:expandedUncXMLListType"/>
 					<xs:element name="coverageIntervalXMLList" type="si:coverageIntervalXMLListType"/>
 				</xs:choice>
+				
+				<xs:choice minOccurs="0">
+					<xs:annotation>
+						<xs:documentation xml:lang="en">
+							multivariate measurement uncertainty
+						</xs:documentation>
+					</xs:annotation>
+					<xs:element name="ellipsoidalRegion" type="si:ellipsoidalRegionType"/>
+					<xs:element name="rectangularRegion" type="si:rectangularRegionType"/>
+				</xs:choice>
 			</xs:sequence>
 		</xs:complexType>
 		
-- 
GitLab