diff --git a/bruno/collections/elixForms API v2/Console UI/Get Object Title (GENERICSCHEMA).yml b/bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (GENERICSCHEMA).yml similarity index 97% rename from bruno/collections/elixForms API v2/Console UI/Get Object Title (GENERICSCHEMA).yml rename to bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (GENERICSCHEMA).yml index d10d241..926bea1 100644 --- a/bruno/collections/elixForms API v2/Console UI/Get Object Title (GENERICSCHEMA).yml +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (GENERICSCHEMA).yml @@ -1,7 +1,7 @@ info: - name: Get Object Title (GENERICSCHEMA) + name: AJ Console - Get Object Title (GENERICSCHEMA) type: http - seq: 5 + seq: 6 http: method: GET @@ -24,6 +24,7 @@ http: - name: OBJECT_ID value: "168258" type: query + auth: inherit runtime: scripts: diff --git a/bruno/collections/elixForms API v2/Console UI/Get Object Title (SCHEMADATA).yml b/bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (SCHEMADATA).yml similarity index 97% rename from bruno/collections/elixForms API v2/Console UI/Get Object Title (SCHEMADATA).yml rename to bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (SCHEMADATA).yml index 65185ac..58a8a6a 100644 --- a/bruno/collections/elixForms API v2/Console UI/Get Object Title (SCHEMADATA).yml +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console - Get Object Title (SCHEMADATA).yml @@ -1,7 +1,7 @@ info: - name: Get Object Title (SCHEMADATA) + name: AJ Console - Get Object Title (SCHEMADATA) type: http - seq: 4 + seq: 5 http: method: GET @@ -24,6 +24,7 @@ http: - name: OBJECT_ID value: "35397" type: query + auth: inherit runtime: scripts: diff --git a/bruno/collections/elixForms API v2/Console UI/Save Object.yml b/bruno/collections/elixForms API v2/Console UI/AJ Console - Save Object.yml similarity index 99% rename from bruno/collections/elixForms API v2/Console UI/Save Object.yml rename to bruno/collections/elixForms API v2/Console UI/AJ Console - Save Object.yml index 6dc63ae..0ae326b 100644 --- a/bruno/collections/elixForms API v2/Console UI/Save Object.yml +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console - Save Object.yml @@ -1,7 +1,7 @@ info: - name: Save Object + name: AJ Console - Save Object type: http - seq: 6 + seq: 7 http: method: POST @@ -17,6 +17,7 @@ http: - name: S_616_168008_COL0009 type: text value: azione_form_AUTOR_firmaAutorizzazione + auth: inherit runtime: scripts: diff --git a/bruno/collections/elixForms API v2/Console UI/Search schemas.yml b/bruno/collections/elixForms API v2/Console UI/AJ Console - Search schemas.yml similarity index 97% rename from bruno/collections/elixForms API v2/Console UI/Search schemas.yml rename to bruno/collections/elixForms API v2/Console UI/AJ Console - Search schemas.yml index 91239e9..a25ff9d 100644 --- a/bruno/collections/elixForms API v2/Console UI/Search schemas.yml +++ b/bruno/collections/elixForms API v2/Console UI/AJ Console - Search schemas.yml @@ -1,14 +1,12 @@ info: - name: Search schemas + name: AJ Console - Search schemas type: http - seq: 3 + seq: 4 http: method: GET url: "{{elixFormsRootUrl}}/AJSRV/metadata/search?SEARCH_IN[]=616&PAGE=1&AJL=it&PAGESIZE=80&SECURE=true" headers: - - name: Cookie - value: "{{elixFormsAjsrvCookie}}" - name: x-requested-with value: XMLHttpRequest params: @@ -27,11 +25,13 @@ http: - name: SECURE value: "true" type: query + auth: inherit runtime: scripts: - type: before-request code: |- + /* const noCookieFoundError = "No AJSRV cookie found!"; var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); @@ -40,6 +40,7 @@ runtime: console.error(noCookieFoundError, ajsrvCookie); throw new Error(noCookieFoundError); } + */ settings: encodeUrl: true diff --git a/bruno/collections/elixForms API v2/Console UI/Export Module.yml b/bruno/collections/elixForms API v2/Console UI/Creazione Moduli - Export Module.yml similarity index 99% rename from bruno/collections/elixForms API v2/Console UI/Export Module.yml rename to bruno/collections/elixForms API v2/Console UI/Creazione Moduli - Export Module.yml index 4db6986..ec63090 100644 --- a/bruno/collections/elixForms API v2/Console UI/Export Module.yml +++ b/bruno/collections/elixForms API v2/Console UI/Creazione Moduli - Export Module.yml @@ -1,7 +1,7 @@ info: - name: Export Module + name: Creazione Moduli - Export Module type: http - seq: 2 + seq: 8 http: method: GET @@ -16,6 +16,7 @@ http: - name: exportProtocol value: "true" type: query + auth: inherit runtime: scripts: diff --git a/bruno/collections/elixForms API v2/Console UI/Gestione Schede - Get all schemas.yml b/bruno/collections/elixForms API v2/Console UI/Gestione Schede - Get all schemas.yml new file mode 100644 index 0000000..8a3e628 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Gestione Schede - Get all schemas.yml @@ -0,0 +1,23604 @@ +info: + name: Gestione Schede - Get all schemas + type: http + seq: 3 + +http: + method: GET + url: "{{elixFormsRootUrl}}/AJSRV/schemas" + headers: + - name: Cookie + value: ISIPSESSION=dd755718a116664c31b89d25d251c6b2; AJSRV=BTN_USER_1787732684670_7497683962865219861; JSESSIONID=e480913d3ccdc8d517c2e8662d9a + disabled: true + - name: Host + value: console-unipr.elixforms.it + disabled: true + - name: Referer + value: https://console-unipr.elixforms.it/rwe2/schema_console.jsp + disabled: true + - name: Accept + value: application/json, text/plain, */* + disabled: true + auth: inherit + +runtime: + variables: + - name: elixFormsIsipsessionCookie + value: ISIPSESSION=dd755718a116664c31b89d25d251c6b2 + scripts: + - type: before-request + code: |- + /* + const noAjsrvCookieFoundError = "No AJSRV cookie found!"; + const noIsipsCookieFoundError = "No ISIPSESSION cookie found!"; + + var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); + if (ajsrvCookie == null || ajsrvCookie === "") { + console.error(noAjsrvCookieFoundError, ajsrvCookie); + throw new Error(noAjsrvCookieFoundError); + } + + var isipsessionCookie = bru.getVar("elixFormsIsipsessionCookie"); + if (isipsessionCookie == null || isipsessionCookie === "") { + console.error(noIsipsCookieFoundError, isipsessionCookie); + throw new Error(noIsipsCookieFoundError); + } + */ + - type: after-response + code: |- + /* + const ajsrvCookie = bru.cookies.get("AJSRV"); + const jsessionidCookie = bru.cookies.get("JSESSIONID"); + const isipSessionCookie = bru.cookies.get("ISIPSESSION"); + + console.log("Cookies: ", bru.cookies); + + bru.setVar("elixFormsAjsrvCookie", "AJSRV=" + ajsrvCookie); + bru.setVar("elixFormsJsessionidCookie", "JSESSIONID=" + jsessionidCookie); + bru.setVar("elixFormsIsipsessionCookie", "ISIPSESSION=" + isipSessionCookie); + */ + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: true + +examples: + - name: example + request: + url: "{{elixFormsRootUrl}}/AJSRV/ELIXFORMS/moduleExport?MODULE_ID=21405&exportProtocol=true" + method: GET + headers: + - name: Cookie + value: "{{elixFormsAjsrvCookie}}" + params: + - name: MODULE_ID + value: "21405" + type: query + - name: exportProtocol + value: "true" + type: query + response: + status: 200 + statusText: OK + headers: + - name: date + value: Wed, 26 Aug 2026 10:40:15 GMT + - name: server + value: '""' + - name: content-security-policy + value: "default-src https: data: 'unsafe-inline' 'unsafe-eval'; img-src 'self' blob: data: https:;" + - name: content-type + value: application/json;charset=UTF-8 + - name: content-length + value: "983877" + - name: set-cookie + value: JSESSIONID=da7fe747082ad747383f00c85fcb; Path=/; HttpOnly + - name: strict-transport-security + value: max-age=31536000; includeSubDomains + - name: x-frame-options + value: SAMEORIGIN + - name: x-xss-protection + value: "1" + - name: x-content-type-options + value: nosniff + - name: referrer-policy + value: unsafe-url + - name: keep-alive + value: timeout=10, max=500 + - name: connection + value: Keep-Alive + body: + type: json + data: |- + { + "module": "\n
CANDIDATURA_INCARICHI_COLLAUDOAREA SERVIZI GENERALI E MONITORAGGIO - EDILIZIAPresentazione di candidatura per iscrizione nell'elenco di collaudatori87truetruetruefalsetrue00truefalsetrue
Senza scadenza24-02-2026 11:30falsefalse
2929-01-2026 12:3724-02-2026 11:33
0
Progressivo annuale (Esempio: 2017_118)_
true
0
0
true
\n", + "moduleTab": [ + "\n
FORMSTitoli3002
Titoli7200
\n", + "\n
FORMSPubbliche Amministrazionitrue3003
Pubblica Amministrazione7190
10Lista
\n", + "\n
FORMSScelta sezione3001
Scelta sezione7120
\n", + "\n
FORMSDichiarazioni3004
Dichiarazioni7210
\n", + "\n
ATTACHAllegati4001
Allegati7140
\n", + "\n
USERDATADati anagrafici2001
Dati anagrafici7110
\n" + ], + "formSchemaData": [ + { + "id": 720, + "schema": "
", + "calculatedFieldData": null, + "extendedAttributes": [ + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "
ANTANI
", + "ELIX_DISPATTR_DisplayLabel": "
", + "ELIX_ATTR_FieldRequired": "
trueInserire un valore
", + "ELIX_ATTR_FieldGroupAll": "
71301Compilare tutti i campi relativi all'impiego attuale
", + "ELIX_DISPATTR_ReportLabel": "
 ]]>true
