From 7ed7afe3215543bea501a91cffd53b10fe239a67 Mon Sep 17 00:00:00 2001 From: Michael Wollensack <michael.wollensack@metas.ch> Date: Fri, 31 May 2024 15:29:47 +0200 Subject: [PATCH] Whitespace clean up --- SI_Format.xsd | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/SI_Format.xsd b/SI_Format.xsd index 8a1e0a2..05e9f4a 100644 --- a/SI_Format.xsd +++ b/SI_Format.xsd @@ -403,6 +403,7 @@ </xs:annotation> </xs:element> + <xs:element name="uncDependencies" type="si:uncDependenciesType"> <xs:annotation> <xs:documentation xml:lang="en"> @@ -486,7 +487,7 @@ </xs:documentation> </xs:annotation> </xs:element> - + <xs:element name="distribution" type="si:distributionType"> <xs:annotation> <xs:documentation xml:lang="en"> @@ -1261,8 +1262,8 @@ <xs:element name="dependenciesRealImag" type="si:uncComplexDependenciesRealImagType"/> </xs:choice> </xs:complexType> - - + + <xs:complexType name="uncComplexDependenciesRealImagType"> <xs:sequence> <xs:element name="dependenciesReal" type="si:uncDependenciesType" /> @@ -1306,7 +1307,7 @@ <xs:pattern value="([0-9a-fA-F][0-9a-fA-F][\-]?)+"/> </xs:restriction> </xs:simpleType> - + <xs:complexType name="distributionType" abstract="true"/> <xs:complexType name="distStandardNormalType"> @@ -1482,6 +1483,7 @@ </xs:complexContent> </xs:complexType> + -- GitLab