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

index c86ec98d51a1d2976c0f2c386cb5fd3a619c5f79..afb61aac96691d361b36cfe85e9fabc10a679eb7 100644 (file)
@@ -66,8 +66,8 @@ finUnion          = '\t\t\t</xs:union>\n'
 
 
 # User OR ASSD
-attributeNameName    = '\t\t<xs:attribute name="accasName" type="xs:string"/>\n'
-attributeTypeForASSD = '\t\t<xs:attribute name="accasType" 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 |"