" + }, + "attributeBindingData": "
720COL0001_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_ValidateDateRange": "
Now - [__] GG [__] MM[__] AA1Inserire una data minore di oggi
", + "ELIX_DISPATTR_DisplayLabel": "
", + "ELIX_ATTR_FieldGroupAll": "
71301Compilare tutti i campi relativi all'impiego attuale
", + "ELIX_DISPATTR_ReportLabel": "
" + }, + "attributeBindingData": "
720COL0002_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "
", + "ELIX_ATTR_FieldGroupAll": "
71301Compilare tutti i campi relativi all'impiego attuale
", + "ELIX_DISPATTR_ReportLabel": "
" + }, + "attributeBindingData": "
720COL0003_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_FieldRequired": "
trueInserire un valore
", + "ELIX_DISPATTR_DisplayLabel": "
", + "ELIX_ATTR_FieldGroupAll": "
71302Compilare tutti i campi relativi al titolo di studio
", + "ELIX_DISPATTR_ReportLabel": "
 ]]>true
" + }, + "attributeBindingData": "
720COL0004_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "
", + "ELIX_ATTR_FieldGroupAll": "
71302Compilare tutti i campi relativi al titolo di studio
", + "ELIX_DISPATTR_ReportLabel": "
" + }, + "attributeBindingData": "
720COL0005_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "
", + "ELIX_ATTR_FieldGroupAll": "
71302Compilare tutti i campi relativi al titolo di studio
", + "ELIX_DISPATTR_ReportLabel": "
" + }, + "attributeBindingData": "
720COL0022_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_ValidateDateRange": "
NowInserire una data minore di o uguale a oggi
", + "ELIX_DISPATTR_DisplayLabel": "
", + "ELIX_ATTR_FieldGroupAll": "
71302Compilare tutti i campi relativi al titolo di studio
", + "ELIX_DISPATTR_ReportLabel": "
" + }, + "attributeBindingData": "
720COL0006_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "\n
\n", + "ELIX_ATTR_FieldRequired": "\n
falseInserire un valore
\n", + "ELIX_ATTR_FieldGroupAll": "
71303Compilare tutti i campi relativi all'abilitazione dell'esercizio professionale
", + "ELIX_DISPATTR_ReportLabel": "\n
true
\n" + }, + "attributeBindingData": "
720COL0007_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_ValidateDateRange": "
NowInserire una data minore di o uguale a oggi
", + "ELIX_DISPATTR_DisplayLabel": "\n
\n", + "ELIX_ATTR_FieldGroupAll": "
71303Compilare tutti i campi relativi all'abilitazione dell'esercizio professionale
", + "ELIX_DISPATTR_ReportLabel": "\n
false
\n" + }, + "attributeBindingData": "
720COL0008_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "\n
\n", + "ELIX_ATTR_FieldRequired": "\n
falseInserire un valore
\n", + "ELIX_ATTR_FieldGroupAll": "
71304Compilare tutti i campi relativi all'iscrizione all'Ordine
", + "ELIX_DISPATTR_ReportLabel": "\n
true
\n" + }, + "attributeBindingData": "
720COL0009_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "\n
\n", + "ELIX_ATTR_FieldGroupAll": "
71304Compilare tutti i campi relativi all'iscrizione all'Ordine
", + "ELIX_DISPATTR_ReportLabel": "\n
false
\n" + }, + "attributeBindingData": "
720COL0010_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "\n
\n", + "ELIX_ATTR_FieldGroupAll": "
71304Compilare tutti i campi relativi all'iscrizione all'Ordine
", + "ELIX_DISPATTR_ReportLabel": "\n
false
\n" + }, + "attributeBindingData": "
720COL0011_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_ValidateDateRange": "
NowInserire una data minore di o uguale a oggi
", + "ELIX_DISPATTR_DisplayLabel": "\n
\n", + "ELIX_ATTR_FieldGroupAll": "
71304Compilare tutti i campi relativi all'iscrizione all'Ordine
", + "ELIX_DISPATTR_ReportLabel": "\n
false
\n" + }, + "attributeBindingData": "
720COL0012_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayHidden": "
true
", + "ELIX_DISPATTR_DisplayLabel": "
", + "ELIX_ATTR_FieldGroupAll": "
71305In caso di servizio in stazione appaltante è necessario compilare tutti i campi della sezione
", + "ELIX_DISPATTR_ReportLabel": "
 ]]>
" + }, + "attributeBindingData": "
720COL0013_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayHidden": "
true
", + "ELIX_DISPATTR_DisplayLabel": "
", + "ELIX_ATTR_FieldGroupAll": "
71305In caso di servizio in stazione appaltante è necessario compilare tutti i campi della sezione
", + "ELIX_DISPATTR_ReportLabel": "
" + }, + "attributeBindingData": "
720COL0014_DEFAULT
" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "
\n
  • che le informazioni riportate nel Curriculum vitae allegato sono veritiere;
  • \n
  • di non aver rivestito, nel biennio precedente alla pubblicazione del presente avviso, cariche in organi di indirizzo politico di questo Ateneo (es. consigliere di amministrazione, membro del Senato Accademico);
  • \n
  • di non aver subito condanne, anche con sentenza non passata in giudicato, per i reati previsti nel Capo I del Titolo II del libro secondo del Codice Penale;
  • \n
  • l'assenza di provvedimenti di destituzione dall'impiego presso una Pubblica Amministrazione a seguito di procedimento disciplinare, di dispensa dalla stessa per persistente o insufficiente rendimento, di decadenza o licenziamento da altro impiego pubblico per averlo conseguito mediante produzione dei documenti falsi o viziati da invalidità non sanabile o per qualsiasi altra causa ai sensi della normativa vigente;
  • \n
  • di aver preso visione dell'avviso e di accettare le condizioni in esso stabilite;
  • \n
  • di essere informato, ai sensi del art. 13, Regolamento 2016/679/UE - GDPR, nei limiti e per le finalità specificate nell'Informativa di cui all'art. 9 dell'Avviso e di acconsentire espressamente a che i propri dati personali, raccolti nell'ambito del presente procedimento, siano trattati, anche con strumenti informatici, nell'ambito del procedimento medesimo e, in particolare, che gli stessi siano utilizzati dall'Amministrazione per consentire la nomina quale collaudatore o componente dell'organo di collaudo; acconsente inoltre alla pubblicazione dei seguenti dati: nome, cognome, profilo professionale e requisiti di professionalità;
  • \n
  • di conoscere il Codice di Comportamento dei dipendenti dell'Università di Parma ed il vigente Piano Integrato Attività e Organizzazione 2025-2027, documenti pubblicati nel sito dell'Ateneo e reperibili ai seguenti indirizzi:\n
      \n
    • Codice di comportamento (TODO: link)
    • \n
    • Portale Trasparenza PAT - Università di Parma - Piano della Performance (TODO: link)
    • \n
    \n]]>
  • ", + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
  • che le informazioni riportate nel Curriculum vitae allegato sono veritiere;
  • \n
  • di non aver rivestito, nel biennio precedente alla pubblicazione del presente avviso, cariche in organi di indirizzo politico di questo Ateneo (es. consigliere di amministrazione, membro del Senato Accademico);
  • \n
  • di non aver subito condanne, anche con sentenza non passata in giudicato, per i reati previsti nel Capo I del Titolo II del libro secondo del Codice Penale;
  • \n
  • l'assenza di provvedimenti di destituzione dall'impiego presso una Pubblica Amministrazione a seguito di procedimento disciplinare, di dispensa dalla stessa per persistente o insufficiente rendimento, di decadenza o licenziamento da altro impiego pubblico per averlo conseguito mediante produzione dei documenti falsi o viziati da invalidità non sanabile o per qualsiasi altra causa ai sensi della normativa vigente;
  • \n
  • di aver preso visione dell'avviso e di accettare le condizioni in esso stabilite;
  • \n
  • di essere informato, ai sensi del art. 13, Regolamento 2016/679/UE - GDPR, nei limiti e per le finalità specificate nell'Informativa di cui all'art. 9 dell'Avviso e di acconsentire espressamente a che i propri dati personali, raccolti nell'ambito del presente procedimento, siano trattati, anche con strumenti informatici, nell'ambito del procedimento medesimo e, in particolare, che gli stessi siano utilizzati dall'Amministrazione per consentire la nomina quale collaudatore o componente dell'organo di collaudo; acconsente inoltre alla pubblicazione dei seguenti dati: nome, cognome, profilo professionale e requisiti di professionalità;
  • \n
  • di conoscere il Codice di Comportamento dei dipendenti dell'Università di Parma ed il vigente Piano Integrato Attività e Organizzazione 2025-2027, documenti pubblicati nel sito dell'Ateneo e reperibili ai seguenti indirizzi:\n
      \n
    • Codice di comportamento (TODO: link)
    • \n
    • Portale Trasparenza PAT - Università di Parma - Piano della Performance (TODO: link)
    • \n
  • \n]]>
    true
    " + }, + "attributeBindingData": "
    720SEC_0009_DEFAULT
    " + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "
    \n

    SI IMPEGNA

    \n
    \n
      \n
    1. qualora nominato, a rilasciare la dichiarazione di assenza delle cause di incompatibilità di cui all'art. 116, comma 6, del D.lgs. n. 36/2023;
    2. \n
    3. qualora nominato, a comunicare immediatamente all'Amministrazione eventuali ragioni di astensione o rifiuto dello specifico incarico;
    4. \n
    5. qualora nominato a fornire l'autorizzazione, ai sensi dell'art. 53 del D. Lgs.165/2001, all'espletamento dell'incarico da parte dell'Amministrazione di appartenenza;
    6. \n
    7. qualora nominato a presentare polizza di responsabilità civile/professionale a copertura dei rischi derivanti da errori od omissioni nelle attività di collaudo, per un massimale adeguato in relazione all'importo delle opere oggetto del collaudo;
    8. \n
    9. a comunicare tempestivamente all'Amministrazione e comunque non oltre 30 giorni dal verificarsi dei fatti causativi, la perdita dei requisiti ed ogni variazione che impedisca il mantenimento dell'iscrizione;
    10. \n
    11. di voler essere contattato, per ogni comunicazione inerente al presente procedimento, sia da parte della Area Dirigenziale Edilizia e Infrastrutture che dal Responsabile del Procedimento del presente avviso.
    12. \n
    ]]>
    ", + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
    SI IMPEGNA
    \n
    \n
      \n
    1. qualora nominato, a rilasciare la dichiarazione di assenza delle cause di incompatibilità di cui all'art. 116, comma 6, del D.lgs. n. 36/2023;
    2. \n
    3. qualora nominato, a comunicare immediatamente all'Amministrazione eventuali ragioni di astensione o rifiuto dello specifico incarico;
    4. \n
    5. qualora nominato a fornire l'autorizzazione, ai sensi dell'art. 53 del D. Lgs.165/2001, all'espletamento dell'incarico da parte dell'Amministrazione di appartenenza;
    6. \n
    7. qualora nominato a presentare polizza di responsabilità civile/professionale a copertura dei rischi derivanti da errori od omissioni nelle attività di collaudo, per un massimale adeguato in relazione all'importo delle opere oggetto del collaudo;
    8. \n
    9. a comunicare tempestivamente all'Amministrazione e comunque non oltre 30 giorni dal verificarsi dei fatti causativi, la perdita dei requisiti ed ogni variazione che impedisca il mantenimento dell'iscrizione;
    10. \n
    11. di voler essere contattato, per ogni comunicazione inerente al presente procedimento, sia da parte della Area Dirigenziale Edilizia e Infrastrutture che dal Responsabile del Procedimento del presente avviso.
    12. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    720SEC_0007_DEFAULT
    " + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "
    A tal fine

    \n
    \n

    DICHIARA

    \n

    AI SENSI E PER GLI EFFETTI DEGLI ART. 46 E 47 DEL D.P.R. 445/2000

    \n
    \n

    consapevole della responsabilità penale cui può andare incontro nel caso di affermazioni mendaci e delle relative sanzioni penali di cui all’art. 76 del D.P.R. 445/2000, nonché delle conseguenze amministrative di esclusione della candidatura per l’iscrizione nell’Elenco, ai sensi della normativa vigente in materia, di essere in possesso di tutti i requisiti di partecipazione previsti dall’Avviso di manifestazione di interesse in oggetto e in particolare:

    \n]]>
    ", + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
    \n
    \n
    A tal fine
    \n
    \n
    DICHIARA
    \n
    AI SENSI E PER GLI EFFETTI DEGLI ART. 46 E 47 DEL D.P.R. 445/2000
    \n
    \n
    consapevole della responsabilità penale cui può andare incontro nel caso di affermazioni mendaci e delle relative sanzioni penali di cui all'art. 76 del D.P.R. 445/2000, nonché delle conseguenze amministrative di esclusione della candidatura per l'iscrizione nell'Elenco, ai sensi della normativa vigente in materia, di essere in possesso di tutti i requisiti di partecipazione previsti dall'Avviso di manifestazione di interesse in oggetto e in particolare:
    \n
    \n
    \n
      \n
    1. di essere dipendente, con rapporto di lavoro subordinato a tempo indeterminato, della seguente Pubblica Amministrazione
    2. \n
    \n]]>
    true
    " + }, + "attributeBindingData": "
    720SEC_0001_DEFAULT
    " + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPost": "
    \n
    ]]>
    true
    ", + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    720SEC_0008_DEFAULT
    " + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "\n
    \r\n
      \r\n
    1. di essere in possesso del seguente titolo di studi
    2. \r\n
    ]]>
    true
    \n" + }, + "attributeBindingData": "
    720SEC_0002_DEFAULT
    " + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "\n
      \r\n
    1. per le sezioni 1, 2 e 3 dell'Elenco - art. 2 dell'Avviso
    2. \r\n

    ]]>
    \n", + "ELIX_DISPATTR_ReportSectionTextPre": "\n
    \r\n
  • per le sezioni 1, 2 e 3 dell'Elenco - art. 2 dell'Avviso
  • \r\n]]>
    true
    \n" + }, + "attributeBindingData": "
    720SEC_0003_DEFAULT
    " + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayNone": "
    true
    ", + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n]]>true
    " + }, + "attributeBindingData": "
    720SEC_0005_DEFAULT
    " + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
      \n
    1. di possedere
    2. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    720SEC_0006_DEFAULT
    " + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
      \n
    1. per le sezioni 1, 2 e 3 dell'Elenco - art. 3 dell'Avviso
    2. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    720SEC_0011_DEFAULT
    " + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
      \n
    1. per la sezione 4 dell'Elenco - art. 3 dell'Avviso
    2. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    720SEC_0012_DEFAULT
    " + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
      \n
    1. di possedere
    2. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    720SEC_0013_DEFAULT
    " + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "\n
      \r\n
    1. per la sezione 4 dell'Elenco - art. 2 dell'Avviso
    2. \r\n

    ]]>
    \n", + "ELIX_DISPATTR_ReportSectionTextPre": "\n
    \r\n
  • per la sezione 4 dell'Elenco - art. 2 dell'Avviso
  • \r\n]]>
    true
    \n" + }, + "attributeBindingData": "\n
    720SEC_0015_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_FieldRequired": "\n
    falseSelezionare una data
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    720COL0027_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_ReportLabel": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    720COL0028_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_ReportLabel": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    720COL0029_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldGroupAll": "\n
    71323In caso di scelta delle Sezione 1, 2 e 3 è necessario selezionare la dichiarazione
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    720COL0030_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldGroupAll": "\n
    71324In caso di scelta della Sezione 4 è necessario selezionare la dichiarazione
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    720COL0031_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_GetFromTag": "\n
    SEL_GRUPPO_1
    \n", + "ELIX_DISPATTR_DisplayNone": "\n
    true
    \n", + "ELIX_ATTR_FieldGroupAll": "\n
    71323Sezioni 1-2-3
    \n", + "ELIX_DISPATTR_DisplayReadOnlyV2": "\n
    true
    \n", + "ELIX_DISPATTR_ReportHidden": "\n
    truefalse
    \n" + }, + "attributeBindingData": "\n
    720COL0032_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_reportlabel", + "value": "con inquadramento", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_reportlabel_attrreportdisplaypluginvisibleinprint", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "con inquadramento *", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupall", + "value": "71301", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_ignorezeroattr", + "value": "", + "properties": [] + }, + { + "schemaId": 720, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Compilare tutti i campi relativi all'impiego attuale", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_GetFromTag": "\n
    SEL_GRUPPO_2
    \n", + "ELIX_DISPATTR_DisplayNone": "\n
    true
    \n", + "ELIX_ATTR_FieldGroupAll": "\n
    71324Sezioni 4
    \n", + "ELIX_DISPATTR_DisplayReadOnlyV2": "\n
    true
    \n", + "ELIX_DISPATTR_ReportHidden": "\n
    truefalse
    \n" + }, + "attributeBindingData": "\n
    720COL0033_DEFAULT
    \n" + } + ], + "title": "CANDIDATURA_INCARICHI_COLLAUDO_Titoli_v2" + }, + { + "id": 719, + "schema": "
    ", + "calculatedFieldData": null, + "extendedAttributes": [ + { + "attribute": [ + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Stazione Appaltante *", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare un valore", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Stazione Appaltante *", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare un valore", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Stazione Appaltante *", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare un valore", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    719COL0001_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Stazione Appaltante *", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare un valore", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Stazione Appaltante *", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare un valore", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Stazione Appaltante *", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare un valore", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Stazione Appaltante *", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare un valore", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_ValidateRegExp": "\n
    ^([1-9]+[0-9]*)$Inserire un valore numerico intero maggiore di zero
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    719COL0002_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Stazione Appaltante *", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare un valore", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Stazione Appaltante *", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 719, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare un valore", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueSelezionare un valore
    \n" + }, + "attributeBindingData": "\n
    719COL0003_DEFAULT
    \n" + } + ], + "title": "CANDIDATURA_INCARICHI_COLLAUDO_Stazione_Appaltante" + }, + { + "id": 712, + "schema": "
    ", + "calculatedFieldData": null, + "extendedAttributes": [ + { + "attribute": [ + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    SEL_SEZIONE_1
    \n", + "ELIX_ATTR_FieldGroupAtLeastOne": "\n
    1234Selezionare almeno una sezione
    \n", + "ELIX_ATTR_ResetStep": "\n
    trueTitoli
    \n" + }, + "attributeBindingData": "\n
    712COL0001_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    SEL_SEZIONE_2
    \n", + "ELIX_ATTR_FieldGroupAtLeastOne": "\n
    1234Selezionare almeno una sezione
    \n", + "ELIX_ATTR_ResetStep": "\n
    trueTitoli
    \n" + }, + "attributeBindingData": "\n
    712COL0002_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    SEL_SEZIONE_3
    \n", + "ELIX_ATTR_FieldGroupAtLeastOne": "\n
    1234Selezionare almeno una sezione
    \n", + "ELIX_ATTR_FieldGroupValue": "\n
    COL00044,5Selezionare in caso di scelta sottostante
    \n", + "ELIX_ATTR_ResetStep": "\n
    trueTitoli
    \n" + }, + "attributeBindingData": "\n
    712COL0003_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    SEL_SEZIONE_4
    \n", + "ELIX_ATTR_FieldGroupAtLeastOne": "\n
    1234Selezionare almeno una sezione
    \n", + "ELIX_ATTR_FieldGroupValue": "\n
    COL00067,8Selezionare in caso di scelta sottostante
    \n", + "ELIX_ATTR_ResetStep": "\n
    trueTitoli
    \n" + }, + "attributeBindingData": "\n
    712COL0005_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_FieldGroupValue": "\n
    COL00033Selezionare almeno uno dei valori in caso di scelta della sezione
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
     ]]>
    \n" + }, + "attributeBindingData": "\n
    712COL0004_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_FieldGroupValue": "\n
    COL00056Selezionare almeno uno dei valori in caso di scelta della sezione
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
     ]]>
    \n" + }, + "attributeBindingData": "\n
    712COL0006_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "\n
    RICHIEDE

    \r\n
    \r\n

    L'ISCRIZIONE NELL’ELENCO IN OGGETTO

    \r\n

    per la successiva nomina degli Organi di Collaudo ai sensi dell'art.116 comma 4 del D. Lgs. n. 36/2023

    \r\n
    \r\n

    PER LE SEGUENTI SEZIONI (* è necessario selezionare almeno una sezione):

    \r\n]]>
    \n", + "ELIX_DISPATTR_ReportSectionTextPre": "\n
    \r\n\r\n
    RICHIEDE
    \r\n
    \r\n
    L'ISCRIZIONE NELL'ELENCO IN OGGETTO
    \r\n
    per la successiva nomina degli Organi di Collaudo ai sensi dell'art.116 comma 4 del D. Lgs. n. 36/2023
    \r\n
    \r\n
    PER LE SEGUENTI SEZIONI:
    \r\n
    ]]>
    true
    \n" + }, + "attributeBindingData": "\n
    712SEC_0001_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    SEL_GRUPPO_1
    \n", + "ELIX_DISPATTR_DisplayNone": "\n
    true
    \n", + "ELIX_ATTR_EftlSolver": "\n
    true
    \n", + "ELIX_DISPATTR_DisplayReadOnlyV2": "\n
    true
    \n", + "ELIX_DISPATTR_ReportHidden": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    712COL0011_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colname", + "value": "COL0004", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-fieldgroupvalue-colvalues", + "value": "4,5", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "SEL_SEZIONE_3", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-mf", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep", + "value": "true", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-resetstep-tag", + "value": "Titoli", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_fieldgroupatleastone", + "value": "1234", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "ignorezeroattr_fieldgroupatleastone", + "value": "", + "properties": [] + }, + { + "schemaId": 712, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Selezionare almeno una sezione", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    SEL_GRUPPO_2
    \n", + "ELIX_DISPATTR_DisplayNone": "\n
    true
    \n", + "ELIX_ATTR_EftlSolver": "\n
    true
    \n", + "ELIX_DISPATTR_DisplayReadOnlyV2": "\n
    true
    \n", + "ELIX_DISPATTR_ReportHidden": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    712COL0012_DEFAULT
    \n" + } + ], + "title": "CANDIDATURA_INCARICHI_COLLAUDO_Iscrizione_Sezioni" + }, + { + "id": 721, + "schema": "
    ", + "calculatedFieldData": null, + "extendedAttributes": [ + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "\n
    \r\n
  • di possedere idonea professionalità ed esperienza nel Settore;
  • \r\n
  • che le informazioni riportate nel Curriculum vitae allegato sono veritiere;
  • \r\n
  • di non aver rivestito, nel biennio precedente alla pubblicazione del presente avviso, cariche in organi di indirizzo politico di questo Ateneo (es. consigliere di amministrazione, membro del Senato Accademico);
  • \r\n
  • di non aver subito condanne, anche con sentenza non passata in giudicato, per i reati previsti nel Capo I del Titolo II del libro secondo del Codice Penale;
  • \r\n
  • l'assenza di provvedimenti di destituzione dall'impiego presso una Pubblica Amministrazione a seguito di procedimento disciplinare, di dispensa dalla stessa per persistente o insufficiente rendimento, di decadenza o licenziamento da altro impiego pubblico per averlo conseguito mediante produzione dei documenti falsi o viziati da invalidità non sanabile o per qualsiasi altra causa ai sensi della normativa vigente;
  • \r\n
  • di aver preso visione dell'avviso e di accettare le condizioni in esso stabilite;
  • \r\n
  • di essere informato, ai sensi del art. 13, Regolamento 2016/679/UE - GDPR, nei limiti e per le finalità specificate nell'Informativa di cui all'art. 9 dell'Avviso e di acconsentire espressamente a che i propri dati personali, raccolti nell'ambito del presente procedimento, siano trattati, anche con strumenti informatici, nell'ambito del procedimento medesimo e, in particolare, che gli stessi siano utilizzati dall'Amministrazione per consentire la nomina quale collaudatore o componente dell'organo di collaudo; acconsente inoltre alla pubblicazione dei seguenti dati: nome, cognome, profilo professionale e requisiti di professionalità;
  • \r\n
  • di conoscere il Codice di Comportamento dei dipendenti dell'Università di Parma ed il vigente Piano Integrato Attività e Organizzazione 2025-2027, documenti pubblicati nel sito dell'Ateneo e reperibili ai seguenti indirizzi:\r\n\r\n]]>
  • \n", + "ELIX_DISPATTR_ReportSectionTextPre": "\n
    \r\n
  • di possedere idonea professionalità ed esperienza nel Settore;
  • \r\n
  • che le informazioni riportate nel Curriculum vitae allegato sono veritiere;
  • \r\n
  • di non aver rivestito, nel biennio precedente alla pubblicazione del presente avviso, cariche in organi di indirizzo politico di questo Ateneo (es. consigliere di amministrazione, membro del Senato Accademico);
  • \r\n
  • di non aver subito condanne, anche con sentenza non passata in giudicato, per i reati previsti nel Capo I del Titolo II del libro secondo del Codice Penale;
  • \r\n
  • l'assenza di provvedimenti di destituzione dall'impiego presso una Pubblica Amministrazione a seguito di procedimento disciplinare, di dispensa dalla stessa per persistente o insufficiente rendimento, di decadenza o licenziamento da altro impiego pubblico per averlo conseguito mediante produzione dei documenti falsi o viziati da invalidità non sanabile o per qualsiasi altra causa ai sensi della normativa vigente;
  • \r\n
  • di aver preso visione dell'avviso e di accettare le condizioni in esso stabilite;
  • \r\n
  • di essere informato, ai sensi del art. 13, Regolamento 2016/679/UE - GDPR, nei limiti e per le finalità specificate nell'Informativa di cui all'art. 9 dell'Avviso e di acconsentire espressamente a che i propri dati personali, raccolti nell'ambito del presente procedimento, siano trattati, anche con strumenti informatici, nell'ambito del procedimento medesimo e, in particolare, che gli stessi siano utilizzati dall'Amministrazione per consentire la nomina quale collaudatore o componente dell'organo di collaudo; acconsente inoltre alla pubblicazione dei seguenti dati: nome, cognome, profilo professionale e requisiti di professionalità;
  • \r\n
  • di conoscere il Codice di Comportamento dei dipendenti dell'Università di Parma ed il vigente Piano Integrato Attività e Organizzazione 2025-2027, documenti pubblicati nel sito dell'Ateneo e reperibili ai seguenti indirizzi:\r\n
  • \r\n]]>
    true
    \n" + }, + "attributeBindingData": "
    721SEC_0009_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "
    \n

    SI IMPEGNA

    \n
    \n
      \n
    1. qualora nominato, a rilasciare la dichiarazione di assenza delle cause di incompatibilità di cui all'art. 116, comma 6, del D.lgs. n. 36/2023;
    2. \n
    3. qualora nominato, a comunicare immediatamente all'Amministrazione eventuali ragioni di astensione o rifiuto dello specifico incarico;
    4. \n
    5. qualora nominato a fornire l'autorizzazione, ai sensi dell'art. 53 del D. Lgs.165/2001, all'espletamento dell'incarico da parte dell'Amministrazione di appartenenza;
    6. \n
    7. qualora nominato a presentare polizza di responsabilità civile/professionale a copertura dei rischi derivanti da errori od omissioni nelle attività di collaudo, per un massimale adeguato in relazione all'importo delle opere oggetto del collaudo;
    8. \n
    9. a comunicare tempestivamente all'Amministrazione e comunque non oltre 30 giorni dal verificarsi dei fatti causativi, la perdita dei requisiti ed ogni variazione che impedisca il mantenimento dell'iscrizione;
    10. \n
    11. di voler essere contattato, per ogni comunicazione inerente al presente procedimento, sia da parte della Area Dirigenziale Edilizia e Infrastrutture che dal Responsabile del Procedimento del presente avviso.
    12. \n
    ]]>
    ", + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
    SI IMPEGNA
    \n
    \n
      \n
    1. qualora nominato, a rilasciare la dichiarazione di assenza delle cause di incompatibilità di cui all'art. 116, comma 6, del D.lgs. n. 36/2023;
    2. \n
    3. qualora nominato, a comunicare immediatamente all'Amministrazione eventuali ragioni di astensione o rifiuto dello specifico incarico;
    4. \n
    5. qualora nominato a fornire l'autorizzazione, ai sensi dell'art. 53 del D. Lgs.165/2001, all'espletamento dell'incarico da parte dell'Amministrazione di appartenenza;
    6. \n
    7. qualora nominato a presentare polizza di responsabilità civile/professionale a copertura dei rischi derivanti da errori od omissioni nelle attività di collaudo, per un massimale adeguato in relazione all'importo delle opere oggetto del collaudo;
    8. \n
    9. a comunicare tempestivamente all'Amministrazione e comunque non oltre 30 giorni dal verificarsi dei fatti causativi, la perdita dei requisiti ed ogni variazione che impedisca il mantenimento dell'iscrizione;
    10. \n
    11. di voler essere contattato, per ogni comunicazione inerente al presente procedimento, sia da parte della Area Dirigenziale Edilizia e Infrastrutture che dal Responsabile del Procedimento del presente avviso.
    12. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    721SEC_0007_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "
    A tal fine

    \n
    \n

    DICHIARA

    \n

    AI SENSI E PER GLI EFFETTI DEGLI ART. 46 E 47 DEL D.P.R. 445/2000

    \n
    \n

    consapevole della responsabilità penale cui può andare incontro nel caso di affermazioni mendaci e delle relative sanzioni penali di cui all’art. 76 del D.P.R. 445/2000, nonché delle conseguenze amministrative di esclusione della candidatura per l’iscrizione nell’Elenco, ai sensi della normativa vigente in materia, di essere in possesso di tutti i requisiti di partecipazione previsti dall’Avviso di manifestazione di interesse in oggetto e in particolare:

    \n]]>
    ", + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
    \n
    \n
    A tal fine
    \n
    \n
    DICHIARA
    \n
    AI SENSI E PER GLI EFFETTI DEGLI ART. 46 E 47 DEL D.P.R. 445/2000
    \n
    \n
    consapevole della responsabilità penale cui può andare incontro nel caso di affermazioni mendaci e delle relative sanzioni penali di cui all'art. 76 del D.P.R. 445/2000, nonché delle conseguenze amministrative di esclusione della candidatura per l'iscrizione nell'Elenco, ai sensi della normativa vigente in materia, di essere in possesso di tutti i requisiti di partecipazione previsti dall'Avviso di manifestazione di interesse in oggetto e in particolare:
    \n
    \n
    \n
      \n
    1. di essere dipendente, con rapporto di lavoro subordinato a tempo indeterminato, della seguente Pubblica Amministrazione
    2. \n
    \n]]>
    true
    " + }, + "attributeBindingData": "
    721SEC_0001_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "
    ", + "ELIX_ATTR_FieldRequired": "
    trueLa dichiarazione è obbligatoria
    ", + "ELIX_DISPATTR_ReportLabel": "
    true
    " + }, + "attributeBindingData": "
    721COL0019_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "
    ", + "ELIX_ATTR_FieldRequired": "
    trueLa dichiarazione è obbligatoria
    ", + "ELIX_DISPATTR_ReportLabel": "
    true
    " + }, + "attributeBindingData": "
    721COL0020_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPost": "
    \n
    ]]>
    true
    ", + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    721SEC_0008_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
      \n
    1. di essere in possesso del seguente titolo di studi
    2. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    721SEC_0002_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
      \n
    1. di essere in possesso dell'abilitazione all'esercizio della professione di
    2. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    721SEC_0003_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
      \n
    1. di essere iscritto all'Ordine dei/degli/delle
    2. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    721SEC_0004_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
      \n
    1. di avere prestato servizio presso la seguente Stazione Appaltante
    2. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    721SEC_0005_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
      \n
    1. di possedere
    2. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    721SEC_0006_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
      \n
    1. per le sezioni 1, 2 e 3 dell'Elenco - art. 3 dell'Avviso
    2. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    721SEC_0011_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n
      \n
    1. per la sezione 4 dell'Elenco - art. 3 dell'Avviso
    2. \n
    ]]>
    true
    " + }, + "attributeBindingData": "
    721SEC_0012_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_DisplayNone": "
    true
    ", + "ELIX_DISPATTR_ReportSectionTextPre": "
    \n]]>true
    " + }, + "attributeBindingData": "
    721SEC_0013_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_GetFromTag": "
    SEL_GRUPPO_1
    ", + "ELIX_DISPATTR_DisplayNone": "
    true
    ", + "ELIX_ATTR_FieldGroupAll": "
    71323Sezioni 1-2-3
    ", + "ELIX_DISPATTR_DisplayReadOnlyV2": "
    true
    ", + "ELIX_DISPATTR_ReportHidden": "
    true
    " + }, + "attributeBindingData": "
    721COL0027_DEFAULT
    " + }, + { + "attribute": [], + "attributeData": { + "ELIX_DISPATTR_GetFromTag": "
    SEL_GRUPPO_2
    ", + "ELIX_DISPATTR_DisplayNone": "
    true
    ", + "ELIX_ATTR_FieldGroupAll": "
    71324Sezioni 4
    ", + "ELIX_DISPATTR_DisplayReadOnlyV2": "
    true
    ", + "ELIX_DISPATTR_ReportHidden": "
    true
    " + }, + "attributeBindingData": "
    721COL0028_DEFAULT
    " + } + ], + "title": "CANDIDATURA_INCARICHI_COLLAUDO_Dichiarazioni_v2" + }, + { + "id": 714, + "schema": "
    ", + "calculatedFieldData": null, + "extendedAttributes": [ + { + "attribute": [ + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    PROTOCOL_ATTACHMENT
    \n", + "ELIX_DISPATTR_ReportTextPost": "\n

    ]]>
    false
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueAllegare un file
    \n", + "ELIX_DISPATTR_DisplayTextPost": "\n
    \r\n
     
    \r\n
    \r\n
      \r\n
    • Il CV deve essere redatto in formato europeo
    • \r\n
    • Il CV deve essere datato e sottoscritto digitalmente o con firma autografa scansionata
    • \r\n
    • Il CV deve essere fornito in formato PDF/A
    • \r\n
    • Il file non deve essere vuoto e la sua dimensione deve essere minore di 4 MB
    • \r\n
    \r\n
    \r\n]]>
    \n", + "ELIX_ATTR_ValidateAttachmentField": "\n
    true4000000application/pdfpdfIl file allegato non rispetta i requisiti indicati
    \n" + }, + "attributeBindingData": "\n
    714COL0001_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    PROTOCOL_ATTACHMENT
    \n", + "ELIX_DISPATTR_ReportTextPost": "\n

    ]]>
    false
    \n", + "ELIX_DISPATTR_DisplayHidden": "\n
    true
    \n", + "ELIX_DISPATTR_DisplayNone": "\n
    true
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \r\n(obbligatorio solo in caso di CV non firmato digitalmente)]]>
    \n", + "ELIX_DISPATTR_DisplayTextPost": "\n
    \r\n
     
    \r\n
    \r\n
      \r\n
    • Il file non deve essere vuoto e la sua dimensione deve essere minore di 4 MB
    • \r\n
    • Il file deve essere compreso fra questi formati:
    • \r\n
        \r\n
      • Documento PDF: .pdf
      • \r\n
      • Documento firmato P7M: .p7m
      • \r\n
      • Immagine TIFF: .tif
      • \r\n
      • Immagine JPG: .jpg, .jpeg
      • \r\n
      • Immagine PNG: .png
      • \r\n
      \r\n
    \r\n
    \r\n]]>
    \n", + "ELIX_ATTR_ValidateAttachmentField": "\n
    true4000000pdf,p7m,tif,jpg,jpeg,pngIl file allegato non rispetta i requisiti indicati
    \n", + "ELIX_DISPATTR_ReportHidden": "\n
    truefalse
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    \n" + }, + "attributeBindingData": "\n
    714COL0002_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "\n
    \r\n
    Alla presente istanza si allegano i seguenti documenti:
    \r\n
    ]]>
    \n", + "ELIX_DISPATTR_ReportSectionTextPre": "\n
    \r\n
    \r\n
    Alla presente istanza si allegano i seguenti documenti:
    \r\n
    ]]>
    true
    \n" + }, + "attributeBindingData": "\n
    714SEC_0001_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_ValidateDateRange": "\n
    NowNow
    \n", + "ELIX_DISPATTR_DisplayNone": "\n
    true
    \n", + "ELIX_DISPATTR_ValidateDateRangeDefault": "\n
    Now
    \n", + "ELIX_DISPATTR_DisplayReadOnlyV2": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    714COL0003_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-defaulttype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mintype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-mindays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-minyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxtype", + "value": "2", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxabsolute", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxyears", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxdays", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-validatedaterange-maxmonths", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 714, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaynone", + "value": "true", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_ReportSectionTextPre": "\n
    \r\n
    ]]>
    true
    \n" + }, + "attributeBindingData": "\n
    714SEC_0002_DEFAULT
    \n" + } + ], + "title": "CANDIDATURA_INCARICHI_COLLAUDO_Allegati" + }, + { + "id": 711, + "schema": "
    ", + "calculatedFieldData": null, + "extendedAttributes": [ + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    RICHIEDENTE_COGNOME
    \n", + "ELIX_DISPATTR_GetFromTag": "\n
    SSO_COGNOME
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_DisplayReadOnlyV2": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    711COL0001_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    RICHIEDENTE_NOME
    \n", + "ELIX_DISPATTR_GetFromTag": "\n
    SSO_NOME
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_DisplayReadOnlyV2": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    711COL0002_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_CheckFiscalCode": "\n
    trueCOL0003trueInserire un codice fiscale valido
    \n", + "ELIX_DISPATTR_Tag": "\n
    RICHIEDENTE_CODICE_FISCALE
    \n", + "ELIX_DISPATTR_GetFromTag": "\n
    SSO_CF
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_DisplayReadOnlyV2": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    711COL0003_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_ValidateDateRange": "\n
    Now - [__] GG [__] MM[__] AA18Selezionare una data valida
    \n", + "ELIX_DISPATTR_GetFromTag": "\n
    SSO_DATANASCITAyyyy-MM-dd
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    \n" + }, + "attributeBindingData": "\n
    711COL0006_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_GetFromTag": "\n
    SSO_COMUNENASCITA
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    \n" + }, + "attributeBindingData": "\n
    711COL0004_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    \n" + }, + "attributeBindingData": "\n
    711COL0005_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    RICHIEDENTE_INDIRIZZO_COMUNE
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    \n" + }, + "attributeBindingData": "\n
    711COL0007_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    RICHIEDENTE_INDIRIZZO_PROVINCIA
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    \n" + }, + "attributeBindingData": "\n
    711COL0008_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_Tag": "\n
    RICHIEDENTE_INDIRIZZO_VIA
    \n", + "ELIX_DISPATTR_GetFromTag": "\n
    SSO_INDIRIZZO
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    \n" + }, + "attributeBindingData": "\n
    711COL0009_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_ValidateRegExp": "\n
    ^(\\d{5})$Inserire un CAP valido
    \n", + "ELIX_DISPATTR_Tag": "\n
    RICHIEDENTE_INDIRIZZO_CAP
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    \n" + }, + "attributeBindingData": "\n
    711COL0010_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_ValidateRegExp": "\n
    ^[+]?[\\d]{4,}+$Inserire un numero di telefono fisso o mobile valido
    \n", + "ELIX_DISPATTR_Tag": "\n
    RICHIEDENTE_TELEFONO
    \n", + "ELIX_DISPATTR_GetFromTag": "\n
    SSO_CELLULARE
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_ATTR_FieldRequired": "\n
    trueInserire un valore
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    711COL0014_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_ValidateRegExp": "\n
    ^$|^([!#-'*+-9=?A-Z^-~-]+(\\.[!#-'*+-9=?A-Z^-~-]+)*|\\\"(\\[\\]!#-[^-~ \\t]|(\\\\[\\t -~]))+\\\")@([!#-'*+-9=?A-Z^-~-]+(\\.[!#-'*+-9=?A-Z^-~-]+)*|\\[[\\t -Z^-~]*])$Inserire un indirizzo e-mail valido
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    711COL0015_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_ATTR_ValidateRegExp": "\n
    ^$|^([!#-'*+-9=?A-Z^-~-]+(\\.[!#-'*+-9=?A-Z^-~-]+)*|\\\"(\\[\\]!#-[^-~ \\t]|(\\\\[\\t -~]))+\\\")@([!#-'*+-9=?A-Z^-~-]+(\\.[!#-'*+-9=?A-Z^-~-]+)*|\\[[\\t -Z^-~]*])$Inserire un indirizzo e-mail valido
    \n", + "ELIX_DISPATTR_Tag": "\n
    RICHIEDENTE_EMAIL
    \n", + "ELIX_DISPATTR_DisplayLabel": "\n
    \n", + "ELIX_DISPATTR_ReportLabel": "\n
    true
    \n" + }, + "attributeBindingData": "\n
    711COL0016_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "\n
    Dati anagrafici]]>
    \n", + "ELIX_DISPATTR_ReportSectionTextPre": "\n

    CANDIDATURA PER ISCRIZIONE NELL'ELENCO DI COLLAUDATORI

    \r\n
    \r\n

    AVVISO DI MANIFESTAZIONE DI INTERESSE

    \r\n

    RIVOLTO AI DIPENDENTI DI PUBBLICHE AMMINISTRAZIONI PER LA RACCOLTA DI CANDIDATURE FINALIZZATA ALLA COSTITUZIONE DI UN ELENCO DI COMPONENTI DEGLI ORGANI DI COLLAUDO, DA CUI ATTINGERE PER AFFIDARE, EX ART. 116 COMMA 4 DEL D.LGS. 36/2023, GLI INCARICHI DI COLLAUDO NELL'AMBITO DEGLI INTERVENTI DI COMPETENZA DELL'UNIVERSITÀ DI PARMA.

    \r\n
    \r\n
    \r\n

    Dati anagrafici

    ]]>
    true
    \n" + }, + "attributeBindingData": "\n
    711SEC_0001_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "\n
    Nato/a]]>
    \n", + "ELIX_DISPATTR_ReportSectionTextPre": "\n
    nato/a

    ]]>
    true
    \n" + }, + "attributeBindingData": "\n
    711SEC_0002_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "\n
    Residente]]>
    \n", + "ELIX_DISPATTR_ReportSectionTextPre": "\n
    Residente

    ]]>
    true
    \n" + }, + "attributeBindingData": "\n
    711SEC_0003_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "\n
    Iscritto al seguente Ordine Professionale]]>
    \n" + }, + "attributeBindingData": "\n
    711SEC_0004_DEFAULT
    \n" + }, + { + "attribute": [ + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag", + "value": "RICHIEDENTE_CODICE_FISCALE", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_order", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_orderbylast", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_format", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_tag_dateformat", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch", + "value": "SSO_CF", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-type", + "value": "0", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix-tag-fetch-separator", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrdisplaylabel_displaylabel", + "value": "Codice fiscale *", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_displayreadonlyv2_1v2", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_display_attrsubmitdisabledelements", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_required", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_fieldrequired_attr_zero_as_null", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_attr_require_fc", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "elix_error_message", + "value": "Inserire un codice fiscale valido", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_enable", + "value": "true", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_country", + "value": "", + "properties": [] + }, + { + "schemaId": 711, + "tag": "_DEFAULT", + "section": null, + "field": "COL0003", + "name": "com_anthesi_elix_forms_validation_checkfiscalcode_attr_field", + "value": "COL0003", + "properties": [] + } + ], + "attributeData": { + "ELIX_DISPATTR_SectionTextPre": "\n
    Contatti]]>
    \n", + "ELIX_DISPATTR_ReportSectionTextPre": "\n
    Contatti

    ]]>
    true
    \n" + }, + "attributeBindingData": "\n
    711SEC_0005_DEFAULT
    \n" + } + ], + "title": "CANDIDATURA_INCARICHI_COLLAUDO_Dati_Anagrafici" + }, + { + "id": 226, + "schema": "\n
    unipr_titulus_produzionecom.anthesi.rwe2.protocol.impl.TitulusSpooler
    arrivofalseCandidatura per affidamento incarichi di collaudo ([TAG]GETVALUEBYTAG,RICHIEDENTE_COGNOME,REQUEST,IUQOID[/TAG] [TAG]GETVALUEBYTAG,RICHIEDENTE_NOME,REQUEST,IUQOID[/TAG], CF: [TAG]GETVALUEBYTAG,RICHIEDENTE_CODICE_FISCALE,REQUEST,IUQOID[/TAG])elixFormselixForms - Manifestazione Interesse Incarichi Collaudotrue
    Manifestazione di interesse per affidamento incarichi di collaudo2026elixForms - Manifestazione Interesse Incarichi Collaudo[TAG]SCHEMAID,17,COL0013,IUQOID, , ,,yyyy[/TAG][TAG]SCHEMAID,17,COL0013,IUQOID, , ,,yyyy[/TAG]
    [TAG]GETVALUEBYTAG,RICHIEDENTE_NOME,REQUEST,IUQOID[/TAG][TAG]GETVALUEBYTAG,RICHIEDENTE_CODICE_FISCALE,REQUEST,IUQOID[/TAG][TAG]GETVALUEBYTAG,RICHIEDENTE_EMAIL,REQUEST,IUQOID[/TAG][TAG]GETVALUEBYTAG,RICHIEDENTE_TELEFONO,REQUEST,IUQOID[/TAG][TAG]GETVALUEBYTAG,RICHIEDENTE_INDIRIZZO_VIA,REQUEST,IUQOID[/TAG], [TAG]GETVALUEBYTAG,RICHIEDENTE_INDIRIZZO_CAP,REQUEST,IUQOID[/TAG] [TAG]GETVALUEBYTAG,RICHIEDENTE_INDIRIZZO_COMUNE,REQUEST,IUQOID[/TAG] ([TAG]GETVALUEBYTAG,RICHIEDENTE_INDIRIZZO_PROVINCIA,REQUEST,IUQOID[/TAG])[TAG]GETVALUEBYTAG,RICHIEDENTE_COGNOME,REQUEST,IUQOID[/TAG]
    \n", + "calculatedFieldData": null, + "extendedAttributes": [], + "title": "Protocol - Titulus" + } + ], + "moduleConfig": [ + "
    ATTACHAllegatitruetrue4000<p><strong>INFORMAZIONI PER LA COMPILAZIONE</strong></p>\n\n<p>Tutti i campi contrassegnati dal carattere * indicano un campo da valorizzare obbligatoriamente</p>\n]]>
    ", + "\n
    VALIDATIONIdentifica utentetruetrue1000
    \n", + "
    USERDATADati utentetruefalse2000<p><strong>INFORMAZIONI PER LA COMPILAZIONE</strong></p>\n\n<p>Tutti i campi contrassegnati dal carattere * indicano un campo da valorizzare obbligatoriamente</p>\n]]>
    ", + "
    FORMSModulitruetrue3000<p><strong>INFORMAZIONI PER LA COMPILAZIONE</strong></p>\n\n<p>Tutti i campi contrassegnati dal carattere * indicano un campo da valorizzare obbligatoriamente</p>\n]]>
    ", + "
    CONFIRMRiepilogotruetrue5000<p>Si prega di verificare i dati presenti nel riepilogo prima di proseguire</p>\n]]>
    ", + "\n
    PRINTConvalidatruetrue6000true
    \n", + "\n
    RECEIPTInoltrotruetrue9000
    truececilia.fantuzzi@unipr.itfalse
    \n", + "\n
    PROTOCOLProtocollotruetrue10000
    \n", + "\n
    AUTHORIZATIONAutorizzazionefalsetrue7000
    \n" + ], + "modulePrintConfig": "\n
    /elixFormsCustom/overrides/pdf/module_generic_print.jsp/elixFormsCustom/overrides/pdf/module_generic_draft.jsp
    \n", + "moduleUserValidation": [ + "\n
    true
    163
    \n", + "\n
    true
    151
    \n" + ], + "validationTypes": [ + "\n
    CIECIEtruefalse
    \n", + "\n
    SPIDSPIDtruefalse
    \n" + ], + "validationTypesGenericIdTagMap": { + "163": "CIE", + "151": "SPID" + }, + "moduleValidation": [ + "\n
    falseSempre (default)true
    100FIRMA_AUTOGRAFA
    \n", + "\n
    falseSempre (default)false
    96SELF_DECLARATION
    \n", + "\n
    falseSempre (default)true
    97DIGITAL_SIGNATURE
    \n", + "\n
    trueSempre (default)
    99FREE_DECLARATION
    \n" + ], + "moduleBinaryData": {}, + "logo": null, + "logModule": { + "errorMessage": [], + "debugMessage": [], + "processMessage": [ + "Import scheda [720] Titolo : [CANDIDATURA_INCARICHI_COLLAUDO_Titoli_v2]
    ", + "Import scheda [719] Titolo : [CANDIDATURA_INCARICHI_COLLAUDO_Stazione_Appaltante]
    ", + "Import scheda [712] Titolo : [CANDIDATURA_INCARICHI_COLLAUDO_Iscrizione_Sezioni]
    ", + "Import scheda [721] Titolo : [CANDIDATURA_INCARICHI_COLLAUDO_Dichiarazioni_v2]
    ", + "Import scheda [714] Titolo : [CANDIDATURA_INCARICHI_COLLAUDO_Allegati]
    ", + "Import scheda [711] Titolo : [CANDIDATURA_INCARICHI_COLLAUDO_Dati_Anagrafici]
    ", + "Import scheda protocollo [226]", + "Import scheda [226] Titolo : [Protocol - Titulus]
    " + ], + "komessage": [] + }, + "translations": [], + "translationsTabMapper": [ + { + "sourceGenID": 92764, + "code": "FORMS", + "etichetta": "Titoli", + "order": 3002 + }, + { + "sourceGenID": 91688, + "code": "ATTACH", + "etichetta": "Allegati", + "order": 4001 + }, + { + "sourceGenID": 92765, + "code": "FORMS", + "etichetta": "Dichiarazioni", + "order": 3004 + }, + { + "sourceGenID": 94916, + "code": "FORMS", + "etichetta": "Pubbliche Amministrazioni", + "order": 3003 + }, + { + "sourceGenID": 91402, + "code": "FORMS", + "etichetta": "Scelta sezione", + "order": 3001 + }, + { + "sourceGenID": 91400, + "code": "USERDATA", + "etichetta": "Dati anagrafici", + "order": 2001 + } + ], + "translationsValidationTabMapper": [ + { + "sourceGenID": 91408, + "code": "FIRMA_AUTOGRAFA" + }, + { + "sourceGenID": 91409, + "code": "DIGITAL_SIGNATURE" + }, + { + "sourceGenID": 91407, + "code": "FREE_DECLARATION" + }, + { + "sourceGenID": 91410, + "code": "SELF_DECLARATION" + }, + { + "sourceGenID": 91406, + "code": "PRINT" + } + ], + "questionMapper": { + "questions": [] + }, + "federaModuleConfig": null, + "cinecaModuleConfig": null, + "source": "STQ0NTNfVU5JUFI=", + "sourceCrc": "2OB9NiJdJVKQVG90j6I+dxfdnxs79bRZZGjO9PigLA4=", + "version": "1.30.0", + "versionCRC": "9R/MUyU5Wz8/PbO7+a90Yqts8yrN/un3fiD0ZXj3w98=", + "protocolDataSchemaIds": [ + 226 + ] + } diff --git a/bruno/collections/elixForms API v2/Console UI/Backoffice Login.yml b/bruno/collections/elixForms API v2/Console UI/Login - Backoffice.yml similarity index 87% rename from bruno/collections/elixForms API v2/Console UI/Backoffice Login.yml rename to bruno/collections/elixForms API v2/Console UI/Login - Backoffice.yml index 3eea3b6..e092b6f 100644 --- a/bruno/collections/elixForms API v2/Console UI/Backoffice Login.yml +++ b/bruno/collections/elixForms API v2/Console UI/Login - Backoffice.yml @@ -1,11 +1,11 @@ info: - name: Backoffice Login + name: Login - Backoffice type: http seq: 1 http: method: POST - url: https://console-unipr.elixforms.it/CISIInformationUnit/ExecuteTransaction.jws + url: "{{elixFormsRootUrl}}/CISIInformationUnit/ExecuteTransaction.jws" headers: - name: Host value: console-unipr.elixforms.it @@ -21,18 +21,38 @@ http: data: - name: username type: text - value: Automation_User + value: "{{elixFormsConsoleUsername}}" - name: password type: text - value: n_HH9shL#VPeiiT^%;:t5/,jY + value: "{{elixFormsConsolePassword}}" - name: INSERT_BTN00000 type: text value: Accedi + disabled: true + auth: inherit runtime: scripts: - type: after-response code: |- + /* + const headerSetCookie = res.getHeader('set-cookie'); + console.log(headerSetCookie); + + const split1 = headerSetCookie.map(c => c.split(';')[0]); + console.log(split1); + + const split2 = split1.map(c => c.split('=')); + console.log(split2); + + const map = new Map(split2); + console.log(map); + + bru.setVar("elixFormsAjsrvCookie", "AJSRV=" + map.get("AJSRV")); + bru.setVar("elixFormsJsessionidCookie", "JSESSIONID=" + map.get("JSESSIONID")); + */ + + /* const ajsrvCookie = bru.cookies.get("AJSRV"); const jsessionidCookie = bru.cookies.get("JSESSIONID"); @@ -41,6 +61,7 @@ runtime: bru.setVar("elixFormsAjsrvCookie", "AJSRV=" + ajsrvCookie); bru.setVar("elixFormsJsessionidCookie", "JSESSIONID=" + jsessionidCookie); + */ - type: tests code: |- test("AJSRV cookie found", function () { diff --git a/bruno/collections/elixForms API v2/Console UI/Login - Gestione Schede.yml b/bruno/collections/elixForms API v2/Console UI/Login - Gestione Schede.yml new file mode 100644 index 0000000..8b9d19f --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Login - Gestione Schede.yml @@ -0,0 +1,198 @@ +info: + name: Login - Gestione Schede + type: http + seq: 2 + +http: + method: GET + url: "{{elixFormsRootUrl}}/rwe2/schema_console.jsp" + headers: + - name: Cookie + value: ISIPSESSION=dd755718a116664c31b89d25d251c6b2; AJSRV=BTN_USER_1787732684670_7497683962865219861; JSESSIONID=e480913d3ccdc8d517c2e8662d9a + disabled: true + - name: Host + value: console-unipr.elixforms.it + disabled: true + - name: Referer + value: https://console-unipr.elixforms.it/backoffice/ + params: + - name: IUXSID + value: TX_I4453_UNIPR_1787737266508_R-1756946974 + type: query + disabled: true + auth: inherit + +runtime: + scripts: + - type: before-request + code: |- + /* + const noAjsrvCookieFoundError = "No AJSRV cookie found!"; + var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); + if (ajsrvCookie == null || ajsrvCookie === "") { + console.error(noAjsrvCookieFoundError, ajsrvCookie); + throw new Error(noAjsrvCookieFoundError); + } + */ + - type: after-response + code: |- + /* + const ajsrvCookie = bru.cookies.get("AJSRV"); + const jsessionidCookie = bru.cookies.get("JSESSIONID"); + const isipSessionCookie = bru.cookies.get("ISIPSESSION"); + + console.log("Cookies: ", bru.cookies); + + bru.setVar("elixFormsAjsrvCookie", "AJSRV=" + ajsrvCookie); + bru.setVar("elixFormsJsessionidCookie", "JSESSIONID=" + jsessionidCookie); + bru.setVar("elixFormsIsipsessionCookie", "ISIPSESSION=" + isipSessionCookie); + */ + - type: tests + code: |- + test("AJSRV cookie found", function () { + const ajsrvCookie = bru.cookies.get("AJSRV"); + expect(ajsrvCookie).to.not.be.null; + expect(ajsrvCookie).to.not.be.empty; + }); + + test("JSESSIONID cookie found", function () { + const jsessionidCookie = bru.cookies.get("JSESSIONID"); + expect(jsessionidCookie).to.not.be.null; + expect(jsessionidCookie).to.not.be.empty; + }); + + test("ISIPSESSION cookie found", function () { + const isipsessionCookie = bru.cookies.get("ISIPSESSION"); + expect(isipsessionCookie).to.not.be.null; + expect(isipsessionCookie).to.not.be.empty; + }); + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: false + +examples: + - name: example + request: + url: https://console-unipr.elixforms.it/CISIInformationUnit/ExecuteTransaction.jws + method: POST + headers: + - name: Host + value: console-unipr.elixforms.it + - name: Referer + value: https://console-unipr.elixforms.it/backoffice/ + params: + - name: IUXSID + value: TX_I4453_UNIPR_1787737266508_R-1756946974 + type: query + disabled: true + body: + type: multipart-form + data: + - name: username + type: text + value: Automation_User + - name: password + type: text + value: n_HH9shL#VPeiiT^%;:t5/,jY + - name: INSERT_BTN00000 + type: text + value: Accedi + response: + status: 200 + statusText: OK + headers: + - name: date + value: Wed, 26 Aug 2026 10:34:54 GMT + - name: server + value: '""' + - name: content-security-policy + value: "default-src https: data: 'unsafe-inline' 'unsafe-eval'; img-src 'self' blob: data: https:;" + - name: x-powered-by + value: JSP/2.2 + - name: content-type + value: text/html;charset=UTF-8 + - name: set-cookie + value: JSESSIONID=da31f0432559043377f947047c89; Path=/; HttpOnly + - name: vary + value: Accept-Encoding + - name: strict-transport-security + value: max-age=31536000; includeSubDomains + - name: x-frame-options + value: SAMEORIGIN + - name: x-xss-protection + value: "1" + - name: x-content-type-options + value: nosniff + - name: referrer-policy + value: unsafe-url + - name: keep-alive + value: timeout=10, max=500 + - name: connection + value: Keep-Alive + - name: transfer-encoding + value: chunked + body: + type: html + data: |+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    ISIPortal - Backoffice

     
     
    + diff --git a/bruno/collections/elixForms API v2/Console UI/folder.yml b/bruno/collections/elixForms API v2/Console UI/folder.yml index 6e645ee..926377f 100644 --- a/bruno/collections/elixForms API v2/Console UI/folder.yml +++ b/bruno/collections/elixForms API v2/Console UI/folder.yml @@ -4,7 +4,6 @@ info: seq: 3 request: - auth: inherit scripts: - type: tests code: |-