From a40dd803e1775b79891d28ab00f87ea9117ecd55 Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Thu, 20 Aug 2026 13:04:46 +0200 Subject: [PATCH 1/6] add elixforms requests to simulate UI operativity --- .../Get Object Title (GENERICSCHEMA).yml | 45 +++++++++++++++++ .../_HACKS/Get Object Title (SCHEMADATA).yml | 45 +++++++++++++++++ .../_HACKS/Search schemas.yml | 50 +++++++++++++++++++ 3 files changed, 140 insertions(+) create mode 100644 bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml create mode 100644 bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml create mode 100644 bruno/collections/elixForms API v2/_HACKS/Search schemas.yml diff --git a/bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml b/bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml new file mode 100644 index 0000000..ecde509 --- /dev/null +++ b/bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml @@ -0,0 +1,45 @@ +info: + name: Get Object Title (GENERICSCHEMA) + type: http + seq: 4 + +http: + method: GET + url: https://console-unipr.elixforms.it/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=GENERICSCHEMA&OBJECT_ID=168258 + headers: + - name: Accept + value: "*/*" + - name: Accept-Encoding + value: gzip, deflate, br, zstd + - name: Accept-Language + value: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6 + disabled: true + - name: Cookie + value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 + - name: Host + value: console-unipr.elixforms.it + disabled: true + - name: Referer + value: https://console-unipr.elixforms.it/ajconsole/ + disabled: true + - name: x-requested-with + value: XMLHttpRequest + params: + - name: ATTR_NAME + value: master_field + type: query + - name: ATTR_VALUE + value: "true" + type: query + - name: TYPE + value: GENERICSCHEMA + type: query + - name: OBJECT_ID + value: "168258" + type: query + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 diff --git a/bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml b/bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml new file mode 100644 index 0000000..481be06 --- /dev/null +++ b/bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml @@ -0,0 +1,45 @@ +info: + name: Get Object Title (SCHEMADATA) + type: http + seq: 3 + +http: + method: GET + url: https://console-unipr.elixforms.it/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=SCHEMADATA&OBJECT_ID=35397 + headers: + - name: Accept + value: "*/*" + - name: Accept-Encoding + value: gzip, deflate, br, zstd + - name: Accept-Language + value: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6 + disabled: true + - name: Cookie + value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 + - name: Host + value: console-unipr.elixforms.it + disabled: true + - name: Referer + value: https://console-unipr.elixforms.it/ajconsole/ + disabled: true + - name: x-requested-with + value: XMLHttpRequest + params: + - name: ATTR_NAME + value: master_field + type: query + - name: ATTR_VALUE + value: "true" + type: query + - name: TYPE + value: SCHEMADATA + type: query + - name: OBJECT_ID + value: "35397" + type: query + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 diff --git a/bruno/collections/elixForms API v2/_HACKS/Search schemas.yml b/bruno/collections/elixForms API v2/_HACKS/Search schemas.yml new file mode 100644 index 0000000..ac7d38f --- /dev/null +++ b/bruno/collections/elixForms API v2/_HACKS/Search schemas.yml @@ -0,0 +1,50 @@ +info: + name: Search schemas + type: http + seq: 2 + +http: + method: GET + url: https://console-unipr.elixforms.it/AJSRV/metadata/search?SEARCH_IN[]=616&PAGE=1&AJL=it&PAGESIZE=80&SECURE=true + headers: + - name: Accept + value: "*/*" + disabled: true + - name: Accept-Encoding + value: gzip, deflate, br, zstd + disabled: true + - name: Accept-Language + value: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6 + disabled: true + - name: Cookie + value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 + - name: Host + value: console-unipr.elixforms.it + disabled: true + - name: Referer + value: https://console-unipr.elixforms.it/ajconsole/ + disabled: true + - name: x-requested-with + value: XMLHttpRequest + params: + - name: SEARCH_IN[] + value: "616" + type: query + - name: PAGE + value: "1" + type: query + - name: AJL + value: it + type: query + - name: PAGESIZE + value: "80" + type: query + - name: SECURE + value: "true" + type: query + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 -- 2.54.0 From bdc43c761474c34c18133a6e0c9e701bbdc28487 Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Tue, 25 Aug 2026 16:33:11 +0200 Subject: [PATCH 2/6] reorder requests --- bruno/collections/elixForms API v2/Authorization/folder.yml | 2 +- bruno/collections/elixForms API v2/Calendar 2.0/folder.yml | 2 +- .../elixForms API v2/Cambio stato e-o integrazione/folder.yml | 2 +- .../elixForms API v2/Comunicazioni formali/folder.yml | 2 +- bruno/collections/elixForms API v2/EFTL processing/folder.yml | 2 +- bruno/collections/elixForms API v2/Request details/folder.yml | 2 +- bruno/collections/elixForms API v2/Requests lookup/folder.yml | 2 +- .../Runner- Get Proposta CCT matching contract IDs/folder.yml | 2 +- .../folder.yml | 2 +- .../elixForms API v2/Set Request Status- Incomplete.yml | 2 +- bruno/collections/elixForms API v2/Test Remote WS.yml | 2 +- bruno/collections/elixForms API v2/User info/folder.yml | 2 +- .../_HACKS/Get Object Title (GENERICSCHEMA).yml | 3 ++- .../elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml | 3 ++- bruno/collections/elixForms API v2/_HACKS/Search schemas.yml | 3 ++- 15 files changed, 18 insertions(+), 15 deletions(-) diff --git a/bruno/collections/elixForms API v2/Authorization/folder.yml b/bruno/collections/elixForms API v2/Authorization/folder.yml index 344abe5..a06242c 100644 --- a/bruno/collections/elixForms API v2/Authorization/folder.yml +++ b/bruno/collections/elixForms API v2/Authorization/folder.yml @@ -1,7 +1,7 @@ info: name: Authorization type: folder - seq: 6 + seq: 8 request: auth: inherit diff --git a/bruno/collections/elixForms API v2/Calendar 2.0/folder.yml b/bruno/collections/elixForms API v2/Calendar 2.0/folder.yml index 72612aa..546f5f6 100644 --- a/bruno/collections/elixForms API v2/Calendar 2.0/folder.yml +++ b/bruno/collections/elixForms API v2/Calendar 2.0/folder.yml @@ -1,7 +1,7 @@ info: name: Calendar 2.0 type: folder - seq: 12 + seq: 14 request: auth: inherit diff --git a/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/folder.yml b/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/folder.yml index 6ae425f..fc1a631 100644 --- a/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/folder.yml +++ b/bruno/collections/elixForms API v2/Cambio stato e-o integrazione/folder.yml @@ -1,7 +1,7 @@ info: name: Cambio stato e/o integrazione type: folder - seq: 10 + seq: 12 request: auth: inherit diff --git a/bruno/collections/elixForms API v2/Comunicazioni formali/folder.yml b/bruno/collections/elixForms API v2/Comunicazioni formali/folder.yml index 40f2669..f19a31f 100644 --- a/bruno/collections/elixForms API v2/Comunicazioni formali/folder.yml +++ b/bruno/collections/elixForms API v2/Comunicazioni formali/folder.yml @@ -1,7 +1,7 @@ info: name: Comunicazioni formali type: folder - seq: 11 + seq: 13 request: auth: inherit diff --git a/bruno/collections/elixForms API v2/EFTL processing/folder.yml b/bruno/collections/elixForms API v2/EFTL processing/folder.yml index 63f61c2..b9dd830 100644 --- a/bruno/collections/elixForms API v2/EFTL processing/folder.yml +++ b/bruno/collections/elixForms API v2/EFTL processing/folder.yml @@ -1,7 +1,7 @@ info: name: EFTL processing type: folder - seq: 5 + seq: 7 request: auth: inherit diff --git a/bruno/collections/elixForms API v2/Request details/folder.yml b/bruno/collections/elixForms API v2/Request details/folder.yml index 4e2ccf6..033b9f9 100644 --- a/bruno/collections/elixForms API v2/Request details/folder.yml +++ b/bruno/collections/elixForms API v2/Request details/folder.yml @@ -1,7 +1,7 @@ info: name: Request details type: folder - seq: 8 + seq: 10 request: auth: inherit diff --git a/bruno/collections/elixForms API v2/Requests lookup/folder.yml b/bruno/collections/elixForms API v2/Requests lookup/folder.yml index d5dd1c2..7285abc 100644 --- a/bruno/collections/elixForms API v2/Requests lookup/folder.yml +++ b/bruno/collections/elixForms API v2/Requests lookup/folder.yml @@ -1,7 +1,7 @@ info: name: Requests lookup type: folder - seq: 7 + seq: 9 request: auth: inherit diff --git a/bruno/collections/elixForms API v2/Runner- Get Proposta CCT matching contract IDs/folder.yml b/bruno/collections/elixForms API v2/Runner- Get Proposta CCT matching contract IDs/folder.yml index 43cac65..0b75177 100644 --- a/bruno/collections/elixForms API v2/Runner- Get Proposta CCT matching contract IDs/folder.yml +++ b/bruno/collections/elixForms API v2/Runner- Get Proposta CCT matching contract IDs/folder.yml @@ -1,7 +1,7 @@ info: name: Runner- Get Proposta CCT matching contract IDs type: folder - seq: 2 + seq: 5 request: auth: inherit diff --git a/bruno/collections/elixForms API v2/Runner- Get all requests by ModuleTag and status/folder.yml b/bruno/collections/elixForms API v2/Runner- Get all requests by ModuleTag and status/folder.yml index c14a4a4..70392e6 100644 --- a/bruno/collections/elixForms API v2/Runner- Get all requests by ModuleTag and status/folder.yml +++ b/bruno/collections/elixForms API v2/Runner- Get all requests by ModuleTag and status/folder.yml @@ -1,7 +1,7 @@ info: name: Runner- Get all requests by ModuleTag and status type: folder - seq: 1 + seq: 4 request: auth: inherit diff --git a/bruno/collections/elixForms API v2/Set Request Status- Incomplete.yml b/bruno/collections/elixForms API v2/Set Request Status- Incomplete.yml index fd53b02..90aed35 100644 --- a/bruno/collections/elixForms API v2/Set Request Status- Incomplete.yml +++ b/bruno/collections/elixForms API v2/Set Request Status- Incomplete.yml @@ -1,7 +1,7 @@ info: name: "Set Request Status: Incomplete" type: http - seq: 13 + seq: 15 http: method: POST diff --git a/bruno/collections/elixForms API v2/Test Remote WS.yml b/bruno/collections/elixForms API v2/Test Remote WS.yml index 2127d43..6ba7e83 100644 --- a/bruno/collections/elixForms API v2/Test Remote WS.yml +++ b/bruno/collections/elixForms API v2/Test Remote WS.yml @@ -1,7 +1,7 @@ info: name: Test Remote WS type: http - seq: 4 + seq: 6 http: method: GET diff --git a/bruno/collections/elixForms API v2/User info/folder.yml b/bruno/collections/elixForms API v2/User info/folder.yml index 2e25b28..c565c3e 100644 --- a/bruno/collections/elixForms API v2/User info/folder.yml +++ b/bruno/collections/elixForms API v2/User info/folder.yml @@ -1,7 +1,7 @@ info: name: User info type: folder - seq: 9 + seq: 11 request: auth: inherit diff --git a/bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml b/bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml index ecde509..bcde9ed 100644 --- a/bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml +++ b/bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml @@ -5,7 +5,7 @@ info: http: method: GET - url: https://console-unipr.elixforms.it/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=GENERICSCHEMA&OBJECT_ID=168258 + url: "{{elixFormsRootUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=GENERICSCHEMA&OBJECT_ID=168258" headers: - name: Accept value: "*/*" @@ -43,3 +43,4 @@ settings: timeout: 0 followRedirects: true maxRedirects: 5 + forwardAuthorizationHeader: true diff --git a/bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml b/bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml index 481be06..1667c3a 100644 --- a/bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml +++ b/bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml @@ -5,7 +5,7 @@ info: http: method: GET - url: https://console-unipr.elixforms.it/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=SCHEMADATA&OBJECT_ID=35397 + url: "{{elixFormsRootUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=SCHEMADATA&OBJECT_ID=35397" headers: - name: Accept value: "*/*" @@ -43,3 +43,4 @@ settings: timeout: 0 followRedirects: true maxRedirects: 5 + forwardAuthorizationHeader: true diff --git a/bruno/collections/elixForms API v2/_HACKS/Search schemas.yml b/bruno/collections/elixForms API v2/_HACKS/Search schemas.yml index ac7d38f..62d158f 100644 --- a/bruno/collections/elixForms API v2/_HACKS/Search schemas.yml +++ b/bruno/collections/elixForms API v2/_HACKS/Search schemas.yml @@ -5,7 +5,7 @@ info: http: method: GET - url: https://console-unipr.elixforms.it/AJSRV/metadata/search?SEARCH_IN[]=616&PAGE=1&AJL=it&PAGESIZE=80&SECURE=true + url: "{{elixFormsRootUrl}}/AJSRV/metadata/search?SEARCH_IN[]=616&PAGE=1&AJL=it&PAGESIZE=80&SECURE=true" headers: - name: Accept value: "*/*" @@ -48,3 +48,4 @@ settings: timeout: 0 followRedirects: true maxRedirects: 5 + forwardAuthorizationHeader: true -- 2.54.0 From 49f0ecc1632d4817e8a6cb14d6fa759d2e26a6e5 Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Wed, 26 Aug 2026 12:49:14 +0200 Subject: [PATCH 3/6] add cookie retrieval scripts reorder requests and rename folder --- .../Console UI/Backoffice Login.yml | 186 + .../Console UI/Export Module.yml | 23576 ++++++++++++++++ .../Get Object Title (GENERICSCHEMA).yml | 106 + .../Get Object Title (SCHEMADATA).yml | 106 + .../Console UI/Save Object.yml | 228 + .../Console UI/Search schemas.yml | 147 + .../elixForms API v2/Console UI/folder.yml | 13 + .../elixForms API v2/_HACKS/Export Module.yml | 23 - .../Get Object Title (GENERICSCHEMA).yml | 46 - .../_HACKS/Get Object Title (SCHEMADATA).yml | 46 - .../_HACKS/Search schemas.yml | 51 - .../elixForms API v2/_HACKS/folder.yml | 7 - env.json.template | 2 + 13 files changed, 24364 insertions(+), 173 deletions(-) create mode 100644 bruno/collections/elixForms API v2/Console UI/Backoffice Login.yml create mode 100644 bruno/collections/elixForms API v2/Console UI/Export Module.yml create mode 100644 bruno/collections/elixForms API v2/Console UI/Get Object Title (GENERICSCHEMA).yml create mode 100644 bruno/collections/elixForms API v2/Console UI/Get Object Title (SCHEMADATA).yml create mode 100644 bruno/collections/elixForms API v2/Console UI/Save Object.yml create mode 100644 bruno/collections/elixForms API v2/Console UI/Search schemas.yml create mode 100644 bruno/collections/elixForms API v2/Console UI/folder.yml delete mode 100644 bruno/collections/elixForms API v2/_HACKS/Export Module.yml delete mode 100644 bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml delete mode 100644 bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml delete mode 100644 bruno/collections/elixForms API v2/_HACKS/Search schemas.yml delete mode 100644 bruno/collections/elixForms API v2/_HACKS/folder.yml diff --git a/bruno/collections/elixForms API v2/Console UI/Backoffice Login.yml b/bruno/collections/elixForms API v2/Console UI/Backoffice Login.yml new file mode 100644 index 0000000..3eea3b6 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Backoffice Login.yml @@ -0,0 +1,186 @@ +info: + name: Backoffice Login + type: http + seq: 1 + +http: + method: POST + url: https://console-unipr.elixforms.it/CISIInformationUnit/ExecuteTransaction.jws + 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 + +runtime: + scripts: + - type: after-response + code: |- + const ajsrvCookie = bru.cookies.get("AJSRV"); + const jsessionidCookie = bru.cookies.get("JSESSIONID"); + + //console.log("AJSRV: ", ajsrvCookie); + //console.log("JSESSIONID: ", jsessionidCookie); + + bru.setVar("elixFormsAjsrvCookie", "AJSRV=" + ajsrvCookie); + bru.setVar("elixFormsJsessionidCookie", "JSESSIONID=" + jsessionidCookie); + - 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; + }); + +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/Export Module.yml b/bruno/collections/elixForms API v2/Console UI/Export Module.yml new file mode 100644 index 0000000..4db6986 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Export Module.yml @@ -0,0 +1,23576 @@ +info: + name: Export Module + type: http + seq: 2 + +http: + method: GET + url: "{{elixFormsRootUrl}}/AJSRV/ELIXFORMS/moduleExport?MODULE_ID=21405&exportProtocol=true" + headers: + - name: Cookie + value: "{{elixFormsAjsrvCookie}}" + params: + - name: MODULE_ID + value: "21405" + type: query + - name: exportProtocol + value: "true" + type: query + +runtime: + scripts: + - type: before-request + code: |- + const noCookieFoundError = "No AJSRV cookie found!"; + + var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); + + if (ajsrvCookie == null || ajsrvCookie === "") { + console.error(noCookieFoundError, ajsrvCookie); + throw new Error(noCookieFoundError); + } + +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/Get Object Title (GENERICSCHEMA).yml b/bruno/collections/elixForms API v2/Console UI/Get Object Title (GENERICSCHEMA).yml new file mode 100644 index 0000000..d10d241 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Get Object Title (GENERICSCHEMA).yml @@ -0,0 +1,106 @@ +info: + name: Get Object Title (GENERICSCHEMA) + type: http + seq: 5 + +http: + method: GET + url: "{{elixFormsRootUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=GENERICSCHEMA&OBJECT_ID=168258" + headers: + - name: Cookie + value: "{{elixFormsAjsrvCookie}}" + - name: x-requested-with + value: XMLHttpRequest + params: + - name: ATTR_NAME + value: master_field + type: query + - name: ATTR_VALUE + value: "true" + type: query + - name: TYPE + value: GENERICSCHEMA + type: query + - name: OBJECT_ID + value: "168258" + type: query + +runtime: + scripts: + - type: before-request + code: |- + const noCookieFoundError = "No AJSRV cookie found!"; + + var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); + + if (ajsrvCookie == null || ajsrvCookie === "") { + console.error(noCookieFoundError, ajsrvCookie); + throw new Error(noCookieFoundError); + } + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: true + +examples: + - name: example + request: + url: "{{elixFormsRootUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=GENERICSCHEMA&OBJECT_ID=168258" + method: GET + headers: + - name: Cookie + value: "{{elixFormsAjsrvCookie}}" + - name: x-requested-with + value: XMLHttpRequest + params: + - name: ATTR_NAME + value: master_field + type: query + - name: ATTR_VALUE + value: "true" + type: query + - name: TYPE + value: GENERICSCHEMA + type: query + - name: OBJECT_ID + value: "168258" + type: query + response: + status: 200 + statusText: OK + headers: + - name: date + value: Wed, 26 Aug 2026 10:40:39 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: "17" + - name: set-cookie + value: JSESSIONID=da85f0a0570e23aea6397a8bc94f; 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: |- + { + "objectList": [] + } diff --git a/bruno/collections/elixForms API v2/Console UI/Get Object Title (SCHEMADATA).yml b/bruno/collections/elixForms API v2/Console UI/Get Object Title (SCHEMADATA).yml new file mode 100644 index 0000000..65185ac --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Get Object Title (SCHEMADATA).yml @@ -0,0 +1,106 @@ +info: + name: Get Object Title (SCHEMADATA) + type: http + seq: 4 + +http: + method: GET + url: "{{elixFormsRootUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=SCHEMADATA&OBJECT_ID=35397" + headers: + - name: Cookie + value: "{{elixFormsAjsrvCookie}}" + - name: x-requested-with + value: XMLHttpRequest + params: + - name: ATTR_NAME + value: master_field + type: query + - name: ATTR_VALUE + value: "true" + type: query + - name: TYPE + value: SCHEMADATA + type: query + - name: OBJECT_ID + value: "35397" + type: query + +runtime: + scripts: + - type: before-request + code: |- + const noCookieFoundError = "No AJSRV cookie found!"; + + var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); + + if (ajsrvCookie == null || ajsrvCookie === "") { + console.error(noCookieFoundError, ajsrvCookie); + throw new Error(noCookieFoundError); + } + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: true + +examples: + - name: example + request: + url: "{{elixFormsRootUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=SCHEMADATA&OBJECT_ID=35397" + method: GET + headers: + - name: Cookie + value: "{{elixFormsAjsrvCookie}}" + - name: x-requested-with + value: XMLHttpRequest + params: + - name: ATTR_NAME + value: master_field + type: query + - name: ATTR_VALUE + value: "true" + type: query + - name: TYPE + value: SCHEMADATA + type: query + - name: OBJECT_ID + value: "35397" + type: query + response: + status: 200 + statusText: OK + headers: + - name: date + value: Wed, 26 Aug 2026 10:40:35 GMT + - name: server + value: Apache + - 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: "17" + - name: set-cookie + value: JSESSIONID=da84d30d8f6a7c5f0e18dc3b7ebf; 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: |- + { + "objectList": [] + } diff --git a/bruno/collections/elixForms API v2/Console UI/Save Object.yml b/bruno/collections/elixForms API v2/Console UI/Save Object.yml new file mode 100644 index 0000000..6dc63ae --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Save Object.yml @@ -0,0 +1,228 @@ +info: + name: Save Object + type: http + seq: 6 + +http: + method: POST + url: "{{elixFormsRootUrl}}/AJSRV/metadata/save" + headers: + - name: Cookie + value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 + - name: x-requested-with + value: XMLHttpRequest + body: + type: multipart-form + data: + - name: S_616_168008_COL0009 + type: text + value: azione_form_AUTOR_firmaAutorizzazione + +runtime: + scripts: + - type: before-request + code: |- + const noCookieFoundError = "No AJSRV cookie found!"; + + var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); + + if (ajsrvCookie == null || ajsrvCookie === "") { + console.error(noCookieFoundError, ajsrvCookie); + throw new Error(noCookieFoundError); + } + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: true + +examples: + - name: example + request: + url: "{{elixFormsRootUrl}}/AJSRV/metadata/save" + method: POST + headers: + - name: Accept + value: "*/*" + - name: Accept-Encoding + value: gzip, deflate, br, zstd + - name: Accept-Language + value: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6 + disabled: true + - name: Cookie + value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 + - name: Host + value: console-unipr.elixforms.it + disabled: true + - name: Referer + value: https://console-unipr.elixforms.it/ajconsole/ + disabled: true + - name: x-requested-with + value: XMLHttpRequest + body: + type: multipart-form + data: + - name: S_616_168008_COL0009 + type: text + value: azione_form_AUTOR_firmaAutorizzazione + response: + status: 200 + statusText: OK + headers: + - name: date + value: Wed, 26 Aug 2026 09:01:46 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: "1636" + - 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: |- + { + "errors": { + "objectList": [] + }, + "result": { + "objectList": [ + { + "id": 616, + "title": "WFTemplate", + "dataId": 168008, + "tag": "", + "objectId": 35274, + "sections": [ + { + "title": "Template", + "key": "SEC_0006", + "orderKey": "ORD001", + "fields": [ + { + "type": "STRING", + "key": "COL0014", + "title": "Titolo template", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "Autorizzazione sottodominio" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD001", + "defaultValue": null, + "required": false + }, + { + "type": "HTML", + "key": "COL0009", + "title": "Template", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "azione_form_AUTOR_firmaAutorizzazione" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD002", + "defaultValue": null, + "required": false + } + ], + "attributes": [] + }, + { + "title": "Metadata", + "key": "SEC_0007", + "orderKey": "ORD002", + "fields": [ + { + "type": "STRING", + "key": "COL0010", + "title": "Tag azione", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "azione_form_AUTOR_firmaAutorizzazione" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD001", + "defaultValue": null, + "required": false + }, + { + "type": "STRING", + "key": "COL0011", + "title": "Tag procedimento", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "gestione_siti_web_nuovo_wf" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD002", + "defaultValue": null, + "required": false + }, + { + "type": "STRING", + "key": "COL0012", + "title": "Tag modulo", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "RequestForm_GESTIONE_SITI_WEB_NUOVO" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD003", + "defaultValue": null, + "required": false + } + ], + "attributes": [] + } + ], + "categories": [], + "aclTable": [], + "master": false, + "attributes": [] + } + ] + } + } diff --git a/bruno/collections/elixForms API v2/Console UI/Search schemas.yml b/bruno/collections/elixForms API v2/Console UI/Search schemas.yml new file mode 100644 index 0000000..91239e9 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Search schemas.yml @@ -0,0 +1,147 @@ +info: + name: Search schemas + type: http + seq: 3 + +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: + - name: SEARCH_IN[] + value: "616" + type: query + - name: PAGE + value: "1" + type: query + - name: AJL + value: it + type: query + - name: PAGESIZE + value: "80" + type: query + - name: SECURE + value: "true" + type: query + +runtime: + scripts: + - type: before-request + code: |- + const noCookieFoundError = "No AJSRV cookie found!"; + + var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); + + if (ajsrvCookie == null || ajsrvCookie === "") { + console.error(noCookieFoundError, ajsrvCookie); + throw new Error(noCookieFoundError); + } + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: true + +examples: + - name: example + request: + url: "{{elixFormsRootUrl}}/AJSRV/metadata/search?SEARCH_IN[]=616&PAGE=1&AJL=it&PAGESIZE=80&SECURE=true" + method: GET + headers: + - name: Cookie + value: "{{elixFormsAjsrvCookie}}" + - name: x-requested-with + value: XMLHttpRequest + params: + - name: SEARCH_IN[] + value: "616" + type: query + - name: PAGE + value: "1" + type: query + - name: AJL + value: it + type: query + - name: PAGESIZE + value: "80" + type: query + - name: SECURE + value: "true" + type: query + response: + status: 200 + statusText: OK + headers: + - name: date + value: Wed, 26 Aug 2026 10:35:04 GMT + - name: server + value: Apache + - 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: "438" + - name: set-cookie + value: JSESSIONID=da342d4412c8c3fea86b58918c9e; 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: |- + { + "totalRecords": 0, + "pageSize": 80, + "numPages": 0, + "currentPage": 1, + "columns": [ + { + "key": "ID_OBJECT", + "value": "ID_OBJECT" + }, + { + "key": "S_616_ID_GENERICSCHEMA", + "value": "S_616_ID_GENERICSCHEMA" + }, + { + "key": "S_616_COL0014", + "value": "Titolo template" + }, + { + "key": "S_616_COL0010", + "value": "Tag azione" + }, + { + "key": "S_616_COL0011", + "value": "Tag procedimento" + }, + { + "key": "S_616_COL0009", + "value": "Template" + }, + { + "key": "S_616_COL0012", + "value": "Tag modulo" + } + ], + "data": [], + "extraData": {} + } diff --git a/bruno/collections/elixForms API v2/Console UI/folder.yml b/bruno/collections/elixForms API v2/Console UI/folder.yml new file mode 100644 index 0000000..6e645ee --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/folder.yml @@ -0,0 +1,13 @@ +info: + name: Console UI + type: folder + seq: 3 + +request: + auth: inherit + scripts: + - type: tests + code: |- + test("Status code is 200", function () { + expect(res.getStatus()).to.equal(200); + }); diff --git a/bruno/collections/elixForms API v2/_HACKS/Export Module.yml b/bruno/collections/elixForms API v2/_HACKS/Export Module.yml deleted file mode 100644 index 4fd8d8e..0000000 --- a/bruno/collections/elixForms API v2/_HACKS/Export Module.yml +++ /dev/null @@ -1,23 +0,0 @@ -info: - name: Export Module - type: http - seq: 1 - -http: - method: GET - url: "{{elixFormsRootUrl}}/AJSRV/ELIXFORMS/moduleExport?MODULE_ID=21405&exportProtocol=true" - params: - - name: MODULE_ID - value: "21405" - type: query - - name: exportProtocol - value: "true" - type: query - auth: inherit - -settings: - encodeUrl: true - timeout: 0 - followRedirects: true - maxRedirects: 5 - forwardAuthorizationHeader: true diff --git a/bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml b/bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml deleted file mode 100644 index bcde9ed..0000000 --- a/bruno/collections/elixForms API v2/_HACKS/Get Object Title (GENERICSCHEMA).yml +++ /dev/null @@ -1,46 +0,0 @@ -info: - name: Get Object Title (GENERICSCHEMA) - type: http - seq: 4 - -http: - method: GET - url: "{{elixFormsRootUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=GENERICSCHEMA&OBJECT_ID=168258" - headers: - - name: Accept - value: "*/*" - - name: Accept-Encoding - value: gzip, deflate, br, zstd - - name: Accept-Language - value: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6 - disabled: true - - name: Cookie - value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 - - name: Host - value: console-unipr.elixforms.it - disabled: true - - name: Referer - value: https://console-unipr.elixforms.it/ajconsole/ - disabled: true - - name: x-requested-with - value: XMLHttpRequest - params: - - name: ATTR_NAME - value: master_field - type: query - - name: ATTR_VALUE - value: "true" - type: query - - name: TYPE - value: GENERICSCHEMA - type: query - - name: OBJECT_ID - value: "168258" - type: query - -settings: - encodeUrl: true - timeout: 0 - followRedirects: true - maxRedirects: 5 - forwardAuthorizationHeader: true diff --git a/bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml b/bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml deleted file mode 100644 index 1667c3a..0000000 --- a/bruno/collections/elixForms API v2/_HACKS/Get Object Title (SCHEMADATA).yml +++ /dev/null @@ -1,46 +0,0 @@ -info: - name: Get Object Title (SCHEMADATA) - type: http - seq: 3 - -http: - method: GET - url: "{{elixFormsRootUrl}}/AJSRV/metadata/objectTitle?ATTR_NAME=master_field&ATTR_VALUE=true&TYPE=SCHEMADATA&OBJECT_ID=35397" - headers: - - name: Accept - value: "*/*" - - name: Accept-Encoding - value: gzip, deflate, br, zstd - - name: Accept-Language - value: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6 - disabled: true - - name: Cookie - value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 - - name: Host - value: console-unipr.elixforms.it - disabled: true - - name: Referer - value: https://console-unipr.elixforms.it/ajconsole/ - disabled: true - - name: x-requested-with - value: XMLHttpRequest - params: - - name: ATTR_NAME - value: master_field - type: query - - name: ATTR_VALUE - value: "true" - type: query - - name: TYPE - value: SCHEMADATA - type: query - - name: OBJECT_ID - value: "35397" - type: query - -settings: - encodeUrl: true - timeout: 0 - followRedirects: true - maxRedirects: 5 - forwardAuthorizationHeader: true diff --git a/bruno/collections/elixForms API v2/_HACKS/Search schemas.yml b/bruno/collections/elixForms API v2/_HACKS/Search schemas.yml deleted file mode 100644 index 62d158f..0000000 --- a/bruno/collections/elixForms API v2/_HACKS/Search schemas.yml +++ /dev/null @@ -1,51 +0,0 @@ -info: - name: Search schemas - type: http - seq: 2 - -http: - method: GET - url: "{{elixFormsRootUrl}}/AJSRV/metadata/search?SEARCH_IN[]=616&PAGE=1&AJL=it&PAGESIZE=80&SECURE=true" - headers: - - name: Accept - value: "*/*" - disabled: true - - name: Accept-Encoding - value: gzip, deflate, br, zstd - disabled: true - - name: Accept-Language - value: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6 - disabled: true - - name: Cookie - value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 - - name: Host - value: console-unipr.elixforms.it - disabled: true - - name: Referer - value: https://console-unipr.elixforms.it/ajconsole/ - disabled: true - - name: x-requested-with - value: XMLHttpRequest - params: - - name: SEARCH_IN[] - value: "616" - type: query - - name: PAGE - value: "1" - type: query - - name: AJL - value: it - type: query - - name: PAGESIZE - value: "80" - type: query - - name: SECURE - value: "true" - type: query - -settings: - encodeUrl: true - timeout: 0 - followRedirects: true - maxRedirects: 5 - forwardAuthorizationHeader: true diff --git a/bruno/collections/elixForms API v2/_HACKS/folder.yml b/bruno/collections/elixForms API v2/_HACKS/folder.yml deleted file mode 100644 index e6b3212..0000000 --- a/bruno/collections/elixForms API v2/_HACKS/folder.yml +++ /dev/null @@ -1,7 +0,0 @@ -info: - name: _HACKS - type: folder - seq: 3 - -request: - auth: inherit diff --git a/env.json.template b/env.json.template index 0aeb101..375b914 100644 --- a/env.json.template +++ b/env.json.template @@ -1,6 +1,7 @@ { "Config": { "ExcludeFromBruno": [ + "elixFormsRootUrl", "elixFormsApiUrl", "elixFormsApiUrl_Default", "esse3apiRootUrl", @@ -10,6 +11,7 @@ }, "API": { "elixForms API v2": { + "elixFormsRootUrl": "https://procedure.unipr.it", "elixFormsApiUrl": "https://procedure.unipr.it/eF/services/api", "elixFormsApiUrl_Default": "https://procedure.unipr.it/eF/api", "elixFormsApiUsername": null, -- 2.54.0 From 69fd9af13347d5395082c7f751b21190e014dc68 Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Wed, 26 Aug 2026 16:05:02 +0200 Subject: [PATCH 4/6] add elixforms console credentials to environment --- bruno/collections/elixForms API v2/.env.template | 4 +++- .../environments/elixForms - Prod.yml | 12 +++++------- env.json.template | 2 ++ 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/bruno/collections/elixForms API v2/.env.template b/bruno/collections/elixForms API v2/.env.template index d0c4222..3d5f770 100644 --- a/bruno/collections/elixForms API v2/.env.template +++ b/bruno/collections/elixForms API v2/.env.template @@ -1,3 +1,5 @@ elixFormsWsAuthenticationToken= elixFormsApiPassword= -elixFormsApiUsername= \ No newline at end of file +elixFormsApiUsername= +elixFormsConsoleUsername= +elixFormsConsolePassword= \ No newline at end of file diff --git a/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml b/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml index 67854e7..51afa1c 100644 --- a/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml +++ b/bruno/collections/elixForms API v2/environments/elixForms - Prod.yml @@ -3,19 +3,17 @@ color: "#2E8A54" variables: - name: elixFormsApiUrl value: https://procedure.unipr.it/eF/services/api - description: "" - name: elixFormsApiUsername value: "{{process.env.elixFormsApiUsername}}" - description: "" - name: elixFormsWsAuthenticationToken value: "{{process.env.elixFormsWsAuthenticationToken}}" - description: "" - name: elixFormsApiUrl_Default value: https://procedure.unipr.it/eF/api - description: "" - name: elixFormsApiPassword value: "{{process.env.elixFormsApiPassword}}" - description: "" - name: elixFormsRootUrl - value: https://procedure.unipr.it - description: "" + value: https://console-unipr.elixforms.it + - name: elixFormsConsoleUsername + value: "{{process.env.elixFormsConsoleUsername}}" + - name: elixFormsConsolePassword + value: "{{process.env.elixFormsConsolePassword}}" diff --git a/env.json.template b/env.json.template index 375b914..19075e1 100644 --- a/env.json.template +++ b/env.json.template @@ -16,6 +16,8 @@ "elixFormsApiUrl_Default": "https://procedure.unipr.it/eF/api", "elixFormsApiUsername": null, "elixFormsApiPassword": null, + "elixFormsConsoleUsername": null, + "elixFormsConsolePassword": null, "elixFormsWsAuthenticationToken": null }, "ESSE3 Anagrafica API": { -- 2.54.0 From cc6725a39fdbb6a04b270825d324b26a2409685f Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Wed, 26 Aug 2026 16:06:06 +0200 Subject: [PATCH 5/6] add requests for gestione schede rename requests to reflect scope clean up authorization --- ...le - Get Object Title (GENERICSCHEMA).yml} | 5 +- ...nsole - Get Object Title (SCHEMADATA).yml} | 5 +- ...bject.yml => AJ Console - Save Object.yml} | 5 +- ...as.yml => AJ Console - Search schemas.yml} | 9 +- ...l => Creazione Moduli - Export Module.yml} | 5 +- .../Gestione Schede - Get all schemas.yml | 23604 ++++++++++++++++ ...ffice Login.yml => Login - Backoffice.yml} | 29 +- .../Console UI/Login - Gestione Schede.yml | 198 + .../elixForms API v2/Console UI/folder.yml | 1 - 9 files changed, 23844 insertions(+), 17 deletions(-) rename bruno/collections/elixForms API v2/Console UI/{Get Object Title (GENERICSCHEMA).yml => AJ Console - Get Object Title (GENERICSCHEMA).yml} (97%) rename bruno/collections/elixForms API v2/Console UI/{Get Object Title (SCHEMADATA).yml => AJ Console - Get Object Title (SCHEMADATA).yml} (97%) rename bruno/collections/elixForms API v2/Console UI/{Save Object.yml => AJ Console - Save Object.yml} (99%) rename bruno/collections/elixForms API v2/Console UI/{Search schemas.yml => AJ Console - Search schemas.yml} (97%) rename bruno/collections/elixForms API v2/Console UI/{Export Module.yml => Creazione Moduli - Export Module.yml} (99%) create mode 100644 bruno/collections/elixForms API v2/Console UI/Gestione Schede - Get all schemas.yml rename bruno/collections/elixForms API v2/Console UI/{Backoffice Login.yml => Login - Backoffice.yml} (87%) create mode 100644 bruno/collections/elixForms API v2/Console UI/Login - Gestione Schede.yml 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: |- -- 2.54.0 From f362be0a84f06c0ed7266989b1e5da851075ab8f Mon Sep 17 00:00:00 2001 From: Pier Paolo MAMMI Date: Thu, 27 Aug 2026 14:36:08 +0200 Subject: [PATCH 6/6] add some (not working) backoffice requests --- .../Console UI/Backoffice - Create Group.yml | 251 ++++++++++++++++ .../Console UI/Backoffice - Dashboard.yml | 183 ++++++++++++ .../Console UI/Backoffice - Save Group.yml | 275 ++++++++++++++++++ .../Console UI/Login - Backoffice.yml | 31 +- 4 files changed, 736 insertions(+), 4 deletions(-) create mode 100644 bruno/collections/elixForms API v2/Console UI/Backoffice - Create Group.yml create mode 100644 bruno/collections/elixForms API v2/Console UI/Backoffice - Dashboard.yml create mode 100644 bruno/collections/elixForms API v2/Console UI/Backoffice - Save Group.yml diff --git a/bruno/collections/elixForms API v2/Console UI/Backoffice - Create Group.yml b/bruno/collections/elixForms API v2/Console UI/Backoffice - Create Group.yml new file mode 100644 index 0000000..f462407 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Backoffice - Create Group.yml @@ -0,0 +1,251 @@ +info: + name: Backoffice - Create Group + type: http + seq: 9 + +http: + method: POST + url: "{{elixFormsRootUrl}}/backoffice/groups/_savedata.jsp" + headers: + - name: Cookie + value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 + disabled: true + - name: x-requested-with + value: XMLHttpRequest + body: + type: multipart-form + data: + - name: id + type: text + value: "0" + description: IMPORTANT! + - name: name + type: text + value: NewGroup01 + - name: name-upper + type: text + value: "" + description: empty + - name: isadmin + type: text + value: "false" + - name: user_visible + type: text + value: "false" + - name: description + type: text + value: NewGroup01 new from API + - name: btnModify + type: text + value: Inserisci + description: ??? + auth: inherit + +runtime: + scripts: + - type: before-request + code: |- + const noCookieFoundError = "No AJSRV cookie found!"; + + var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); + + if (ajsrvCookie == null || ajsrvCookie === "") { + console.error(noCookieFoundError, ajsrvCookie); + throw new Error(noCookieFoundError); + } + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: true + +examples: + - name: example + request: + url: "{{elixFormsRootUrl}}/AJSRV/metadata/save" + method: POST + headers: + - name: Accept + value: "*/*" + - name: Accept-Encoding + value: gzip, deflate, br, zstd + - name: Accept-Language + value: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6 + disabled: true + - name: Cookie + value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 + - name: Host + value: console-unipr.elixforms.it + disabled: true + - name: Referer + value: https://console-unipr.elixforms.it/ajconsole/ + disabled: true + - name: x-requested-with + value: XMLHttpRequest + body: + type: multipart-form + data: + - name: S_616_168008_COL0009 + type: text + value: azione_form_AUTOR_firmaAutorizzazione + response: + status: 200 + statusText: OK + headers: + - name: date + value: Wed, 26 Aug 2026 09:01:46 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: "1636" + - 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: |- + { + "errors": { + "objectList": [] + }, + "result": { + "objectList": [ + { + "id": 616, + "title": "WFTemplate", + "dataId": 168008, + "tag": "", + "objectId": 35274, + "sections": [ + { + "title": "Template", + "key": "SEC_0006", + "orderKey": "ORD001", + "fields": [ + { + "type": "STRING", + "key": "COL0014", + "title": "Titolo template", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "Autorizzazione sottodominio" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD001", + "defaultValue": null, + "required": false + }, + { + "type": "HTML", + "key": "COL0009", + "title": "Template", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "azione_form_AUTOR_firmaAutorizzazione" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD002", + "defaultValue": null, + "required": false + } + ], + "attributes": [] + }, + { + "title": "Metadata", + "key": "SEC_0007", + "orderKey": "ORD002", + "fields": [ + { + "type": "STRING", + "key": "COL0010", + "title": "Tag azione", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "azione_form_AUTOR_firmaAutorizzazione" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD001", + "defaultValue": null, + "required": false + }, + { + "type": "STRING", + "key": "COL0011", + "title": "Tag procedimento", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "gestione_siti_web_nuovo_wf" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD002", + "defaultValue": null, + "required": false + }, + { + "type": "STRING", + "key": "COL0012", + "title": "Tag modulo", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "RequestForm_GESTIONE_SITI_WEB_NUOVO" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD003", + "defaultValue": null, + "required": false + } + ], + "attributes": [] + } + ], + "categories": [], + "aclTable": [], + "master": false, + "attributes": [] + } + ] + } + } diff --git a/bruno/collections/elixForms API v2/Console UI/Backoffice - Dashboard.yml b/bruno/collections/elixForms API v2/Console UI/Backoffice - Dashboard.yml new file mode 100644 index 0000000..cd8d337 --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Backoffice - Dashboard.yml @@ -0,0 +1,183 @@ +info: + name: Backoffice - Dashboard + type: http + seq: 11 + +http: + method: GET + url: "{{elixFormsRootUrl}}/backoffice/backoffice_console.jsp?IUQOID=0&IURTLGY=&IUXSID=TX_I4453_UNIPR_{{unixTimestamp}}_R{{randomRID}}" + headers: + - name: Host + value: console-unipr.elixforms.it + - name: Referer + value: https://console-unipr.elixforms.it/backoffice/ + params: + - name: IUQOID + value: "0" + type: query + - name: IURTLGY + value: "" + type: query + - name: IUXSID + value: TX_I4453_UNIPR_{{unixTimestamp}}_R{{randomRID}} + type: query + description: Must be computed by executing "Login - Backoffice" + auth: inherit + +runtime: + scripts: + - type: after-response + code: |- + /* + const ajsrvCookie = bru.cookies.get("AJSRV"); + const jsessionidCookie = bru.cookies.get("JSESSIONID"); + + //console.log("AJSRV: ", ajsrvCookie); + //console.log("JSESSIONID: ", jsessionidCookie); + + bru.setVar("elixFormsAjsrvCookie", "AJSRV=" + ajsrvCookie); + bru.setVar("elixFormsJsessionidCookie", "JSESSIONID=" + jsessionidCookie); + */ + - 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; + }); + +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/Backoffice - Save Group.yml b/bruno/collections/elixForms API v2/Console UI/Backoffice - Save Group.yml new file mode 100644 index 0000000..a328f6b --- /dev/null +++ b/bruno/collections/elixForms API v2/Console UI/Backoffice - Save Group.yml @@ -0,0 +1,275 @@ +info: + name: Backoffice - Save Group + type: http + seq: 10 + +http: + method: POST + url: "{{elixFormsRootUrl}}/backoffice/groups/_savedata.jsp" + headers: + - name: Accept + value: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7 + - name: Accept-Encoding + value: gzip, deflate, br, zstd + - name: Accept-Language + value: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6 + - name: Cache-Control + value: max-age=0 + - name: Connection + value: keep-alive + - name: Cookie + value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 + disabled: true + - name: Host + value: console-unipr.elixforms.it + - name: Origin + value: https://console-unipr.elixforms.it + - name: Referer + value: https://console-unipr.elixforms.it/backoffice/groups/groups_right.jsp?id=103 + - name: Upgrade-Insecure-Requests + value: "1" + - name: User-Agent + value: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.0.0 Safari/537.36 Edg/151.0.0.0 + - name: Sec-Fetch-User + value: ?1 + - name: Sec-Fetch-Site + value: same-origin + - name: Sec-Fetch-Mode + value: navigate + - name: Sec-Fetch-Dest + value: frame + - name: Sec-Ch-Ua-Platform + value: '"Windows"' + - name: Sec-Ch-Ua-Mobile + value: ?0 + - name: Sec-Ch-Ua + value: '"Not=A?Brand";v="99", "Microsoft Edge";v="151", "Chromium";v="151"' + body: + type: form-urlencoded + data: + - name: id + value: "103" + - name: name + value: Test 01 + - name: name-upper + value: TEST 01 + - name: isadmin + value: "false" + - name: user_visible + value: "false" + - name: description + value: Test 01 updated + - name: btnInsert + value: Modifica + auth: inherit + +runtime: + scripts: + - type: before-request + code: |- + /* + const noCookieFoundError = "No AJSRV cookie found!"; + + var ajsrvCookie = bru.getVar("elixFormsAjsrvCookie"); + + if (ajsrvCookie == null || ajsrvCookie === "") { + console.error(noCookieFoundError, ajsrvCookie); + throw new Error(noCookieFoundError); + } + */ + +settings: + encodeUrl: true + timeout: 0 + followRedirects: true + maxRedirects: 5 + forwardAuthorizationHeader: true + +examples: + - name: example + request: + url: "{{elixFormsRootUrl}}/AJSRV/metadata/save" + method: POST + headers: + - name: Accept + value: "*/*" + - name: Accept-Encoding + value: gzip, deflate, br, zstd + - name: Accept-Language + value: it,it-IT;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6 + disabled: true + - name: Cookie + value: ISIPSESSION=047b770fac5627c03c94030ca0c3b45c; AJSRV=BTN_USER_1787207482458_8771527838545232265; ISIPSESSION_TRACK=99b2488e73af7c61f6e5affceeb32502; JSESSIONID=e3c44b958c4f282660a5fc8ed994 + - name: Host + value: console-unipr.elixforms.it + disabled: true + - name: Referer + value: https://console-unipr.elixforms.it/ajconsole/ + disabled: true + - name: x-requested-with + value: XMLHttpRequest + body: + type: multipart-form + data: + - name: S_616_168008_COL0009 + type: text + value: azione_form_AUTOR_firmaAutorizzazione + response: + status: 200 + statusText: OK + headers: + - name: date + value: Wed, 26 Aug 2026 09:01:46 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: "1636" + - 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: |- + { + "errors": { + "objectList": [] + }, + "result": { + "objectList": [ + { + "id": 616, + "title": "WFTemplate", + "dataId": 168008, + "tag": "", + "objectId": 35274, + "sections": [ + { + "title": "Template", + "key": "SEC_0006", + "orderKey": "ORD001", + "fields": [ + { + "type": "STRING", + "key": "COL0014", + "title": "Titolo template", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "Autorizzazione sottodominio" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD001", + "defaultValue": null, + "required": false + }, + { + "type": "HTML", + "key": "COL0009", + "title": "Template", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "azione_form_AUTOR_firmaAutorizzazione" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD002", + "defaultValue": null, + "required": false + } + ], + "attributes": [] + }, + { + "title": "Metadata", + "key": "SEC_0007", + "orderKey": "ORD002", + "fields": [ + { + "type": "STRING", + "key": "COL0010", + "title": "Tag azione", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "azione_form_AUTOR_firmaAutorizzazione" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD001", + "defaultValue": null, + "required": false + }, + { + "type": "STRING", + "key": "COL0011", + "title": "Tag procedimento", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "gestione_siti_web_nuovo_wf" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD002", + "defaultValue": null, + "required": false + }, + { + "type": "STRING", + "key": "COL0012", + "title": "Tag modulo", + "searchable": false, + "valueList": [ + { + "key": "", + "value": "RequestForm_GESTIONE_SITI_WEB_NUOVO" + } + ], + "itemList": null, + "toManyItems": false, + "attributes": [], + "orderKey": "ORD003", + "defaultValue": null, + "required": false + } + ], + "attributes": [] + } + ], + "categories": [], + "aclTable": [], + "master": false, + "attributes": [] + } + ] + } + } diff --git a/bruno/collections/elixForms API v2/Console UI/Login - Backoffice.yml b/bruno/collections/elixForms API v2/Console UI/Login - Backoffice.yml index e092b6f..3d018e7 100644 --- a/bruno/collections/elixForms API v2/Console UI/Login - Backoffice.yml +++ b/bruno/collections/elixForms API v2/Console UI/Login - Backoffice.yml @@ -5,7 +5,7 @@ info: http: method: POST - url: "{{elixFormsRootUrl}}/CISIInformationUnit/ExecuteTransaction.jws" + url: "{{elixFormsRootUrl}}/CISIInformationUnit/ExecuteTransaction.jws?IUXSID=TX_I4453_UNIPR_{{unixTimestamp}}_R{{randomRID}}" headers: - name: Host value: console-unipr.elixforms.it @@ -13,9 +13,9 @@ http: value: https://console-unipr.elixforms.it/backoffice/ params: - name: IUXSID - value: TX_I4453_UNIPR_1787737266508_R-1756946974 + value: TX_I4453_UNIPR_{{unixTimestamp}}_R{{randomRID}} type: query - disabled: true + description: Values are computed in pre-script! body: type: multipart-form data: @@ -28,13 +28,36 @@ http: - name: INSERT_BTN00000 type: text value: Accedi - disabled: true auth: inherit runtime: scripts: - type: after-response code: |- + function generateTenDigitNumber() { + // Minimum 10-digit number: 1000000000 + // Maximum 10-digit number: 9999999999 + const min = 1000000000; // 10^9 + const max = 9999999999; // 10^10 - 1 + + // Generate random integer in range [min, max] + const randomNum = Math.floor(Math.random() * (max - min + 1)) + min; + + return String(randomNum); // Return as string to preserve leading digits + } + + function getRandomInt(min, max) { + return Math.floor(Math.random() * (max - min + 1)) + min; + } + + var unixTimestamp = Date.now(); + //console.log(unixTimestamp); + bru.setVar("unixTimestamp", unixTimestamp); + + var r = generateTenDigitNumber(); //getRandomInt(-999999999, 9999999999); + //console.log(r); + bru.setVar("randomRID", r); + /* const headerSetCookie = res.getHeader('set-cookie'); console.log(headerSetCookie); -- 2.54.0