]> SALOME platform Git repositories - tools/eficas.git/commitdiff
Salome HOME
chgt de _sdName en sdName
authorpascale.noyret <pascale.noyret@edf.fr>
Tue, 20 Oct 2020 15:44:53 +0000 (17:44 +0200)
committerpascale.noyret <pascale.noyret@edf.fr>
Tue, 20 Oct 2020 15:44:53 +0000 (17:44 +0200)
Efi2Xsd/MCAccasXML.py
Efi2Xsd/balisesXSD.py

index 154d3865ec7134df249c0ae1b6246aef045caadb..fc10764ed7b65cc10201ebaed03a41442493f363 100755 (executable)
@@ -367,7 +367,7 @@ class X_ETAPE(X_MCCOMPO) :
    def metAJourNomASSD(self, nom,debug=False):
       if not self.cata or not self.cata.modeleMetier : return
       if debug : print ('X_ETAPE metAJourLesAttributs', self.nom, nom,' --------------------------')
-      self.objPyxb._sdName=nom
+      self.objPyxb.sdName=nom
 
 class X_JDC (X_MCCOMPO):
 # ---------------------
@@ -444,9 +444,9 @@ class X_JDC (X_MCCOMPO):
           if debug : print ('dictArgs ',objEtape.dictArgs)
           if debug : print ('dictPyxb ',objEtape.dictPyxb)
           # attention au call d Oper qui renomme l objet pyxb
-          if hasattr(objEtape,'_sdName') :  
-             if debug and hasattr(objEtape,'_sdName') :print ('sdName',objEtape._sdName)
-             objAccasEtape=maClasseAccas(nomXML=objEtape._sdName, **(objEtape.dictArgs))
+          if hasattr(objEtape,'sdName') :  
+             if debug and hasattr(objEtape,'sdName') :print ('sdName',objEtape.sdName)
+             objAccasEtape=maClasseAccas(nomXML=objEtape.sdName, **(objEtape.dictArgs))
           else : objAccasEtape=maClasseAccas(**(objEtape.dictArgs))
           if debug : print ( 'hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh')
       
index afb61aac96691d361b36cfe85e9fabc10a679eb7..6cbd9c652c390f6cdd53e3d08f92a17066217e6d 100644 (file)
@@ -66,8 +66,8 @@ finUnion          = '\t\t\t</xs:union>\n'
 
 
 # User OR ASSD
-attributeNameName    = '\t\t<xs:attribute name="_sdName" type="xs:string"/>\n'
-attributeTypeForASSD = '\t\t<xs:attribute name="_sdType" type="xs:string" fixed="ASSD"/>\n'
+attributeNameName    = '\t\t<xs:attribute name="sdName" type="xs:string"/>\n'
+attributeTypeForASSD = '\t\t<xs:attribute name="sdType" type="xs:string" fixed="ASSD"/>\n'
 attributeTypeUtilisateurName = '\t\t<xs:attribute name="typeUtilisateur" type="xs:string" fixed="{}"/>\n'
 producingASSDkeyRefDeclaration='\t<xs:key name="Key_Name_For_{}">\n\t\t<xs:selector xpath="."/>\n\t\t<xs:field xpath="{}"/>\n\t</xs:key>\n'
 texteFieldUnitaire="./{}:{}/@name |"