Skip to content
Snippets Groups Projects
Commit 7d1addf0 authored by Justin Jagieniak's avatar Justin Jagieniak
Browse files

Add ellipsoidalRegion and rectangularRegion to realListXMLListType

parent 602a42ca
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment