#
from Accas import *
+class MYOPER(ASSD) : pass
JdC = JDC_CATA(code='Test1',)
-
+MonOper=OPER(nom="MonOper", sd_prod=MYOPER,
+ param1 = SIMP(statut='o',typ='R'),
+)
MonProc = PROC(nom='MonProc',
param1 = SIMP(statut='o',typ='R'),
)
),
param2_inBloc = SIMP(statut='o',typ='R'),
),
- Fact1 = FACT (statut ='o', max=2,
- paramInFact1 = SIMP(statut='o',typ='R'),
+ Fact1 = FACT (statut ='o', max=4,
+ paramInFact1 = SIMP(statut='o',typ='R',max=1),
),
Fact2 = FACT (statut ='f',
param3InFact2 = SIMP(statut='o',typ='R'),
paramFacultatif = SIMP(statut='f',typ='R'),
),
+ Fact3 = FACT (statut ='f',
+ param1InFact3 = SIMP(statut='f',typ='R'),
+ paramFacultatif = SIMP(statut='f',typ='R'),
+ ),
)