]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
Test PyxBug, suppression du group ref
authorEric Fayolle <eric.fayolle@edf.fr>
Thu, 7 Jul 2022 10:11:39 +0000 (12:11 +0200)
committerEric Fayolle <eric.fayolle@edf.fr>
Thu, 7 Jul 2022 10:11:39 +0000 (12:11 +0200)
TestPyxbBugEvenSimpler/ko/cata.xsd
TestPyxbBugEvenSimpler/ok/cata.xsd

index 22fbee3795bc28410dbdb8755b305a26fd79cc02..e823cbd8f4ab93037477d06d73cfce0914ee3265 100644 (file)
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- édité avec XMLSpy v2020 rel. 2 sp1 (x64) (http://www.altova.com) par David AFONSO (DSIT-PI et DPO) -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://search.a.bug.fr/logiciels/MY_NS" xmlns:MY_NS="http://search.a.bug.fr/logiciels/MY_NS" targetNamespace="http://search.a.bug.fr/logiciels/MY_NS" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0">
        <xs:simpleType name="T_l">
                <xs:restriction base="xs:int"/>
@@ -13,7 +14,9 @@
        <xs:simpleType name="T_m">
                <xs:restriction base="xs:float"/>
        </xs:simpleType>
-       <xs:group name="T_B1_B2">
+
+       <xs:element name="Root" type="MY_NS:T_Root"/>
+       <xs:complexType name="T_Root">
                <xs:choice>
                        <xs:element name="m" type="MY_NS:T_m" minOccurs="1" maxOccurs="1"/>
                        <xs:sequence>
@@ -21,9 +24,5 @@
                                <xs:element name="m" type="MY_NS:T_m" minOccurs="1" maxOccurs="1"/>
                        </xs:sequence>
                </xs:choice>
-       </xs:group>
-       <xs:element name="Root" type="MY_NS:T_Root"/>
-       <xs:complexType name="T_Root">
-               <xs:group ref="T_B1_B2" minOccurs="0"/>
        </xs:complexType>
 </xs:schema>
index 87b3126aa110cd956b97c9f904a59c9359033842..faef73abf0e386bf6f02f8c1407474cf13326b2d 100644 (file)
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- édité avec XMLSpy v2020 rel. 2 sp1 (x64) (http://www.altova.com) par David AFONSO (DSIT-PI et DPO) -->
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://search.a.bug.fr/logiciels/MY_NS" xmlns:MY_NS="http://search.a.bug.fr/logiciels/MY_NS" targetNamespace="http://search.a.bug.fr/logiciels/MY_NS" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0">
        <xs:simpleType name="T_l">
                <xs:restriction base="xs:int"/>
@@ -13,7 +14,8 @@
        <xs:simpleType name="T_m">
                <xs:restriction base="xs:float"/>
        </xs:simpleType>
-       <xs:group name="T_B1_B2">
+       <xs:element name="Root" type="MY_NS:T_Root"/>
+       <xs:complexType name="T_Root">
                <xs:choice>
                        <xs:sequence>
                                <xs:element name="d" type="MY_NS:T_d" minOccurs="1" maxOccurs="1"/>
@@ -21,9 +23,5 @@
                        </xs:sequence>
                        <xs:element name="m" type="MY_NS:T_m" minOccurs="1" maxOccurs="1"/>
                </xs:choice>
-       </xs:group>
-       <xs:element name="Root" type="MY_NS:T_Root"/>
-       <xs:complexType name="T_Root">
-               <xs:group ref="T_B1_B2" minOccurs="0"/>
        </xs:complexType>
 </xs:schema>