From bd5edbb59e6a17efc4f6bb2eefee9b20b50bcee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:32:58 +0000 Subject: [PATCH 01/31] build(deps): bump org.junit:junit-bom from 6.0.3 to 6.1.0 Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.0.3 to 6.1.0. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.3...r6.1.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d58628b18..6f353f8c8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { implementation("org.jspecify:jspecify:1.0.0") // тестирование - testImplementation(platform("org.junit:junit-bom:6.0.3")) + testImplementation(platform("org.junit:junit-bom:6.1.0")) testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-params") testImplementation("org.assertj:assertj-core:3.27.7") From 3aeaf35a7cc9d4a4ddf61936a9fe3c2bb2c84820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:33:00 +0000 Subject: [PATCH 02/31] build(deps): bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18 Bumps org.slf4j:slf4j-api from 2.0.17 to 2.0.18. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-version: 2.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d58628b18..b91757a2a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -55,7 +55,7 @@ dependencies { implementation("com.thoughtworks.xstream:xstream:1.4.21") // логирование - implementation("org.slf4j:slf4j-api:2.0.17") + implementation("org.slf4j:slf4j-api:2.0.18") // прочее implementation("commons-io:commons-io:2.22.0") @@ -82,7 +82,7 @@ dependencies { testRuntimeOnly("org.junit.platform:junit-platform-launcher") // логирование - testImplementation("org.slf4j:slf4j-reload4j:2.0.17") + testImplementation("org.slf4j:slf4j-reload4j:2.0.18") // бенчмарк jmh("org.openjdk.jmh:jmh-core:1.37") From 97d755fa8e53588c459f820a28bbbe8f7ba0207b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:33:02 +0000 Subject: [PATCH 03/31] build(deps): bump org.sonarqube from 7.3.0.8198 to 7.3.1.8318 Bumps org.sonarqube from 7.3.0.8198 to 7.3.1.8318. --- updated-dependencies: - dependency-name: org.sonarqube dependency-version: 7.3.1.8318 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d58628b18..cdc6e943b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -14,7 +14,7 @@ plugins { id("com.github.ben-manes.versions") version "0.54.0" id("ru.vyarus.pom") version "3.0.0" id("org.jreleaser") version "1.24.0" - id("org.sonarqube") version "7.3.0.8198" + id("org.sonarqube") version "7.3.1.8318" id("me.champeau.jmh") version "0.7.3" } From ede7f96076e799303699f2e1a5397b6e749f2b5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:33:10 +0000 Subject: [PATCH 04/31] build(deps): bump io.github.1c-syntax:utils from 0.7.0 to 0.7.2 Bumps [io.github.1c-syntax:utils](https://github.com/1c-syntax/utils) from 0.7.0 to 0.7.2. - [Release notes](https://github.com/1c-syntax/utils/releases) - [Commits](https://github.com/1c-syntax/utils/compare/v0.7.0...v0.7.2) --- updated-dependencies: - dependency-name: io.github.1c-syntax:utils dependency-version: 0.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d58628b18..81894f779 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { implementation("commons-io:commons-io:2.22.0") implementation("io.github.1c-syntax:bsl-common-library:0.11.0") - implementation("io.github.1c-syntax:utils:0.7.0") + implementation("io.github.1c-syntax:utils:0.7.2") implementation("io.github.1c-syntax:supportconf:0.16.0") // быстрый поиск классов From d263bc27c1c2ccad47cc13953b8dcabf0c89ac8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:32:46 +0000 Subject: [PATCH 05/31] build(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 2 +- .github/workflows/gh-pages.yml | 2 +- .github/workflows/publish-to-maven-central.yml | 2 +- .github/workflows/qa-sq.yml | 2 +- .github/workflows/update-gradle.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6fc519494..151ec1c48 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -18,7 +18,7 @@ jobs: - os: macOS-latest prefix: mac steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true lfs: true diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 663d5d519..556d24055 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,7 +16,7 @@ jobs: build-deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: submodules: true lfs: true diff --git a/.github/workflows/publish-to-maven-central.yml b/.github/workflows/publish-to-maven-central.yml index e991f218b..df254fd2c 100644 --- a/.github/workflows/publish-to-maven-central.yml +++ b/.github/workflows/publish-to-maven-central.yml @@ -12,7 +12,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set up JDK diff --git a/.github/workflows/qa-sq.yml b/.github/workflows/qa-sq.yml index c8f4fc41f..cb1169a6c 100644 --- a/.github/workflows/qa-sq.yml +++ b/.github/workflows/qa-sq.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.event.repository.full_name steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: '' submodules: true diff --git a/.github/workflows/update-gradle.yaml b/.github/workflows/update-gradle.yaml index e5b85f9d8..1b94ac7c9 100644 --- a/.github/workflows/update-gradle.yaml +++ b/.github/workflows/update-gradle.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true From cd99491b36af789272bf8ce233dba66d0bd11a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:55:45 +0300 Subject: [PATCH 06/31] build(deps): bump gradle-wrapper from 9.5.1 to 9.6.0 (#618) Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.5.1 to 9.6.0. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.5.1...v9.6.0) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 4 ++-- gradlew.bat | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df6a6ad76..eb84db68d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/gradlew b/gradlew index b9bb139f7..249efbb03 100755 --- a/gradlew +++ b/gradlew @@ -20,7 +20,7 @@ ############################################################################## # -# Gradle start up script for POSIX generated by Gradle. +# gradlew start up script for POSIX generated by Gradle. # # Important for running: # @@ -29,7 +29,7 @@ # bash, then to run this script, type that shell name before the whole # command line, like: # -# ksh Gradle +# ksh gradlew # # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: diff --git a/gradlew.bat b/gradlew.bat index aa5f10b06..8508ef684 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -19,7 +19,7 @@ @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem -@rem Gradle startup script for Windows +@rem gradlew startup script for Windows @rem @rem ########################################################################## @@ -72,7 +72,7 @@ echo location of your Java installation. 1>&2 -@rem Execute Gradle +@rem Execute gradlew @rem endlocal doesn't take effect until after the line is parsed and variables are expanded @rem which allows us to clear the local environment before executing the java command endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel From eb3cdd7f2e66aeab03dcaea310a843ac07ab79d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 13:56:09 +0300 Subject: [PATCH 07/31] build(deps): bump com.ginsberg:junit5-system-exit from 2.0.2 to 2.0.3 (#615) Bumps [com.ginsberg:junit5-system-exit](https://github.com/tginsberg/junit5-system-exit) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/tginsberg/junit5-system-exit/releases) - [Changelog](https://github.com/tginsberg/junit5-system-exit/blob/master/CHANGELOG.md) - [Commits](https://github.com/tginsberg/junit5-system-exit/compare/v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: com.ginsberg:junit5-system-exit dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 138183640..73021805b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -74,7 +74,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-params") testImplementation("org.assertj:assertj-core:3.27.7") - testImplementation("com.ginsberg:junit5-system-exit:2.0.2") + testImplementation("com.ginsberg:junit5-system-exit:2.0.3") testImplementation("org.skyscreamer:jsonassert:1.5.3") testImplementation("org.objenesis:objenesis:3.5") From 854fcaf8ab45787161e0de45501ee57d85d71431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 21:32:57 +0000 Subject: [PATCH 08/31] build(deps): bump actions/setup-python from 6.2.0 to 6.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 556d24055..f2fe12833 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -31,7 +31,7 @@ jobs: run: ./gradlew --no-daemon javadoc - name: Set up Python - uses: actions/setup-python@v6.2.0 + uses: actions/setup-python@v6.3.0 with: python-version: '3.10' architecture: 'x64' From 81c8c65dd247dfd344d4a660dfa495874b68bb8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:33:25 +0000 Subject: [PATCH 09/31] build(deps): bump gradle-wrapper from 9.6.0 to 9.6.1 Bumps [gradle-wrapper](https://github.com/gradle/gradle) from 9.6.0 to 9.6.1. - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.6.0...v9.6.1) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index eb84db68d..a9db11550 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 From 363b1f357f5b49efbd2d390273b9f34cee1bd420 Mon Sep 17 00:00:00 2001 From: Maximov Valery Date: Mon, 29 Jun 2026 09:27:02 +0300 Subject: [PATCH 10/31] =?UTF-8?q?=D0=B1=D0=B5=D0=BD=D1=87,=20=D0=BE=D0=B1?= =?UTF-8?q?=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B2=D0=B8=D1=81=D0=B8=D0=BC=D0=BE=D1=81=D1=82=D0=B5=D0=B9=20?= =?UTF-8?q?(#623)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.benchmark.example | 11 + .gitignore | 1 + benchmark-analyze-results.py | 702 +++++--- benchmark-compare.sh | 126 +- build.gradle.kts | 5 +- docs/en/benchmark.md | 56 + docs/ru/benchmark.md | 107 ++ mkdocs.en.yml | 1 + mkdocs.yml | 1 + .../benchmark/MDClassesBenchmark.java | 20 +- ...\261\320\276\321\202\320\272\320\260.json" | 9 +- ...\320\276\321\202\320\272\320\260_edt.json" | 9 +- ...\236\321\202\321\207\320\265\321\202.json" | 9 +- ...\321\202\321\207\320\265\321\202_edt.json" | 9 +- ...202\320\265\321\200\320\270\320\2701.json" | 30 +- ...273\320\265\320\275\320\270\321\2171.json" | 30 +- ...276\321\206\320\265\321\201\321\2011.json" | 16 +- ...321\206\320\265\321\201\321\2011_edt.json" | 16 +- ...201\321\207\320\265\321\202\320\2601.json" | 30 +- ...321\207\320\265\321\202\320\2601_edt.json" | 30 +- ...276\321\207\320\275\320\270\320\2721.json" | 147 +- ...321\207\320\275\320\270\320\2721_edt.json" | 147 +- ...207\320\265\321\202\320\276\320\2621.json" | 68 +- ...320\265\321\202\320\276\320\2621_edt.json" | 68 +- ...201\321\207\320\265\321\202\320\2601.json" | 23 +- ...270\321\201\321\202\320\270\320\2721.json" | 52 +- ...321\201\321\202\320\270\320\2721_edt.json" | 52 +- ...262\320\270\320\267\320\270\321\2021.json" | 9 +- .../fixtures/mdclasses/Configuration.json | 282 +-- .../fixtures/mdclasses/Configuration_edt.json | 282 +-- ...202\320\260\320\275\321\202\320\2601.json" | 17 +- ...320\260\320\275\321\202\320\2601_edt.json" | 17 +- ...261\320\276\321\202\320\272\320\2601.json" | 124 +- ...320\276\321\202\320\272\320\2601_edt.json" | 124 +- ...213\320\271\320\242\320\270\320\2771.json" | 9 +- ...203\320\274\320\265\320\275\321\2021.json" | 93 +- ...320\274\320\265\320\275\321\2021_edt.json" | 94 +- ...273\320\265\320\275\320\270\320\2651.json" | 5 +- ...320\265\320\275\320\270\320\2651_edt.json" | 5 +- ...261\320\274\320\265\320\275\320\2601.json" | 40 +- ...320\274\320\265\320\275\320\2601_edt.json" | 40 +- ...\217\320\241\320\243\320\221\320\224.json" | 52 +- ...\320\241\320\243\320\221\320\224_edt.json" | 52 +- ...264\320\265\320\275\320\270\320\2711.json" | 23 +- ...320\265\320\275\320\270\320\2711_edt.json" | 23 +- ...236\321\202\321\207\320\265\321\2021.json" | 8 +- ...321\202\321\207\320\265\321\2021_edt.json" | 8 +- ...260\320\264\320\260\321\207\320\2601.json" | 32 +- .../mdclasses_3_18/Configuration.json | 35 +- .../mdclasses_3_18/Configuration_edt.json | 35 +- .../mdclasses_3_24/Configuration_edt.json | 282 +-- ...260\320\275\320\275\321\213\321\2051.json" | 231 +-- ...320\275\320\275\321\213\321\2051_edt.json" | 231 +-- .../fixtures/mdclasses_5_1/Configuration.json | 35 +- .../fixtures/mdclasses_ext/Configuration.json | 35 +- .../mdclasses_ext/Configuration_edt.json | 35 +- ...\264\320\260\320\275\320\270\320\265.json" | 789 +------- ...\320\260\320\275\320\270\320\265_edt.json" | 789 +------- ...\260\320\271\320\273\320\276\320\262.json" | 433 +---- ...\320\271\320\273\320\276\320\262_edt.json" | 433 +---- ...\274\320\265\321\202\320\272\320\270.json" | 251 +-- ...\320\265\321\202\320\272\320\270_edt.json" | 251 +-- ...\264\320\265\320\275\320\270\321\217.json" | 1235 ++----------- ...\320\265\320\275\320\270\321\217_edt.json" | 1235 ++----------- ...\260\320\275\320\275\321\213\320\265.json" | 5 +- ...\276\320\277\321\200\320\276\321\201.json" | 66 +- ...\320\277\321\200\320\276\321\201_edt.json" | 66 +- ...\201\321\202\320\265\320\274\321\213.json" | 9 +- ...\222\320\260\320\273\321\216\321\202.json" | 400 +---- ...\320\260\320\273\321\216\321\202_edt.json" | 400 +---- ...\201\321\202\320\262\320\270\321\217.json" | 1384 ++------------ ...\321\202\320\262\320\270\321\217_edt.json" | 1384 ++------------ ...\275\320\272\320\265\321\202\320\260.json" | 325 +--- ...\320\272\320\265\321\202\320\260_edt.json" | 325 +--- ...\273\320\265\320\275\320\270\321\217.json" | 5 +- ...\320\265\320\275\320\270\321\217_edt.json" | 5 +- ...\271\320\221\320\260\320\267\321\213.json" | 67 +- ...\320\221\320\260\320\267\321\213_edt.json" | 67 +- ...\265\320\272\321\202\320\276\320\262.json" | 160 +- ...\320\272\321\202\320\276\320\262_edt.json" | 160 +- ...\264\320\277\320\270\321\201\320\270.json" | 326 +--- ...\320\277\320\270\321\201\320\270_edt.json" | 326 +--- ...\207\320\265\321\202\320\276\320\262.json" | 1592 ++--------------- ...\320\265\321\202\320\276\320\262_edt.json" | 1592 ++--------------- ...\270\321\202\320\265\320\273\321\217.json" | 667 +------ ...\321\202\320\265\320\273\321\217_edt.json" | 667 +------ 86 files changed, 2963 insertions(+), 16484 deletions(-) create mode 100644 .env.benchmark.example create mode 100644 docs/en/benchmark.md create mode 100644 docs/ru/benchmark.md diff --git a/.env.benchmark.example b/.env.benchmark.example new file mode 100644 index 000000000..9d63e1fed --- /dev/null +++ b/.env.benchmark.example @@ -0,0 +1,11 @@ +# Путь к конфигурации EDT (можно заменить на свою) +BENCH_EDT_PATH=src/test/resources/ext/edt/ssl_3_1/configuration + +# Путь к конфигурации Designer +BENCH_DESIGNER_PATH=src/test/resources/ext/designer/ssl_3_1/src/cf + +# Дополнительные JVM-аргументы для JMH +BENCH_JVM_ARGS=-Xms4g -Xmx8g + +# Профилировщики JMH (через запятую, без пробелов) +BENCH_PROFILERS=com.github._1c_syntax.bsl.mdclasses.benchmark.MemoryProfiler diff --git a/.gitignore b/.gitignore index bc0e40a0f..3f8c92e81 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ Gradle_*.xml benchmark-results/** .vscode/ +/.env.benchmark diff --git a/benchmark-analyze-results.py b/benchmark-analyze-results.py index ae7f564a7..e2dbc9a37 100644 --- a/benchmark-analyze-results.py +++ b/benchmark-analyze-results.py @@ -1,36 +1,48 @@ +import argparse import json import os +import matplotlib +matplotlib.use('Agg') import matplotlib.pyplot as plt import numpy as np from collections import defaultdict -def load_and_analyze(): - """Загружает и анализирует результаты с правильной фильтрацией""" +ALLOCATION_METRICS = {'+gc.alloc.rate', 'gc.alloc.rate', 'alloc.rate'} - old_file = 'benchmark-results/old-results.json' - new_file = 'benchmark-results/new-results.json' - print("🔍 ЗАГРУЗКА РЕЗУЛЬТАТОВ С ПРАВИЛЬНОЙ ФИЛЬТРАЦИЕЙ") - print("=" * 60) +def parse_args(): + parser = argparse.ArgumentParser(description='Анализ результатов JMH-бенчмарков') + parser.add_argument('--old', default='benchmark-results/old-results.json', + help='Путь к JSON с результатами старой версии') + parser.add_argument('--new', default='benchmark-results/new-results.json', + help='Путь к JSON с результатами новой версии') + parser.add_argument('--output', default='benchmark-results', + help='Директория для выходных файлов') + parser.add_argument('--html', action='store_true', default=True, + help='Генерировать HTML-отчёт') + return parser.parse_args() - # Загружаем данные + +def load_data(old_file, new_file): with open(old_file, 'r') as f: old_data = json.load(f) with open(new_file, 'r') as f: new_data = json.load(f) + return old_data, new_data + - # Извлекаем данные для графиков +def extract_metrics(old_data, new_data): performance_data = [] memory_data = [] gc_data = [] + allocation_data = [] for old_bench, new_bench in zip(old_data, new_data): bench_name = old_bench['benchmark'].split('.')[-1] - # Производительность old_time = old_bench['primaryMetric']['score'] new_time = new_bench['primaryMetric']['score'] - change = ((old_time - new_time) / old_time) * 100 + change = ((old_time - new_time) / old_time) * 100 if old_time != 0 else 0 performance_data.append({ 'name': bench_name, @@ -39,65 +51,39 @@ def load_and_analyze(): 'change': change }) - # Память и GC из secondaryMetrics - УПРОЩЕННАЯ ФИЛЬТРАЦИЯ old_secondary = old_bench.get('secondaryMetrics', {}) new_secondary = new_bench.get('secondaryMetrics', {}) - print(f"\n📋 Бенчмарк: {bench_name}") - print(f" Вторичных метрик: {len(old_secondary)}") - - for metric_name, old_metric in old_secondary.items(): - if metric_name in new_secondary: - new_metric = new_secondary[metric_name] - - # ПРОСТАЯ ФИЛЬТРАЦИЯ - смотрим на фактические имена метрик - print(f" 🔍 Анализ метрики: '{metric_name}'") - - # Метрики памяти - берем ВСЕ метрики кроме gc - if 'gc.' not in metric_name and ('memory' in metric_name or 'usedmemory' in metric_name.lower()): - memory_data.append({ - 'benchmark': bench_name, - 'metric': metric_name, - 'short_metric': metric_name.split('.')[-1], - 'category': get_memory_category(metric_name), - 'old': old_metric['score'], - 'new': new_metric['score'], - 'unit': old_metric.get('scoreUnit', ''), - 'change': ((old_metric['score'] - new_metric['score']) / old_metric['score']) * 100 if old_metric['score'] != 0 else 0 - }) - print(f" ✅ ДОБАВЛЕНО В ПАМЯТЬ: {old_metric['score']} → {new_metric['score']}") - - # Метрики GC - elif 'gc.' in metric_name: - gc_data.append({ - 'benchmark': bench_name, - 'metric': metric_name, - 'short_metric': metric_name.split('.')[-1], - 'old': old_metric['score'], - 'new': new_metric['score'], - 'unit': old_metric.get('scoreUnit', ''), - 'change': ((old_metric['score'] - new_metric['score']) / old_metric['score']) * 100 if old_metric['score'] != 0 else 0 - }) - print(f" ✅ ДОБАВЛЕНО В GC: {old_metric['score']} → {new_metric['score']}") + for metric_name in old_secondary: + if metric_name not in new_secondary: + continue + old_metric = old_secondary[metric_name] + new_metric = new_secondary[metric_name] + + entry = { + 'benchmark': bench_name, + 'metric': metric_name, + 'short_metric': metric_name.split('.')[-1], + 'old': old_metric['score'], + 'new': new_metric['score'], + 'unit': old_metric.get('scoreUnit', ''), + 'change': ((old_metric['score'] - new_metric['score']) / old_metric['score']) * 100 if old_metric['score'] != 0 else 0 + } + + if 'gc.' in metric_name: + if metric_name in ALLOCATION_METRICS or 'alloc' in metric_name.lower(): + allocation_data.append(entry) else: - print(f" ❓ НЕ ОПРЕДЕЛЕНО: {metric_name}") + gc_data.append(entry) + elif 'memory' in metric_name: + memory_data.append(entry) + elif metric_name in ALLOCATION_METRICS or 'alloc' in metric_name.lower(): + allocation_data.append(entry) - print(f"\n📊 ИТОГО ИЗВЛЕЧЕНО:") - print(f"🚀 Производительность: {len(performance_data)}") - print(f"🧠 Память: {len(memory_data)}") - print(f"🗑️ GC: {len(gc_data)}") + return performance_data, memory_data, gc_data, allocation_data - # Покажем все найденные метрики памяти - if memory_data: - print(f"\n📋 ВСЕ метрики памяти:") - memory_metrics = set(item['metric'] for item in memory_data) - for i, metric in enumerate(memory_metrics): - print(f" {i+1}. {metric}") - - return performance_data, memory_data, gc_data def get_memory_category(metric_name): - """Определяет категорию метрики памяти""" metric_lower = metric_name.lower() if 'heap' in metric_lower: return 'heap' @@ -107,281 +93,461 @@ def get_memory_category(metric_name): return 'total' elif 'pool' in metric_lower: return 'pool' - elif 'usedmemory' in metric_lower: - return 'usedmemory' else: return 'other' -def add_value_labels(ax, bars, values, format_str='{:.1f}', offset_factor=0.01): - """Добавляет значения на столбцы графика""" + +def add_value_labels(ax, bars, values, fmt='{:.1f}', offset_factor=0.01): for bar, value in zip(bars, values): height = bar.get_height() - ax.text(bar.get_x() + bar.get_width()/2., height + abs(height) * offset_factor, - format_str.format(value), + ax.text(bar.get_x() + bar.get_width() / 2., height + abs(height) * offset_factor, + fmt.format(value), ha='center', va='bottom', fontsize=8, fontweight='bold') -def add_comparison_labels(ax, bars1, bars2, values1, values2, format_str='{:.1f}'): - """Добавляет значения для двух наборов столбцов (старая/новая версия)""" - # Для старых значений + +def add_comparison_labels(ax, bars1, bars2, values1, values2, fmt='{:.1f}'): for bar, value in zip(bars1, values1): height = bar.get_height() - ax.text(bar.get_x() + bar.get_width()/2., height/2, - format_str.format(value), + ax.text(bar.get_x() + bar.get_width() / 2., height / 2, + fmt.format(value), ha='center', va='center', fontsize=8, fontweight='bold', color='white') - - # Для новых значений for bar, value in zip(bars2, values2): height = bar.get_height() - ax.text(bar.get_x() + bar.get_width()/2., height/2, - format_str.format(value), + ax.text(bar.get_x() + bar.get_width() / 2., height / 2, + fmt.format(value), ha='center', va='center', fontsize=8, fontweight='bold', color='white') -def create_visualizations(performance_data, memory_data, gc_data): - """Создает визуализации с значениями на графиках""" - - fig = plt.figure(figsize=(16, 12)) - fig.suptitle('Сравнение производительности и потребления памяти', fontsize=16, fontweight='bold') - - # Если нет данных памяти, создаем упрощенный график - if not memory_data and not gc_data: - print("⚠️ Нет данных памяти и GC, создаем упрощенный график") - # Только производительность - if performance_data: - # График производительности - ax1 = plt.subplot(1, 2, 1) - names = [p['name'] for p in performance_data] - old_times = [p['old'] for p in performance_data] - new_times = [p['new'] for p in performance_data] - - x = np.arange(len(names)) - width = 0.35 - - bars1 = ax1.bar(x - width/2, old_times, width, label='Старая', alpha=0.7, color='blue') - bars2 = ax1.bar(x + width/2, new_times, width, label='Новая', alpha=0.7, color='orange') - ax1.set_title('Производительность (время, мс)', fontsize=12, fontweight='bold') - ax1.set_ylabel('Время (мс)') - ax1.set_xticks(x) - ax1.set_xticklabels(names, rotation=45, ha='right') - ax1.legend() - ax1.grid(True, alpha=0.3) - - # Добавляем значения на столбцы - add_comparison_labels(ax1, bars1, bars2, old_times, new_times, '{:.1f}ms') - - # Изменения производительности - if performance_data: - ax2 = plt.subplot(1, 2, 2) - changes = [p['change'] for p in performance_data] - colors = ['green' if c > 0 else 'red' for c in changes] +def create_visualizations(performance_data, memory_data, gc_data, allocation_data, output_dir): + has_memory = bool(memory_data) + has_gc = bool(gc_data) + has_allocation = bool(allocation_data) - bars = ax2.bar(names, changes, color=colors, alpha=0.7) - ax2.set_title('Изменение производительности (%)', fontsize=12, fontweight='bold') - ax2.set_ylabel('Изменение (%)') - ax2.set_xticklabels(names, rotation=45, ha='right') - ax2.axhline(y=0, color='black', linestyle='-', alpha=0.3) - ax2.grid(True, alpha=0.3) + if not has_memory and not has_gc and not has_allocation: + fig = plt.figure(figsize=(12, 5)) + fig.suptitle('Сравнение производительности', fontsize=16, fontweight='bold') - # Добавляем значения изменений - add_value_labels(ax2, bars, changes, '{:+.1f}%') - - plt.tight_layout() - plt.savefig('benchmark-results/performance-only.png', dpi=150, bbox_inches='tight') - plt.show() - return - - # Полная версия с памятью и GC - - # 1. График производительности - if performance_data: - ax1 = plt.subplot(2, 3, 1) + ax1 = plt.subplot(1, 2, 1) names = [p['name'] for p in performance_data] old_times = [p['old'] for p in performance_data] new_times = [p['new'] for p in performance_data] - x = np.arange(len(names)) width = 0.35 - - bars1 = ax1.bar(x - width/2, old_times, width, label='Старая', alpha=0.7, color='blue') - bars2 = ax1.bar(x + width/2, new_times, width, label='Новая', alpha=0.7, color='orange') - ax1.set_title('Производительность (время)', fontsize=12, fontweight='bold') + bars1 = ax1.bar(x - width / 2, old_times, width, label='Старая', alpha=0.7, color='#4A90D9') + bars2 = ax1.bar(x + width / 2, new_times, width, label='Новая', alpha=0.7, color='#E8A838') + ax1.set_title('Производительность (время, мс)', fontsize=12, fontweight='bold') ax1.set_ylabel('Время (мс)') ax1.set_xticks(x) ax1.set_xticklabels(names, rotation=45, ha='right') ax1.legend() ax1.grid(True, alpha=0.3) + add_comparison_labels(ax1, bars1, bars2, old_times, new_times) - # Добавляем значения - add_comparison_labels(ax1, bars1, bars2, old_times, new_times, '{:.1f}ms') - - # 2. График изменений производительности - if performance_data: - ax2 = plt.subplot(2, 3, 2) + ax2 = plt.subplot(1, 2, 2) changes = [p['change'] for p in performance_data] - colors = ['green' if c > 0 else 'red' for c in changes] - + colors = ['#27AE60' if c > 0 else '#E74C3C' for c in changes] bars = ax2.bar(names, changes, color=colors, alpha=0.7) - ax2.set_title('Изменение производительности', fontsize=12, fontweight='bold') + ax2.set_title('Изменение производительности (%)', fontsize=12, fontweight='bold') ax2.set_ylabel('Изменение (%)') ax2.set_xticklabels(names, rotation=45, ha='right') ax2.axhline(y=0, color='black', linestyle='-', alpha=0.3) ax2.grid(True, alpha=0.3) - - # Добавляем значения изменений add_value_labels(ax2, bars, changes, '{:+.1f}%') - # 3. График ключевых метрик памяти - if memory_data: - ax3 = plt.subplot(2, 3, 3) + plt.tight_layout() + png_path = os.path.join(output_dir, 'comprehensive-analysis-with-values.png') + plt.savefig(png_path, dpi=150, bbox_inches='tight') + plt.close() + print(f"✅ График сохранён: {png_path}") + return png_path + + n_plots = 2 + if has_memory: + n_plots += 2 + if has_gc: + n_plots += 1 + if has_allocation: + n_plots += 1 + + ncols = min(3, n_plots) + nrows = (n_plots + ncols - 1) // ncols + fig = plt.figure(figsize=(6 * ncols, 4 * nrows)) + fig.suptitle('Сравнение производительности и потребления памяти', fontsize=16, fontweight='bold') - # Выбираем ключевые метрики памяти для отображения - key_metrics = ['usedMemory.heap', 'usedMemory.total', 'memory.heap.used', 'memory.total.used'] - display_data = [] + plot_idx = 1 - for metric_name in key_metrics: + if performance_data: + ax = plt.subplot(nrows, ncols, plot_idx) + plot_idx += 1 + names = [p['name'] for p in performance_data] + old_times = [p['old'] for p in performance_data] + new_times = [p['new'] for p in performance_data] + x = np.arange(len(names)) + width = 0.35 + bars1 = ax.bar(x - width / 2, old_times, width, label='Старая', alpha=0.7, color='#4A90D9') + bars2 = ax.bar(x + width / 2, new_times, width, label='Новая', alpha=0.7, color='#E8A838') + ax.set_title('Производительность (время)', fontsize=12, fontweight='bold') + ax.set_ylabel('Время (мс)') + ax.set_xticks(x) + ax.set_xticklabels(names, rotation=45, ha='right') + ax.legend() + ax.grid(True, alpha=0.3) + add_comparison_labels(ax, bars1, bars2, old_times, new_times) + + ax = plt.subplot(nrows, ncols, plot_idx) + plot_idx += 1 + changes = [p['change'] for p in performance_data] + colors = ['#27AE60' if c > 0 else '#E74C3C' for c in changes] + bars = ax.bar(names, changes, color=colors, alpha=0.7) + ax.set_title('Изменение производительности', fontsize=12, fontweight='bold') + ax.set_ylabel('Изменение (%)') + ax.set_xticklabels(names, rotation=45, ha='right') + ax.axhline(y=0, color='black', linestyle='-', alpha=0.3) + ax.grid(True, alpha=0.3) + add_value_labels(ax, bars, changes, '{:+.1f}%') + + if has_memory: + ax = plt.subplot(nrows, ncols, plot_idx) + plot_idx += 1 + key_metrics_names = ['memory.heap.used', 'memory.total.used', 'memory.nonHeap.used'] + display_data = [] + for mn in key_metrics_names: for item in memory_data: - if item['metric'] == metric_name: + if item['metric'] == mn: display_data.append(item) break - - # Если ключевых нет, берем первые 4 if not display_data: display_data = memory_data[:4] metric_labels = [f"{item['short_metric']}\n({item['benchmark']})" for item in display_data] old_values = [item['old'] for item in display_data] new_values = [item['new'] for item in display_data] - units = [item['unit'] for item in display_data] - x = np.arange(len(metric_labels)) width = 0.35 - - bars1 = ax3.bar(x - width/2, old_values, width, label='Старая', alpha=0.7, color='blue') - bars2 = ax3.bar(x + width/2, new_values, width, label='Новая', alpha=0.7, color='orange') - ax3.set_title('Ключевые метрики памяти', fontsize=12, fontweight='bold') - ax3.set_ylabel(f'Память ({units[0] if units else "MB"})') - ax3.set_xticks(x) - ax3.set_xticklabels(metric_labels, rotation=45, ha='right') - ax3.legend() - ax3.grid(True, alpha=0.3) - - # Добавляем значения - add_comparison_labels(ax3, bars1, bars2, old_values, new_values, '{:.1f}') - - else: - ax3 = plt.subplot(2, 3, 3) - ax3.text(0.5, 0.5, 'Нет данных памяти', - ha='center', va='center', transform=ax3.transAxes, fontsize=12) - ax3.set_title('Метрики памяти', fontsize=12, fontweight='bold') - - # 4. График изменений памяти - if memory_data: - ax4 = plt.subplot(2, 3, 4) - - # Группируем по категориям и усредняем изменения + bars1 = ax.bar(x - width / 2, old_values, width, label='Старая', alpha=0.7, color='#4A90D9') + bars2 = ax.bar(x + width / 2, new_values, width, label='Новая', alpha=0.7, color='#E8A838') + ax.set_title('Ключевые метрики памяти', fontsize=12, fontweight='bold') + ax.set_ylabel('Память (MB)') + ax.set_xticks(x) + ax.set_xticklabels(metric_labels, rotation=45, ha='right') + ax.legend() + ax.grid(True, alpha=0.3) + add_comparison_labels(ax, bars1, bars2, old_values, new_values) + + ax = plt.subplot(nrows, ncols, plot_idx) + plot_idx += 1 categories = defaultdict(list) for item in memory_data: - categories[item['category']].append(item['change']) - - avg_changes = {cat: sum(changes)/len(changes) for cat, changes in categories.items()} - + cat = get_memory_category(item['metric']) + categories[cat].append(item['change']) + avg_changes = {cat: sum(changes) / len(changes) for cat, changes in categories.items()} if avg_changes: cat_names = list(avg_changes.keys()) - changes = list(avg_changes.values()) - colors = ['green' if c > 0 else 'red' for c in changes] - - bars = ax4.bar(cat_names, changes, color=colors, alpha=0.7) - ax4.set_title('Изменение памяти по категориям', fontsize=12, fontweight='bold') - ax4.set_ylabel('Среднее изменение (%)') - ax4.set_xticklabels(cat_names, rotation=45, ha='right') - ax4.axhline(y=0, color='black', linestyle='-', alpha=0.3) - ax4.grid(True, alpha=0.3) - - # Добавляем значения изменений - add_value_labels(ax4, bars, changes, '{:+.1f}%') - - else: - ax4 = plt.subplot(2, 3, 4) - ax4.text(0.5, 0.5, 'Нет данных памяти', - ha='center', va='center', transform=ax4.transAxes, fontsize=12) - ax4.set_title('Память по категориям', fontsize=12, fontweight='bold') - - # 5. График GC метрик - if gc_data: - ax5 = plt.subplot(2, 3, 5) - - # Берем первые 4 метрики GC + changes_vals = list(avg_changes.values()) + colors = ['#27AE60' if c > 0 else '#E74C3C' for c in changes_vals] + bars = ax.bar(cat_names, changes_vals, color=colors, alpha=0.7) + ax.set_title('Изменение памяти по категориям', fontsize=12, fontweight='bold') + ax.set_ylabel('Среднее изменение (%)') + ax.set_xticklabels(cat_names, rotation=45, ha='right') + ax.axhline(y=0, color='black', linestyle='-', alpha=0.3) + ax.grid(True, alpha=0.3) + add_value_labels(ax, bars, changes_vals, '{:+.1f}%') + + if has_gc: + ax = plt.subplot(nrows, ncols, plot_idx) + plot_idx += 1 display_gc = gc_data[:4] - metric_labels = [f"{item['short_metric']}\n({item['benchmark']})" for item in display_gc] old_values = [item['old'] for item in display_gc] new_values = [item['new'] for item in display_gc] - units = [item['unit'] for item in display_gc] - x = np.arange(len(metric_labels)) width = 0.35 + bars1 = ax.bar(x - width / 2, old_values, width, label='Старая', alpha=0.7, color='#4A90D9') + bars2 = ax.bar(x + width / 2, new_values, width, label='Новая', alpha=0.7, color='#E8A838') + ax.set_title('Метрики GC', fontsize=12, fontweight='bold') + ax.set_ylabel('Значение') + ax.set_xticks(x) + ax.set_xticklabels(metric_labels, rotation=45, ha='right') + ax.legend() + ax.grid(True, alpha=0.3) + add_comparison_labels(ax, bars1, bars2, old_values, new_values) + + if has_allocation: + ax = plt.subplot(nrows, ncols, plot_idx) + plot_idx += 1 + display_alloc = allocation_data[:4] + metric_labels = [f"{item['short_metric']}\n({item['benchmark']})" for item in display_alloc] + old_values = [item['old'] for item in display_alloc] + new_values = [item['new'] for item in display_alloc] + x = np.arange(len(metric_labels)) + width = 0.35 + bars1 = ax.bar(x - width / 2, old_values, width, label='Старая', alpha=0.7, color='#4A90D9') + bars2 = ax.bar(x + width / 2, new_values, width, label='Новая', alpha=0.7, color='#E8A838') + ax.set_title('Allocation Rate (MB/sec)', fontsize=12, fontweight='bold') + ax.set_ylabel('MB/sec') + ax.set_xticks(x) + ax.set_xticklabels(metric_labels, rotation=45, ha='right') + ax.legend() + ax.grid(True, alpha=0.3) + add_comparison_labels(ax, bars1, bars2, old_values, new_values) + + # Сводная статистика + if plot_idx <= nrows * ncols: + ax = plt.subplot(nrows, ncols, plot_idx) + plot_idx += 1 + else: + ax = None - bars1 = ax5.bar(x - width/2, old_values, width, label='Старая', alpha=0.7, color='blue') - bars2 = ax5.bar(x + width/2, new_values, width, label='Новая', alpha=0.7, color='orange') - ax5.set_title('Метрики сборщика мусора', fontsize=12, fontweight='bold') - ax5.set_ylabel(f'Значение ({units[0] if units else ""})') - ax5.set_xticks(x) - ax5.set_xticklabels(metric_labels, rotation=45, ha='right') - ax5.legend() - ax5.grid(True, alpha=0.3) - - # Добавляем значения - add_comparison_labels(ax5, bars1, bars2, old_values, new_values, '{:.1f}') + if ax: + ax.axis('off') + stats_text = "📊 СВОДНАЯ СТАТИСТИКА\n\n" + stats_text += f"Всего бенчмарков: {len(performance_data)}\n\n" - else: - ax5 = plt.subplot(2, 3, 5) - ax5.text(0.5, 0.5, 'Нет данных GC', - ha='center', va='center', transform=ax5.transAxes, fontsize=12) - ax5.set_title('Метрики GC', fontsize=12, fontweight='bold') + if performance_data: + perf_improvements = sum(1 for p in performance_data if p['change'] > 5) + perf_regressions = sum(1 for p in performance_data if p['change'] < -5) + avg_perf_change = sum(p['change'] for p in performance_data) / len(performance_data) + stats_text += "Производительность:\n" + stats_text += f"• Улучшений: {perf_improvements}\n" + stats_text += f"• Ухудшений: {perf_regressions}\n" + stats_text += f"• Среднее: {avg_perf_change:+.1f}%\n\n" + + if memory_data: + mem_improvements = sum(1 for m in memory_data if m['change'] > 5) + mem_regressions = sum(1 for m in memory_data if m['change'] < -5) + avg_mem_change = sum(m['change'] for m in memory_data) / len(memory_data) + stats_text += "Память:\n" + stats_text += f"• Улучшений: {mem_improvements}\n" + stats_text += f"• Ухудшений: {mem_regressions}\n" + stats_text += f"• Среднее: {avg_mem_change:+.1f}%\n\n" + + if gc_data: + gc_improvements = sum(1 for g in gc_data if g['change'] > 0) + gc_regressions = sum(1 for g in gc_data if g['change'] < 0) + avg_gc_change = sum(g['change'] for g in gc_data) / len(gc_data) + stats_text += "Сборка мусора:\n" + stats_text += f"• Улучшений: {gc_improvements}\n" + stats_text += f"• Ухудшений: {gc_regressions}\n" + stats_text += f"• Среднее: {avg_gc_change:+.1f}%" + + if allocation_data: + alloc_improvements = sum(1 for a in allocation_data if a['change'] > 0) + alloc_regressions = sum(1 for a in allocation_data if a['change'] < 0) + avg_alloc_change = sum(a['change'] for a in allocation_data) / len(allocation_data) + stats_text += "\n\nAllocation Rate:\n" + stats_text += f"• Улучшений: {alloc_improvements}\n" + stats_text += f"• Ухудшений: {alloc_regressions}\n" + stats_text += f"• Среднее: {avg_alloc_change:+.1f}%" + + ax.text(0.1, 0.9, stats_text, transform=ax.transAxes, fontsize=10, + verticalalignment='top', linespacing=1.5, fontweight='bold') - # 6. Сводная статистика - ax6 = plt.subplot(2, 3, 6) - ax6.axis('off') # Отключаем оси + plt.tight_layout() + png_path = os.path.join(output_dir, 'comprehensive-analysis-with-values.png') + plt.savefig(png_path, dpi=150, bbox_inches='tight') + plt.close() + print(f"✅ График сохранён: {png_path}") + return png_path + + +def generate_html_report(performance_data, memory_data, gc_data, allocation_data, output_dir, png_path): + rows = [] + for p in performance_data: + cls = 'positive' if p['change'] > 0 else ('negative' if p['change'] < 0 else 'neutral') + rows.append(f""" + {p['name']} + {p['old']:.3f} ms + {p['new']:.3f} ms + {p['change']:+.2f}% + """) + + mem_rows = "" + for m in memory_data: + cls = 'positive' if m['change'] > 0 else ('negative' if m['change'] < 0 else 'neutral') + mem_rows += f""" + {m['benchmark']} + {m['metric']} + {m['old']:.2f} {m['unit']} + {m['new']:.2f} {m['unit']} + {m['change']:+.2f}% + """ + + gc_rows = "" + for g in gc_data: + cls = 'positive' if g['change'] > 0 else ('negative' if g['change'] < 0 else 'neutral') + gc_rows += f""" + {g['benchmark']} + {g['metric']} + {g['old']:.2f} {g['unit']} + {g['new']:.2f} {g['unit']} + {g['change']:+.2f}% + """ + + alloc_rows = "" + for a in allocation_data: + cls = 'positive' if a['change'] > 0 else ('negative' if a['change'] < 0 else 'neutral') + alloc_rows += f""" + {a['benchmark']} + {a['metric']} + {a['old']:.2f} {a['unit']} + {a['new']:.2f} {a['unit']} + {a['change']:+.2f}% + """ + + png_rel = os.path.relpath(png_path, output_dir) + + perf_avg = sum(p['change'] for p in performance_data) / len(performance_data) if performance_data else 0 + mem_avg = sum(m['change'] for m in memory_data) / len(memory_data) if memory_data else 0 + gc_avg = sum(g['change'] for g in gc_data) / len(gc_data) if gc_data else 0 + alloc_avg = sum(a['change'] for a in allocation_data) / len(allocation_data) if allocation_data else 0 + + html = f""" + + + + +Benchmark Comparison Report + + + +
+

📊 Benchmark Comparison Report

+ +
+
+

🚀 Производительность

+
{perf_avg:+.1f}%
+
Среднее изменение
+
+
+

🧠 Память

+
{mem_avg:+.1f}%
+
Среднее изменение
+
+
+

🗑️ GC

+
{gc_avg:+.1f}%
+
Среднее изменение
+
+
+

📦 Allocation

+
{alloc_avg:+.1f}%
+
Среднее изменение
+
+
+ +
+

График сравнения

+ Benchmark chart +
+ +
+

🚀 Производительность

+ + + {"".join(rows)} +
БенчмаркСтарая версияНовая версияИзменение
+
+""" - # Собираем статистику - stats_text = "📊 СВОДНАЯ СТАТИСТИКА\n\n" - stats_text += f"Всего бенчмарков: {len(performance_data)}\n\n" + if memory_data: + html += f"""
+

🧠 Память

+ + + {mem_rows} +
БенчмаркМетрикаСтарая версияНовая версияИзменение
+
""" - if performance_data: - perf_improvements = sum(1 for p in performance_data if p['change'] > 5) - perf_regressions = sum(1 for p in performance_data if p['change'] < -5) - avg_perf_change = sum(p['change'] for p in performance_data) / len(performance_data) - stats_text += f"Производительность:\n" - stats_text += f"• Улучшений: {perf_improvements}\n" - stats_text += f"• Ухудшений: {perf_regressions}\n" - stats_text += f"• Среднее: {avg_perf_change:+.1f}%\n\n" + if gc_data: + html += f"""
+

🗑️ Сборка мусора

+ + + {gc_rows} +
БенчмаркМетрикаСтарая версияНовая версияИзменение
+
""" + + if allocation_data: + html += f"""
+

📦 Allocation Rate

+ + + {alloc_rows} +
БенчмаркМетрикаСтарая версияНовая версияИзменение
+
""" + + html += "
" + + html_path = os.path.join(output_dir, 'report.html') + with open(html_path, 'w', encoding='utf-8') as f: + f.write(html) + print(f"✅ HTML-отчёт сохранён: {html_path}") + + +def print_report(performance_data, memory_data, gc_data, allocation_data): + print("\n🚀 СРАВНЕНИЕ ПРОИЗВОДИТЕЛЬНОСТИ:") + print(f"{'Бенчмарк':<35} {'Старая':<12} {'Новая':<12} {'Изменение':<10}") + print("-" * 70) + for p in performance_data: + cls = '✅' if p['change'] > 0 else ('❌' if p['change'] < 0 else '➖') + print(f"{p['name']:<35} {p['old']:<8.2f}ms {p['new']:<8.2f}ms {p['change']:+.2f}% {cls}") if memory_data: - mem_improvements = sum(1 for m in memory_data if m['change'] > 5) - mem_regressions = sum(1 for m in memory_data if m['change'] < -5) - avg_mem_change = sum(m['change'] for m in memory_data) / len(memory_data) - stats_text += f"Память:\n" - stats_text += f"• Улучшений: {mem_improvements}\n" - stats_text += f"• Ухудшений: {mem_regressions}\n" - stats_text += f"• Среднее: {avg_mem_change:+.1f}%\n\n" + print("\n🧠 СРАВНЕНИЕ ПАМЯТИ:") + print(f"{'Метрика':<35} {'Старая':<12} {'Новая':<12} {'Изменение':<10}") + print("-" * 70) + for m in memory_data: + print(f"{m['metric']:<35} {m['old']:<8.2f}{m['unit']:<4} {m['new']:<8.2f}{m['unit']:<4} {m['change']:+.2f}%") if gc_data: - gc_improvements = sum(1 for g in gc_data if g['change'] < 0) - gc_regressions = sum(1 for g in gc_data if g['change'] > 0) - avg_gc_change = sum(g['change'] for g in gc_data) / len(gc_data) - stats_text += f"Сборка мусора:\n" - stats_text += f"• Улучшений: {gc_improvements}\n" - stats_text += f"• Ухудшений: {gc_regressions}\n" - stats_text += f"• Среднее: {avg_gc_change:+.1f}%" + print("\n🗑️ СРАВНЕНИЕ GC:") + print(f"{'Метрика':<35} {'Старая':<12} {'Новая':<12} {'Изменение':<10}") + print("-" * 70) + for g in gc_data: + print(f"{g['metric']:<35} {g['old']:<8.2f}{g['unit']:<4} {g['new']:<8.2f}{g['unit']:<4} {g['change']:+.2f}%") - ax6.text(0.1, 0.9, stats_text, transform=ax6.transAxes, fontsize=10, - verticalalignment='top', linespacing=1.5, fontweight='bold') + if allocation_data: + print("\n📦 ALLOCATION RATE (MB/sec):") + print(f"{'Метрика':<35} {'Старая':<12} {'Новая':<12} {'Изменение':<10}") + print("-" * 70) + for a in allocation_data: + print(f"{a['metric']:<35} {a['old']:<8.2f}{a['unit']:<4} {a['new']:<8.2f}{a['unit']:<4} {a['change']:+.2f}%") + + +def main(): + args = parse_args() + os.makedirs(args.output, exist_ok=True) + + old_data, new_data = load_data(args.old, args.new) + performance_data, memory_data, gc_data, allocation_data = extract_metrics(old_data, new_data) + + print_report(performance_data, memory_data, gc_data, allocation_data) + + png_path = create_visualizations(performance_data, memory_data, gc_data, allocation_data, args.output) + + if args.html: + generate_html_report(performance_data, memory_data, gc_data, allocation_data, args.output, png_path) - plt.tight_layout() - plt.savefig('benchmark-results/comprehensive-analysis-with-values.png', dpi=150, bbox_inches='tight') - print(f"✅ График с значениями сохранен: benchmark-results/comprehensive-analysis-with-values.png") - plt.show() -if __name__ == "__main__": - performance_data, memory_data, gc_data = load_and_analyze() - create_visualizations(performance_data, memory_data, gc_data) +if __name__ == '__main__': + main() diff --git a/benchmark-compare.sh b/benchmark-compare.sh index 67cfe9f14..70812b3ed 100644 --- a/benchmark-compare.sh +++ b/benchmark-compare.sh @@ -2,6 +2,46 @@ set -e +# Загрузка .env.benchmark если есть +if [ -f ".env.benchmark" ]; then + echo "📄 Загрузка конфигурации из .env.benchmark" + set -a + source .env.benchmark + set +a +fi + +# Параметры по умолчанию +QUICK_MODE=false +LABEL_NAME="" +JVM_ARGS="${BENCH_JVM_ARGS:-}" +PROFILERS="${BENCH_PROFILERS:-com.github._1c_syntax.bsl.mdclasses.benchmark.MemoryProfiler}" + +# Разбор аргументов +POSITIONAL=() +while [[ $# -gt 0 ]]; do + case $1 in + --quick) + QUICK_MODE=true + shift + ;; + --label) + LABEL_NAME="$2" + shift 2 + ;; + --jvm-args) + JVM_ARGS="$2" + shift 2 + ;; + *) + POSITIONAL+=("$1") + shift + ;; + esac +done + +# Восстанавливаем позиционные аргументы +set -- "${POSITIONAL[@]}" + # Конфигурация для CI if [ -n "$GITHUB_HEAD_REF" ]; then # В GitHub Actions @@ -13,6 +53,22 @@ else NEW_BRANCH=${2:-$(git branch --show-current)} fi +# Режим быстрого замера +if [ "$QUICK_MODE" = true ]; then + JMH_QUICK_ARGS="-f 1 -wi 2 -i 3" + echo "⚡ Быстрый режим: 1 fork, 2 warmup, 3 iterations" +else + JMH_QUICK_ARGS="" +fi + +# Имя для маркировки результатов +if [ -n "$LABEL_NAME" ]; then + NEW_VERSION_NAME="$LABEL_NAME" + echo "🏷️ Маркировка результатов: $LABEL_NAME" +else + NEW_VERSION_NAME="new-version" +fi + RESULTS_DIR="benchmark-results" BUILD_DIR="build/libs" @@ -85,27 +141,34 @@ build_from_branch() { exit 1 fi - git checkout "$branch" --quiet + # Из целевой ветки: src/main + билд-система (чтоб зависимости были те) + # Из текущей ветки: src/jmh (чтоб бенч-скрипты были актуальные) + local temp_dir + temp_dir=$(mktemp -d) - echo " Сборка Gradle..." - ./gradlew clean jmhJar --quiet + git archive "$branch" build.gradle.kts settings.gradle.kts gradlew gradlew.bat lombok.config gradle.properties gradle/ src/ | tar -x -C "$temp_dir" + cp -r src/jmh "$temp_dir/src/jmh" - git log -1 --oneline > "$RESULTS_DIR/$version_name-commit.txt" - git rev-parse HEAD > "$RESULTS_DIR/$version_name-hash.txt" + echo " Сборка Gradle..." + (cd "$temp_dir" && chmod +x gradlew && ./gradlew clean jmhJar --no-daemon --quiet 2>&1) - sleep 2 + git log -1 --oneline "$branch" > "$RESULTS_DIR/$version_name-commit.txt" + git rev-parse "$branch" > "$RESULTS_DIR/$version_name-hash.txt" local jar_file - jar_file=$(find_benchmark_jar "$BUILD_DIR") + jar_file=$(find_benchmark_jar "$temp_dir/$BUILD_DIR") if [[ -z "$jar_file" ]]; then - echo " ❌ Не удалось найти JAR файл в $BUILD_DIR" - ls -la "$BUILD_DIR"/*.jar 2>/dev/null || echo " Нет JAR файлов" + echo " ❌ Не удалось найти JAR файл" + ls -la "$temp_dir/$BUILD_DIR"/*.jar 2>/dev/null || echo " Нет JAR файлов" + rm -rf "$temp_dir" exit 1 fi echo " ✅ Найден JAR: $(basename "$jar_file")" cp "$jar_file" "$RESULTS_DIR/$version_name.jar" + + rm -rf "$temp_dir" } # Основная логика определения способа получения версий @@ -132,11 +195,11 @@ fi # Обрабатываем новую версию if is_jar_file "$NEW_BRANCH"; then - use_existing_jar "$NEW_BRANCH" "new-version" + use_existing_jar "$NEW_BRANCH" "$NEW_VERSION_NAME" NEW_SOURCE="JAR файл: $(basename "$NEW_BRANCH")" elif is_git_branch "$NEW_BRANCH"; then - build_from_branch "$NEW_BRANCH" "new-version" - NEW_SOURCE="Ветка: $NEW_BRANCH ($(cat $RESULTS_DIR/new-version-commit.txt))" + build_from_branch "$NEW_BRANCH" "$NEW_VERSION_NAME" + NEW_SOURCE="Ветка: $NEW_BRANCH ($(cat $RESULTS_DIR/$NEW_VERSION_NAME-commit.txt))" else echo "❌ Второй параметр не является ни JAR файлом, ни существующей веткой: $NEW_BRANCH" exit 1 @@ -158,13 +221,7 @@ check_jar_exists() { } check_jar_exists "$RESULTS_DIR/old-version.jar" "прошлой версии" -check_jar_exists "$RESULTS_DIR/new-version.jar" "новой версии" - -# Если использовались ветки, возвращаемся к новой версии для дальнейшей работы -if ! is_jar_file "$NEW_BRANCH" && is_git_branch "$NEW_BRANCH"; then - echo "🔄 Возвращаемся к ветке $NEW_BRANCH..." - git checkout "$NEW_BRANCH" --quiet -fi +check_jar_exists "$RESULTS_DIR/$NEW_VERSION_NAME.jar" "новой версии" echo "" echo "🎯 ИСТОЧНИКИ ВЕРСИЙ:" @@ -172,11 +229,26 @@ echo " Прошлая версия: $OLD_SOURCE" echo " Новая версия: $NEW_SOURCE" echo "" +# Формируем общие JMH аргументы +JMH_COMMON_ARGS="" +IFS=',' read -ra PROFILER_LIST <<< "$PROFILERS" +for profiler in "${PROFILER_LIST[@]}"; do + JMH_COMMON_ARGS="$JMH_COMMON_ARGS -prof $profiler" +done + +JVM_SYS_PROPS="" +if [ -n "$BENCH_EDT_PATH" ]; then + JVM_SYS_PROPS="$JVM_SYS_PROPS -Dbench.edt.path=$BENCH_EDT_PATH" +fi +if [ -n "$BENCH_DESIGNER_PATH" ]; then + JVM_SYS_PROPS="$JVM_SYS_PROPS -Dbench.designer.path=$BENCH_DESIGNER_PATH" +fi + echo "📊 Запуск бенчмарков для прошлой версии..." -java -jar "$RESULTS_DIR/old-version.jar" -prof com.github._1c_syntax.bsl.mdclasses.benchmark.MemoryProfiler -rf json -rff "$RESULTS_DIR/old-results.json" +java $JVM_ARGS $JVM_SYS_PROPS -jar "$RESULTS_DIR/old-version.jar" $JMH_COMMON_ARGS $JMH_QUICK_ARGS -rf json -rff "$RESULTS_DIR/old-results.json" echo "📊 Запуск бенчмарков для новой версии..." -java -jar "$RESULTS_DIR/new-version.jar" -prof com.github._1c_syntax.bsl.mdclasses.benchmark.MemoryProfiler -rf json -rff "$RESULTS_DIR/new-results.json" +java $JVM_ARGS $JVM_SYS_PROPS -jar "$RESULTS_DIR/$NEW_VERSION_NAME.jar" $JMH_COMMON_ARGS $JMH_QUICK_ARGS -rf json -rff "$RESULTS_DIR/$NEW_VERSION_NAME-results.json" # Обновленная функция анализа для использования правильных источников analyze_results() { @@ -383,15 +455,15 @@ generate_report() { echo "📈 ПОЛНЫЙ ОТЧЕТ СРАВНЕНИЯ MDClasses" > "$RESULTS_DIR/comparison-report.txt" echo "===================================" >> "$RESULTS_DIR/comparison-report.txt" echo "Старая версия: $OLD_BRANCH ($(cat $RESULTS_DIR/old-version-commit.txt))" >> "$RESULTS_DIR/comparison-report.txt" - echo "Новая версия: $NEW_BRANCH ($(cat $RESULTS_DIR/new-version-commit.txt))" >> "$RESULTS_DIR/comparison-report.txt" + echo "Новая версия: $NEW_VERSION_NAME ($(cat $RESULTS_DIR/$NEW_VERSION_NAME-commit.txt))" >> "$RESULTS_DIR/comparison-report.txt" echo "" >> "$RESULTS_DIR/comparison-report.txt" # Пробуем детальный анализ - if analyze_results "$RESULTS_DIR/old-results.json" "$RESULTS_DIR/new-results.json" >> "$RESULTS_DIR/comparison-report.txt" 2>/dev/null; then + if analyze_results "$RESULTS_DIR/old-results.json" "$RESULTS_DIR/$NEW_VERSION_NAME-results.json" >> "$RESULTS_DIR/comparison-report.txt" 2>/dev/null; then echo "✅ Детальный анализ выполнен" else echo "⚠️ Детальный анализ не удался, используем простой" - simple_analysis "$RESULTS_DIR/old-results.json" "$RESULTS_DIR/new-results.json" >> "$RESULTS_DIR/comparison-report.txt" + simple_analysis "$RESULTS_DIR/old-results.json" "$RESULTS_DIR/$NEW_VERSION_NAME-results.json" >> "$RESULTS_DIR/comparison-report.txt" fi } @@ -400,11 +472,11 @@ generate_report echo "" echo "✅ Сравнение завершено!" echo "📄 Отчет: $RESULTS_DIR/comparison-report.txt" -echo "📊 Данные: $RESULTS_DIR/old-results.json и $RESULTS_DIR/new-results.json" +echo "📊 Данные: $RESULTS_DIR/old-results.json и $RESULTS_DIR/$NEW_VERSION_NAME-results.json" echo "🎯 Сравнение: $OLD_SOURCE → $NEW_SOURCE" # Показываем краткий анализ в консоли echo "" echo "📋 КРАТКИЕ РЕЗУЛЬТАТЫ:" -analyze_results "$RESULTS_DIR/old-results.json" "$RESULTS_DIR/new-results.json" 2>/dev/null || \ -simple_analysis "$RESULTS_DIR/old-results.json" "$RESULTS_DIR/new-results.json" +analyze_results "$RESULTS_DIR/old-results.json" "$RESULTS_DIR/$NEW_VERSION_NAME-results.json" 2>/dev/null || \ +simple_analysis "$RESULTS_DIR/old-results.json" "$RESULTS_DIR/$NEW_VERSION_NAME-results.json" diff --git a/build.gradle.kts b/build.gradle.kts index 73021805b..8e009d3c3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { // прочее implementation("commons-io:commons-io:2.22.0") - implementation("io.github.1c-syntax:bsl-common-library:0.11.0") + implementation("io.github.1c-syntax:bsl-common-library:0.12.0") implementation("io.github.1c-syntax:utils:0.7.2") implementation("io.github.1c-syntax:supportconf:0.16.0") @@ -102,6 +102,9 @@ jmh { fork = 2 resultFormat = "JSON" resultsFile = file("build/jmh-results.json") + profilers = listOf( + "com.github._1c_syntax.bsl.mdclasses.benchmark.MemoryProfiler" + ) } tasks.test { diff --git a/docs/en/benchmark.md b/docs/en/benchmark.md new file mode 100644 index 000000000..81c47133e --- /dev/null +++ b/docs/en/benchmark.md @@ -0,0 +1,56 @@ +# Benchmarks + +This project includes JMH benchmarks for measuring performance and memory usage. + +## Quick Start + +```bash +# Quick single measurement: +./benchmark-compare.sh HEAD HEAD --quick --label my-feature + +# Full comparison with develop: +./benchmark-compare.sh develop HEAD +``` + +## Report Formats + +| Format | Purpose | How to Open | +|---|---|---| +| `build/jmh-results.json` | Machine reading, CI | `jq`, python | +| `benchmark-results/comparison-report.txt` | Terminal, commit message | `cat` | +| `benchmark-results/report.html` | Visual review | browser | +| `benchmark-results/comprehensive-analysis-with-values.png` | Quick glance | image viewer | + +## Usage + +### Branch comparison + +```bash +./benchmark-compare.sh +``` + +### Compare JAR with branch + +```bash +./benchmark-compare.sh old-release.jar feature/optimization +``` + +### Custom fixtures + +Copy and edit `.env.benchmark.example` → `.env.benchmark`: + +```bash +cp .env.benchmark.example .env.benchmark +# edit EDT/Designer paths +./benchmark-compare.sh develop HEAD +``` + +### CLI options + +| Option | Description | +|---|---| +| `--quick` | Quick mode: 1 fork, 2 warmup, 3 iterations | +| `--label ` | Label result files instead of new-version | +| `--jvm-args ""` | JVM arguments for JMH | + +For details see the [Russian documentation](../ru/benchmark.md) (in Russian). diff --git a/docs/ru/benchmark.md b/docs/ru/benchmark.md new file mode 100644 index 000000000..5a98eaf3d --- /dev/null +++ b/docs/ru/benchmark.md @@ -0,0 +1,107 @@ +# Бенчмарки + +Проект включает JMH-бенчмарки для замера производительности и потребления памяти. + +## Быстрый старт + +```bash +# Быстрый замер текущего состояния: +./benchmark-compare.sh HEAD HEAD --quick --label my-feature + +# Полное сравнение с develop: +./benchmark-compare.sh develop HEAD +``` + +## Форматы отчётов + +| Формат | Назначение | Как открыть | +|---|---|---| +| `build/jmh-results.json` | Машинное чтение, CI | `jq`, python | +| `benchmark-results/comparison-report.txt` | Терминал, commit message | `cat` | +| `benchmark-results/report.html` | Визуальный просмотр | браузер | +| `benchmark-results/comprehensive-analysis-with-values.png` | Быстрый взгляд | картинка | + +## Использование + +### Сравнение веток + +```bash +./benchmark-compare.sh +``` + +Скрипт собирает JAR из каждой ветки, запускает JMH-бенчмарки и строит сравнение. + +### Сравнение JAR-файла с веткой + +```bash +./benchmark-compare.sh old-release.jar feature/optimization +``` + +### Кастомные фикстуры + +Скопируйте и отредактируйте `.env.benchmark.example` → `.env.benchmark`: + +```bash +cp .env.benchmark.example .env.benchmark +# отредактируйте пути к конфигурациям EDT/Designer +./benchmark-compare.sh develop HEAD +``` + +Параметры `.env.benchmark`: + +- `BENCH_EDT_PATH` — путь к конфигурации EDT +- `BENCH_DESIGNER_PATH` — путь к конфигурации Designer +- `BENCH_JVM_ARGS` — JVM-аргументы (например, `-Xms2g -Xmx4g`) +- `BENCH_PROFILERS` — профилировщики JMH через запятую + +### Параметры командной строки + +| Параметр | Описание | +|---|---| +| `--quick` | Быстрый режим: 1 fork, 2 warmup, 3 iterations | +| `--label ` | Именование файлов результатов вместо new-version | +| `--jvm-args ""` | JVM-аргументы для JMH | + +### Анализ результатов вручную + +```bash +python3 benchmark-analyze-results.py \ + --old benchmark-results/old-results.json \ + --new benchmark-results/new-results.json \ + --output benchmark-results \ + --html +``` + +Параметры скрипта: + +| Параметр | По умолчанию | Описание | +|---|---|---| +| `--old` | `benchmark-results/old-results.json` | JSON старой версии | +| `--new` | `benchmark-results/new-results.json` | JSON новой версии | +| `--output` | `benchmark-results` | Директория результатов | +| `--html` | `true` | Генерировать HTML-отчёт | + +## Описание бенчмарков + +Все бенчмарки находятся в `src/jmh/java/` и используют JMH (Java Microbenchmark Harness). + +### MDClassesBenchmark + +Четыре сценария: + +| Сценарий | Описание | +|---|---| +| EDT × SkipSupport=false | Чтение EDT-конфигурации без пропуска | +| EDT × SkipSupport=true | Чтение EDT-конфигурации с пропуском | +| Designer × SkipSupport=false | Чтение Designer-конфигурации без пропуска | +| Designer × SkipSupport=true | Чтение Designer-конфигурации с пропуском | + +### MemoryProfiler + +Кастомный профилировщик, измеряющий: + +- Использование heap/non-heap/total памяти +- Статистику GC (количество сборок, время) +- Метрики по memory pools + +Включается автоматически через `build.gradle.kts`. diff --git a/mkdocs.en.yml b/mkdocs.en.yml index b95b8c6c7..271a9586d 100644 --- a/mkdocs.en.yml +++ b/mkdocs.en.yml @@ -2,6 +2,7 @@ site_name: MDClasses nav: - Home: - index.md + - benchmark.md - JavaDoc: javadoc/index.html theme: name: material diff --git a/mkdocs.yml b/mkdocs.yml index 5f564ff68..a5bd05dd3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,7 @@ nav: - index.md - examples.md - systemRequirements.md + - benchmark.md - JavaDoc: javadoc/index.html theme: name: material diff --git a/src/jmh/java/com/github/_1c_syntax/bsl/mdclasses/benchmark/MDClassesBenchmark.java b/src/jmh/java/com/github/_1c_syntax/bsl/mdclasses/benchmark/MDClassesBenchmark.java index 7272ddeb7..9bc31bb0b 100644 --- a/src/jmh/java/com/github/_1c_syntax/bsl/mdclasses/benchmark/MDClassesBenchmark.java +++ b/src/jmh/java/com/github/_1c_syntax/bsl/mdclasses/benchmark/MDClassesBenchmark.java @@ -46,8 +46,12 @@ @Fork(2) public class MDClassesBenchmark { - private final Path configPathEDT = Path.of("src/test/resources/ext/edt/ssl_3_1/configuration"); - private final Path configPathDesigner = Path.of("src/test/resources/ext/designer/ssl_3_1/src/cf"); + private final String configPathEDT = System.getProperty( + "bench.edt.path", + "src/test/resources/ext/edt/ssl_3_1/configuration"); + private final String configPathDesigner = System.getProperty( + "bench.designer.path", + "src/test/resources/ext/designer/ssl_3_1/src/cf"); private static final MDCReadSettings SKIP_ALL = MDCReadSettings.builder() .skipSupport(true) .skipRoleData(true) @@ -59,31 +63,31 @@ public class MDClassesBenchmark { @Setup public void setup() { // Предварительная загрузка для разогрева - MDClasses.createConfiguration(configPathEDT); - MDClasses.createConfiguration(configPathDesigner); + MDClasses.createConfiguration(Path.of(configPathEDT)); + MDClasses.createConfiguration(Path.of(configPathDesigner)); } @Benchmark public void test_EDT_CreateConfiguration_SkipSupport_False(Blackhole blackhole) { - var model = MDClasses.createConfiguration(configPathEDT); + var model = MDClasses.createConfiguration(Path.of(configPathEDT)); blackhole.consume(model); } @Benchmark public void test_EDT_CreateConfiguration_SkipSupport_True(Blackhole blackhole) { - var model = MDClasses.createConfiguration(configPathEDT, SKIP_ALL); + var model = MDClasses.createConfiguration(Path.of(configPathEDT), SKIP_ALL); blackhole.consume(model); } @Benchmark public void test_Designer_CreateConfiguration_SkipSupport_False(Blackhole blackhole) { - var model = MDClasses.createConfiguration(configPathDesigner); + var model = MDClasses.createConfiguration(Path.of(configPathDesigner)); blackhole.consume(model); } @Benchmark public void test_Designer_CreateConfiguration_SkipSupport_True(Blackhole blackhole) { - var model = MDClasses.createConfiguration(configPathDesigner, SKIP_ALL); + var model = MDClasses.createConfiguration(Path.of(configPathDesigner), SKIP_ALL); blackhole.consume(model); } } diff --git "a/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\320\260\321\217\320\222\320\275\320\265\321\210\320\275\321\217\321\217\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\260.json" "b/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\320\260\321\217\320\222\320\275\320\265\321\210\320\275\321\217\321\217\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\260.json" index 2f3731a9a..679b81b80 100644 --- "a/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\320\260\321\217\320\222\320\275\320\265\321\210\320\275\321\217\321\217\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\260.json" +++ "b/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\320\260\321\217\320\222\320\275\320\265\321\210\320\275\321\217\321\217\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\260.json" @@ -52,10 +52,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\320\260\321\217\320\222\320\275\320\265\321\210\320\275\321\217\321\217\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\260_edt.json" "b/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\320\260\321\217\320\222\320\275\320\265\321\210\320\275\321\217\321\217\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\260_edt.json" index 9b20e47f6..8c4907528 100644 --- "a/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\320\260\321\217\320\222\320\275\320\265\321\210\320\275\321\217\321\217\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\260_edt.json" +++ "b/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\320\260\321\217\320\222\320\275\320\265\321\210\320\275\321\217\321\217\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\260_edt.json" @@ -52,10 +52,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\321\213\320\271\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\236\321\202\321\207\320\265\321\202.json" "b/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\321\213\320\271\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\236\321\202\321\207\320\265\321\202.json" index 240b3f356..29c42f64d 100644 --- "a/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\321\213\320\271\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\236\321\202\321\207\320\265\321\202.json" +++ "b/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\321\213\320\271\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\236\321\202\321\207\320\265\321\202.json" @@ -52,10 +52,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\321\213\320\271\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\236\321\202\321\207\320\265\321\202_edt.json" "b/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\321\213\320\271\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\236\321\202\321\207\320\265\321\202_edt.json" index e313d7207..dbcf88a3b 100644 --- "a/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\321\213\320\271\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\236\321\202\321\207\320\265\321\202_edt.json" +++ "b/src/test/resources/fixtures/external/\320\242\320\265\321\201\321\202\320\276\320\262\321\213\320\271\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\236\321\202\321\207\320\265\321\202_edt.json" @@ -52,10 +52,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/AccountingRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\221\321\203\321\205\320\263\320\260\320\273\321\202\320\265\321\200\320\270\320\2701.json" "b/src/test/resources/fixtures/mdclasses/AccountingRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\221\321\203\321\205\320\263\320\260\320\273\321\202\320\265\321\200\320\270\320\2701.json" index a8df2b447..6c1a7fddf 100644 --- "a/src/test/resources/fixtures/mdclasses/AccountingRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\221\321\203\321\205\320\263\320\260\320\273\321\202\320\265\321\200\320\270\320\2701.json" +++ "b/src/test/resources/fixtures/mdclasses/AccountingRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\221\321\203\321\205\320\263\320\260\320\273\321\202\320\265\321\200\320\270\320\2701.json" @@ -94,10 +94,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -153,10 +150,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -387,10 +387,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -469,8 +472,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/AccumulationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\235\320\260\320\272\320\276\320\277\320\273\320\265\320\275\320\270\321\2171.json" "b/src/test/resources/fixtures/mdclasses/AccumulationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\235\320\260\320\272\320\276\320\277\320\273\320\265\320\275\320\270\321\2171.json" index e8f247dd6..a222220ca 100644 --- "a/src/test/resources/fixtures/mdclasses/AccumulationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\235\320\260\320\272\320\276\320\277\320\273\320\265\320\275\320\270\321\2171.json" +++ "b/src/test/resources/fixtures/mdclasses/AccumulationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\235\320\260\320\272\320\276\320\277\320\273\320\265\320\275\320\270\321\2171.json" @@ -91,10 +91,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -154,10 +157,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -298,10 +298,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -380,8 +383,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/BusinessProcesses.\320\221\320\270\320\267\320\275\320\265\321\201\320\237\321\200\320\276\321\206\320\265\321\201\321\2011.json" "b/src/test/resources/fixtures/mdclasses/BusinessProcesses.\320\221\320\270\320\267\320\275\320\265\321\201\320\237\321\200\320\276\321\206\320\265\321\201\321\2011.json" index aa8286663..02c75afb4 100644 --- "a/src/test/resources/fixtures/mdclasses/BusinessProcesses.\320\221\320\270\320\267\320\275\320\265\321\201\320\237\321\200\320\276\321\206\320\265\321\201\321\2011.json" +++ "b/src/test/resources/fixtures/mdclasses/BusinessProcesses.\320\221\320\270\320\267\320\275\320\265\321\201\320\237\321\200\320\276\321\206\320\265\321\201\321\2011.json" @@ -144,10 +144,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -205,11 +208,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 9, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (9, Переменная)", - "nameEn": "StringQualifiers (9, Variable)" - } + "allowedLength": 0, + "description": {} } } ] diff --git "a/src/test/resources/fixtures/mdclasses/BusinessProcesses.\320\221\320\270\320\267\320\275\320\265\321\201\320\237\321\200\320\276\321\206\320\265\321\201\321\2011_edt.json" "b/src/test/resources/fixtures/mdclasses/BusinessProcesses.\320\221\320\270\320\267\320\275\320\265\321\201\320\237\321\200\320\276\321\206\320\265\321\201\321\2011_edt.json" index e5f6f6c4c..ba6d4e306 100644 --- "a/src/test/resources/fixtures/mdclasses/BusinessProcesses.\320\221\320\270\320\267\320\275\320\265\321\201\320\237\321\200\320\276\321\206\320\265\321\201\321\2011_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/BusinessProcesses.\320\221\320\270\320\267\320\275\320\265\321\201\320\237\321\200\320\276\321\206\320\265\321\201\321\2011_edt.json" @@ -144,10 +144,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -205,11 +208,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 9, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (9, Переменная)", - "nameEn": "StringQualifiers (9, Variable)" - } + "allowedLength": 0, + "description": {} } } ] diff --git "a/src/test/resources/fixtures/mdclasses/CalculationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\240\320\260\321\201\321\207\320\265\321\202\320\2601.json" "b/src/test/resources/fixtures/mdclasses/CalculationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\240\320\260\321\201\321\207\320\265\321\202\320\2601.json" index aa9fcb76d..d95c1ae10 100644 --- "a/src/test/resources/fixtures/mdclasses/CalculationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\240\320\260\321\201\321\207\320\265\321\202\320\2601.json" +++ "b/src/test/resources/fixtures/mdclasses/CalculationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\240\320\260\321\201\321\207\320\265\321\202\320\2601.json" @@ -38,10 +38,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -334,10 +337,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -550,10 +550,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -673,8 +676,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/CalculationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\240\320\260\321\201\321\207\320\265\321\202\320\2601_edt.json" "b/src/test/resources/fixtures/mdclasses/CalculationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\240\320\260\321\201\321\207\320\265\321\202\320\2601_edt.json" index 94e5ded3a..dcaa064c2 100644 --- "a/src/test/resources/fixtures/mdclasses/CalculationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\240\320\260\321\201\321\207\320\265\321\202\320\2601_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/CalculationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\240\320\260\321\201\321\207\320\265\321\202\320\2601_edt.json" @@ -38,10 +38,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -334,10 +337,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -550,10 +550,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -673,8 +676,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/Catalogs.\320\241\320\277\321\200\320\260\320\262\320\276\321\207\320\275\320\270\320\2721.json" "b/src/test/resources/fixtures/mdclasses/Catalogs.\320\241\320\277\321\200\320\260\320\262\320\276\321\207\320\275\320\270\320\2721.json" index 0a4500a5c..07c2f2f2b 100644 --- "a/src/test/resources/fixtures/mdclasses/Catalogs.\320\241\320\277\321\200\320\260\320\262\320\276\321\207\320\275\320\270\320\2721.json" +++ "b/src/test/resources/fixtures/mdclasses/Catalogs.\320\241\320\277\321\200\320\260\320\262\320\276\321\207\320\275\320\270\320\2721.json" @@ -42,10 +42,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -105,8 +108,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -212,10 +218,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -255,17 +264,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/type" }, "fullName": { "nameRu": "Предопределенный", @@ -354,7 +353,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/type" }, "fullName": { "nameRu": "ПометкаУдаления", @@ -390,7 +389,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/type" }, "fullName": { "nameRu": "ЭтоГруппа", @@ -426,19 +425,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "fullName": { "nameRu": "Родитель", @@ -492,11 +479,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -553,11 +537,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 9, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (9, Переменная)", - "nameEn": "StringQualifiers (9, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1151,17 +1132,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } } ] @@ -1186,15 +1157,15 @@ "mdoType": "CATALOG", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/mdclasses/src/cf/Catalogs/Справочник1/Ext/ObjectModule.bin" + "src/test/resources/ext/designer/mdclasses/src/cf/Catalogs/Справочник1/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/mdclasses/src/cf/Catalogs/Справочник1/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/mdclasses/src/cf/Catalogs/Справочник1/Ext/ObjectModule.bin" ] ] ], @@ -1323,31 +1294,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" @@ -1382,32 +1329,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" @@ -1459,10 +1381,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] diff --git "a/src/test/resources/fixtures/mdclasses/Catalogs.\320\241\320\277\321\200\320\260\320\262\320\276\321\207\320\275\320\270\320\2721_edt.json" "b/src/test/resources/fixtures/mdclasses/Catalogs.\320\241\320\277\321\200\320\260\320\262\320\276\321\207\320\275\320\270\320\2721_edt.json" index b6c3fa139..1dbde7053 100644 --- "a/src/test/resources/fixtures/mdclasses/Catalogs.\320\241\320\277\321\200\320\260\320\262\320\276\321\207\320\275\320\270\320\2721_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/Catalogs.\320\241\320\277\321\200\320\260\320\262\320\276\321\207\320\275\320\270\320\2721_edt.json" @@ -42,10 +42,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -105,8 +108,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -212,10 +218,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -255,17 +264,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/type" }, "fullName": { "nameRu": "Предопределенный", @@ -354,7 +353,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/type" }, "fullName": { "nameRu": "ПометкаУдаления", @@ -390,7 +389,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/type" }, "fullName": { "nameRu": "ЭтоГруппа", @@ -426,19 +425,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "fullName": { "nameRu": "Родитель", @@ -492,11 +479,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -553,11 +537,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 9, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (9, Переменная)", - "nameEn": "StringQualifiers (9, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1151,17 +1132,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } } ] @@ -1186,15 +1157,15 @@ "mdoType": "CATALOG", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/edt/mdclasses/configuration/src/Catalogs/Справочник1/ObjectModule.bsl" + "src/test/resources/ext/edt/mdclasses/configuration/src/Catalogs/Справочник1/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/edt/mdclasses/configuration/src/Catalogs/Справочник1/ManagerModule.bsl" + "src/test/resources/ext/edt/mdclasses/configuration/src/Catalogs/Справочник1/ObjectModule.bsl" ] ] ], @@ -1323,31 +1294,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" @@ -1382,32 +1329,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" @@ -1459,10 +1381,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] diff --git "a/src/test/resources/fixtures/mdclasses/ChartsOfAccounts.\320\237\320\273\320\260\320\275\320\241\321\207\320\265\321\202\320\276\320\2621.json" "b/src/test/resources/fixtures/mdclasses/ChartsOfAccounts.\320\237\320\273\320\260\320\275\320\241\321\207\320\265\321\202\320\276\320\2621.json" index b5a824f38..4598c82d6 100644 --- "a/src/test/resources/fixtures/mdclasses/ChartsOfAccounts.\320\237\320\273\320\260\320\275\320\241\321\207\320\265\321\202\320\276\320\2621.json" +++ "b/src/test/resources/fixtures/mdclasses/ChartsOfAccounts.\320\237\320\273\320\260\320\275\320\241\321\207\320\265\321\202\320\276\320\2621.json" @@ -128,17 +128,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" }, "fullName": { "nameRu": "ПометкаУдаления", @@ -192,11 +182,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -255,10 +242,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -297,19 +281,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "fullName": { "nameRu": "Родитель", @@ -345,7 +317,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" }, "fullName": { "nameRu": "Предопределенный", @@ -399,10 +371,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -462,10 +437,7 @@ "precision": 9, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (9.0)", - "nameEn": "NumberQualifiers (9.0)" - } + "description": {} } } ] @@ -504,7 +476,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" }, "fullName": { "nameRu": "Забалансовый", @@ -593,17 +565,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" } } ], diff --git "a/src/test/resources/fixtures/mdclasses/ChartsOfAccounts.\320\237\320\273\320\260\320\275\320\241\321\207\320\265\321\202\320\276\320\2621_edt.json" "b/src/test/resources/fixtures/mdclasses/ChartsOfAccounts.\320\237\320\273\320\260\320\275\320\241\321\207\320\265\321\202\320\276\320\2621_edt.json" index 89e6a977b..d5458c1a9 100644 --- "a/src/test/resources/fixtures/mdclasses/ChartsOfAccounts.\320\237\320\273\320\260\320\275\320\241\321\207\320\265\321\202\320\276\320\2621_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/ChartsOfAccounts.\320\237\320\273\320\260\320\275\320\241\321\207\320\265\321\202\320\276\320\2621_edt.json" @@ -128,17 +128,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" }, "fullName": { "nameRu": "ПометкаУдаления", @@ -192,11 +182,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -255,10 +242,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -297,19 +281,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "fullName": { "nameRu": "Родитель", @@ -345,7 +317,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" }, "fullName": { "nameRu": "Предопределенный", @@ -399,10 +371,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -462,10 +437,7 @@ "precision": 9, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (9.0)", - "nameEn": "NumberQualifiers (9.0)" - } + "description": {} } } ] @@ -504,7 +476,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" }, "fullName": { "nameRu": "Забалансовый", @@ -593,17 +565,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" } } ], diff --git "a/src/test/resources/fixtures/mdclasses/ChartsOfCalculationTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\240\320\260\321\201\321\207\320\265\321\202\320\2601.json" "b/src/test/resources/fixtures/mdclasses/ChartsOfCalculationTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\240\320\260\321\201\321\207\320\265\321\202\320\2601.json" index 502830eba..6f196f105 100644 --- "a/src/test/resources/fixtures/mdclasses/ChartsOfCalculationTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\240\320\260\321\201\321\207\320\265\321\202\320\2601.json" +++ "b/src/test/resources/fixtures/mdclasses/ChartsOfCalculationTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\240\320\260\321\201\321\207\320\265\321\202\320\2601.json" @@ -145,11 +145,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 40, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (40, Переменная)", - "nameEn": "StringQualifiers (40, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -278,10 +275,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -339,11 +339,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 9, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (9, Переменная)", - "nameEn": "StringQualifiers (9, Variable)" - } + "allowedLength": 0, + "description": {} } } ] diff --git "a/src/test/resources/fixtures/mdclasses/ChartsOfCharacteristicTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\245\320\260\321\200\320\260\320\272\321\202\320\265\321\200\320\270\321\201\321\202\320\270\320\2721.json" "b/src/test/resources/fixtures/mdclasses/ChartsOfCharacteristicTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\245\320\260\321\200\320\260\320\272\321\202\320\265\321\200\320\270\321\201\321\202\320\270\320\2721.json" index 9d74570ed..1e1d535c0 100644 --- "a/src/test/resources/fixtures/mdclasses/ChartsOfCharacteristicTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\245\320\260\321\200\320\260\320\272\321\202\320\265\321\200\320\270\321\201\321\202\320\270\320\2721.json" +++ "b/src/test/resources/fixtures/mdclasses/ChartsOfCharacteristicTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\245\320\260\321\200\320\260\320\272\321\202\320\265\321\200\320\270\321\201\321\202\320\270\320\2721.json" @@ -145,11 +145,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -224,19 +221,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "fullName": { "nameRu": "Родитель", @@ -326,10 +311,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -389,10 +377,7 @@ "precision": 9, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (9.0)", - "nameEn": "NumberQualifiers (9.0)" - } + "description": {} } } ] @@ -449,10 +434,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -492,15 +480,15 @@ "mdoType": "CHART_OF_CHARACTERISTIC_TYPES", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/mdclasses/src/cf/ChartsOfCharacteristicTypes/ПланВидовХарактеристик1/Ext/ObjectModule.bsl" + "src/test/resources/ext/designer/mdclasses/src/cf/ChartsOfCharacteristicTypes/ПланВидовХарактеристик1/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/mdclasses/src/cf/ChartsOfCharacteristicTypes/ПланВидовХарактеристик1/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/mdclasses/src/cf/ChartsOfCharacteristicTypes/ПланВидовХарактеристик1/Ext/ObjectModule.bsl" ] ] ], diff --git "a/src/test/resources/fixtures/mdclasses/ChartsOfCharacteristicTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\245\320\260\321\200\320\260\320\272\321\202\320\265\321\200\320\270\321\201\321\202\320\270\320\2721_edt.json" "b/src/test/resources/fixtures/mdclasses/ChartsOfCharacteristicTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\245\320\260\321\200\320\260\320\272\321\202\320\265\321\200\320\270\321\201\321\202\320\270\320\2721_edt.json" index 93949c761..d3f4ffdb5 100644 --- "a/src/test/resources/fixtures/mdclasses/ChartsOfCharacteristicTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\245\320\260\321\200\320\260\320\272\321\202\320\265\321\200\320\270\321\201\321\202\320\270\320\2721_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/ChartsOfCharacteristicTypes.\320\237\320\273\320\260\320\275\320\222\320\270\320\264\320\276\320\262\320\245\320\260\321\200\320\260\320\272\321\202\320\265\321\200\320\270\321\201\321\202\320\270\320\2721_edt.json" @@ -145,11 +145,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -224,19 +221,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "fullName": { "nameRu": "Родитель", @@ -326,10 +311,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -389,10 +377,7 @@ "precision": 9, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (9.0)", - "nameEn": "NumberQualifiers (9.0)" - } + "description": {} } } ] @@ -449,10 +434,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -492,15 +480,15 @@ "mdoType": "CHART_OF_CHARACTERISTIC_TYPES", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/edt/mdclasses/configuration/src/ChartsOfCharacteristicTypes/ПланВидовХарактеристик1/ObjectModule.bsl" + "src/test/resources/ext/edt/mdclasses/configuration/src/ChartsOfCharacteristicTypes/ПланВидовХарактеристик1/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/edt/mdclasses/configuration/src/ChartsOfCharacteristicTypes/ПланВидовХарактеристик1/ManagerModule.bsl" + "src/test/resources/ext/edt/mdclasses/configuration/src/ChartsOfCharacteristicTypes/ПланВидовХарактеристик1/ObjectModule.bsl" ] ] ], diff --git "a/src/test/resources/fixtures/mdclasses/CommonAttributes.\320\236\320\261\321\211\320\270\320\271\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\2021.json" "b/src/test/resources/fixtures/mdclasses/CommonAttributes.\320\236\320\261\321\211\320\270\320\271\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\2021.json" index 2d044c330..44fd464f4 100644 --- "a/src/test/resources/fixtures/mdclasses/CommonAttributes.\320\236\320\261\321\211\320\270\320\271\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\2021.json" +++ "b/src/test/resources/fixtures/mdclasses/CommonAttributes.\320\236\320\261\321\211\320\270\320\271\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\2021.json" @@ -82,10 +82,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git a/src/test/resources/fixtures/mdclasses/Configuration.json b/src/test/resources/fixtures/mdclasses/Configuration.json index a552648c2..e017d73f2 100644 --- a/src/test/resources/fixtures/mdclasses/Configuration.json +++ b/src/test/resources/fixtures/mdclasses/Configuration.json @@ -119,8 +119,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -168,10 +171,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -245,32 +251,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], @@ -296,31 +277,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "master": false, "denyIncompleteValues": false, @@ -425,32 +382,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], @@ -476,31 +408,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "master": false, "denyIncompleteValues": true, @@ -800,17 +708,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfAccounts/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" } } ], @@ -882,31 +780,7 @@ "forms": [], "templates": [], "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "predefinedValues": [], "explanation": { @@ -950,31 +824,7 @@ }, "supportVariant": "NONE", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "autoUse": "USE", "passwordMode": false, @@ -1122,31 +972,7 @@ 2 ], "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "passwordMode": false, "explanation": { @@ -1211,31 +1037,7 @@ }, "supportVariant": "NONE", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" } } ], @@ -1871,19 +1673,19 @@ "modalityUseMode": "USE", "moduleTypes": [ [ - "ManagedApplicationModule", + "SessionModule", [ 1 ] ], [ - "SessionModule", + "ExternalConnectionModule", [ 1 ] ], [ - "ExternalConnectionModule", + "ManagedApplicationModule", [ 1 ] @@ -2108,17 +1910,7 @@ }, "supportVariant": "NONE", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfAccounts/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" } } ], @@ -2258,31 +2050,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/XDTOPackages/com.github._1c_syntax.bsl.mdo.XDTOPackage/synonym" diff --git a/src/test/resources/fixtures/mdclasses/Configuration_edt.json b/src/test/resources/fixtures/mdclasses/Configuration_edt.json index 43c41eb9c..a118a8113 100644 --- a/src/test/resources/fixtures/mdclasses/Configuration_edt.json +++ b/src/test/resources/fixtures/mdclasses/Configuration_edt.json @@ -119,8 +119,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -168,10 +171,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -245,32 +251,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], @@ -296,31 +277,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "master": false, "denyIncompleteValues": false, @@ -425,32 +382,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], @@ -476,31 +408,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "master": false, "denyIncompleteValues": true, @@ -800,17 +708,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfAccounts/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" } } ], @@ -882,31 +780,7 @@ "forms": [], "templates": [], "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "predefinedValues": [], "explanation": { @@ -950,31 +824,7 @@ }, "supportVariant": "NONE", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "autoUse": "USE", "passwordMode": false, @@ -1122,31 +972,7 @@ 2 ], "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "passwordMode": false, "explanation": { @@ -1211,31 +1037,7 @@ }, "supportVariant": "NONE", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" } } ], @@ -1866,19 +1668,19 @@ "modalityUseMode": "USE", "moduleTypes": [ [ - "ManagedApplicationModule", + "SessionModule", [ 1 ] ], [ - "SessionModule", + "ExternalConnectionModule", [ 1 ] ], [ - "ExternalConnectionModule", + "ManagedApplicationModule", [ 1 ] @@ -2103,17 +1905,7 @@ }, "supportVariant": "NONE", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfAccounts/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" } } ], @@ -2226,31 +2018,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/XDTOPackages/com.github._1c_syntax.bsl.mdo.XDTOPackage/synonym" diff --git "a/src/test/resources/fixtures/mdclasses/Constants.\320\232\320\276\320\275\321\201\321\202\320\260\320\275\321\202\320\2601.json" "b/src/test/resources/fixtures/mdclasses/Constants.\320\232\320\276\320\275\321\201\321\202\320\260\320\275\321\202\320\2601.json" index c20186008..8c431b1ad 100644 --- "a/src/test/resources/fixtures/mdclasses/Constants.\320\232\320\276\320\275\321\201\321\202\320\260\320\275\321\202\320\2601.json" +++ "b/src/test/resources/fixtures/mdclasses/Constants.\320\232\320\276\320\275\321\201\321\202\320\260\320\275\321\202\320\2601.json" @@ -12,15 +12,15 @@ "mdoType": "CONSTANT", "moduleTypes": [ [ - "ValueManagerModule", + "ManagerModule", [ - "src/test/resources/ext/designer/mdclasses/src/cf/Constants/Константа1/Ext/ValueManagerModule.bsl" + "src/test/resources/ext/designer/mdclasses/src/cf/Constants/Константа1/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ValueManagerModule", [ - "src/test/resources/ext/designer/mdclasses/src/cf/Constants/Константа1/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/mdclasses/src/cf/Constants/Константа1/Ext/ValueManagerModule.bsl" ] ] ], @@ -90,10 +90,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/Constants.\320\232\320\276\320\275\321\201\321\202\320\260\320\275\321\202\320\2601_edt.json" "b/src/test/resources/fixtures/mdclasses/Constants.\320\232\320\276\320\275\321\201\321\202\320\260\320\275\321\202\320\2601_edt.json" index c02462f45..d93e6fe36 100644 --- "a/src/test/resources/fixtures/mdclasses/Constants.\320\232\320\276\320\275\321\201\321\202\320\260\320\275\321\202\320\2601_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/Constants.\320\232\320\276\320\275\321\201\321\202\320\260\320\275\321\202\320\2601_edt.json" @@ -12,15 +12,15 @@ "mdoType": "CONSTANT", "moduleTypes": [ [ - "ValueManagerModule", + "ManagerModule", [ - "src/test/resources/ext/edt/mdclasses/configuration/src/Constants/Константа1/ValueManagerModule.bsl" + "src/test/resources/ext/edt/mdclasses/configuration/src/Constants/Константа1/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ValueManagerModule", [ - "src/test/resources/ext/edt/mdclasses/configuration/src/Constants/Константа1/ManagerModule.bsl" + "src/test/resources/ext/edt/mdclasses/configuration/src/Constants/Константа1/ValueManagerModule.bsl" ] ] ], @@ -90,10 +90,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601.json" "b/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601.json" index 8ff79e305..bb4f046b7 100644 --- "a/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601.json" +++ "b/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601.json" @@ -157,10 +157,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -191,10 +194,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } } } @@ -230,17 +236,10 @@ }, "int": 2, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers" }, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers" } } ] @@ -1000,31 +999,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1097,10 +1072,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -1144,17 +1116,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "SPREADSHEET_DOCUMENT" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -1164,31 +1126,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1219,31 +1157,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { diff --git "a/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601_edt.json" "b/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601_edt.json" index 98bd8af46..ae91f575d 100644 --- "a/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601_edt.json" @@ -157,10 +157,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -191,10 +194,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } } } @@ -230,17 +236,10 @@ }, "int": 2, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers" }, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers" } } ] @@ -1000,31 +999,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1097,10 +1072,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -1144,17 +1116,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "SPREADSHEET_DOCUMENT" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -1164,31 +1126,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1219,31 +1157,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { diff --git "a/src/test/resources/fixtures/mdclasses/DefinedTypes.\320\236\320\277\321\200\320\265\320\264\320\265\320\273\321\217\320\265\320\274\321\213\320\271\320\242\320\270\320\2771.json" "b/src/test/resources/fixtures/mdclasses/DefinedTypes.\320\236\320\277\321\200\320\265\320\264\320\265\320\273\321\217\320\265\320\274\321\213\320\271\320\242\320\270\320\2771.json" index 1ffacc732..09a2d2132 100644 --- "a/src/test/resources/fixtures/mdclasses/DefinedTypes.\320\236\320\277\321\200\320\265\320\264\320\265\320\273\321\217\320\265\320\274\321\213\320\271\320\242\320\270\320\2771.json" +++ "b/src/test/resources/fixtures/mdclasses/DefinedTypes.\320\236\320\277\321\200\320\265\320\264\320\265\320\273\321\217\320\265\320\274\321\213\320\271\320\242\320\270\320\2771.json" @@ -33,10 +33,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/Documents.\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\2021.json" "b/src/test/resources/fixtures/mdclasses/Documents.\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\2021.json" index a7263b893..072c18bac 100644 --- "a/src/test/resources/fixtures/mdclasses/Documents.\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\2021.json" +++ "b/src/test/resources/fixtures/mdclasses/Documents.\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\2021.json" @@ -42,10 +42,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -105,8 +108,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -162,10 +168,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } } } @@ -325,11 +334,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 9, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (9, Переменная)", - "nameEn": "StringQualifiers (9, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -421,10 +427,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -1075,17 +1084,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ] @@ -1110,15 +1109,15 @@ "mdoType": "DOCUMENT", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/mdclasses/src/cf/Documents/Документ1/Ext/ObjectModule.bsl" + "src/test/resources/ext/designer/mdclasses/src/cf/Documents/Документ1/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/mdclasses/src/cf/Documents/Документ1/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/mdclasses/src/cf/Documents/Документ1/Ext/ObjectModule.bsl" ] ] ], @@ -1301,32 +1300,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" @@ -1378,10 +1352,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] diff --git "a/src/test/resources/fixtures/mdclasses/Documents.\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\2021_edt.json" "b/src/test/resources/fixtures/mdclasses/Documents.\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\2021_edt.json" index 8f8939976..a6f5333f7 100644 --- "a/src/test/resources/fixtures/mdclasses/Documents.\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\2021_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/Documents.\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\2021_edt.json" @@ -43,18 +43,24 @@ "int": 2, "com.github._1c_syntax.bsl.types.qualifiers.BinaryDataQualifiers": { "length": 16, - "allowedLength": "FIXED", + "allowedLength": 1, "description": { - "nameRu": "КвалификаторыДвоичныхДанных (16, Фиксированная)", - "nameEn": "BinaryDataQualifiers (16, Fixed)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДвоичныхДанных (16, Фиксированная)", + "nameEn": "BinaryDataQualifiers (16, Fixed)" + } } }, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -114,8 +120,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -171,10 +180,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } } } @@ -334,11 +346,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 9, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (9, Переменная)", - "nameEn": "StringQualifiers (9, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -430,10 +439,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -1084,17 +1096,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ] @@ -1310,32 +1312,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" @@ -1387,10 +1364,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] diff --git "a/src/test/resources/fixtures/mdclasses/Enums.\320\237\320\265\321\200\320\265\321\207\320\270\321\201\320\273\320\265\320\275\320\270\320\2651.json" "b/src/test/resources/fixtures/mdclasses/Enums.\320\237\320\265\321\200\320\265\321\207\320\270\321\201\320\273\320\265\320\275\320\270\320\2651.json" index 88ff662fe..32ac4afb0 100644 --- "a/src/test/resources/fixtures/mdclasses/Enums.\320\237\320\265\321\200\320\265\321\207\320\270\321\201\320\273\320\265\320\275\320\270\320\2651.json" +++ "b/src/test/resources/fixtures/mdclasses/Enums.\320\237\320\265\321\200\320\265\321\207\320\270\321\201\320\273\320\265\320\275\320\270\320\2651.json" @@ -101,10 +101,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] diff --git "a/src/test/resources/fixtures/mdclasses/Enums.\320\237\320\265\321\200\320\265\321\207\320\270\321\201\320\273\320\265\320\275\320\270\320\2651_edt.json" "b/src/test/resources/fixtures/mdclasses/Enums.\320\237\320\265\321\200\320\265\321\207\320\270\321\201\320\273\320\265\320\275\320\270\320\2651_edt.json" index d8e4ceb58..b8a1d424a 100644 --- "a/src/test/resources/fixtures/mdclasses/Enums.\320\237\320\265\321\200\320\265\321\207\320\270\321\201\320\273\320\265\320\275\320\270\320\2651_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/Enums.\320\237\320\265\321\200\320\265\321\207\320\270\321\201\320\273\320\265\320\275\320\270\320\2651_edt.json" @@ -101,10 +101,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] diff --git "a/src/test/resources/fixtures/mdclasses/ExchangePlans.\320\237\320\273\320\260\320\275\320\236\320\261\320\274\320\265\320\275\320\2601.json" "b/src/test/resources/fixtures/mdclasses/ExchangePlans.\320\237\320\273\320\260\320\275\320\236\320\261\320\274\320\265\320\275\320\2601.json" index c3e19cdee..afc11c8c9 100644 --- "a/src/test/resources/fixtures/mdclasses/ExchangePlans.\320\237\320\273\320\260\320\275\320\236\320\261\320\274\320\265\320\275\320\2601.json" +++ "b/src/test/resources/fixtures/mdclasses/ExchangePlans.\320\237\320\273\320\260\320\275\320\236\320\261\320\274\320\265\320\275\320\2601.json" @@ -127,19 +127,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "fullName": { "nameRu": "ЭтотУзел", @@ -195,10 +183,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -291,11 +276,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -354,10 +336,7 @@ "precision": 9, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (9.0)", - "nameEn": "NumberQualifiers (9.0)" - } + "description": {} } } ] @@ -413,10 +392,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/ExchangePlans.\320\237\320\273\320\260\320\275\320\236\320\261\320\274\320\265\320\275\320\2601_edt.json" "b/src/test/resources/fixtures/mdclasses/ExchangePlans.\320\237\320\273\320\260\320\275\320\236\320\261\320\274\320\265\320\275\320\2601_edt.json" index 9ae239daa..be2d5cdd8 100644 --- "a/src/test/resources/fixtures/mdclasses/ExchangePlans.\320\237\320\273\320\260\320\275\320\236\320\261\320\274\320\265\320\275\320\2601_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/ExchangePlans.\320\237\320\273\320\260\320\275\320\236\320\261\320\274\320\265\320\275\320\2601_edt.json" @@ -127,19 +127,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "fullName": { "nameRu": "ЭтотУзел", @@ -195,10 +183,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -291,11 +276,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -354,10 +336,7 @@ "precision": 9, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (9.0)", - "nameEn": "NumberQualifiers (9.0)" - } + "description": {} } } ] @@ -413,10 +392,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/ExternalDataSources.\320\242\320\265\320\272\321\203\321\211\320\260\321\217\320\241\320\243\320\221\320\224.json" "b/src/test/resources/fixtures/mdclasses/ExternalDataSources.\320\242\320\265\320\272\321\203\321\211\320\260\321\217\320\241\320\243\320\221\320\224.json" index e23302a5a..0af2008da 100644 --- "a/src/test/resources/fixtures/mdclasses/ExternalDataSources.\320\242\320\265\320\272\321\203\321\211\320\260\321\217\320\241\320\243\320\221\320\224.json" +++ "b/src/test/resources/fixtures/mdclasses/ExternalDataSources.\320\242\320\265\320\272\321\203\321\211\320\260\321\217\320\241\320\243\320\221\320\224.json" @@ -185,11 +185,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 4294967295, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (4294967295, Переменная)", - "nameEn": "StringQualifiers (4294967295, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -331,17 +328,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "UUID" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/tables/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceTable/fields/c/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceTableField[3]/type" } }, { @@ -396,10 +383,7 @@ "precision": 15, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (15.0 неотр)", - "nameEn": "NumberQualifiers (15.0 nonneg)" - } + "description": {} } } ] @@ -437,17 +421,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "UUID" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/tables/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceTable/fields/c/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceTableField[3]/type" } }, { @@ -500,11 +474,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 20, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (20, Переменная)", - "nameEn": "StringQualifiers (20, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -560,10 +531,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/ExternalDataSources.\320\242\320\265\320\272\321\203\321\211\320\260\321\217\320\241\320\243\320\221\320\224_edt.json" "b/src/test/resources/fixtures/mdclasses/ExternalDataSources.\320\242\320\265\320\272\321\203\321\211\320\260\321\217\320\241\320\243\320\221\320\224_edt.json" index 8de801b92..82615e7a5 100644 --- "a/src/test/resources/fixtures/mdclasses/ExternalDataSources.\320\242\320\265\320\272\321\203\321\211\320\260\321\217\320\241\320\243\320\221\320\224_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/ExternalDataSources.\320\242\320\265\320\272\321\203\321\211\320\260\321\217\320\241\320\243\320\221\320\224_edt.json" @@ -185,11 +185,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 4294967295, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (4294967295, Переменная)", - "nameEn": "StringQualifiers (4294967295, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -331,17 +328,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "UUID" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/tables/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceTable/fields/c/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceTableField[3]/type" } }, { @@ -396,10 +383,7 @@ "precision": 15, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (15.0 неотр)", - "nameEn": "NumberQualifiers (15.0 nonneg)" - } + "description": {} } } ] @@ -437,17 +421,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "UUID" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/tables/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceTable/fields/c/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceTableField[3]/type" } }, { @@ -500,11 +474,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 20, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (20, Переменная)", - "nameEn": "StringQualifiers (20, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -560,10 +531,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/InformationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\241\320\262\320\265\320\264\320\265\320\275\320\270\320\2711.json" "b/src/test/resources/fixtures/mdclasses/InformationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\241\320\262\320\265\320\264\320\265\320\275\320\270\320\2711.json" index 532d75a81..eba6dc9fc 100644 --- "a/src/test/resources/fixtures/mdclasses/InformationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\241\320\262\320\265\320\264\320\265\320\275\320\270\320\2711.json" +++ "b/src/test/resources/fixtures/mdclasses/InformationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\241\320\262\320\265\320\264\320\265\320\275\320\270\320\2711.json" @@ -91,10 +91,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -154,10 +157,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -262,10 +262,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/InformationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\241\320\262\320\265\320\264\320\265\320\275\320\270\320\2711_edt.json" "b/src/test/resources/fixtures/mdclasses/InformationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\241\320\262\320\265\320\264\320\265\320\275\320\270\320\2711_edt.json" index bd8ed7d16..922f1485e 100644 --- "a/src/test/resources/fixtures/mdclasses/InformationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\241\320\262\320\265\320\264\320\265\320\275\320\270\320\2711_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/InformationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\241\320\262\320\265\320\264\320\265\320\275\320\270\320\2711_edt.json" @@ -91,10 +91,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -154,10 +157,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -262,10 +262,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021.json" "b/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021.json" index 63531db34..bd3b4d398 100644 --- "a/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021.json" +++ "b/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021.json" @@ -15,15 +15,15 @@ "mdoType": "REPORT", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/mdclasses/src/cf/Reports/Отчет1/Ext/ObjectModule.bsl" + "src/test/resources/ext/designer/mdclasses/src/cf/Reports/Отчет1/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/mdclasses/src/cf/Reports/Отчет1/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/mdclasses/src/cf/Reports/Отчет1/Ext/ObjectModule.bsl" ] ] ], diff --git "a/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021_edt.json" "b/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021_edt.json" index e01f2881c..41b81b69e 100644 --- "a/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021_edt.json" @@ -15,15 +15,15 @@ "mdoType": "REPORT", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/edt/mdclasses/configuration/src/Reports/Отчет1/ObjectModule.bsl" + "src/test/resources/ext/edt/mdclasses/configuration/src/Reports/Отчет1/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/edt/mdclasses/configuration/src/Reports/Отчет1/ManagerModule.bsl" + "src/test/resources/ext/edt/mdclasses/configuration/src/Reports/Отчет1/ObjectModule.bsl" ] ] ], diff --git "a/src/test/resources/fixtures/mdclasses/Tasks.\320\227\320\260\320\264\320\260\321\207\320\2601.json" "b/src/test/resources/fixtures/mdclasses/Tasks.\320\227\320\260\320\264\320\260\321\207\320\2601.json" index 0f0abfcef..66f0307b9 100644 --- "a/src/test/resources/fixtures/mdclasses/Tasks.\320\227\320\260\320\264\320\260\321\207\320\2601.json" +++ "b/src/test/resources/fixtures/mdclasses/Tasks.\320\227\320\260\320\264\320\260\321\207\320\2601.json" @@ -52,10 +52,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -226,11 +229,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -322,10 +322,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -383,11 +386,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 9, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (9, Переменная)", - "nameEn": "StringQualifiers (9, Variable)" - } + "allowedLength": 0, + "description": {} } } ] diff --git a/src/test/resources/fixtures/mdclasses_3_18/Configuration.json b/src/test/resources/fixtures/mdclasses_3_18/Configuration.json index 957b23e35..24ce20098 100644 --- a/src/test/resources/fixtures/mdclasses_3_18/Configuration.json +++ b/src/test/resources/fixtures/mdclasses_3_18/Configuration.json @@ -81,10 +81,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -260,31 +263,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfCharacteristicTypes/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfCharacteristicTypes/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/type" } } ], diff --git a/src/test/resources/fixtures/mdclasses_3_18/Configuration_edt.json b/src/test/resources/fixtures/mdclasses_3_18/Configuration_edt.json index 1f61ebde9..92d63a95f 100644 --- a/src/test/resources/fixtures/mdclasses_3_18/Configuration_edt.json +++ b/src/test/resources/fixtures/mdclasses_3_18/Configuration_edt.json @@ -81,10 +81,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -260,31 +263,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfCharacteristicTypes/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfCharacteristicTypes/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/type" } } ], diff --git a/src/test/resources/fixtures/mdclasses_3_24/Configuration_edt.json b/src/test/resources/fixtures/mdclasses_3_24/Configuration_edt.json index 91cb58c19..25e110ede 100644 --- a/src/test/resources/fixtures/mdclasses_3_24/Configuration_edt.json +++ b/src/test/resources/fixtures/mdclasses_3_24/Configuration_edt.json @@ -119,8 +119,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -168,10 +171,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -245,32 +251,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], @@ -296,31 +277,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "master": false, "denyIncompleteValues": false, @@ -425,32 +382,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/resources/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], @@ -476,31 +408,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "master": false, "denyIncompleteValues": true, @@ -800,17 +708,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfAccounts/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" } } ], @@ -882,31 +780,7 @@ "forms": [], "templates": [], "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "predefinedValues": [], "explanation": { @@ -950,31 +824,7 @@ }, "supportVariant": "NONE", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "autoUse": "USE", "passwordMode": false, @@ -1122,31 +972,7 @@ 2 ], "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "passwordMode": false, "explanation": { @@ -1211,31 +1037,7 @@ }, "supportVariant": "NONE", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" } } ], @@ -1861,19 +1663,19 @@ "modalityUseMode": "USE_WITH_WARNINGS", "moduleTypes": [ [ - "ManagedApplicationModule", + "SessionModule", [ 1 ] ], [ - "SessionModule", + "ExternalConnectionModule", [ 1 ] ], [ - "ExternalConnectionModule", + "ManagedApplicationModule", [ 1 ] @@ -2097,17 +1899,7 @@ }, "supportVariant": "NONE", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfAccounts/com.github._1c_syntax.bsl.mdo.ChartOfAccounts/accountingFlags/com.github._1c_syntax.bsl.mdo.children.AccountingFlag/type" } } ], @@ -2251,31 +2043,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/accountingRegisters/com.github._1c_syntax.bsl.mdo.AccountingRegister/dimensions/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/XDTOPackages/com.github._1c_syntax.bsl.mdo.XDTOPackage/synonym" diff --git "a/src/test/resources/fixtures/mdclasses_3_27/ExternalDataSources.\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\230\321\201\321\202\320\276\321\207\320\275\320\270\320\272\320\224\320\260\320\275\320\275\321\213\321\2051.json" "b/src/test/resources/fixtures/mdclasses_3_27/ExternalDataSources.\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\230\321\201\321\202\320\276\321\207\320\275\320\270\320\272\320\224\320\260\320\275\320\275\321\213\321\2051.json" index dd1cccebb..5715a29f7 100644 --- "a/src/test/resources/fixtures/mdclasses_3_27/ExternalDataSources.\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\230\321\201\321\202\320\276\321\207\320\275\320\270\320\272\320\224\320\260\320\275\320\275\321\213\321\2051.json" +++ "b/src/test/resources/fixtures/mdclasses_3_27/ExternalDataSources.\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\230\321\201\321\202\320\276\321\207\320\275\320\270\320\272\320\224\320\260\320\275\320\275\321\213\321\2051.json" @@ -96,19 +96,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/dimensions/c/com.github._1c_syntax.bsl.mdo.children.Dimension/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/dimensions/c/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "master": false, "denyIncompleteValues": false, @@ -158,10 +146,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -189,31 +180,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], @@ -273,31 +240,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -321,31 +264,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -369,31 +288,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], @@ -700,31 +595,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/owner" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" }, "returnValue": true, "expressionInDataSource": "selecet top 1 from table1" @@ -796,31 +667,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -844,31 +691,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -892,31 +715,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], diff --git "a/src/test/resources/fixtures/mdclasses_3_27/ExternalDataSources.\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\230\321\201\321\202\320\276\321\207\320\275\320\270\320\272\320\224\320\260\320\275\320\275\321\213\321\2051_edt.json" "b/src/test/resources/fixtures/mdclasses_3_27/ExternalDataSources.\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\230\321\201\321\202\320\276\321\207\320\275\320\270\320\272\320\224\320\260\320\275\320\275\321\213\321\2051_edt.json" index dd1cccebb..5715a29f7 100644 --- "a/src/test/resources/fixtures/mdclasses_3_27/ExternalDataSources.\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\230\321\201\321\202\320\276\321\207\320\275\320\270\320\272\320\224\320\260\320\275\320\275\321\213\321\2051_edt.json" +++ "b/src/test/resources/fixtures/mdclasses_3_27/ExternalDataSources.\320\222\320\275\320\265\321\210\320\275\320\270\320\271\320\230\321\201\321\202\320\276\321\207\320\275\320\270\320\272\320\224\320\260\320\275\320\275\321\213\321\2051_edt.json" @@ -96,19 +96,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/dimensions/c/com.github._1c_syntax.bsl.mdo.children.Dimension/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/dimensions/c/com.github._1c_syntax.bsl.mdo.children.Dimension/type" }, "master": false, "denyIncompleteValues": false, @@ -158,10 +146,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -189,31 +180,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], @@ -273,31 +240,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -321,31 +264,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -369,31 +288,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], @@ -700,31 +595,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/owner" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" }, "returnValue": true, "expressionInDataSource": "selecet top 1 from table1" @@ -796,31 +667,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -844,31 +691,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -892,31 +715,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExternalDataSource/cubes/com.github._1c_syntax.bsl.mdo.children.ExternalDataSourceCube/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], diff --git a/src/test/resources/fixtures/mdclasses_5_1/Configuration.json b/src/test/resources/fixtures/mdclasses_5_1/Configuration.json index 6d201cf16..b857bf88f 100644 --- a/src/test/resources/fixtures/mdclasses_5_1/Configuration.json +++ b/src/test/resources/fixtures/mdclasses_5_1/Configuration.json @@ -81,10 +81,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -260,31 +263,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfCharacteristicTypes/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.Configuration/chartsOfCharacteristicTypes/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/type" } } ], diff --git a/src/test/resources/fixtures/mdclasses_ext/Configuration.json b/src/test/resources/fixtures/mdclasses_ext/Configuration.json index bb20f40c4..50671dc36 100644 --- a/src/test/resources/fixtures/mdclasses_ext/Configuration.json +++ b/src/test/resources/fixtures/mdclasses_ext/Configuration.json @@ -125,10 +125,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -226,31 +229,7 @@ }, "supportVariant": "NONE", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.ConfigurationExtension/commonAttributes/com.github._1c_syntax.bsl.mdo.CommonAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.ConfigurationExtension/commonAttributes/com.github._1c_syntax.bsl.mdo.CommonAttribute/type" } } ], diff --git a/src/test/resources/fixtures/mdclasses_ext/Configuration_edt.json b/src/test/resources/fixtures/mdclasses_ext/Configuration_edt.json index f92c9ec71..413ee6ec0 100644 --- a/src/test/resources/fixtures/mdclasses_ext/Configuration_edt.json +++ b/src/test/resources/fixtures/mdclasses_ext/Configuration_edt.json @@ -125,10 +125,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -227,31 +230,7 @@ }, "supportVariant": "NONE", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 10, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdclasses.ConfigurationExtension/commonAttributes/com.github._1c_syntax.bsl.mdo.CommonAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdclasses.ConfigurationExtension/commonAttributes/com.github._1c_syntax.bsl.mdo.CommonAttribute/type" } } ], diff --git "a/src/test/resources/fixtures/ssl_3_1/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265.json" "b/src/test/resources/fixtures/ssl_3_1/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265.json" index 6d5cad072..323bc4086 100644 --- "a/src/test/resources/fixtures/ssl_3_1/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265.json" +++ "b/src/test/resources/fixtures/ssl_3_1/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265.json" @@ -280,10 +280,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -341,11 +344,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 11, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (11, Переменная)", - "nameEn": "StringQualifiers (11, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -532,17 +532,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -588,19 +578,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -646,30 +624,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -802,11 +757,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 250, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (250, Переменная)", - "nameEn": "StringQualifiers (250, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -855,17 +807,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -931,10 +873,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -983,17 +922,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1102,25 +1031,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 3, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[3]" - } - } - ], - "composite": true, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1184,10 +1095,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -1237,31 +1151,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1370,30 +1260,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1439,30 +1306,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1526,11 +1370,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1579,17 +1420,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1635,19 +1466,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1812,19 +1631,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1870,19 +1677,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1928,19 +1723,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2055,25 +1838,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 3, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[26]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": true, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[26]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2749,17 +2514,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -2769,31 +2524,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -2825,17 +2556,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -2845,31 +2566,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -2890,31 +2587,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -3453,19 +3126,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -3475,17 +3136,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3495,31 +3146,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -3529,19 +3156,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -3551,31 +3166,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -3585,17 +3176,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3605,31 +3186,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -3639,17 +3196,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3659,19 +3206,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" } }, { @@ -3681,22 +3216,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 2, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[3]" - } - } - ], - "composite": true, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } } ], @@ -4230,17 +3750,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4250,31 +3760,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -4284,31 +3770,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[4]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -4338,17 +3800,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4358,30 +3810,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" } }, { @@ -4391,17 +3820,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4411,17 +3830,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4431,17 +3840,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } } ], @@ -4980,19 +4379,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5002,19 +4389,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5024,19 +4399,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[12]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5046,17 +4409,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -5066,17 +4419,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } } ], @@ -5103,15 +4446,15 @@ "mdoType": "BUSINESS_PROCESS", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/BusinessProcesses/Задание/Ext/ObjectModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/BusinessProcesses/Задание/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/BusinessProcesses/Задание/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/BusinessProcesses/Задание/Ext/ObjectModule.bsl" ] ] ], diff --git "a/src/test/resources/fixtures/ssl_3_1/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265_edt.json" "b/src/test/resources/fixtures/ssl_3_1/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265_edt.json" index 1cf6a1ea4..3e36d0e85 100644 --- "a/src/test/resources/fixtures/ssl_3_1/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265_edt.json" @@ -280,10 +280,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -341,11 +344,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 11, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (11, Переменная)", - "nameEn": "StringQualifiers (11, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -532,17 +532,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -588,19 +578,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -646,30 +624,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -802,11 +757,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 250, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (250, Переменная)", - "nameEn": "StringQualifiers (250, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -855,17 +807,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -931,10 +873,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -983,17 +922,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1102,25 +1031,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 3, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[3]" - } - } - ], - "composite": true, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1184,10 +1095,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -1237,31 +1151,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1370,30 +1260,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1439,30 +1306,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1526,11 +1370,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1579,17 +1420,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1635,19 +1466,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1812,19 +1631,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1870,19 +1677,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1928,19 +1723,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2055,25 +1838,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 3, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[26]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": true, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[26]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2737,17 +2502,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -2757,31 +2512,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -2813,17 +2544,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -2833,31 +2554,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -2878,31 +2575,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -3432,19 +3105,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -3454,17 +3115,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3474,31 +3125,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -3508,19 +3135,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -3530,31 +3145,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -3564,17 +3155,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3584,31 +3165,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -3618,17 +3175,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3638,19 +3185,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" } }, { @@ -3660,22 +3195,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 2, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[3]" - } - } - ], - "composite": true, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } } ], @@ -4192,17 +3712,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4212,31 +3722,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -4246,31 +3732,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[4]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" } }, { @@ -4300,17 +3762,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4320,30 +3772,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" } }, { @@ -4353,17 +3782,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4373,17 +3792,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4393,17 +3802,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } } ], @@ -4942,19 +4341,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -4964,19 +4351,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -4986,19 +4361,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[12]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5008,17 +4371,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -5028,17 +4381,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } } ], @@ -5065,15 +4408,15 @@ "mdoType": "BUSINESS_PROCESS", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/BusinessProcesses/Задание/ObjectModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/BusinessProcesses/Задание/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/BusinessProcesses/Задание/ManagerModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/BusinessProcesses/Задание/ObjectModule.bsl" ] ] ], diff --git "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" index dda1ae941..994c2cadb 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" @@ -39,10 +39,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -324,19 +327,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "fullName": { "nameRu": "Родитель", @@ -401,11 +392,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -462,11 +450,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 11, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (11, Переменная)", - "nameEn": "StringQualifiers (11, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -615,10 +600,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -668,30 +656,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -737,30 +702,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -827,8 +769,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -878,31 +823,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -968,10 +889,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -1020,31 +938,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1090,32 +984,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1179,10 +1048,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -1232,19 +1104,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1535,17 +1395,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2439,17 +2289,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ] @@ -2641,17 +2481,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -2718,15 +2548,15 @@ "mdoType": "CATALOG", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/Catalogs/ВерсииФа_лов/Ext/ObjectModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/Catalogs/ВерсииФа_лов/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/Catalogs/ВерсииФа_лов/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/Catalogs/ВерсииФа_лов/Ext/ObjectModule.bsl" ] ] ], @@ -2857,32 +2687,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 5, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" }, "fullName": { "nameRu": "НомерСтроки", @@ -2932,30 +2737,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3019,11 +2801,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 260, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (260, Переменная)", - "nameEn": "StringQualifiers (260, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -3061,31 +2840,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3131,31 +2886,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3219,11 +2950,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 28, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (28, Переменная)", - "nameEn": "StringQualifiers (28, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -3272,17 +3000,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3386,17 +3104,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3442,30 +3150,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3511,17 +3196,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" diff --git "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" index 8ab1e9b6b..570abcc50 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" @@ -39,10 +39,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -324,19 +327,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "fullName": { "nameRu": "Родитель", @@ -401,11 +392,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -462,11 +450,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 11, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (11, Переменная)", - "nameEn": "StringQualifiers (11, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -615,10 +600,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -668,30 +656,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -737,30 +702,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -827,8 +769,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -878,31 +823,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -968,10 +889,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -1020,31 +938,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1090,32 +984,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1179,10 +1048,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -1232,19 +1104,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1535,17 +1395,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2439,17 +2289,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ] @@ -2641,17 +2481,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -2718,15 +2548,15 @@ "mdoType": "CATALOG", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/Catalogs/ВерсииФа_лов/ObjectModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/Catalogs/ВерсииФа_лов/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/Catalogs/ВерсииФа_лов/ManagerModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/Catalogs/ВерсииФа_лов/ObjectModule.bsl" ] ] ], @@ -2857,32 +2687,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 5, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" }, "fullName": { "nameRu": "НомерСтроки", @@ -2932,30 +2737,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3019,11 +2801,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 260, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (260, Переменная)", - "nameEn": "StringQualifiers (260, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -3061,31 +2840,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3131,31 +2886,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3219,11 +2950,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 28, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (28, Переменная)", - "nameEn": "StringQualifiers (28, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -3272,17 +3000,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3386,17 +3104,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3442,30 +3150,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3511,17 +3196,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" diff --git "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270.json" "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270.json" index 451ae3228..ce02ff5e8 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270.json" @@ -39,10 +39,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -309,19 +312,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "fullName": { "nameRu": "Родитель", @@ -386,11 +377,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 100, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (100, Переменная)", - "nameEn": "StringQualifiers (100, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -429,31 +417,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "fullName": { "nameRu": "Код", @@ -674,31 +638,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -744,17 +684,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -880,10 +810,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -922,31 +855,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 100, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1682,31 +1591,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 100, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type" } }, { @@ -1727,19 +1612,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type" } }, { @@ -1749,17 +1622,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" } } ], @@ -1975,17 +1838,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -2005,17 +1858,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" } }, { @@ -2025,17 +1868,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" } } ], @@ -2157,17 +1990,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ] @@ -2292,19 +2115,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ] @@ -2329,15 +2140,15 @@ "mdoType": "CATALOG", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/Catalogs/Заметки/Ext/ObjectModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/Catalogs/Заметки/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/Catalogs/Заметки/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/Catalogs/Заметки/Ext/ObjectModule.bsl" ] ] ], diff --git "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270_edt.json" "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270_edt.json" index fa80bc6d5..94fb394fc 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270_edt.json" @@ -39,10 +39,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -309,19 +312,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "fullName": { "nameRu": "Родитель", @@ -386,11 +377,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 100, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (100, Переменная)", - "nameEn": "StringQualifiers (100, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -429,31 +417,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "fullName": { "nameRu": "Код", @@ -674,31 +638,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -744,17 +684,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -880,10 +810,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -922,31 +855,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 100, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1666,31 +1575,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 100, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type" } }, { @@ -1711,19 +1596,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type" } }, { @@ -1733,17 +1606,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" } } ], @@ -1959,17 +1822,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1989,17 +1842,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" } }, { @@ -2009,17 +1852,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" } } ], @@ -2141,17 +1974,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ] @@ -2267,19 +2090,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ] @@ -2304,15 +2115,15 @@ "mdoType": "CATALOG", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/Catalogs/Заметки/ObjectModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/Catalogs/Заметки/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/Catalogs/Заметки/ManagerModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/Catalogs/Заметки/ObjectModule.bsl" ] ] ], diff --git "a/src/test/resources/fixtures/ssl_3_1/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217.json" "b/src/test/resources/fixtures/ssl_3_1/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217.json" index 4d6ad0c97..f72b80cfe 100644 --- "a/src/test/resources/fixtures/ssl_3_1/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217.json" +++ "b/src/test/resources/fixtures/ssl_3_1/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217.json" @@ -39,10 +39,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -126,18 +129,24 @@ }, "int": 3, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } }, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 1024, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (1024, Переменная)", - "nameEn": "StringQualifiers (1024, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (1024, Переменная)", + "nameEn": "StringQualifiers (1024, Variable)" + } } }, "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { @@ -145,8 +154,11 @@ "scale": 5, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (17.5)", - "nameEn": "NumberQualifiers (17.5)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (17.5)", + "nameEn": "NumberQualifiers (17.5)" + } } } } @@ -204,11 +216,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -267,10 +276,7 @@ "precision": 0, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (0.0)", - "nameEn": "NumberQualifiers (0.0)" - } + "description": {} } } ] @@ -487,19 +493,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "fullName": { "nameRu": "Ссылка", @@ -549,17 +543,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -605,19 +589,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -663,17 +635,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -719,17 +681,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -775,17 +727,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -831,17 +773,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -905,11 +837,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 75, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (75, Переменная)", - "nameEn": "StringQualifiers (75, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -958,31 +887,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1028,31 +933,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1098,31 +979,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1168,31 +1025,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1238,31 +1071,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1308,31 +1117,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1378,31 +1163,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 75, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1448,31 +1209,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 75, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1518,17 +1255,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1574,31 +1301,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1662,11 +1365,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 100, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (100, Переменная)", - "nameEn": "StringQualifiers (100, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1715,31 +1415,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1805,10 +1481,7 @@ "precision": 2, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (2.0 неотр)", - "nameEn": "NumberQualifiers (2.0 nonneg)" - } + "description": {} } } ] @@ -1920,31 +1593,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1990,31 +1639,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2060,31 +1685,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2130,31 +1731,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2200,17 +1777,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -4540,19 +4107,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[27]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[27]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[27]/type" } }, { @@ -4582,17 +4137,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -4613,32 +4158,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 2, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[20]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[20]/type" } }, { @@ -4668,17 +4188,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -4688,19 +4198,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" } }, { @@ -4733,31 +4231,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4767,17 +4241,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -4818,19 +4282,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" } }, { @@ -4840,17 +4292,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -4860,17 +4302,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -4880,19 +4312,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" } }, { @@ -4902,17 +4322,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } }, { @@ -4942,17 +4352,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } }, { @@ -4962,31 +4362,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4996,31 +4372,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -5030,17 +4382,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -5050,31 +4392,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } } ], @@ -5249,17 +4567,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } } ] @@ -6302,10 +5610,7 @@ "precision": 1, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (1.0 неотр)", - "nameEn": "NumberQualifiers (1.0 nonneg)" - } + "description": {} } } ] @@ -6318,32 +5623,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 1, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6353,32 +5633,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 1, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6388,19 +5643,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" } }, { @@ -6410,17 +5653,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -6430,19 +5663,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" } } ], @@ -6612,17 +5833,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[18]/type" } }, { @@ -6632,31 +5843,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -6666,31 +5853,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -6700,17 +5863,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -6720,17 +5873,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -6740,19 +5883,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" } } ], @@ -6848,17 +5979,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[18]/type" } } ] @@ -6883,15 +6004,15 @@ "mdoType": "CHART_OF_CHARACTERISTIC_TYPES", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/ObjectModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/ObjectModule.bsl" ] ] ], @@ -7036,10 +6157,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -7110,11 +6228,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -7152,19 +6267,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -7220,11 +6323,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 99, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (99, Переменная)", - "nameEn": "StringQualifiers (99, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -7291,11 +6391,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 20, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (20, Переменная)", - "nameEn": "StringQualifiers (20, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -7354,18 +6451,24 @@ }, "int": 3, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } }, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 50, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (50, Переменная)", - "nameEn": "StringQualifiers (50, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (50, Переменная)", + "nameEn": "StringQualifiers (50, Variable)" + } } }, "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { @@ -7373,8 +6476,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -7511,10 +6617,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -7553,31 +6662,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 75, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -7612,31 +6697,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -7671,31 +6732,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -7730,31 +6767,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" diff --git "a/src/test/resources/fixtures/ssl_3_1/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217_edt.json" "b/src/test/resources/fixtures/ssl_3_1/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217_edt.json" index 0a0167469..ef096287f 100644 --- "a/src/test/resources/fixtures/ssl_3_1/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217_edt.json" @@ -39,10 +39,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -126,18 +129,24 @@ }, "int": 3, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } }, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 1024, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (1024, Переменная)", - "nameEn": "StringQualifiers (1024, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (1024, Переменная)", + "nameEn": "StringQualifiers (1024, Variable)" + } } }, "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { @@ -145,8 +154,11 @@ "scale": 5, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (17.5)", - "nameEn": "NumberQualifiers (17.5)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (17.5)", + "nameEn": "NumberQualifiers (17.5)" + } } } } @@ -204,11 +216,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -267,10 +276,7 @@ "precision": 0, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (0.0)", - "nameEn": "NumberQualifiers (0.0)" - } + "description": {} } } ] @@ -487,19 +493,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "fullName": { "nameRu": "Ссылка", @@ -549,17 +543,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -605,19 +589,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -663,17 +635,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -719,17 +681,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -775,17 +727,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -831,17 +773,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -905,11 +837,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 75, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (75, Переменная)", - "nameEn": "StringQualifiers (75, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -958,31 +887,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1028,31 +933,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1098,31 +979,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1168,31 +1025,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1238,31 +1071,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1308,31 +1117,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1378,31 +1163,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 75, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1448,31 +1209,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 75, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1518,17 +1255,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1574,31 +1301,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1662,11 +1365,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 100, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (100, Переменная)", - "nameEn": "StringQualifiers (100, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1715,31 +1415,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1805,10 +1481,7 @@ "precision": 2, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (2.0 неотр)", - "nameEn": "NumberQualifiers (2.0 nonneg)" - } + "description": {} } } ] @@ -1920,31 +1593,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -1990,31 +1639,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2060,31 +1685,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2130,31 +1731,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2200,17 +1777,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -4516,19 +4083,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[27]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[27]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[27]/type" } }, { @@ -4558,17 +4113,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -4589,32 +4134,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 2, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[20]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[20]/type" } }, { @@ -4644,17 +4164,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -4664,19 +4174,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" } }, { @@ -4709,31 +4207,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4743,17 +4217,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -4794,19 +4258,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" } }, { @@ -4816,17 +4268,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -4836,17 +4278,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -4856,19 +4288,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" } }, { @@ -4878,17 +4298,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } }, { @@ -4918,17 +4328,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } }, { @@ -4938,31 +4338,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4972,31 +4348,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -5006,17 +4358,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -5026,31 +4368,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } } ], @@ -5225,17 +4543,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } } ] @@ -6278,10 +5586,7 @@ "precision": 1, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (1.0 неотр)", - "nameEn": "NumberQualifiers (1.0 nonneg)" - } + "description": {} } } ] @@ -6294,32 +5599,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 1, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6329,32 +5609,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 1, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6364,19 +5619,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" } }, { @@ -6386,17 +5629,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -6406,19 +5639,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" } } ], @@ -6588,17 +5809,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[18]/type" } }, { @@ -6608,31 +5819,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -6642,31 +5829,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -6676,17 +5839,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -6696,17 +5849,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" } }, { @@ -6716,19 +5859,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" } } ], @@ -6824,17 +5955,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[18]/type" } } ] @@ -6859,15 +5980,15 @@ "mdoType": "CHART_OF_CHARACTERISTIC_TYPES", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/ObjectModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/ManagerModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/ObjectModule.bsl" ] ] ], @@ -7012,10 +6133,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -7086,11 +6204,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -7128,19 +6243,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -7196,11 +6299,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 99, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (99, Переменная)", - "nameEn": "StringQualifiers (99, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -7267,11 +6367,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 20, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (20, Переменная)", - "nameEn": "StringQualifiers (20, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -7330,18 +6427,24 @@ }, "int": 3, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } }, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 50, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (50, Переменная)", - "nameEn": "StringQualifiers (50, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (50, Переменная)", + "nameEn": "StringQualifiers (50, Variable)" + } } }, "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { @@ -7349,8 +6452,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -7487,10 +6593,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -7529,31 +6638,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 75, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -7588,31 +6673,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -7647,31 +6708,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -7706,31 +6743,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" diff --git "a/src/test/resources/fixtures/ssl_3_1/CommonAttributes.\320\236\320\261\320\273\320\260\321\201\321\202\321\214\320\224\320\260\320\275\320\275\321\213\321\205\320\222\321\201\320\277\320\276\320\274\320\276\320\263\320\260\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\224\320\260\320\275\320\275\321\213\320\265.json" "b/src/test/resources/fixtures/ssl_3_1/CommonAttributes.\320\236\320\261\320\273\320\260\321\201\321\202\321\214\320\224\320\260\320\275\320\275\321\213\321\205\320\222\321\201\320\277\320\276\320\274\320\276\320\263\320\260\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\224\320\260\320\275\320\275\321\213\320\265.json" index bd2222a39..e4cc9e7a6 100644 --- "a/src/test/resources/fixtures/ssl_3_1/CommonAttributes.\320\236\320\261\320\273\320\260\321\201\321\202\321\214\320\224\320\260\320\275\320\275\321\213\321\205\320\222\321\201\320\277\320\276\320\274\320\276\320\263\320\260\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\224\320\260\320\275\320\275\321\213\320\265.json" +++ "b/src/test/resources/fixtures/ssl_3_1/CommonAttributes.\320\236\320\261\320\273\320\260\321\201\321\202\321\214\320\224\320\260\320\275\320\275\321\213\321\205\320\222\321\201\320\277\320\276\320\274\320\276\320\263\320\260\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\224\320\260\320\275\320\275\321\213\320\265.json" @@ -235,10 +235,7 @@ "precision": 7, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (7.0 неотр)", - "nameEn": "NumberQualifiers (7.0 nonneg)" - } + "description": {} } } ] diff --git "a/src/test/resources/fixtures/ssl_3_1/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201.json" "b/src/test/resources/fixtures/ssl_3_1/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201.json" index ee828a4c1..765a19477 100644 --- "a/src/test/resources/fixtures/ssl_3_1/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201.json" +++ "b/src/test/resources/fixtures/ssl_3_1/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201.json" @@ -222,10 +222,7 @@ "precision": 5, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (5.0 неотр)", - "nameEn": "NumberQualifiers (5.0 nonneg)" - } + "description": {} } } ] @@ -256,10 +253,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -273,31 +273,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -307,31 +283,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } } ], diff --git "a/src/test/resources/fixtures/ssl_3_1/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201_edt.json" "b/src/test/resources/fixtures/ssl_3_1/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201_edt.json" index da95f66a7..4b278f2c9 100644 --- "a/src/test/resources/fixtures/ssl_3_1/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201_edt.json" @@ -222,10 +222,7 @@ "precision": 5, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (5.0 неотр)", - "nameEn": "NumberQualifiers (5.0 nonneg)" - } + "description": {} } } ] @@ -256,10 +253,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -273,31 +273,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -307,31 +283,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } } ], diff --git "a/src/test/resources/fixtures/ssl_3_1/Constants.\320\227\320\260\320\263\320\276\320\273\320\276\320\262\320\276\320\272\320\241\320\270\321\201\321\202\320\265\320\274\321\213.json" "b/src/test/resources/fixtures/ssl_3_1/Constants.\320\227\320\260\320\263\320\276\320\273\320\276\320\262\320\276\320\272\320\241\320\270\321\201\321\202\320\265\320\274\321\213.json" index 477b8b737..ebd318216 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Constants.\320\227\320\260\320\263\320\276\320\273\320\276\320\262\320\276\320\272\320\241\320\270\321\201\321\202\320\265\320\274\321\213.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Constants.\320\227\320\260\320\263\320\276\320\273\320\276\320\262\320\276\320\272\320\241\320\270\321\201\321\202\320\265\320\274\321\213.json" @@ -69,10 +69,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" "b/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" index b909830c0..a64259ca8 100644 --- "a/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" +++ "b/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" @@ -52,10 +52,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } } } @@ -105,30 +108,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" @@ -823,19 +803,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -863,10 +831,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -1282,11 +1253,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1310,31 +1278,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1355,31 +1299,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1400,31 +1320,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1445,31 +1341,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1490,31 +1362,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1535,31 +1383,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1580,31 +1404,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1614,31 +1414,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1648,17 +1424,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1699,10 +1465,7 @@ "precision": 10, "scale": 2, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.2 неотр)", - "nameEn": "NumberQualifiers (10.2 nonneg)" - } + "description": {} } } ] @@ -1715,31 +1478,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } } ], @@ -1957,15 +1696,15 @@ "mdoType": "DATA_PROCESSOR", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Ext/ObjectModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Ext/ObjectModule.bsl" ] ] ], @@ -2085,10 +1824,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -2159,11 +1895,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 3, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (3, Переменная)", - "nameEn": "StringQualifiers (3, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -2264,30 +1997,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" @@ -2353,10 +2063,7 @@ "precision": 10, "scale": 4, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.4 неотр)", - "nameEn": "NumberQualifiers (10.4 nonneg)" - } + "description": {} } } ] @@ -2425,10 +2132,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -2477,17 +2181,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" @@ -2551,10 +2245,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 50, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (50, Переменная)", - "nameEn": "StringQualifiers (50, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (50, Переменная)", + "nameEn": "StringQualifiers (50, Variable)" + } } } } @@ -2622,10 +2319,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" "b/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" index 58e622c52..613391f8a 100644 --- "a/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" @@ -52,10 +52,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } } } @@ -105,30 +108,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" @@ -823,19 +803,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -863,10 +831,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -1282,11 +1253,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1310,31 +1278,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1355,31 +1299,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1400,31 +1320,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1445,31 +1341,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1490,31 +1362,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1535,31 +1383,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1580,31 +1404,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 25, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -1614,31 +1414,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1648,17 +1424,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1699,10 +1465,7 @@ "precision": 10, "scale": 2, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.2 неотр)", - "nameEn": "NumberQualifiers (10.2 nonneg)" - } + "description": {} } } ] @@ -1715,31 +1478,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } } ], @@ -1957,15 +1696,15 @@ "mdoType": "DATA_PROCESSOR", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/ObjectModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/ManagerModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/ObjectModule.bsl" ] ] ], @@ -2085,10 +1824,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -2159,11 +1895,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 3, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (3, Переменная)", - "nameEn": "StringQualifiers (3, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -2264,30 +1997,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" @@ -2353,10 +2063,7 @@ "precision": 10, "scale": 4, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.4 неотр)", - "nameEn": "NumberQualifiers (10.4 nonneg)" - } + "description": {} } } ] @@ -2425,10 +2132,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -2477,17 +2181,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" @@ -2551,10 +2245,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 50, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (50, Переменная)", - "nameEn": "StringQualifiers (50, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (50, Переменная)", + "nameEn": "StringQualifiers (50, Variable)" + } } } } @@ -2622,10 +2319,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } diff --git "a/src/test/resources/fixtures/ssl_3_1/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217.json" "b/src/test/resources/fixtures/ssl_3_1/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217.json" index 6c113e8e4..a174c636b 100644 --- "a/src/test/resources/fixtures/ssl_3_1/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217.json" +++ "b/src/test/resources/fixtures/ssl_3_1/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217.json" @@ -3783,11 +3783,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 14, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (14, Переменная)", - "nameEn": "StringQualifiers (14, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -3856,11 +3853,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 30, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (30, Переменная)", - "nameEn": "StringQualifiers (30, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -3902,10 +3896,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -3919,31 +3916,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -3953,17 +3926,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -4109,11 +4072,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 40, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (40, Переменная)", - "nameEn": "StringQualifiers (40, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -4144,11 +4104,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -4161,17 +4118,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4181,17 +4128,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[9]/type" } }, { @@ -4201,17 +4138,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -4221,17 +4148,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4241,17 +4158,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4261,17 +4168,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -4281,17 +4178,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -4301,17 +4188,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4321,17 +4198,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -4341,31 +4208,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -4375,17 +4218,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4395,17 +4228,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4415,17 +4238,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" } }, { @@ -4435,17 +4248,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4514,31 +4317,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -4548,17 +4327,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -4579,17 +4348,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -4599,17 +4358,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4619,17 +4368,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4639,17 +4378,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4659,17 +4388,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4679,31 +4398,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -4713,31 +4408,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -4759,17 +4430,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4779,17 +4440,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4799,17 +4450,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4819,17 +4460,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4866,10 +4497,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -4883,30 +4517,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type" } }, { @@ -4916,37 +4527,17 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { - "id": 48, - "name": "РазделениеВключено", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "id": 48, + "name": "РазделениеВключено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4956,17 +4547,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } } ], @@ -5430,17 +5011,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -5450,19 +5021,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[3]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -5472,31 +5031,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 14, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -5506,17 +5041,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -5580,17 +5105,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -5600,17 +5115,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[9]/type" } }, { @@ -5640,31 +5145,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 30, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5674,17 +5155,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -5694,17 +5165,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" } }, { @@ -5714,17 +5175,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } } ], @@ -6013,31 +5464,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6047,17 +5474,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6067,17 +5484,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6087,17 +5494,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -6107,31 +5504,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type" } }, { @@ -6141,17 +5514,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -6161,17 +5524,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6220,11 +5573,7 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers" } } ] @@ -6255,11 +5604,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 500, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (500, Переменная)", - "nameEn": "StringQualifiers (500, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -6289,10 +5635,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } } } @@ -6331,31 +5680,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6365,30 +5690,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type" } }, { @@ -6398,17 +5700,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" } }, { @@ -6418,17 +5710,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6438,17 +5720,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6458,31 +5730,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -6846,17 +6094,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6866,17 +6104,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6904,11 +6132,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 11, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (11, Переменная)", - "nameEn": "StringQualifiers (11, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -6921,30 +6146,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type" } }, { @@ -6955,126 +6157,24 @@ { "default": { "tag": 2 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { - "langKey": "ru", - "value": "Отправлено получено" - } - } - ] - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] - } - }, - { - "id": 7, - "name": "ЗаголовкиИнтернета", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "TEXT_DOCUMENT" - } - ], - "composite": false, - "qualifiers": [] - } - }, - { - "id": 8, - "name": "Письмо", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 2, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[4]" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[5]" - } - } - ], - "composite": true, - "qualifiers": [] - } - }, - { - "id": 9, - "name": "ТипПисьма", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 30, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправлено получено" } } ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type" } }, { - "id": 6, - "name": "ВключатьТелоИсходногоПисьма", + "id": 7, + "name": "ЗаголовкиИнтернета", "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { "types": [ @@ -7083,13 +6183,43 @@ "tag": 4 }, "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + "com.github._1c_syntax.bsl.types.value.V8ValueType": "TEXT_DOCUMENT" } ], "composite": false, "qualifiers": [] } }, + { + "id": 8, + "name": "Письмо", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 9, + "name": "ТипПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 6, + "name": "ВключатьТелоИсходногоПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, { "id": 10, "name": "Папка", @@ -7151,19 +6281,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type" } }, { @@ -7173,17 +6291,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } } ], @@ -7940,17 +7048,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "FORMATTED_DOCUMENT" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -8008,31 +7106,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8042,17 +7116,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8062,17 +7126,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8093,19 +7147,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -8115,31 +7157,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8160,17 +7178,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8191,17 +7199,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8249,17 +7247,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8269,17 +7257,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8289,17 +7267,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } } ], @@ -8459,17 +7427,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -8479,31 +7437,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8513,17 +7447,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } } ], diff --git "a/src/test/resources/fixtures/ssl_3_1/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217_edt.json" "b/src/test/resources/fixtures/ssl_3_1/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217_edt.json" index 8e69fe317..e1ca9a65e 100644 --- "a/src/test/resources/fixtures/ssl_3_1/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217_edt.json" @@ -3783,11 +3783,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 14, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (14, Переменная)", - "nameEn": "StringQualifiers (14, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -3856,11 +3853,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 30, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (30, Переменная)", - "nameEn": "StringQualifiers (30, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -3902,10 +3896,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -3919,31 +3916,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -3953,17 +3926,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -4109,11 +4072,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 40, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (40, Переменная)", - "nameEn": "StringQualifiers (40, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -4144,11 +4104,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -4161,17 +4118,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4181,17 +4128,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[9]/type" } }, { @@ -4201,17 +4138,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -4221,17 +4148,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4241,17 +4158,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4261,17 +4168,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -4281,17 +4178,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -4301,17 +4188,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4321,17 +4198,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -4341,31 +4208,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -4375,17 +4218,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4395,17 +4228,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4415,17 +4238,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" } }, { @@ -4435,17 +4248,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4514,31 +4317,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -4548,17 +4327,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -4579,17 +4348,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -4599,17 +4358,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4619,17 +4368,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4639,17 +4378,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4659,17 +4388,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4679,31 +4398,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -4713,31 +4408,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -4759,17 +4430,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4779,17 +4440,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4799,17 +4450,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4819,17 +4460,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4866,10 +4497,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -4883,30 +4517,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type" } }, { @@ -4916,37 +4527,17 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { - "id": 48, - "name": "РазделениеВключено", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "id": 48, + "name": "РазделениеВключено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -4956,17 +4547,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } } ], @@ -5430,17 +5011,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -5450,19 +5021,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[3]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -5472,31 +5031,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 14, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -5506,17 +5041,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -5580,17 +5105,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -5600,17 +5115,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[9]/type" } }, { @@ -5640,31 +5145,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 30, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5674,17 +5155,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -5694,17 +5165,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" } }, { @@ -5714,17 +5175,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } } ], @@ -6013,31 +5464,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6047,17 +5474,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6067,17 +5484,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6087,17 +5494,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -6107,31 +5504,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type" } }, { @@ -6141,17 +5514,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -6161,17 +5524,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6220,11 +5573,7 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers" } } ] @@ -6255,11 +5604,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 500, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (500, Переменная)", - "nameEn": "StringQualifiers (500, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -6289,10 +5635,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } } } @@ -6331,31 +5680,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6365,30 +5690,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type" } }, { @@ -6398,17 +5700,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" } }, { @@ -6418,17 +5710,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6438,17 +5720,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6458,31 +5730,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -6846,17 +6094,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6866,17 +6104,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -6904,11 +6132,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 11, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (11, Переменная)", - "nameEn": "StringQualifiers (11, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -6921,30 +6146,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type" } }, { @@ -6955,126 +6157,24 @@ { "default": { "tag": 2 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { - "langKey": "ru", - "value": "Отправлено получено" - } - } - ] - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] - } - }, - { - "id": 7, - "name": "ЗаголовкиИнтернета", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "TEXT_DOCUMENT" - } - ], - "composite": false, - "qualifiers": [] - } - }, - { - "id": 8, - "name": "Письмо", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 2, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[4]" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[5]" - } - } - ], - "composite": true, - "qualifiers": [] - } - }, - { - "id": 9, - "name": "ТипПисьма", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 30, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправлено получено" } } ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[45]/type" } }, { - "id": 6, - "name": "ВключатьТелоИсходногоПисьма", + "id": 7, + "name": "ЗаголовкиИнтернета", "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { "types": [ @@ -7083,13 +6183,43 @@ "tag": 4 }, "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + "com.github._1c_syntax.bsl.types.value.V8ValueType": "TEXT_DOCUMENT" } ], "composite": false, "qualifiers": [] } }, + { + "id": 8, + "name": "Письмо", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 9, + "name": "ТипПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 6, + "name": "ВключатьТелоИсходногоПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, { "id": 10, "name": "Папка", @@ -7151,19 +6281,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type" } }, { @@ -7173,17 +6291,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } } ], @@ -7940,17 +7048,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "FORMATTED_DOCUMENT" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -8008,31 +7106,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8042,17 +7116,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8062,17 +7126,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8093,19 +7147,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -8115,31 +7157,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8160,17 +7178,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8191,17 +7199,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8249,17 +7247,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8269,17 +7257,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } }, { @@ -8289,17 +7267,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } } ], @@ -8459,17 +7427,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -8479,31 +7437,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8513,17 +7447,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" } } ], diff --git "a/src/test/resources/fixtures/ssl_3_1/Documents.\320\220\320\275\320\272\320\265\321\202\320\260.json" "b/src/test/resources/fixtures/ssl_3_1/Documents.\320\220\320\275\320\272\320\265\321\202\320\260.json" index 57f0bbc3f..682c2c695 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Documents.\320\220\320\275\320\272\320\265\321\202\320\260.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Documents.\320\220\320\275\320\272\320\265\321\202\320\260.json" @@ -180,10 +180,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -241,11 +244,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 11, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (11, Переменная)", - "nameEn": "StringQualifiers (11, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -424,30 +424,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -519,10 +496,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -590,10 +570,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -1837,31 +1820,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } }, { @@ -1871,17 +1830,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -1891,19 +1840,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } }, { @@ -1933,17 +1870,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } }, { @@ -1953,17 +1880,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } }, { @@ -1973,17 +1890,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } }, { @@ -2013,17 +1920,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -2033,31 +1930,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } }, { @@ -2067,31 +1940,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } }, { @@ -2121,10 +1970,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -2137,17 +1983,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -2175,11 +2011,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 200, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (200, Переменная)", - "nameEn": "StringQualifiers (200, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -2192,17 +2025,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -2475,15 +2298,15 @@ "mdoType": "DOCUMENT", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/Documents/Анкета/Ext/ObjectModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/Documents/Анкета/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/Documents/Анкета/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/Documents/Анкета/Ext/ObjectModule.bsl" ] ] ], @@ -2635,10 +2458,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -2812,32 +2632,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2946,31 +2741,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3016,17 +2787,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" diff --git "a/src/test/resources/fixtures/ssl_3_1/Documents.\320\220\320\275\320\272\320\265\321\202\320\260_edt.json" "b/src/test/resources/fixtures/ssl_3_1/Documents.\320\220\320\275\320\272\320\265\321\202\320\260_edt.json" index 269f009cc..1f60748aa 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Documents.\320\220\320\275\320\272\320\265\321\202\320\260_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Documents.\320\220\320\275\320\272\320\265\321\202\320\260_edt.json" @@ -180,10 +180,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -241,11 +244,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 11, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (11, Переменная)", - "nameEn": "StringQualifiers (11, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -424,30 +424,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -519,10 +496,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 10, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (10, Переменная)", - "nameEn": "StringQualifiers (10, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } } } } @@ -590,10 +570,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -1821,31 +1804,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } }, { @@ -1855,17 +1814,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -1875,19 +1824,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } }, { @@ -1917,17 +1854,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } }, { @@ -1937,17 +1864,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } }, { @@ -1957,17 +1874,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" } }, { @@ -1997,17 +1904,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -2017,31 +1914,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } }, { @@ -2051,31 +1924,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } }, { @@ -2105,10 +1954,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -2121,17 +1967,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -2159,11 +1995,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 200, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (200, Переменная)", - "nameEn": "StringQualifiers (200, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -2176,17 +2009,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -2459,15 +2282,15 @@ "mdoType": "DOCUMENT", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/Documents/Анкета/ObjectModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/Documents/Анкета/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/Documents/Анкета/ManagerModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/Documents/Анкета/ObjectModule.bsl" ] ] ], @@ -2619,10 +2442,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -2796,32 +2616,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -2930,31 +2725,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3000,17 +2771,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" diff --git "a/src/test/resources/fixtures/ssl_3_1/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217.json" "b/src/test/resources/fixtures/ssl_3_1/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217.json" index 4bdba587d..29bfadae2 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217.json" @@ -41,10 +41,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] diff --git "a/src/test/resources/fixtures/ssl_3_1/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217_edt.json" "b/src/test/resources/fixtures/ssl_3_1/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217_edt.json" index 4a6cfd125..5a9f52fe3 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217_edt.json" @@ -41,10 +41,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] diff --git "a/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" "b/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" index 393b849a4..7561ecfc3 100644 --- "a/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" +++ "b/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" @@ -38,10 +38,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -161,10 +164,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -239,19 +239,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "fullName": { "nameRu": "Ссылка", @@ -351,11 +339,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -414,10 +399,7 @@ "precision": 9, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (9.0)", - "nameEn": "NumberQualifiers (9.0)" - } + "description": {} } } ] @@ -491,8 +473,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -542,17 +527,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3837,15 +3812,15 @@ "mdoType": "EXCHANGE_PLAN", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/ExchangePlans/ОбновлениеИнформационно_Базы/Ext/ObjectModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/ExchangePlans/ОбновлениеИнформационно_Базы/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/ExchangePlans/ОбновлениеИнформационно_Базы/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/ExchangePlans/ОбновлениеИнформационно_Базы/Ext/ObjectModule.bsl" ] ] ], diff --git "a/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" "b/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" index 64c787265..e580c1c55 100644 --- "a/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" @@ -38,10 +38,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -161,10 +164,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -239,19 +239,7 @@ "passwordMode": false, "kind": "STANDARD", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "fullName": { "nameRu": "Ссылка", @@ -351,11 +339,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 25, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (25, Переменная)", - "nameEn": "StringQualifiers (25, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -414,10 +399,7 @@ "precision": 9, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (9.0)", - "nameEn": "NumberQualifiers (9.0)" - } + "description": {} } } ] @@ -491,8 +473,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -542,17 +527,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -3837,15 +3812,15 @@ "mdoType": "EXCHANGE_PLAN", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/ExchangePlans/ОбновлениеИнформационно_Базы/ObjectModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/ExchangePlans/ОбновлениеИнформационно_Базы/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/ExchangePlans/ОбновлениеИнформационно_Базы/ManagerModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/ExchangePlans/ОбновлениеИнформационно_Базы/ObjectModule.bsl" ] ] ], diff --git "a/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" "b/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" index 3e8189898..3fd29e20c 100644 --- "a/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" +++ "b/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" @@ -94,10 +94,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -191,10 +188,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -274,11 +274,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 40, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (40, Переменная)", - "nameEn": "StringQualifiers (40, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -606,10 +603,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -648,31 +648,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -707,31 +683,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -766,31 +718,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -825,31 +753,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -884,31 +788,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], diff --git "a/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" "b/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" index 4d947a12a..f90413973 100644 --- "a/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" @@ -94,10 +94,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -191,10 +188,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -274,11 +274,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 40, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (40, Переменная)", - "nameEn": "StringQualifiers (40, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -606,10 +603,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -648,31 +648,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -707,31 +683,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -766,31 +718,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -825,31 +753,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } }, { @@ -884,31 +788,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" } } ], diff --git "a/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270.json" "b/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270.json" index 186d34b50..7b08020e3 100644 --- "a/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270.json" +++ "b/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270.json" @@ -94,10 +94,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -191,10 +188,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -248,17 +248,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -304,17 +294,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -416,17 +396,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -490,10 +460,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -543,31 +516,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -613,17 +562,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -732,31 +671,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -885,10 +800,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -1034,31 +946,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[9]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } } ] @@ -1156,17 +1044,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -1253,30 +1131,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" } }, { @@ -1311,30 +1166,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" } }, { @@ -1369,31 +1201,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } }, { @@ -1428,31 +1236,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } }, { @@ -1505,11 +1289,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 28, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (28, Переменная)", - "nameEn": "StringQualifiers (28, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1592,17 +1373,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -1637,30 +1408,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" } }, { @@ -1695,19 +1443,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/type" } } ], diff --git "a/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270_edt.json" "b/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270_edt.json" index c94b7e6d3..7ebd5dc7c 100644 --- "a/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270_edt.json" @@ -94,10 +94,7 @@ "precision": 5, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (5.0)", - "nameEn": "NumberQualifiers (5.0)" - } + "description": {} } } ] @@ -191,10 +188,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -248,17 +248,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -304,17 +294,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -416,17 +396,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -490,10 +460,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -543,31 +516,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -613,17 +562,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -732,31 +671,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" @@ -885,10 +800,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -1034,31 +946,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[9]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } } ] @@ -1156,17 +1044,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -1253,30 +1131,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" } }, { @@ -1311,30 +1166,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" } }, { @@ -1369,31 +1201,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } }, { @@ -1428,31 +1236,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" } }, { @@ -1505,11 +1289,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 28, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (28, Переменная)", - "nameEn": "StringQualifiers (28, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1592,17 +1373,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -1637,30 +1408,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" } }, { @@ -1695,19 +1443,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/type" } } ], diff --git "a/src/test/resources/fixtures/ssl_3_1/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262.json" "b/src/test/resources/fixtures/ssl_3_1/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262.json" index fc5aae922..6ba74d193 100644 --- "a/src/test/resources/fixtures/ssl_3_1/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262.json" +++ "b/src/test/resources/fixtures/ssl_3_1/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262.json" @@ -426,10 +426,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -443,17 +446,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } } ], @@ -904,17 +897,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -924,31 +907,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -958,17 +917,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -978,31 +927,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -1129,17 +1054,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "SETTINGS_COMPOSER" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1159,31 +1074,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -1203,31 +1094,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -2133,10 +2000,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } } } @@ -2150,30 +2020,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -2183,30 +2030,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -2216,31 +2040,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -2250,30 +2050,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -2283,17 +2060,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -2323,31 +2090,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -2450,30 +2193,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ] @@ -2592,31 +2312,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -2626,31 +2322,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -4409,17 +4081,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -4429,17 +4091,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "SETTINGS_COMPOSER" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -4467,11 +4119,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -4504,10 +4153,7 @@ "precision": 5, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (5.0 неотр)", - "nameEn": "NumberQualifiers (5.0 nonneg)" - } + "description": {} } } ] @@ -4520,32 +4166,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 5, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type" } }, { @@ -4585,17 +4206,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -4605,17 +4216,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -4655,10 +4256,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -4671,17 +4269,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -4691,32 +4279,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[15]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[15]/type" } }, { @@ -4726,31 +4289,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -5134,17 +4673,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -5154,17 +4683,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5174,17 +4693,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -5215,8 +4724,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -5230,17 +4742,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5250,17 +4752,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5270,31 +4762,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6156,31 +5624,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6190,17 +5634,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6210,19 +5644,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6232,31 +5654,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6266,19 +5664,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6288,32 +5674,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type" } }, { @@ -6323,31 +5684,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6368,17 +5705,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6398,17 +5725,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6418,17 +5735,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6438,17 +5745,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6458,17 +5755,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6516,17 +5803,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -6536,17 +5813,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6556,17 +5823,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6576,17 +5833,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6596,17 +5843,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -6616,17 +5853,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } } ], @@ -7028,31 +6255,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7062,17 +6265,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -7082,17 +6275,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -7102,31 +6285,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7136,17 +6295,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -7156,31 +6305,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7190,31 +6315,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -7404,17 +6505,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "SETTINGS_COMPOSER" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -7434,31 +6525,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7478,31 +6545,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7512,31 +6555,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7546,17 +6565,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[11]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ], @@ -8090,10 +7099,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 50, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (50, Переменная)", - "nameEn": "StringQualifiers (50, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (50, Переменная)", + "nameEn": "StringQualifiers (50, Variable)" + } } } } @@ -8127,17 +7139,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -8147,17 +7149,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -8167,17 +7159,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "SETTINGS_COMPOSER" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -8197,31 +7179,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8231,31 +7189,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8283,63 +7217,29 @@ "name": "ДоступныеЗначения", "title": { "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] - } - }, - { - "id": 16, - "name": "НастройкиОтчета", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" - }, - "type": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" - } - }, - { - "id": 17, - "name": "КлючТекущегоВарианта", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 16, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 17, + "name": "КлючТекущегоВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8349,17 +7249,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } } ], @@ -9610,17 +8500,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "SETTINGS_COMPOSER" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -9660,31 +8540,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -9694,31 +8550,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -9728,17 +8560,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9748,17 +8570,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9768,17 +8580,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[7]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9788,17 +8590,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9808,17 +8600,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9828,17 +8610,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9848,17 +8620,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9868,17 +8630,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -9888,17 +8640,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9908,17 +8650,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9928,31 +8660,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -9962,31 +8670,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -9996,17 +8680,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } } ], diff --git "a/src/test/resources/fixtures/ssl_3_1/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262_edt.json" "b/src/test/resources/fixtures/ssl_3_1/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262_edt.json" index 6aaafb3a6..4d24340c7 100644 --- "a/src/test/resources/fixtures/ssl_3_1/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262_edt.json" @@ -426,10 +426,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -443,17 +446,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } } ], @@ -904,17 +897,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -924,31 +907,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -958,17 +917,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -978,31 +927,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -1129,17 +1054,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DATA_COMPOSITION_SETTINGS_COMPOSER" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -1159,31 +1074,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -1203,31 +1094,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -2133,10 +2000,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", + "dateFractions": 1, "description": { - "nameRu": "КвалификаторыДаты (Дата)", - "nameEn": "DateQualifiers (Date)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } } } } @@ -2150,30 +2020,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -2183,30 +2030,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -2216,31 +2040,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -2250,30 +2050,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -2283,17 +2060,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -2323,31 +2090,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -2450,30 +2193,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ] @@ -2592,31 +2312,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -2626,31 +2322,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -4409,17 +4081,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -4429,17 +4091,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DATA_COMPOSITION_SETTINGS_COMPOSER" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -4467,11 +4119,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -4504,10 +4153,7 @@ "precision": 5, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (5.0 неотр)", - "nameEn": "NumberQualifiers (5.0 nonneg)" - } + "description": {} } } ] @@ -4520,32 +4166,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 5, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type" } }, { @@ -4585,17 +4206,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -4605,17 +4216,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -4655,10 +4256,7 @@ "precision": 10, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (10.0 неотр)", - "nameEn": "NumberQualifiers (10.0 nonneg)" - } + "description": {} } } ] @@ -4671,17 +4269,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -4691,32 +4279,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": true, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[15]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[15]/type" } }, { @@ -4726,31 +4289,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -5134,17 +4673,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -5154,17 +4683,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5174,17 +4693,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -5215,8 +4724,11 @@ "scale": 0, "nonNegative": false, "description": { - "nameRu": "КвалификаторыЧисла (10.0)", - "nameEn": "NumberQualifiers (10.0)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } } } } @@ -5230,17 +4742,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5250,17 +4752,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -5270,31 +4762,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6156,31 +5624,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6190,17 +5634,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6210,19 +5644,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6232,31 +5654,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6266,19 +5664,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6288,32 +5674,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { - "precision": 10, - "scale": 0, - "nonNegative": false, - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type" } }, { @@ -6323,31 +5684,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -6368,17 +5705,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6398,17 +5725,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6418,17 +5735,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6438,17 +5745,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6458,17 +5755,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6516,17 +5803,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -6536,17 +5813,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6556,17 +5823,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6576,17 +5833,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -6596,17 +5843,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -6616,17 +5853,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } } ], @@ -7028,31 +6255,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7062,17 +6265,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -7082,17 +6275,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -7102,31 +6285,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7136,17 +6295,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -7156,31 +6305,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7190,31 +6315,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -7404,17 +6505,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DATA_COMPOSITION_SETTINGS_COMPOSER" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -7434,31 +6525,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7478,31 +6545,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7512,31 +6555,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -7546,17 +6565,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[11]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } } ], @@ -8090,10 +7099,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 50, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (50, Переменная)", - "nameEn": "StringQualifiers (50, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (50, Переменная)", + "nameEn": "StringQualifiers (50, Variable)" + } } } } @@ -8127,17 +7139,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -8147,17 +7149,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -8167,17 +7159,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DATA_COMPOSITION_SETTINGS_COMPOSER" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -8197,31 +7179,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8231,31 +7189,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8283,63 +7217,29 @@ "name": "ДоступныеЗначения", "title": { "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] - } - }, - { - "id": 16, - "name": "НастройкиОтчета", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" - }, - "type": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" - } - }, - { - "id": 17, - "name": "КлючТекущегоВарианта", - "title": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" - }, - "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 16, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 17, + "name": "КлючТекущегоВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -8349,17 +7249,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } } ], @@ -9610,17 +8500,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DATA_COMPOSITION_SETTINGS_COMPOSER" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" } }, { @@ -9660,31 +8540,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -9694,31 +8550,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -9728,17 +8560,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9748,17 +8570,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9768,17 +8580,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[7]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9788,17 +8590,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9808,17 +8600,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9828,17 +8610,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9848,17 +8620,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9868,17 +8630,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } }, { @@ -9888,17 +8640,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9908,17 +8650,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } }, { @@ -9928,31 +8660,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -9962,31 +8670,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } }, { @@ -9996,17 +8680,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" } } ], diff --git "a/src/test/resources/fixtures/ssl_3_1/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217.json" "b/src/test/resources/fixtures/ssl_3_1/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217.json" index e445cd9b1..3e604b393 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217.json" @@ -212,19 +212,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -444,11 +432,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -678,10 +663,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -739,11 +727,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 14, - "allowedLength": "FIXED", - "description": { - "nameRu": "КвалификаторыСтроки (14, Фиксированная)", - "nameEn": "StringQualifiers (14, Fixed)" - } + "allowedLength": 1, + "description": {} } } ] @@ -796,22 +781,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 2, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": true, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -972,30 +942,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1041,30 +988,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1110,30 +1034,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1197,10 +1098,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -1316,11 +1220,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 500, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (500, Переменная)", - "nameEn": "StringQualifiers (500, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1369,17 +1270,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1425,31 +1316,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1558,30 +1425,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1627,31 +1471,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -2691,17 +2511,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3313,17 +3123,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -3333,17 +3133,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3353,17 +3143,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } } ], @@ -3901,17 +3681,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -3921,17 +3691,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3941,31 +3701,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } }, { @@ -4276,17 +4012,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -4296,17 +4022,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4316,31 +4032,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } } ], @@ -4799,31 +4491,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } }, { @@ -4853,10 +4521,7 @@ "precision": 1, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (1.0)", - "nameEn": "NumberQualifiers (1.0)" - } + "description": {} } } ] @@ -4869,19 +4534,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[4]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[4]/type" } }, { @@ -4891,17 +4544,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4911,17 +4554,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4931,19 +4564,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[3]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" } }, { @@ -4973,17 +4594,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "TYPE_DESCRIPTION" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -4993,19 +4604,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" } }, { @@ -5015,17 +4614,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } } ], @@ -5564,19 +5153,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -5586,17 +5163,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -5606,31 +5173,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } }, { @@ -5640,31 +5183,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } } ], @@ -6352,17 +5871,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6372,19 +5881,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6394,19 +5891,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6436,10 +5921,7 @@ "precision": 1, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (1.0 неотр)", - "nameEn": "NumberQualifiers (1.0 nonneg)" - } + "description": {} } } ] @@ -6481,11 +5963,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 100, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (100, Переменная)", - "nameEn": "StringQualifiers (100, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -6509,31 +5988,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 100, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -6560,15 +6015,15 @@ "mdoType": "TASK", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/Tasks/ЗадачаИсполнителя/Ext/ObjectModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/Tasks/ЗадачаИсполнителя/Ext/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/designer/ssl_3_1/src/cf/Tasks/ЗадачаИсполнителя/Ext/ManagerModule.bsl" + "src/test/resources/ext/designer/ssl_3_1/src/cf/Tasks/ЗадачаИсполнителя/Ext/ObjectModule.bsl" ] ] ], diff --git "a/src/test/resources/fixtures/ssl_3_1/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217_edt.json" "b/src/test/resources/fixtures/ssl_3_1/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217_edt.json" index a48fc25ae..9e8a8f02e 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217_edt.json" @@ -212,19 +212,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -444,11 +432,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 150, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (150, Переменная)", - "nameEn": "StringQualifiers (150, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -678,10 +663,13 @@ }, "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", + "dateFractions": 2, "description": { - "nameRu": "КвалификаторыДаты (ДатаВремя)", - "nameEn": "DateQualifiers (DateTime)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } } } } @@ -739,11 +727,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 14, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (14, Переменная)", - "nameEn": "StringQualifiers (14, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -796,22 +781,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 2, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - }, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": true, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -972,30 +942,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1041,30 +988,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1110,30 +1034,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1197,10 +1098,13 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 0, - "allowedLength": "VARIABLE", + "allowedLength": 0, "description": { - "nameRu": "КвалификаторыСтроки (0, Переменная)", - "nameEn": "StringQualifiers (0, Variable)" + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } } } } @@ -1316,11 +1220,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 500, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (500, Переменная)", - "nameEn": "StringQualifiers (500, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -1369,17 +1270,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1425,31 +1316,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1558,30 +1425,7 @@ "kind": "CUSTOM", "indexing": "INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { - "dateFractions": "DATE_TIME", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -1627,31 +1471,7 @@ "kind": "CUSTOM", "indexing": "DONT_INDEX", "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 150, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" }, "format": { "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" @@ -2691,17 +2511,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3313,17 +3123,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -3333,17 +3133,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3353,17 +3143,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" } } ], @@ -3901,17 +3681,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -3921,17 +3691,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -3941,31 +3701,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } }, { @@ -4276,17 +4012,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -4296,17 +4022,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4316,31 +4032,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } } ], @@ -4799,31 +4491,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } }, { @@ -4853,10 +4521,7 @@ "precision": 1, "scale": 0, "nonNegative": false, - "description": { - "nameRu": "КвалификаторыЧисла (1.0)", - "nameEn": "NumberQualifiers (1.0)" - } + "description": {} } } ] @@ -4869,19 +4534,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[4]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[4]/type" } }, { @@ -4891,17 +4544,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4911,17 +4554,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -4931,19 +4564,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[3]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" } }, { @@ -4973,17 +4594,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "TYPE_DESCRIPTION" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" } }, { @@ -4993,19 +4604,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" } }, { @@ -5015,17 +4614,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } } ], @@ -5548,19 +5137,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -5570,17 +5147,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" } }, { @@ -5590,31 +5157,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } }, { @@ -5624,31 +5167,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 0, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" } } ], @@ -6336,17 +5855,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6356,19 +5865,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6378,19 +5875,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.CustomValueType": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" - } - } - ], - "composite": false, - "qualifiers": [] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" } }, { @@ -6420,10 +5905,7 @@ "precision": 1, "scale": 0, "nonNegative": true, - "description": { - "nameRu": "КвалификаторыЧисла (1.0 неотр)", - "nameEn": "NumberQualifiers (1.0 nonneg)" - } + "description": {} } } ] @@ -6465,11 +5947,8 @@ "int": 1, "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { "length": 100, - "allowedLength": "VARIABLE", - "description": { - "nameRu": "КвалификаторыСтроки (100, Переменная)", - "nameEn": "StringQualifiers (100, Variable)" - } + "allowedLength": 0, + "description": {} } } ] @@ -6493,31 +5972,7 @@ ] }, "type": { - "types": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" - } - ], - "composite": false, - "qualifiers": [ - { - "default": { - "tag": 4 - }, - "int": 1, - "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { - "length": 100, - "allowedLength": "VARIABLE", - "description": { - "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers/description" - } - } - } - ] + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" } } ], @@ -6544,15 +5999,15 @@ "mdoType": "TASK", "moduleTypes": [ [ - "ObjectModule", + "ManagerModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/Tasks/ЗадачаИсполнителя/ObjectModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/Tasks/ЗадачаИсполнителя/ManagerModule.bsl" ] ], [ - "ManagerModule", + "ObjectModule", [ - "src/test/resources/ext/edt/ssl_3_1/configuration/src/Tasks/ЗадачаИсполнителя/ManagerModule.bsl" + "src/test/resources/ext/edt/ssl_3_1/configuration/src/Tasks/ЗадачаИсполнителя/ObjectModule.bsl" ] ] ], From 05f0294766f6e906cd2d422557a8227386dd3cf3 Mon Sep 17 00:00:00 2001 From: Maximov Valery Date: Mon, 29 Jun 2026 10:15:06 +0300 Subject: [PATCH 11/31] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0?= =?UTF-8?q?=20=D1=81=20=D0=BF=D1=80=D0=B0=D0=B2=D0=B0=D0=BC=D0=B8=20=D0=BE?= =?UTF-8?q?=D1=82=D1=87=D0=B5=D1=82=D0=BE=D0=B2=20=D0=B8=20=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=BE=D0=BA=20(#624)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/github/_1c_syntax/bsl/mdo/DataProcessor.java | 2 +- src/main/java/com/github/_1c_syntax/bsl/mdo/Report.java | 2 +- ...\320\260\320\261\320\276\321\202\320\272\320\2601.json" | 7 ++++--- ...\260\320\261\320\276\321\202\320\272\320\2601_edt.json" | 7 ++++--- ...Reports.\320\236\321\202\321\207\320\265\321\2021.json" | 7 ++++--- ...rts.\320\236\321\202\321\207\320\265\321\2021_edt.json" | 7 ++++--- ...6\320\262\320\222\320\260\320\273\321\216\321\202.json" | 7 ++++--- ...0\262\320\222\320\260\320\273\321\216\321\202_edt.json" | 7 ++++--- ...1\321\212\320\265\320\272\321\202\320\276\320\262.json" | 7 ++++--- ...1\212\320\265\320\272\321\202\320\276\320\262_edt.json" | 7 ++++--- 10 files changed, 34 insertions(+), 26 deletions(-) diff --git a/src/main/java/com/github/_1c_syntax/bsl/mdo/DataProcessor.java b/src/main/java/com/github/_1c_syntax/bsl/mdo/DataProcessor.java index 91a273013..ac29b0132 100644 --- a/src/main/java/com/github/_1c_syntax/bsl/mdo/DataProcessor.java +++ b/src/main/java/com/github/_1c_syntax/bsl/mdo/DataProcessor.java @@ -48,7 +48,7 @@ public class DataProcessor implements MDObject, ModuleOwner, CommandOwner, AttributeOwner, TabularSectionOwner, FormOwner, TemplateOwner, AccessRightsOwner { - private static final List POSSIBLE_RIGHTS = List.of(RoleRight.READ, RoleRight.USE); + private static final List POSSIBLE_RIGHTS = List.of(RoleRight.EDIT, RoleRight.USE, RoleRight.VIEW); /* * MDObject diff --git a/src/main/java/com/github/_1c_syntax/bsl/mdo/Report.java b/src/main/java/com/github/_1c_syntax/bsl/mdo/Report.java index 7baa89f8a..1019d1161 100644 --- a/src/main/java/com/github/_1c_syntax/bsl/mdo/Report.java +++ b/src/main/java/com/github/_1c_syntax/bsl/mdo/Report.java @@ -48,7 +48,7 @@ public class Report implements MDObject, ModuleOwner, CommandOwner, AttributeOwner, TabularSectionOwner, FormOwner, TemplateOwner, AccessRightsOwner { - private static final List POSSIBLE_RIGHTS = List.of(RoleRight.READ, RoleRight.USE); + private static final List POSSIBLE_RIGHTS = List.of(RoleRight.EDIT, RoleRight.USE, RoleRight.VIEW); /* * MDObject diff --git "a/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601.json" "b/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601.json" index bb4f046b7..f7a831f69 100644 --- "a/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601.json" +++ "b/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601.json" @@ -1241,9 +1241,10 @@ "default": { "tag": 4 }, - "int": 2, - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE" + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" } ], "supportVariant": "NONE", diff --git "a/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601_edt.json" "b/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601_edt.json" index ae91f575d..f968dff11 100644 --- "a/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/DataProcessors.\320\236\320\261\321\200\320\260\320\261\320\276\321\202\320\272\320\2601_edt.json" @@ -1241,9 +1241,10 @@ "default": { "tag": 4 }, - "int": 2, - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE" + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" } ], "supportVariant": "NONE", diff --git "a/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021.json" "b/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021.json" index bd3b4d398..fdb1c4ff0 100644 --- "a/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021.json" +++ "b/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021.json" @@ -54,9 +54,10 @@ "default": { "tag": 4 }, - "int": 2, - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE" + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" } ], "supportVariant": "NONE", diff --git "a/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021_edt.json" "b/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021_edt.json" index 41b81b69e..6f198ff89 100644 --- "a/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021_edt.json" +++ "b/src/test/resources/fixtures/mdclasses/Reports.\320\236\321\202\321\207\320\265\321\2021_edt.json" @@ -54,9 +54,10 @@ "default": { "tag": 4 }, - "int": 2, - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE" + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" } ], "supportVariant": "NONE", diff --git "a/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" "b/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" index a64259ca8..bbf801849 100644 --- "a/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" +++ "b/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" @@ -1735,9 +1735,10 @@ "default": { "tag": 4 }, - "int": 2, - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE" + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" } ], "supportVariant": "NOT_EDITABLE", diff --git "a/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" "b/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" index 613391f8a..461b51a8d 100644 --- "a/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" @@ -1735,9 +1735,10 @@ "default": { "tag": 4 }, - "int": 2, - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE" + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" } ], "supportVariant": "NOT_EDITABLE", diff --git "a/src/test/resources/fixtures/ssl_3_1/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" "b/src/test/resources/fixtures/ssl_3_1/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" index 9567ba1dd..fec4e4653 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" @@ -22,9 +22,10 @@ "default": { "tag": 4 }, - "int": 2, - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE" + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" } ], "supportVariant": "NOT_EDITABLE", diff --git "a/src/test/resources/fixtures/ssl_3_1/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" "b/src/test/resources/fixtures/ssl_3_1/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" index c990086a2..c56b32488 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" @@ -22,9 +22,10 @@ "default": { "tag": 4 }, - "int": 2, - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", - "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE" + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" } ], "supportVariant": "NOT_EDITABLE", From 6e0bfc76208d9260ed7575808398ef8e1bc1cc65 Mon Sep 17 00:00:00 2001 From: Maximov Valery Date: Mon, 29 Jun 2026 11:01:40 +0300 Subject: [PATCH 12/31] fix (#625) AccessDeniedException --- .../_1c_syntax/bsl/mdclasses/MDClasses.java | 71 ++++++++++++------- 1 file changed, 44 insertions(+), 27 deletions(-) diff --git a/src/main/java/com/github/_1c_syntax/bsl/mdclasses/MDClasses.java b/src/main/java/com/github/_1c_syntax/bsl/mdclasses/MDClasses.java index 5a729c25d..988deb480 100644 --- a/src/main/java/com/github/_1c_syntax/bsl/mdclasses/MDClasses.java +++ b/src/main/java/com/github/_1c_syntax/bsl/mdclasses/MDClasses.java @@ -29,8 +29,12 @@ import org.apache.commons.io.FilenameUtils; import java.io.IOException; +import java.io.UncheckedIOException; +import java.nio.file.AccessDeniedException; +import java.nio.file.FileVisitResult; import java.nio.file.Files; import java.nio.file.Path; +import java.nio.file.SimpleFileVisitor; import java.nio.file.attribute.BasicFileAttributes; import java.util.ArrayList; import java.util.Arrays; @@ -38,7 +42,6 @@ import java.util.Set; import java.util.regex.Pattern; import java.util.stream.Collectors; -import java.util.stream.Stream; @UtilityClass @Slf4j @@ -161,7 +164,7 @@ public MDClass createSolution(Path sourcePath, MDCReadSettings readSettings) { if (mdcs.isEmpty()) { result = Configuration.EMPTY; } else if (mdcs.size() == 1) { - result = mdcs.get(0); + result = mdcs.getFirst(); } else { var mdc = mdcs.stream().filter(Configuration.class::isInstance).map(Configuration.class::cast).findFirst(); var cf = mdc.orElse(Configuration.EMPTY); @@ -173,10 +176,10 @@ public MDClass createSolution(Path sourcePath, MDCReadSettings readSettings) { if (cf.isEmpty()) { if (extensions.isEmpty()) { // вернем первое значение, т.к. там нет ни конфы, ни расширений - return mdcs.get(0); + return mdcs.getFirst(); } else if (extensions.size() == 1) { // есть одно расширение, вернем его - return extensions.get(0); + return extensions.getFirst(); } } else if (extensions.isEmpty()) { // расширений нет, вернем конфигурацию @@ -265,36 +268,50 @@ public List create(Path sourcePath, MDCReadSettings readSettings) { } private List findFiles(Path sourcePath, Pattern pattern) { - List listPath = new ArrayList<>(); var excludeFolders = mdoTypeGroupNames(); excludeFolders.add("Ext"); - try (Stream stream = Files.find(sourcePath, Integer.MAX_VALUE, - (Path path, BasicFileAttributes basicFileAttributes) -> { - if (!basicFileAttributes.isRegularFile()) { - return false; - } + List listPath = new ArrayList<>(); - var parentName = path.getParent().getFileName().toString(); - var parentParentName = ""; - if (path.getParent().getParent() != null && path.getParent().getParent().getFileName() != null) { - parentParentName = path.getParent().getParent().getFileName().toString(); + try { + Files.walkFileTree(sourcePath, new SimpleFileVisitor<>() { + @Override + public FileVisitResult visitFileFailed(Path file, IOException exc) { + if (exc instanceof AccessDeniedException) { + LOGGER.warn("Skipping directory (access denied): {}", file); + return FileVisitResult.CONTINUE; + } + throw new UncheckedIOException(exc); } - if (excludeFolders.contains(parentName) || excludeFolders.contains(parentParentName)) { - return false; - } - var fileName = path.getFileName().toString(); - var ext = FilenameUtils.getExtension(fileName); - if (!("xml".equals(ext) || "mdo".equals(ext))) { - return false; - } + @Override + public FileVisitResult visitFile(Path path, BasicFileAttributes attrs) { + if (!attrs.isRegularFile()) { + return FileVisitResult.CONTINUE; + } - return pattern.matcher(fileName).matches(); - } - )) { - listPath = stream.toList(); + var parentName = path.getParent().getFileName().toString(); + var parentParentName = ""; + if (path.getParent().getParent() != null && path.getParent().getParent().getFileName() != null) { + parentParentName = path.getParent().getParent().getFileName().toString(); + } + + if (excludeFolders.contains(parentName) || excludeFolders.contains(parentParentName)) { + return FileVisitResult.CONTINUE; + } + var fileName = path.getFileName().toString(); + var ext = FilenameUtils.getExtension(fileName); + if (!("xml".equals(ext) || "mdo".equals(ext))) { + return FileVisitResult.CONTINUE; + } + + if (pattern.matcher(fileName).matches()) { + listPath.add(path); + } + return FileVisitResult.CONTINUE; + } + }); } catch (IOException e) { - LOGGER.error("Error read files", e); + LOGGER.error("Error reading files", e); } return listPath; From 1afb906e1b38f7d5472dc4eae63dad963c23e47e Mon Sep 17 00:00:00 2001 From: Maximov Valery Date: Mon, 29 Jun 2026 18:37:30 +0300 Subject: [PATCH 13/31] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E?= =?UTF-8?q?=D1=87=D0=B5=D0=BD=D1=8B=20=D0=B8=20=D0=BE=D0=B1=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D1=84=D0=B8=D0=BA=D1=81=D1=82?= =?UTF-8?q?=D1=83=D1=80=D1=8B,=20=D1=84=D0=B8=D0=BA=D1=81=20=D1=87=D1=82?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BF=D1=80=D0=B5=D0=B4=D0=BE=D0=BF?= =?UTF-8?q?=D1=80=D0=B5=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?(#626)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * фикстуры ssl32 (8.5) * 1. фикс парсинга предопределенных значений 2. фикс тестов ssl * обновлены фикстуры ssl31 * фикс --- .gitmodules | 8 + .../converter/PredefinedValueConverter.java | 3 +- .../bsl/examples/ValueTypeTest.java | 4 +- .../bsl/mdclasses/ConfigurationTest.java | 438 +- .../bsl/mdclasses/MDClassesTest.java | 8 +- .../bsl/mdclasses/helpers/RightsTest.java | 73 +- .../bsl/mdo/BusinessProcessTest.java | 154 +- .../_1c_syntax/bsl/mdo/CatalogTest.java | 12 +- .../mdo/ChartOfCharacteristicTypesTest.java | 8 +- .../_1c_syntax/bsl/mdo/CommandGroupTest.java | 4 +- .../bsl/mdo/CommonAttributeTest.java | 4 +- .../_1c_syntax/bsl/mdo/CommonCommandTest.java | 4 +- .../_1c_syntax/bsl/mdo/CommonFormTest.java | 4 +- .../_1c_syntax/bsl/mdo/CommonModuleTest.java | 2 + .../_1c_syntax/bsl/mdo/CommonPictureTest.java | 4 +- .../bsl/mdo/CommonTemplateTest.java | 4 +- .../_1c_syntax/bsl/mdo/ConstantTest.java | 4 +- .../_1c_syntax/bsl/mdo/DataProcessorTest.java | 4 +- .../_1c_syntax/bsl/mdo/DefinedTypeTest.java | 4 +- .../bsl/mdo/DocumentJournalTest.java | 4 +- .../_1c_syntax/bsl/mdo/DocumentTest.java | 4 +- .../github/_1c_syntax/bsl/mdo/EnumTest.java | 4 +- .../bsl/mdo/EventSubscriptionTest.java | 4 +- .../_1c_syntax/bsl/mdo/ExchangePlanTest.java | 31 +- .../bsl/mdo/FilterCriterionTest.java | 4 +- .../bsl/mdo/FunctionalOptionTest.java | 4 +- .../mdo/FunctionalOptionsParameterTest.java | 4 +- .../bsl/mdo/InformationRegisterTest.java | 6 +- .../_1c_syntax/bsl/mdo/LanguageTest.java | 3 +- .../github/_1c_syntax/bsl/mdo/ReportTest.java | 4 +- .../github/_1c_syntax/bsl/mdo/RoleTest.java | 4 +- .../_1c_syntax/bsl/mdo/ScheduledJobTest.java | 2 + .../bsl/mdo/SessionParameterTest.java | 4 +- .../bsl/mdo/SettingsStorageTest.java | 4 +- .../_1c_syntax/bsl/mdo/StyleItemTest.java | 6 +- .../_1c_syntax/bsl/mdo/SubsystemTest.java | 4 +- .../github/_1c_syntax/bsl/mdo/TasksTest.java | 4 +- .../_1c_syntax/bsl/mdo/WebServiceTest.java | 4 +- .../_1c_syntax/bsl/mdo/XDTOPackageTest.java | 4 +- .../_1c_syntax/bsl/reader/MDOReaderTest.java | 64 + .../bsl/test_utils/MDTestUtils.java | 20 + src/test/resources/ext/designer/ssl_3_1 | 2 +- src/test/resources/ext/designer/ssl_3_2 | 1 + src/test/resources/ext/edt/ssl_3_1 | 2 +- src/test/resources/ext/edt/ssl_3_2 | 1 + ...\260\320\271\320\273\320\276\320\262.json" | 140 + ...\320\271\320\273\320\276\320\262_edt.json" | 140 + ...\271\320\221\320\260\320\267\321\213.json" | 64 + ...\320\221\320\260\320\267\321\213_edt.json" | 64 + ...\262\320\260\320\221\320\241\320\237.json" | 250 +- ...\264\320\260\320\275\320\270\320\265.json" | 4049 +++++++++ ...\320\260\320\275\320\270\320\265_edt.json" | 4011 +++++++++ ...\260\320\271\320\273\320\276\320\262.json" | 2384 ++++++ ...\320\271\320\273\320\276\320\262_edt.json" | 2384 ++++++ ...\274\320\265\321\202\320\272\320\270.json" | 2166 +++++ ...\320\265\321\202\320\272\320\270_edt.json" | 2141 +++++ ...\264\320\265\320\275\320\270\321\217.json" | 5944 +++++++++++++ ...\320\265\320\275\320\270\321\217_edt.json" | 5920 +++++++++++++ ...\265\321\207\320\260\321\202\321\214.json" | 28 + ...\260\320\275\320\275\321\213\320\265.json" | 243 + ...\270\321\201\321\214\320\274\320\276.json" | 56 + ...\321\201\321\214\320\274\320\276_edt.json" | 56 + ...\276\320\277\321\200\320\276\321\201.json" | 350 + ...\320\277\321\200\320\276\321\201_edt.json" | 350 + ...\260\320\261\320\276\321\202\320\260.json" | 50 + ...\320\261\320\276\321\202\320\260_edt.json" | 50 + .../ssl_3_2/CommonPictures.GoogleMaps.json | 30 + ...\275\320\276\321\201\321\202\320\270.json" | 32 + .../fixtures/ssl_3_2/Configuration.json | 1811 ++++ .../fixtures/ssl_3_2/Configuration_edt.json | 1783 ++++ ...\201\321\202\320\265\320\274\321\213.json" | 84 + ...\222\320\260\320\273\321\216\321\202.json" | 2285 +++++ ...\320\260\320\273\321\216\321\202_edt.json" | 2285 +++++ ...\260\320\271\320\273\320\276\320\262.json" | 63 + ...\201\321\202\320\262\320\270\321\217.json" | 7149 ++++++++++++++++ ...\321\202\320\262\320\270\321\217_edt.json" | 7149 ++++++++++++++++ ...\275\320\272\320\265\321\202\320\260.json" | 2587 ++++++ ...\320\272\320\265\321\202\320\260_edt.json" | 2571 ++++++ ...\273\320\265\320\275\320\270\321\217.json" | 327 + ...\320\265\320\275\320\270\321\217_edt.json" | 327 + ...\260\320\275\320\275\321\213\321\205.json" | 69 + ...\271\320\221\320\260\320\267\321\213.json" | 3913 +++++++++ ...\320\221\320\260\320\267\321\213_edt.json" | 3913 +++++++++ ...\274\320\265\320\275\321\202\321\213.json" | 45 + ...\320\265\320\275\321\202\321\213_edt.json" | 45 + ...\262\320\260\320\275\320\270\320\265.json" | 94 + ...\212\320\265\320\272\321\202\320\260.json" | 33 + ...\265\320\272\321\202\320\276\320\262.json" | 814 ++ ...\320\272\321\202\320\276\320\262_edt.json" | 814 ++ ...\264\320\277\320\270\321\201\320\270.json" | 1469 ++++ ...\320\277\320\270\321\201\320\270_edt.json" | 1469 ++++ ...\201\321\201\320\272\320\270\320\271.json" | 29 + ...\265\320\272\321\202\320\276\320\262.json" | 115 + ...\320\272\321\202\320\276\320\262_edt.json" | 115 + ...\262\320\260\320\221\320\241\320\237.json" | 4838 +++++++++++ ...\263\320\260\321\202\320\276\320\262.json" | 38 + ...\260\321\202\320\265\320\273\321\214.json" | 65 + ...\207\320\265\321\202\320\276\320\262.json" | 7493 +++++++++++++++++ ...\320\265\321\202\320\276\320\262_edt.json" | 7493 +++++++++++++++++ ...\250\321\200\320\270\321\204\321\202.json" | 28 + ...\265\320\246\320\262\320\265\321\202.json" | 28 + ...\262\320\260\320\275\320\270\320\265.json" | 633 ++ ...\270\321\202\320\265\320\273\321\217.json" | 5148 +++++++++++ ...\321\202\320\265\320\273\321\217_edt.json" | 5132 +++++++++++ ...rvices.EnterpriseDataExchange_1_0_1_1.json | 1033 +++ ...es.EnterpriseDataExchange_1_0_1_1_edt.json | 1033 +++ .../XDTOPackages.ApdexExport_1_0_0_4.json | 239 + 107 files changed, 106118 insertions(+), 287 deletions(-) create mode 160000 src/test/resources/ext/designer/ssl_3_2 create mode 160000 src/test/resources/ext/edt/ssl_3_2 create mode 100644 "src/test/resources/fixtures/ssl_3_2/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/CommandGroups.\320\237\320\265\321\207\320\260\321\202\321\214.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/CommonAttributes.\320\236\320\261\320\273\320\260\321\201\321\202\321\214\320\224\320\260\320\275\320\275\321\213\321\205\320\222\321\201\320\277\320\276\320\274\320\276\320\263\320\260\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\224\320\260\320\275\320\275\321\213\320\265.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/CommonCommands.\320\236\321\202\320\277\321\200\320\260\320\262\320\270\321\202\321\214\320\237\320\270\321\201\321\214\320\274\320\276.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/CommonCommands.\320\236\321\202\320\277\321\200\320\260\320\262\320\270\321\202\321\214\320\237\320\270\321\201\321\214\320\274\320\276_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/CommonModules.\320\220\320\262\321\202\320\276\320\275\320\276\320\274\320\275\320\260\321\217\320\240\320\260\320\261\320\276\321\202\320\260.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/CommonModules.\320\220\320\262\321\202\320\276\320\275\320\276\320\274\320\275\320\260\321\217\320\240\320\260\320\261\320\276\321\202\320\260_edt.json" create mode 100644 src/test/resources/fixtures/ssl_3_2/CommonPictures.GoogleMaps.json create mode 100644 "src/test/resources/fixtures/ssl_3_2/CommonTemplates.\320\241\321\202\321\200\321\203\320\272\321\202\321\203\321\200\320\260\320\237\320\276\320\264\321\207\320\270\320\275\320\265\320\275\320\275\320\276\321\201\321\202\320\270.json" create mode 100644 src/test/resources/fixtures/ssl_3_2/Configuration.json create mode 100644 src/test/resources/fixtures/ssl_3_2/Configuration_edt.json create mode 100644 "src/test/resources/fixtures/ssl_3_2/Constants.\320\227\320\260\320\263\320\276\320\273\320\276\320\262\320\276\320\272\320\241\320\270\321\201\321\202\320\265\320\274\321\213.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/DefinedTypes.\320\222\320\273\320\260\320\264\320\265\320\273\320\265\321\206\320\244\320\260\320\271\320\273\320\276\320\262.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Documents.\320\220\320\275\320\272\320\265\321\202\320\260.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Documents.\320\220\320\275\320\272\320\265\321\202\320\260_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/EventSubscriptions.\320\222\320\260\321\200\320\270\320\260\320\275\321\202\321\213\320\236\321\202\321\207\320\265\321\202\320\276\320\262\320\237\320\265\321\200\320\265\320\264\320\243\320\264\320\260\320\273\320\265\320\275\320\270\320\265\320\274\320\230\320\264\320\265\320\275\321\202\320\270\321\204\320\270\320\272\320\260\321\202\320\276\321\200\320\260\320\236\320\261\321\212\320\265\320\272\321\202\320\260\320\234\320\265\321\202\320\260\320\264\320\260\320\275\320\275\321\213\321\205.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/FilterCriteria.\320\241\320\262\321\217\320\267\320\260\320\275\320\275\321\213\320\265\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\321\213.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/FilterCriteria.\320\241\320\262\321\217\320\267\320\260\320\275\320\275\321\213\320\265\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\321\213_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/FunctionalOptions.\320\230\321\201\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\321\214\320\220\320\275\320\272\320\265\321\202\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/FunctionalOptionsParameters.\320\242\320\270\320\277\320\222\320\265\321\200\321\201\320\270\320\276\320\275\320\270\321\200\321\203\320\265\320\274\320\276\320\263\320\276\320\236\320\261\321\212\320\265\320\272\321\202\320\260.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Languages.\320\240\321\203\321\201\321\201\320\272\320\270\320\271.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Roles.\320\221\320\260\320\267\320\276\320\262\321\213\320\265\320\237\321\200\320\260\320\262\320\260\320\221\320\241\320\237.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/ScheduledJobs.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\220\320\263\321\200\320\265\320\263\320\260\321\202\320\276\320\262.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/SessionParameters.\320\242\320\265\320\272\321\203\321\211\320\270\320\271\320\237\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\214.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262_edt.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/StyleItems.\320\222\320\260\320\266\320\275\320\260\321\217\320\235\320\260\320\264\320\277\320\270\321\201\321\214\320\250\321\200\320\270\321\204\321\202.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/StyleItems.\320\222\320\270\320\264\320\224\320\275\321\217\320\237\321\200\320\276\320\270\320\267\320\262\320\276\320\264\321\201\321\202\320\262\320\265\320\275\320\275\320\276\320\263\320\276\320\232\320\260\320\273\320\265\320\275\320\264\320\260\321\200\321\217\320\222\320\276\321\201\320\272\321\200\320\265\321\201\320\265\320\275\321\214\320\265\320\246\320\262\320\265\321\202.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Subsystems.\320\220\320\264\320\274\320\270\320\275\320\270\321\201\321\202\321\200\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217.json" create mode 100644 "src/test/resources/fixtures/ssl_3_2/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217_edt.json" create mode 100644 src/test/resources/fixtures/ssl_3_2/WebServices.EnterpriseDataExchange_1_0_1_1.json create mode 100644 src/test/resources/fixtures/ssl_3_2/WebServices.EnterpriseDataExchange_1_0_1_1_edt.json create mode 100644 src/test/resources/fixtures/ssl_3_2/XDTOPackages.ApdexExport_1_0_0_4.json diff --git a/.gitmodules b/.gitmodules index 579e59c8e..67ea30c4f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,3 +6,11 @@ path = src/test/resources/ext/edt/ssl_3_1 url = ../ssl_3_1_edt.git shallow = true +[submodule "src/test/resources/ext/designer/ssl_3_2"] + path = src/test/resources/ext/designer/ssl_3_2 + url = ../ssl_3_2.git + shallow = true +[submodule "src/test/resources/ext/edt/ssl_3_2"] + path = src/test/resources/ext/edt/ssl_3_2 + url = ../ssl_3_2_edt.git + shallow = true diff --git a/src/main/java/com/github/_1c_syntax/bsl/reader/common/converter/PredefinedValueConverter.java b/src/main/java/com/github/_1c_syntax/bsl/reader/common/converter/PredefinedValueConverter.java index 9df13c716..cd7ec4c77 100644 --- a/src/main/java/com/github/_1c_syntax/bsl/reader/common/converter/PredefinedValueConverter.java +++ b/src/main/java/com/github/_1c_syntax/bsl/reader/common/converter/PredefinedValueConverter.java @@ -39,6 +39,7 @@ public class PredefinedValueConverter implements ReadConverter { private static final String ID_ATTRIBUTE = "id"; private static final String CHILD_ITEMS_NODE = "ChildItems"; + private static final String CONTENT_NODE = "content"; private static final String ITEMS_NODE = "items"; private static final String VALUE_NODE = "value"; @@ -60,7 +61,7 @@ public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext co case "Code", "code" -> builder.code(readCode(reader)); case "IsFolder", "isFolder" -> builder.folder(Boolean.parseBoolean(reader.getValue())); case CHILD_ITEMS_NODE -> readChildItems(reader, context, builder); - case ITEMS_NODE -> builder.childItem((PredefinedValue) context.convertAnother(null, PredefinedValue.class)); + case ITEMS_NODE, CONTENT_NODE -> builder.childItem((PredefinedValue) context.convertAnother(null, PredefinedValue.class)); default -> { // прочие свойства игнорируем } diff --git a/src/test/java/com/github/_1c_syntax/bsl/examples/ValueTypeTest.java b/src/test/java/com/github/_1c_syntax/bsl/examples/ValueTypeTest.java index 9b154073c..ecf178c9b 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/examples/ValueTypeTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/examples/ValueTypeTest.java @@ -85,7 +85,9 @@ void testCatalog(ArgumentsAccessor argumentsAccessor) { @CsvSource( { "true, ssl_3_1, _edt", - "false, ssl_3_1" + "false, ssl_3_1", + "true, ssl_3_2, _edt", + "false, ssl_3_2" } ) void testDefinedType(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdclasses/ConfigurationTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdclasses/ConfigurationTest.java index cdfddabc1..da381030f 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdclasses/ConfigurationTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdclasses/ConfigurationTest.java @@ -28,6 +28,7 @@ import com.github._1c_syntax.bsl.mdo.Module; import com.github._1c_syntax.bsl.mdo.TemplateOwner; import com.github._1c_syntax.bsl.mdo.children.ObjectForm; +import com.github._1c_syntax.bsl.mdo.children.PredefinedValue; import com.github._1c_syntax.bsl.mdo.storage.RoleData; import com.github._1c_syntax.bsl.mdo.storage.XdtoPackageData; import com.github._1c_syntax.bsl.mdo.support.DataLockControlMode; @@ -58,7 +59,19 @@ class ConfigurationTest { */ private static int predefinedCount(List plainChildren) { return (int) plainChildren.stream() - .filter(com.github._1c_syntax.bsl.mdo.children.PredefinedValue.class::isInstance) + .filter(PredefinedValue.class::isInstance) + .count(); + } + + private static int predefinedCount32(List plainChildren) { + return (int) plainChildren.stream() + .filter(PredefinedValue.class::isInstance) + .count(); + } + + private static int nonPredefinedCount(List plainChildren) { + return (int) plainChildren.stream() + .filter(md -> !(md instanceof PredefinedValue)) .count(); } @@ -95,18 +108,18 @@ void testFullSSL(ArgumentsAccessor argumentsAccessor) { .allMatch(module -> module.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getAllModules()) - .hasSize(2162) + .hasSize(2197) .allMatch(module -> module.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); // проверка состава дочерних checkChildrenSSL(cf); assertThat(cf.getPlainChildren()) - .hasSize(9810 + predefinedCount(cf.getPlainChildren())) + .hasSize(10011 + predefinedCount(cf.getPlainChildren())) .allMatch(md -> md.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getModulesByType()) - .hasSize(2162) + .hasSize(2197) .containsValue(ModuleType.FormModule) ; @@ -125,7 +138,7 @@ void testFullSSL(ArgumentsAccessor argumentsAccessor) { ; assertThat(cf.getModulesByObject()) - .hasSize(2162) + .hasSize(2197) .containsValue(cf.findChild(MdoReference.create("BusinessProcess.Задание.Form.ДействиеВыполнить")).get()) ; @@ -180,8 +193,8 @@ void testFullSSL(ArgumentsAccessor argumentsAccessor) { assertThat(cf.getChildren().stream().filter(md -> md instanceof Form form && !form.getData().isEmpty())) .hasSize(cf.getCommonForms().size()); - assertThat(cf.getPlainChildren().stream().filter(md -> md instanceof Form form && !form.getData().isEmpty())) - .hasSize(857); +assertThat(cf.getPlainChildren().stream().filter(md -> md instanceof Form form && !form.getData().isEmpty())) + .hasSize(874); assertThat(cf.getPlainChildren().stream().filter(md -> md instanceof Form form && form.getData().isEmpty())) .isEmpty(); @@ -192,6 +205,64 @@ void testFullSSL(ArgumentsAccessor argumentsAccessor) { assertThat(cf.getDescription("en")).isEqualTo("Библиотека стандартных подсистем, редакция 3.1"); } + @ParameterizedTest + @CsvSource( + { + "true, ssl_3_2, _edt", + "false, ssl_3_2" + } + ) + void testFullSSL32(ArgumentsAccessor argumentsAccessor) { + var mdc = MDTestUtils.readConfiguration(argumentsAccessor, false); + assertThat(mdc).isInstanceOf(Configuration.class); + var cf = (Configuration) mdc; + assertThat(cf.getSupportVariant()).isEqualTo(SupportVariant.NOT_EDITABLE); + + assertThat(cf.getModules()) + .hasSize(4) + .allMatch(module -> module.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getPlainChildren()) + .hasSize(nonPredefinedCount(cf.getPlainChildren()) + predefinedCount32(cf.getPlainChildren())) + .allMatch(md -> md.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + checkChildrenSSL32(cf); + + var mdoRef = MdoReference.create("BusinessProcess.Задание"); + var mdo = cf.findChild(mdoRef).get(); + + assertThat(cf.includedSubsystems(mdoRef, false)) + .hasSize(1) + .anyMatch(subsystem -> subsystem.getName().equals("БизнесПроцессыИЗадачи")) + ; + assertThat(cf.includedSubsystems(mdoRef, true)) + .hasSize(2) + .anyMatch(subsystem -> subsystem.getName().equals("БизнесПроцессыИЗадачи")) + .anyMatch(subsystem -> subsystem.getName().equals("СтандартныеПодсистемы")) + ; + assertThat(cf.includedSubsystems(mdo, true)) + .hasSize(2) + .anyMatch(subsystem -> subsystem.getName().equals("БизнесПроцессыИЗадачи")) + .anyMatch(subsystem -> subsystem.getName().equals("СтандартныеПодсистемы")) + ; + + assertThat(((BusinessProcess) mdo).getModules()) + .hasSize(2) + .anyMatch(module -> module.getModuleType() == ModuleType.ManagerModule); + assertThat(((BusinessProcess) mdo).getAllModules()) + .hasSize(6) + .anyMatch(module -> module.getModuleType() == ModuleType.ManagerModule) + .anyMatch(module -> module.getModuleType() == ModuleType.FormModule); + + var commonModule = cf.findCommonModule("АвтономнаяРабота").get(); + + assertThat(cf.getSynonym().isEmpty()).isFalse(); + assertThat(cf.getSynonym().get("ru")).isEqualTo("Библиотека стандартных подсистем, редакция 3.2"); + assertThat(cf.getDescription()).isEqualTo("Библиотека стандартных подсистем, редакция 3.2"); + assertThat(cf.getDescription("ru")).isEqualTo("Библиотека стандартных подсистем, редакция 3.2"); + assertThat(cf.getDescription("en")).isEqualTo("Библиотека стандартных подсистем, редакция 3.2"); + } + @ParameterizedTest @CsvSource( { @@ -291,20 +362,85 @@ void testFullSSLSkipAll(ArgumentsAccessor argumentsAccessor) { .allMatch(module -> module.getSupportVariant().equals(SupportVariant.NONE)); assertThat(cf.getAllModules()) - .hasSize(2162) + .hasSize(2197) + .allMatch(module -> module.getSupportVariant().equals(SupportVariant.NONE)); + +assertThat(cf.getPlainChildren()) + .hasSize(10011 + predefinedCount(cf.getPlainChildren())) + .allMatch(md -> md.getSupportVariant().equals(SupportVariant.NONE)); + + assertThat(cf.getRoles()) + .hasSize(107) + .allMatch(role -> role.getData() == RoleData.EMPTY) + ; + +assertThat(cf.getXDTOPackages()) + .hasSize(53) + .allMatch(xdtoPackage -> xdtoPackage.getData() == XdtoPackageData.EMPTY) + ; + + var forms = cf.getPlainChildren().stream() + .filter(FormOwner.class::isInstance) + .map(FormOwner.class::cast) + .map(FormOwner::getForms) + .flatMap(Collection::stream) + .toList(); + +assertThat(forms) + .hasSize(769) + .allMatch(form -> form.getData().getPlainItems().isEmpty()); + + var templates = cf.getPlainChildren().stream() + .filter(TemplateOwner.class::isInstance) + .map(TemplateOwner.class::cast) + .map(TemplateOwner::getTemplates) + .flatMap(Collection::stream) + .toList(); + +assertThat(templates) + .hasSize(129) + .allMatch(template -> template.getData().isEmpty()); + } + + @ParameterizedTest + @CsvSource( + { + "true, ssl_3_2, _edt", + "false, ssl_3_2" + } + ) + void testFullSSLSkipAll32(ArgumentsAccessor argumentsAccessor) { + var settings = MDCReadSettings.builder() + .skipSupport(true) + .skipRoleData(true) + .skipFormElementItems(true) + .skipXdtoPackage(true) + .skipDataCompositionSchema(true) + .build(); + + var mdc = MDTestUtils.readConfiguration(argumentsAccessor, settings); + assertThat(mdc).isInstanceOf(Configuration.class); + var cf = (Configuration) mdc; + assertThat(cf.getSupportVariant()).isEqualTo(SupportVariant.NONE); + assertThat(cf.getModules()) + .hasSize(4) + .allMatch(module -> module.getSupportVariant().equals(SupportVariant.NONE)); + + assertThat(cf.getAllModules()) + .hasSize(2184) .allMatch(module -> module.getSupportVariant().equals(SupportVariant.NONE)); assertThat(cf.getPlainChildren()) - .hasSize(9810 + predefinedCount(cf.getPlainChildren())) + .hasSize(nonPredefinedCount(cf.getPlainChildren()) + predefinedCount(cf.getPlainChildren())) .allMatch(md -> md.getSupportVariant().equals(SupportVariant.NONE)); assertThat(cf.getRoles()) - .hasSize(103) + .hasSize(107) .allMatch(role -> role.getData() == RoleData.EMPTY) ; assertThat(cf.getXDTOPackages()) - .hasSize(49) + .hasSize(54) .allMatch(xdtoPackage -> xdtoPackage.getData() == XdtoPackageData.EMPTY) ; @@ -316,7 +452,7 @@ void testFullSSLSkipAll(ArgumentsAccessor argumentsAccessor) { .toList(); assertThat(forms) - .hasSize(752) + .hasSize(772) .allMatch(form -> form.getData().getPlainItems().isEmpty()); var templates = cf.getPlainChildren().stream() @@ -327,7 +463,7 @@ void testFullSSLSkipAll(ArgumentsAccessor argumentsAccessor) { .toList(); assertThat(templates) - .hasSize(128) + .hasSize(129) .allMatch(template -> template.getData().isEmpty()); } @@ -375,7 +511,7 @@ private static void checkChildrenSSL(Configuration cf) { .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getCommonModules()) - .hasSize(556) + .hasSize(561) .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getSessionParameters()) @@ -383,7 +519,7 @@ private static void checkChildrenSSL(Configuration cf) { .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getRoles()) - .hasSize(103) + .hasSize(107) .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getCommonAttributes()) @@ -403,14 +539,14 @@ private static void checkChildrenSSL(Configuration cf) { .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getScheduledJobs()) - .hasSize(49) + .hasSize(51) .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getBots()).isEmpty(); - assertThat(cf.getFunctionalOptions()) - .hasSize(74) - .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); +assertThat(cf.getFunctionalOptions()) + .hasSize(76) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getFunctionalOptionsParameters()) .hasSize(4) @@ -428,9 +564,9 @@ private static void checkChildrenSSL(Configuration cf) { .hasSize(105) .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); - assertThat(cf.getCommonCommands()) - .hasSize(61) - .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); +assertThat(cf.getCommonCommands()) + .hasSize(62) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getCommandGroups()) .hasSize(6) @@ -440,31 +576,31 @@ private static void checkChildrenSSL(Configuration cf) { .hasSize(15) .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); - assertThat(cf.getCommonPictures()) - .hasSize(567) - .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); +assertThat(cf.getCommonPictures()) + .hasSize(571) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getInterfaces()).isEmpty(); - assertThat(cf.getXDTOPackages()) - .hasSize(49) - .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); +assertThat(cf.getXDTOPackages()) + .hasSize(53) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getWebServices()) .hasSize(13) .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); - assertThat(cf.getHttpServices()) - .hasSize(1) - .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); +assertThat(cf.getHttpServices()) + .hasSize(2) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getWsReferences()).isEmpty(); assertThat(cf.getIntegrationServices()).isEmpty(); - assertThat(cf.getStyleItems()) - .hasSize(92) - .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); +assertThat(cf.getStyleItems()) + .hasSize(93) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getStyles()).isEmpty(); @@ -472,13 +608,13 @@ private static void checkChildrenSSL(Configuration cf) { .hasSize(1) .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); - assertThat(cf.getConstants()) - .hasSize(167) - .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); +assertThat(cf.getConstants()) + .hasSize(173) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); - assertThat(cf.getCatalogs()) - .hasSize(72) - .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); +assertThat(cf.getCatalogs()) + .hasSize(74) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getDocuments()) .hasSize(11) @@ -492,17 +628,17 @@ private static void checkChildrenSSL(Configuration cf) { .hasSize(2) .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); - assertThat(cf.getEnums()) - .hasSize(98) - .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); +assertThat(cf.getEnums()) + .hasSize(104) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getReports()) .hasSize(41) .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); - assertThat(cf.getDataProcessors()) - .hasSize(77) - .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); +assertThat(cf.getDataProcessors()) + .hasSize(78) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getChartsOfCharacteristicTypes()) .hasSize(4) @@ -512,9 +648,9 @@ private static void checkChildrenSSL(Configuration cf) { assertThat(cf.getChartsOfCalculationTypes()).isEmpty(); - assertThat(cf.getInformationRegisters()) - .hasSize(187) - .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); +assertThat(cf.getInformationRegisters()) + .hasSize(192) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); assertThat(cf.getAccumulationRegisters()).isEmpty(); @@ -560,9 +696,209 @@ private static void checkChildrenSSL(Configuration cf) { cf.getChartsOfAccounts().size() + cf.getChartsOfCalculationTypes().size() + cf.getInformationRegisters().size() + cf.getAccumulationRegisters().size() + cf.getAccountingRegisters().size() + cf.getCalculationRegisters().size() + - cf.getBusinessProcesses().size() + cf.getTasks().size() + - cf.getExternalDataSources().size()); + cf.getBusinessProcesses().size() + cf.getTasks().size() + + cf.getExternalDataSources().size()); + + } + private static void checkChildrenSSL32(Configuration cf) { + assertThat(cf.getSubsystems()) + .hasSize(3) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + +assertThat(cf.getCommonModules()) + .hasSize(556) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getSessionParameters()) + .hasSize(62) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getRoles()) + .hasSize(107) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getCommonAttributes()) + .hasSize(7) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getExchangePlans()) + .hasSize(1) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getFilterCriteria()) + .hasSize(1) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getEventSubscriptions()) + .hasSize(91) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getScheduledJobs()) + .hasSize(50) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getBots()).isEmpty(); + + assertThat(cf.getFunctionalOptions()) + .hasSize(76) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getFunctionalOptionsParameters()) + .hasSize(4) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getDefinedTypes()) + .hasSize(72) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getSettingsStorages()) + .hasSize(1) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getCommonForms()) + .hasSize(104) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getCommonCommands()) + .hasSize(63) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getCommandGroups()) + .hasSize(6) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getCommonTemplates()) + .hasSize(15) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getCommonPictures()) + .hasSize(600) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getInterfaces()).isEmpty(); + + assertThat(cf.getXDTOPackages()) + .hasSize(54) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getWebServices()) + .hasSize(13) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getHttpServices()) + .hasSize(2) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getWsReferences()).isEmpty(); + + assertThat(cf.getIntegrationServices()).isEmpty(); + + assertThat(cf.getStyleItems()) + .hasSize(97) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getStyles()).isEmpty(); + + assertThat(cf.getLanguages()) + .hasSize(1) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getConstants()) + .hasSize(172) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getCatalogs()) + .hasSize(74) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getDocuments()) + .hasSize(11) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getDocumentNumerators()).isEmpty(); + + assertThat(cf.getSequences()).isEmpty(); + + assertThat(cf.getDocumentJournals()) + .hasSize(2) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getEnums()) + .hasSize(104) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getReports()) + .hasSize(41) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getDataProcessors()) + .hasSize(78) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getChartsOfCharacteristicTypes()) + .hasSize(4) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getChartsOfAccounts()).isEmpty(); + + assertThat(cf.getChartsOfCalculationTypes()).isEmpty(); + + assertThat(cf.getInformationRegisters()) + .hasSize(187) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getAccumulationRegisters()).isEmpty(); + + assertThat(cf.getAccountingRegisters()).isEmpty(); + + assertThat(cf.getCalculationRegisters()).isEmpty(); + + assertThat(cf.getBusinessProcesses()) + .hasSize(1) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getTasks()) + .hasSize(1) + .allMatch(mdo -> mdo.getSupportVariant().equals(SupportVariant.NOT_EDITABLE)); + + assertThat(cf.getExternalDataSources()).isEmpty(); + + assertThat(cf.getModulesByObject()) + .hasSize(2184) + .containsValue(cf.findChild(MdoReference.create("BusinessProcess.Задание.Form.ДействиеВыполнить")).get()) + ; + + assertThat(cf.getDataLockControlMode()).isEqualTo(DataLockControlMode.MANAGED); + assertThat(cf.getModalityUseMode()).isEqualTo(UseMode.USE_WITH_WARNINGS); + assertThat(cf.getSynchronousExtensionAndAddInCallUseMode()).isEqualTo(UseMode.USE_WITH_WARNINGS); + assertThat(cf.getSynchronousPlatformExtensionAndAddInCallUseMode()).isEqualTo(UseMode.USE); + + assertThat(cf.getChildren()).hasSize( + cf.getSubsystems().size() + cf.getCommonModules().size() + + cf.getSessionParameters().size() + cf.getRoles().size() + + cf.getCommonAttributes().size() + cf.getExchangePlans().size() + + cf.getFilterCriteria().size() + cf.getEventSubscriptions().size() + + cf.getScheduledJobs().size() + cf.getBots().size() + + cf.getFunctionalOptions().size() + cf.getFunctionalOptionsParameters().size() + + cf.getDefinedTypes().size() + cf.getSettingsStorages().size() + + cf.getCommonForms().size() + cf.getCommonCommands().size() + + cf.getCommandGroups().size() + cf.getCommonTemplates().size() + + cf.getCommonPictures().size() + cf.getInterfaces().size() + + cf.getXDTOPackages().size() + cf.getWebServices().size() + + cf.getHttpServices().size() + cf.getWsReferences().size() + + cf.getIntegrationServices().size() + cf.getStyleItems().size() + + cf.getStyles().size() + cf.getLanguages().size() + + cf.getConstants().size() + cf.getCatalogs().size() + + cf.getDocuments().size() + cf.getDocumentNumerators().size() + + cf.getSequences().size() + cf.getDocumentJournals().size() + + cf.getEnums().size() + cf.getReports().size() + + cf.getDataProcessors().size() + cf.getChartsOfCharacteristicTypes().size() + + cf.getChartsOfAccounts().size() + cf.getChartsOfCalculationTypes().size() + + cf.getInformationRegisters().size() + cf.getAccumulationRegisters().size() + + cf.getAccountingRegisters().size() + cf.getCalculationRegisters().size() + + cf.getBusinessProcesses().size() + cf.getTasks().size() + + cf.getExternalDataSources().size()); } private static void checkChildrenMdclasses(Configuration cf) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdclasses/MDClassesTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdclasses/MDClassesTest.java index c87c40681..bde82a83b 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdclasses/MDClassesTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdclasses/MDClassesTest.java @@ -33,7 +33,7 @@ class MDClassesTest { void createConfigurations() { var srcPath = Paths.get("src/test/resources/ext"); var mdcs = MDClasses.createConfigurations(srcPath); - assertThat(mdcs).hasSize(15); + assertThat(mdcs).hasSize(17); // каталоги с обработками не читаются srcPath = Paths.get("src/test/resources/ext/edt/external"); @@ -51,12 +51,16 @@ void createExternalSources() { srcPath = Paths.get("src/test/resources/ext/edt/ssl_3_1"); mdcs = MDClasses.createExternalSources(srcPath); assertThat(mdcs).isEmpty(); + + srcPath = Paths.get("src/test/resources/ext/edt/ssl_3_2"); + mdcs = MDClasses.createExternalSources(srcPath); + assertThat(mdcs).isEmpty(); } @Test void create() { var srcPath = Paths.get("src/test/resources/ext"); var mdcs = MDClasses.create(srcPath); - assertThat(mdcs).hasSize(19); + assertThat(mdcs).hasSize(21); } } diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdclasses/helpers/RightsTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdclasses/helpers/RightsTest.java index 10e689fa5..91950b16d 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdclasses/helpers/RightsTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdclasses/helpers/RightsTest.java @@ -67,6 +67,38 @@ void rightAccessCf() { assertThat(cf.rightAccess(RoleRight.INTERACTIVE_DELETE, mdoReference)).isFalse(); } + @Test + void rightAccessCf32() { + var mdc = MDClasses.createConfiguration(Path.of("src/test/resources/ext/designer/ssl_3_2/src/cf")); + assertThat(mdc).isInstanceOf(Configuration.class); + + var cf = (CF) mdc; + assertThat(Rights.rightAccess(cf, RoleRight.ADMINISTRATION)).isTrue(); + assertThat(Rights.rightAccess(cf, RoleRight.THICK_CLIENT)).isTrue(); + assertThat(Rights.rightAccess(cf, RoleRight.ALL_FUNCTIONS_MODE)).isFalse(); + assertThat(cf.rightAccess(RoleRight.WEB_CLIENT)).isTrue(); + + var mdv = cf.findChild("Document.Анкета"); + assertThat(mdv).isPresent(); + var md = mdv.get(); + assertThat(Rights.rightAccess(cf, RoleRight.DELETE, md)).isTrue(); + assertThat(Rights.rightAccess(cf, RoleRight.VIEW, md)).isTrue(); + assertThat(Rights.rightAccess(cf, RoleRight.USE, md)).isFalse(); + assertThat(cf.rightAccess(RoleRight.POSTING, md)).isTrue(); + + mdv = cf.findChild("Task.ЗадачаИсполнителя.Command.Перенаправить"); + assertThat(mdv).isPresent(); + md = mdv.get(); + assertThat(Rights.rightAccess(cf, RoleRight.VIEW, md)).isTrue(); + assertThat(Rights.rightAccess(cf, RoleRight.USE, md)).isFalse(); + assertThat(cf.rightAccess(RoleRight.START, md)).isFalse(); + + var mdoReference = MdoReference.create("Enum.ВариантыВажностиЗадачи.EnumValue.Обычная"); + assertThat(Rights.rightAccess(cf, RoleRight.VIEW, mdoReference)).isFalse(); + assertThat(Rights.rightAccess(cf, RoleRight.DELETE, mdoReference)).isFalse(); + assertThat(cf.rightAccess(RoleRight.INTERACTIVE_DELETE, mdoReference)).isFalse(); + } + @Test void rightAccessCfe() { var mdc = MDClasses.createConfiguration(Path.of("src/test/resources/ext/edt/mdclasses_ext/configuration")); @@ -105,7 +137,46 @@ void rolesAccessCf() { .anyMatch(role -> role.getName().equals("ЗапускТолстогоКлиента")); assertThat(Rights.rolesAccess(cf, RoleRight.ALL_FUNCTIONS_MODE)).isEmpty(); - assertThat(cf.rolesAccess(RoleRight.ANALYTICS_SYSTEM_CLIENT)).hasSize(103); + assertThat(cf.rolesAccess(RoleRight.ANALYTICS_SYSTEM_CLIENT)).hasSize(106); + + var mdv = cf.findChild("Document.Анкета"); + assertThat(mdv).isPresent(); + var md = mdv.get(); + assertThat(Rights.rolesAccess(cf, RoleRight.DELETE, md)).hasSize(1); + assertThat(Rights.rolesAccess(cf, RoleRight.INTERACTIVE_DELETE, md)).isEmpty(); + assertThat(Rights.rolesAccess(cf, RoleRight.VIEW, md)).hasSize(2); + assertThat(Rights.rolesAccess(cf, RoleRight.USE, md)).isEmpty(); + assertThat(cf.rolesAccess(RoleRight.INTERACTIVE_DELETE_MARKED, md)).isEmpty(); + + mdv = cf.findChild("Task.ЗадачаИсполнителя.Command.Перенаправить"); + assertThat(mdv).isPresent(); + md = mdv.get(); + assertThat(Rights.rolesAccess(cf, RoleRight.VIEW, md)).hasSize(4); + assertThat(Rights.rolesAccess(cf, RoleRight.USE, md)).isEmpty(); + assertThat(cf.rolesAccess(RoleRight.DELETE, md)).isEmpty(); + + var mdoReference = MdoReference.create("Enum.ВариантыВажностиЗадачи.EnumValue.Обычная"); + assertThat(Rights.rolesAccess(cf, RoleRight.VIEW, mdoReference)).isEmpty(); + assertThat(Rights.rolesAccess(cf, RoleRight.DELETE, mdoReference)).isEmpty(); + assertThat(cf.rolesAccess(RoleRight.INSERT, mdoReference)).isEmpty(); + } + + @Test + void rolesAccessCf32() { + var mdc = MDClasses.createConfiguration(Path.of("src/test/resources/ext/edt/ssl_3_2/configuration")); + assertThat(mdc).isInstanceOf(Configuration.class); + + var cf = (CF) mdc; + assertThat(Rights.rolesAccess(cf, RoleRight.ADMINISTRATION)) + .hasSize(2) + .anyMatch(role -> role.getName().equals("АдминистраторСистемы")); + + assertThat(Rights.rolesAccess(cf, RoleRight.THICK_CLIENT)) + .hasSize(2) + .anyMatch(role -> role.getName().equals("ЗапускТолстогоКлиента")); + + assertThat(Rights.rolesAccess(cf, RoleRight.ALL_FUNCTIONS_MODE)).isEmpty(); + assertThat(cf.rolesAccess(RoleRight.ANALYTICS_SYSTEM_CLIENT)).hasSize(106); var mdv = cf.findChild("Document.Анкета"); assertThat(mdv).isPresent(); diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/BusinessProcessTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/BusinessProcessTest.java index eea51b5d2..076cee246 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/BusinessProcessTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/BusinessProcessTest.java @@ -1,77 +1,79 @@ -/* - * This file is a part of MDClasses. - * - * Copyright (c) 2019 - 2026 - * Tymko Oleg , Maximov Valery and contributors - * - * SPDX-License-Identifier: LGPL-3.0-or-later - * - * MDClasses is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 3.0 of the License, or (at your option) any later version. - * - * MDClasses is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with MDClasses. - */ +/* + * This file is a part of MDClasses. + * + * Copyright (c) 2019 - 2026 + * Tymko Oleg , Maximov Valery and contributors + * + * SPDX-License-Identifier: LGPL-3.0-or-later + * + * MDClasses is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3.0 of the License, or (at your option) any later version. + * + * MDClasses is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with MDClasses. + */ package com.github._1c_syntax.bsl.mdo; - -import com.github._1c_syntax.bsl.test_utils.MDTestUtils; -import org.junit.jupiter.params.ParameterizedTest; -import org.junit.jupiter.params.aggregator.ArgumentsAccessor; -import org.junit.jupiter.params.provider.CsvSource; - -import static org.assertj.core.api.Assertions.assertThat; - -class BusinessProcessTest { - @ParameterizedTest - @CsvSource( - { - "true, mdclasses, BusinessProcesses.БизнесПроцесс1, _edt", - "false, mdclasses, BusinessProcesses.БизнесПроцесс1" - } - ) - void test(ArgumentsAccessor argumentsAccessor) { - var mdo = MDTestUtils.getMDWithSimpleTest(argumentsAccessor); - - var businessProcess = (BusinessProcess) mdo; - - assertThat(businessProcess.getSynonym().isEmpty()).isTrue(); - assertThat(businessProcess.getSynonym().get("ru")).isEmpty(); - assertThat(businessProcess.getSynonym().get("en")).isEmpty(); - assertThat(businessProcess.getSynonym().getAny()).isEmpty(); - - assertThat(businessProcess.getDescription()).isEqualTo("БизнесПроцесс1"); - assertThat(businessProcess.getDescription("ru")).isEqualTo("БизнесПроцесс1"); - assertThat(businessProcess.getDescription("en")).isEqualTo("БизнесПроцесс1"); - } - - @ParameterizedTest - @CsvSource( - { - "true, ssl_3_1, BusinessProcesses.Задание, _edt", - "false, ssl_3_1, BusinessProcesses.Задание" - } - ) - void testSSL_3_1(ArgumentsAccessor argumentsAccessor) { - var mdo = MDTestUtils.getMDWithSimpleTest(argumentsAccessor); - - var businessProcess = (BusinessProcess) mdo; - - assertThat(businessProcess.getSynonym().isEmpty()).isFalse(); - assertThat(businessProcess.getSynonym().get("ru")).isEqualTo("Задание"); - assertThat(businessProcess.getSynonym().get("en")).isEmpty(); - assertThat(businessProcess.getSynonym().getAny()).isEqualTo("Задание"); - - assertThat(businessProcess.getDescription()).isEqualTo("Задание"); - assertThat(businessProcess.getDescription("ru")).isEqualTo("Задание"); - assertThat(businessProcess.getDescription("en")).isEqualTo("Задание"); - assertThat(businessProcess.getDescription("")).isEqualTo("Задание"); - assertThat(businessProcess.getDescription("пыщь")).isEqualTo("Задание"); - } -} + +import com.github._1c_syntax.bsl.test_utils.MDTestUtils; +import org.junit.jupiter.params.ParameterizedTest; +import org.junit.jupiter.params.aggregator.ArgumentsAccessor; +import org.junit.jupiter.params.provider.CsvSource; + +import static org.assertj.core.api.Assertions.assertThat; + +class BusinessProcessTest { + @ParameterizedTest + @CsvSource( + { + "true, mdclasses, BusinessProcesses.БизнесПроцесс1, _edt", + "false, mdclasses, BusinessProcesses.БизнесПроцесс1" + } + ) + void test(ArgumentsAccessor argumentsAccessor) { + var mdo = MDTestUtils.getMDWithSimpleTest(argumentsAccessor); + + var businessProcess = (BusinessProcess) mdo; + + assertThat(businessProcess.getSynonym().isEmpty()).isTrue(); + assertThat(businessProcess.getSynonym().get("ru")).isEmpty(); + assertThat(businessProcess.getSynonym().get("en")).isEmpty(); + assertThat(businessProcess.getSynonym().getAny()).isEmpty(); + + assertThat(businessProcess.getDescription()).isEqualTo("БизнесПроцесс1"); + assertThat(businessProcess.getDescription("ru")).isEqualTo("БизнесПроцесс1"); + assertThat(businessProcess.getDescription("en")).isEqualTo("БизнесПроцесс1"); + } + + @ParameterizedTest + @CsvSource( + { + "true, ssl_3_1, BusinessProcesses.Задание, _edt", + "false, ssl_3_1, BusinessProcesses.Задание", + "true, ssl_3_2, BusinessProcesses.Задание, _edt", + "false, ssl_3_2, BusinessProcesses.Задание" + } + ) + void testSSL_3_1(ArgumentsAccessor argumentsAccessor) { + var mdo = MDTestUtils.getMDWithSimpleTest(argumentsAccessor); + + var businessProcess = (BusinessProcess) mdo; + + assertThat(businessProcess.getSynonym().isEmpty()).isFalse(); + assertThat(businessProcess.getSynonym().get("ru")).isEqualTo("Задание"); + assertThat(businessProcess.getSynonym().get("en")).isEmpty(); + assertThat(businessProcess.getSynonym().getAny()).isEqualTo("Задание"); + + assertThat(businessProcess.getDescription()).isEqualTo("Задание"); + assertThat(businessProcess.getDescription("ru")).isEqualTo("Задание"); + assertThat(businessProcess.getDescription("en")).isEqualTo("Задание"); + assertThat(businessProcess.getDescription("")).isEqualTo("Задание"); + assertThat(businessProcess.getDescription("пыщь")).isEqualTo("Задание"); + } +} diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/CatalogTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/CatalogTest.java index 47912f654..4bc7d3a21 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/CatalogTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/CatalogTest.java @@ -109,7 +109,9 @@ void test(ArgumentsAccessor argumentsAccessor) { @ParameterizedTest @CsvSource({ "true, ssl_3_1, Catalogs.Заметки, _edt", - "false, ssl_3_1, Catalogs.Заметки" + "false, ssl_3_1, Catalogs.Заметки", + "true, ssl_3_2, Catalogs.Заметки, _edt", + "false, ssl_3_2, Catalogs.Заметки" }) void testSSL(ArgumentsAccessor argumentsAccessor) { var mdo = MDTestUtils.getMDWithSimpleTest(argumentsAccessor); @@ -181,7 +183,9 @@ void testSSL(ArgumentsAccessor argumentsAccessor) { @ParameterizedTest @CsvSource({ "true, ssl_3_1, Catalogs.Заметки, _edt", - "false, ssl_3_1, Catalogs.Заметки" + "false, ssl_3_1, Catalogs.Заметки", + "true, ssl_3_2, Catalogs.Заметки, _edt", + "false, ssl_3_2, Catalogs.Заметки" }) void testCheckUniqueFalse(ArgumentsAccessor argumentsAccessor) { var mdo = MDTestUtils.getMDWithSimpleTest(argumentsAccessor); @@ -197,7 +201,9 @@ void testCheckUniqueFalse(ArgumentsAccessor argumentsAccessor) { @ParameterizedTest @CsvSource({ "true, ssl_3_1, Catalogs.ВерсииФайлов, _edt", - "false, ssl_3_1, Catalogs.ВерсииФайлов" + "false, ssl_3_1, Catalogs.ВерсииФайлов", + "true, ssl_3_2, Catalogs.ВерсииФайлов, _edt", + "false, ssl_3_2, Catalogs.ВерсииФайлов" }) void testSSLFixture(ArgumentsAccessor argumentsAccessor) { var mdo = MDTestUtils.getMDWithSimpleTest(argumentsAccessor); diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/ChartOfCharacteristicTypesTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/ChartOfCharacteristicTypesTest.java index 5bbabbfd2..8b0460d91 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/ChartOfCharacteristicTypesTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/ChartOfCharacteristicTypesTest.java @@ -41,7 +41,9 @@ class ChartOfCharacteristicTypesTest { "true, mdclasses, ChartsOfCharacteristicTypes.ПланВидовХарактеристик1, _edt", "false, mdclasses, ChartsOfCharacteristicTypes.ПланВидовХарактеристик1", "true, ssl_3_1, ChartsOfCharacteristicTypes.ДополнительныеРеквизитыИСведения, _edt", - "false, ssl_3_1, ChartsOfCharacteristicTypes.ДополнительныеРеквизитыИСведения" + "false, ssl_3_1, ChartsOfCharacteristicTypes.ДополнительныеРеквизитыИСведения", + "true, ssl_3_2, ChartsOfCharacteristicTypes.ДополнительныеРеквизитыИСведения, _edt", + "false, ssl_3_2, ChartsOfCharacteristicTypes.ДополнительныеРеквизитыИСведения" } ) void test(ArgumentsAccessor argumentsAccessor) { @@ -81,7 +83,9 @@ void testCheckUniqueTrue(ArgumentsAccessor argumentsAccessor) { @ParameterizedTest @CsvSource({ "src/test/resources/ext/edt/ssl_3_1/configuration", - "src/test/resources/ext/designer/ssl_3_1/src/cf" + "src/test/resources/ext/designer/ssl_3_1/src/cf", + "src/test/resources/ext/edt/ssl_3_2/configuration", + "src/test/resources/ext/designer/ssl_3_2/src/cf" }) void testPredefined(String configurationPath) { var mdo = MDOReader.read(Path.of(configurationPath), diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommandGroupTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommandGroupTest.java index a9cc17eee..b5912af57 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommandGroupTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommandGroupTest.java @@ -33,7 +33,9 @@ class CommandGroupTest { "true, mdclasses, CommandGroups.ГруппаКоманд1", "false, mdclasses, CommandGroups.ГруппаКоманд1", "true, ssl_3_1, CommandGroups.Печать", - "false, ssl_3_1, CommandGroups.Печать" + "false, ssl_3_1, CommandGroups.Печать", + "true, ssl_3_2, CommandGroups.Печать", + "false, ssl_3_2, CommandGroups.Печать" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonAttributeTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonAttributeTest.java index 2f72bf5a8..67ea60620 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonAttributeTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonAttributeTest.java @@ -62,7 +62,9 @@ void test(ArgumentsAccessor argumentsAccessor) { @CsvSource( { "true, ssl_3_1, CommonAttributes.ОбластьДанныхВспомогательныеДанные", - "false, ssl_3_1, CommonAttributes.ОбластьДанныхВспомогательныеДанные" + "false, ssl_3_1, CommonAttributes.ОбластьДанныхВспомогательныеДанные", + "true, ssl_3_2, CommonAttributes.ОбластьДанныхВспомогательныеДанные", + "false, ssl_3_2, CommonAttributes.ОбластьДанныхВспомогательныеДанные" } ) void testSSL(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonCommandTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonCommandTest.java index d902b62b0..98f06f470 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonCommandTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonCommandTest.java @@ -33,7 +33,9 @@ class CommonCommandTest { "true, mdclasses, CommonCommands.ОбщаяКоманда1, _edt", "false, mdclasses, CommonCommands.ОбщаяКоманда1", "true, ssl_3_1, CommonCommands.ОтправитьПисьмо, _edt", - "false, ssl_3_1, CommonCommands.ОтправитьПисьмо" + "false, ssl_3_1, CommonCommands.ОтправитьПисьмо", + "true, ssl_3_2, CommonCommands.ОтправитьПисьмо, _edt", + "false, ssl_3_2, CommonCommands.ОтправитьПисьмо" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonFormTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonFormTest.java index fc9b7e1a1..abeb42ae7 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonFormTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonFormTest.java @@ -33,7 +33,9 @@ class CommonFormTest { "true, mdclasses, CommonForms.Форма, _edt", "false, mdclasses, CommonForms.Форма", "true, ssl_3_1, CommonForms.Вопрос, _edt", - "false, ssl_3_1, CommonForms.Вопрос" + "false, ssl_3_1, CommonForms.Вопрос", + "true, ssl_3_2, CommonForms.Вопрос, _edt", + "false, ssl_3_2, CommonForms.Вопрос" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonModuleTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonModuleTest.java index 200b1338a..c9af79e91 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonModuleTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonModuleTest.java @@ -44,6 +44,8 @@ class CommonModuleTest { "false, mdclasses, CommonModules.ПростойОбщийМодуль,, true", "true, ssl_3_1, CommonModules.АвтономнаяРабота, _edt, true", "false, ssl_3_1, CommonModules.АвтономнаяРабота,, true", + "true, ssl_3_2, CommonModules.АвтономнаяРабота, _edt, true", + "false, ssl_3_2, CommonModules.АвтономнаяРабота,, true", } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonPictureTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonPictureTest.java index 63777b9e7..6666b8717 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonPictureTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonPictureTest.java @@ -33,7 +33,9 @@ class CommonPictureTest { "true, mdclasses, CommonPictures.ОбщаяКартинка1", "false, mdclasses, CommonPictures.ОбщаяКартинка1", "true, ssl_3_1, CommonPictures.GoogleMaps", - "false, ssl_3_1, CommonPictures.GoogleMaps" + "false, ssl_3_1, CommonPictures.GoogleMaps", + "true, ssl_3_2, CommonPictures.GoogleMaps", + "false, ssl_3_2, CommonPictures.GoogleMaps" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonTemplateTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonTemplateTest.java index 749811649..f82f2185e 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonTemplateTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/CommonTemplateTest.java @@ -51,7 +51,9 @@ class CommonTemplateTest { "true, mdclasses, CommonTemplates.ТекстовыйДокумент", "false, mdclasses, CommonTemplates.ТекстовыйДокумент", "true, ssl_3_1, CommonTemplates.СтруктураПодчиненности", - "false, ssl_3_1, CommonTemplates.СтруктураПодчиненности" + "false, ssl_3_1, CommonTemplates.СтруктураПодчиненности", + "true, ssl_3_2, CommonTemplates.СтруктураПодчиненности", + "false, ssl_3_2, CommonTemplates.СтруктураПодчиненности" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/ConstantTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/ConstantTest.java index 23e826b1f..78356dd8b 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/ConstantTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/ConstantTest.java @@ -33,7 +33,9 @@ class ConstantTest { "true, mdclasses, Constants.Константа1, _edt", "false, mdclasses, Constants.Константа1", "true, ssl_3_1, Constants.ЗаголовокСистемы", - "false, ssl_3_1, Constants.ЗаголовокСистемы" + "false, ssl_3_1, Constants.ЗаголовокСистемы", + "true, ssl_3_2, Constants.ЗаголовокСистемы", + "false, ssl_3_2, Constants.ЗаголовокСистемы" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/DataProcessorTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/DataProcessorTest.java index 9be310906..5763eaab8 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/DataProcessorTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/DataProcessorTest.java @@ -54,7 +54,9 @@ void test(ArgumentsAccessor argumentsAccessor) { @CsvSource( { "true, ssl_3_1, DataProcessors.ЗагрузкаКурсовВалют, _edt", - "false, ssl_3_1, DataProcessors.ЗагрузкаКурсовВалют" + "false, ssl_3_1, DataProcessors.ЗагрузкаКурсовВалют", + "true, ssl_3_2, DataProcessors.ЗагрузкаКурсовВалют, _edt", + "false, ssl_3_2, DataProcessors.ЗагрузкаКурсовВалют" } ) void testSSL(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/DefinedTypeTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/DefinedTypeTest.java index 9ee64ab3d..38a99b526 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/DefinedTypeTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/DefinedTypeTest.java @@ -33,7 +33,9 @@ class DefinedTypeTest { "true, mdclasses, DefinedTypes.ОпределяемыйТип1", "false, mdclasses, DefinedTypes.ОпределяемыйТип1", "true, ssl_3_1, DefinedTypes.ВладелецФайлов", - "false, ssl_3_1, DefinedTypes.ВладелецФайлов" + "false, ssl_3_1, DefinedTypes.ВладелецФайлов", + "true, ssl_3_2, DefinedTypes.ВладелецФайлов", + "false, ssl_3_2, DefinedTypes.ВладелецФайлов" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/DocumentJournalTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/DocumentJournalTest.java index 7f374231b..66eef4578 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/DocumentJournalTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/DocumentJournalTest.java @@ -33,7 +33,9 @@ class DocumentJournalTest { "true, mdclasses, DocumentJournals.ЖурналДокументов1, _edt", "false, mdclasses, DocumentJournals.ЖурналДокументов1", "true, ssl_3_1, DocumentJournals.Взаимодействия, _edt", - "false, ssl_3_1, DocumentJournals.Взаимодействия" + "false, ssl_3_1, DocumentJournals.Взаимодействия", + "true, ssl_3_2, DocumentJournals.Взаимодействия, _edt", + "false, ssl_3_2, DocumentJournals.Взаимодействия" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/DocumentTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/DocumentTest.java index eed987460..a8d339b69 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/DocumentTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/DocumentTest.java @@ -34,7 +34,9 @@ class DocumentTest { @CsvSource( { "true, ssl_3_1, Documents.Анкета, _edt", - "false, ssl_3_1, Documents.Анкета" + "false, ssl_3_1, Documents.Анкета", + "true, ssl_3_2, Documents.Анкета, _edt", + "false, ssl_3_2, Documents.Анкета" } ) void testSSL(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/EnumTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/EnumTest.java index ac5cfb1d7..1eb9cc73a 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/EnumTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/EnumTest.java @@ -37,7 +37,9 @@ class EnumTest { "true, mdclasses, Enums.Перечисление1, _edt", "false, mdclasses, Enums.Перечисление1", "true, ssl_3_1, Enums.СтатусыОбработчиковОбновления, _edt", - "false, ssl_3_1, Enums.СтатусыОбработчиковОбновления" + "false, ssl_3_1, Enums.СтатусыОбработчиковОбновления", + "true, ssl_3_2, Enums.СтатусыОбработчиковОбновления, _edt", + "false, ssl_3_2, Enums.СтатусыОбработчиковОбновления" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/EventSubscriptionTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/EventSubscriptionTest.java index 1f5a4ba73..e21a99edf 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/EventSubscriptionTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/EventSubscriptionTest.java @@ -33,7 +33,9 @@ class EventSubscriptionTest { "true, mdclasses, EventSubscriptions.ПодпискаНаСобытие1", "false, mdclasses, EventSubscriptions.ПодпискаНаСобытие1", "true, ssl_3_1, EventSubscriptions.ВариантыОтчетовПередУдалениемИдентификатораОбъектаМетаданных", - "false, ssl_3_1, EventSubscriptions.ВариантыОтчетовПередУдалениемИдентификатораОбъектаМетаданных" + "false, ssl_3_1, EventSubscriptions.ВариантыОтчетовПередУдалениемИдентификатораОбъектаМетаданных", + "true, ssl_3_2, EventSubscriptions.ВариантыОтчетовПередУдалениемИдентификатораОбъектаМетаданных", + "false, ssl_3_2, EventSubscriptions.ВариантыОтчетовПередУдалениемИдентификатораОбъектаМетаданных" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/ExchangePlanTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/ExchangePlanTest.java index 93a966667..eb92b8537 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/ExchangePlanTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/ExchangePlanTest.java @@ -63,7 +63,7 @@ void test(ArgumentsAccessor argumentsAccessor) { "false, ssl_3_1, ExchangePlans.ОбновлениеИнформационнойБазы" } ) - void testSSL(ArgumentsAccessor argumentsAccessor) { + void testSSL_3_1(ArgumentsAccessor argumentsAccessor) { var mdo = MDTestUtils.getMDWithSimpleTest(argumentsAccessor); assertThat(mdo).isInstanceOf(ExchangePlan.class); @@ -80,6 +80,33 @@ void testSSL(ArgumentsAccessor argumentsAccessor) { assertThat(exchangePlan.autoRecord(mdo3)).isEqualTo(AutoRecordType.DENY); assertThat(exchangePlan.isDistributedInfoBase()).isFalse(); assertThat(exchangePlan.isIncludeConfigurationExtensions()).isFalse(); - assertThat(exchangePlan.getContent()).hasSize(406); + assertThat(exchangePlan.getContent()).hasSize(414); + } + + @ParameterizedTest + @CsvSource( + { + "true, ssl_3_2, ExchangePlans.ОбновлениеИнформационнойБазы, _edt", + "false, ssl_3_2, ExchangePlans.ОбновлениеИнформационнойБазы" + } + ) + void testSSL_3_2(ArgumentsAccessor argumentsAccessor) { + var mdo = MDTestUtils.getMDWithSimpleTest(argumentsAccessor); + assertThat(mdo).isInstanceOf(ExchangePlan.class); + + var exchangePlan = (ExchangePlan) mdo; + var mdo1 = MdoReference.create("InformationRegister.СостоянияРассылокОтчетов"); + var mdo2 = MdoReference.create("Catalog.ЭлектронноеПисьмоВходящееПрисоединенныеФайлы"); + var mdo3 = MdoReference.create("Catalog.Справочник1"); + assertThat(exchangePlan.contains(mdo1)).isTrue(); + assertThat(exchangePlan.contains(mdo2)).isTrue(); + assertThat(exchangePlan.contains(mdo3)).isFalse(); + + assertThat(exchangePlan.autoRecord(mdo1)).isEqualTo(AutoRecordType.DENY); + assertThat(exchangePlan.autoRecord(mdo2)).isEqualTo(AutoRecordType.DENY); + assertThat(exchangePlan.autoRecord(mdo3)).isEqualTo(AutoRecordType.DENY); + assertThat(exchangePlan.isDistributedInfoBase()).isFalse(); + assertThat(exchangePlan.isIncludeConfigurationExtensions()).isFalse(); + assertThat(exchangePlan.getContent()).hasSize(408); } } \ No newline at end of file diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/FilterCriterionTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/FilterCriterionTest.java index dbe35bcc8..268e99062 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/FilterCriterionTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/FilterCriterionTest.java @@ -33,7 +33,9 @@ class FilterCriterionTest { "true, mdclasses, FilterCriteria.КритерийОтбора1, _edt", "false, mdclasses, FilterCriteria.КритерийОтбора1", "true, ssl_3_1, FilterCriteria.СвязанныеДокументы, _edt", - "false, ssl_3_1, FilterCriteria.СвязанныеДокументы" + "false, ssl_3_1, FilterCriteria.СвязанныеДокументы", + "true, ssl_3_2, FilterCriteria.СвязанныеДокументы, _edt", + "false, ssl_3_2, FilterCriteria.СвязанныеДокументы" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/FunctionalOptionTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/FunctionalOptionTest.java index c2d00425a..1cba95bd8 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/FunctionalOptionTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/FunctionalOptionTest.java @@ -33,7 +33,9 @@ class FunctionalOptionTest { "true, mdclasses, FunctionalOptions.ФункциональнаяОпция1", "false, mdclasses, FunctionalOptions.ФункциональнаяОпция1", "true, ssl_3_1, FunctionalOptions.ИспользоватьАнкетирование", - "false, ssl_3_1, FunctionalOptions.ИспользоватьАнкетирование" + "false, ssl_3_1, FunctionalOptions.ИспользоватьАнкетирование", + "true, ssl_3_2, FunctionalOptions.ИспользоватьАнкетирование", + "false, ssl_3_2, FunctionalOptions.ИспользоватьАнкетирование" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/FunctionalOptionsParameterTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/FunctionalOptionsParameterTest.java index 15048d448..aa400d939 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/FunctionalOptionsParameterTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/FunctionalOptionsParameterTest.java @@ -33,7 +33,9 @@ class FunctionalOptionsParameterTest { "true, mdclasses, FunctionalOptionsParameters.ПараметрФункциональныхОпций", "false, mdclasses, FunctionalOptionsParameters.ПараметрФункциональныхОпций", "true, ssl_3_1, FunctionalOptionsParameters.ТипВерсионируемогоОбъекта", - "false, ssl_3_1, FunctionalOptionsParameters.ТипВерсионируемогоОбъекта" + "false, ssl_3_1, FunctionalOptionsParameters.ТипВерсионируемогоОбъекта", + "true, ssl_3_2, FunctionalOptionsParameters.ТипВерсионируемогоОбъекта", + "false, ssl_3_2, FunctionalOptionsParameters.ТипВерсионируемогоОбъекта" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/InformationRegisterTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/InformationRegisterTest.java index bdfdf9e72..c0cc78ff5 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/InformationRegisterTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/InformationRegisterTest.java @@ -35,7 +35,11 @@ class InformationRegisterTest { "true, ssl_3_1, InformationRegisters.ЭлектронныеПодписи, _edt", "false, ssl_3_1, InformationRegisters.ЭлектронныеПодписи", "true, ssl_3_1, InformationRegisters.СклоненияПредставленийОбъектов, _edt", - "false, ssl_3_1, InformationRegisters.СклоненияПредставленийОбъектов" + "false, ssl_3_1, InformationRegisters.СклоненияПредставленийОбъектов", + "true, ssl_3_2, InformationRegisters.ЭлектронныеПодписи, _edt", + "false, ssl_3_2, InformationRegisters.ЭлектронныеПодписи", + "true, ssl_3_2, InformationRegisters.СклоненияПредставленийОбъектов, _edt", + "false, ssl_3_2, InformationRegisters.СклоненияПредставленийОбъектов" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/LanguageTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/LanguageTest.java index 256ee6717..c9bac9aa2 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/LanguageTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/LanguageTest.java @@ -36,7 +36,8 @@ class LanguageTest { { "false, mdclasses, Languages.Албанский", "false, mdclasses, Languages.Японский", - "false, ssl_3_1, Languages.Русский" + "false, ssl_3_1, Languages.Русский", + "false, ssl_3_2, Languages.Русский" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/ReportTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/ReportTest.java index 2155fa215..c9dbba24f 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/ReportTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/ReportTest.java @@ -56,7 +56,9 @@ void test(ArgumentsAccessor argumentsAccessor) { @CsvSource( { "true, ssl_3_1, Reports.АнализВерсийОбъектов, _edt", - "false, ssl_3_1, Reports.АнализВерсийОбъектов" + "false, ssl_3_1, Reports.АнализВерсийОбъектов", + "true, ssl_3_2, Reports.АнализВерсийОбъектов, _edt", + "false, ssl_3_2, Reports.АнализВерсийОбъектов" } ) void testSSL(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/RoleTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/RoleTest.java index 8ff063cfa..31a26d3b4 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/RoleTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/RoleTest.java @@ -33,7 +33,9 @@ class RoleTest { @CsvSource( { "true, ssl_3_1, Roles.БазовыеПраваБСП", - "false, ssl_3_1, Roles.БазовыеПраваБСП" + "false, ssl_3_1, Roles.БазовыеПраваБСП", + "true, ssl_3_2, Roles.БазовыеПраваБСП", + "false, ssl_3_2, Roles.БазовыеПраваБСП" } ) void testSimple(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/ScheduledJobTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/ScheduledJobTest.java index 89f15c3c9..9bb7e3970 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/ScheduledJobTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/ScheduledJobTest.java @@ -34,6 +34,8 @@ class ScheduledJobTest { { "true, ssl_3_1, ScheduledJobs.ОбновлениеАгрегатов", "false, ssl_3_1, ScheduledJobs.ОбновлениеАгрегатов", + "true, ssl_3_2, ScheduledJobs.ОбновлениеАгрегатов", + "false, ssl_3_2, ScheduledJobs.ОбновлениеАгрегатов", } ) void testSimple(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/SessionParameterTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/SessionParameterTest.java index e85887f23..5b6693837 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/SessionParameterTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/SessionParameterTest.java @@ -33,7 +33,9 @@ class SessionParameterTest { "true, mdclasses, SessionParameters.ПараметрСеанса1", "false, mdclasses, SessionParameters.ПараметрСеанса1", "true, ssl_3_1, SessionParameters.ТекущийПользователь", - "false, ssl_3_1, SessionParameters.ТекущийПользователь" + "false, ssl_3_1, SessionParameters.ТекущийПользователь", + "true, ssl_3_2, SessionParameters.ТекущийПользователь", + "false, ssl_3_2, SessionParameters.ТекущийПользователь" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/SettingsStorageTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/SettingsStorageTest.java index fed5436d6..2d58882cc 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/SettingsStorageTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/SettingsStorageTest.java @@ -31,7 +31,9 @@ class SettingsStorageTest { @CsvSource( { "true, ssl_3_1, SettingsStorages.ХранилищеВариантовОтчетов, _edt", - "false, ssl_3_1, SettingsStorages.ХранилищеВариантовОтчетов" + "false, ssl_3_1, SettingsStorages.ХранилищеВариантовОтчетов", + "true, ssl_3_2, SettingsStorages.ХранилищеВариантовОтчетов, _edt", + "false, ssl_3_2, SettingsStorages.ХранилищеВариантовОтчетов" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/StyleItemTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/StyleItemTest.java index 3375e1154..a4df075e8 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/StyleItemTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/StyleItemTest.java @@ -35,7 +35,11 @@ class StyleItemTest { "true, ssl_3_1, StyleItems.ВажнаяНадписьШрифт", "false, ssl_3_1, StyleItems.ВажнаяНадписьШрифт", "true, ssl_3_1, StyleItems.ВидДняПроизводственногоКалендаряВоскресеньеЦвет", - "false, ssl_3_1, StyleItems.ВидДняПроизводственногоКалендаряВоскресеньеЦвет" + "false, ssl_3_1, StyleItems.ВидДняПроизводственногоКалендаряВоскресеньеЦвет", + "true, ssl_3_2, StyleItems.ВажнаяНадписьШрифт", + "false, ssl_3_2, StyleItems.ВажнаяНадписьШрифт", + "true, ssl_3_2, StyleItems.ВидДняПроизводственногоКалендаряВоскресеньеЦвет", + "false, ssl_3_2, StyleItems.ВидДняПроизводственногоКалендаряВоскресеньеЦвет" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/SubsystemTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/SubsystemTest.java index 793466a65..04bf9403c 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/SubsystemTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/SubsystemTest.java @@ -96,7 +96,9 @@ void testMDClasses(ArgumentsAccessor argumentsAccessor) { @CsvSource( { "true, ssl_3_1, Subsystems.Администрирование", - "false, ssl_3_1, Subsystems.Администрирование" + "false, ssl_3_1, Subsystems.Администрирование", + "true, ssl_3_2, Subsystems.Администрирование", + "false, ssl_3_2, Subsystems.Администрирование" } ) void testSSLSimple(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/TasksTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/TasksTest.java index c88472c91..2ec7475d6 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/TasksTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/TasksTest.java @@ -33,7 +33,9 @@ class TasksTest { "true, mdclasses, Tasks.Задача1", "false, mdclasses, Tasks.Задача1", "true, ssl_3_1, Tasks.ЗадачаИсполнителя, _edt", - "false, ssl_3_1, Tasks.ЗадачаИсполнителя" + "false, ssl_3_1, Tasks.ЗадачаИсполнителя", + "true, ssl_3_2, Tasks.ЗадачаИсполнителя, _edt", + "false, ssl_3_2, Tasks.ЗадачаИсполнителя" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/WebServiceTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/WebServiceTest.java index 313453662..ab02bff0c 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/WebServiceTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/WebServiceTest.java @@ -37,7 +37,9 @@ class WebServiceTest { "true, mdclasses, WebServices.WebСервис1, _edt", "false, mdclasses, WebServices.WebСервис1", "true, ssl_3_1, WebServices.EnterpriseDataExchange_1_0_1_1, _edt", - "false, ssl_3_1, WebServices.EnterpriseDataExchange_1_0_1_1" + "false, ssl_3_1, WebServices.EnterpriseDataExchange_1_0_1_1", + "true, ssl_3_2, WebServices.EnterpriseDataExchange_1_0_1_1, _edt", + "false, ssl_3_2, WebServices.EnterpriseDataExchange_1_0_1_1" } ) void test(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/mdo/XDTOPackageTest.java b/src/test/java/com/github/_1c_syntax/bsl/mdo/XDTOPackageTest.java index c0a75e1df..ed5ad117b 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/mdo/XDTOPackageTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/mdo/XDTOPackageTest.java @@ -33,7 +33,9 @@ class XDTOPackageTest { @CsvSource( { "true, ssl_3_1, XDTOPackages.ApdexExport_1_0_0_4", - "false, ssl_3_1, XDTOPackages.ApdexExport_1_0_0_4" + "false, ssl_3_1, XDTOPackages.ApdexExport_1_0_0_4", + "true, ssl_3_2, XDTOPackages.ApdexExport_1_0_0_4", + "false, ssl_3_2, XDTOPackages.ApdexExport_1_0_0_4" } ) void testSimple(ArgumentsAccessor argumentsAccessor) { diff --git a/src/test/java/com/github/_1c_syntax/bsl/reader/MDOReaderTest.java b/src/test/java/com/github/_1c_syntax/bsl/reader/MDOReaderTest.java index c0e1820c3..ca9db8261 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/reader/MDOReaderTest.java +++ b/src/test/java/com/github/_1c_syntax/bsl/reader/MDOReaderTest.java @@ -44,6 +44,16 @@ void testReadConfigurationWithValidPath() { .isInstanceOf(Configuration.class); } + @Test + void testReadConfigurationWithValidPath32() { + var path = Paths.get("src/test/resources/ext/edt/ssl_3_2"); + var configuration = MDOReader.readConfiguration(path); + + assertThat(configuration) + .isNotNull() + .isInstanceOf(Configuration.class); + } + @Test void testReadConfigurationWithSettings() { var path = Paths.get("src/test/resources/ext/edt/ssl_3_1"); @@ -55,6 +65,17 @@ void testReadConfigurationWithSettings() { .isInstanceOf(Configuration.class); } + @Test + void testReadConfigurationWithSettings32() { + var path = Paths.get("src/test/resources/ext/edt/ssl_3_2"); + var settings = MDCReadSettings.DEFAULT; + var configuration = MDOReader.readConfiguration(path, settings); + + assertThat(configuration) + .isNotNull() + .isInstanceOf(Configuration.class); + } + @Test void testReadConfigurationWithNonExistentPath() { var path = Paths.get("src/test/resources/nonexistent"); @@ -79,6 +100,20 @@ void testReadConfigurationDifferentSources(String pathString) { .isInstanceOf(Configuration.class); } + @ParameterizedTest + @ValueSource(strings = { + "src/test/resources/ext/edt/ssl_3_2", + "src/test/resources/ext/designer/ssl_3_2/src/cf" + }) + void testReadConfigurationDifferentSources32(String pathString) { + var path = Paths.get(pathString); + var configuration = MDOReader.readConfiguration(path); + + assertThat(configuration) + .isNotNull() + .isInstanceOf(Configuration.class); + } + @Test void testReadWithNonExistentObject() { var path = Paths.get("src/test/resources/ext/edt/ssl_3_1"); @@ -88,6 +123,15 @@ void testReadWithNonExistentObject() { assertThat(result).isNull(); } + @Test + void testReadWithNonExistentObject32() { + var path = Paths.get("src/test/resources/ext/edt/ssl_3_2"); + var result = MDOReader.read(path, "CommonModules.NonExistent"); + + // Should return null for non-existent object + assertThat(result).isNull(); + } + @Test void testReadExternalSource() { var path = Paths.get("src/test/resources/ext/edt/external/ExternalDataProcessors/ТестоваяОбработка/ТестоваяОбработка.mdo"); @@ -125,6 +169,16 @@ void testReadConfigurationFromFile() { .isInstanceOf(Configuration.class); } + @Test + void testReadConfigurationFromFile32() { + var path = Paths.get("src/test/resources/ext/edt/ssl_3_2/configuration/Configuration.mdo"); + var configuration = MDOReader.readConfiguration(path); + + assertThat(configuration) + .isNotNull() + .isInstanceOf(Configuration.class); + } + @Test void testReadConfigurationFromDesignerFile() { var path = Paths.get("src/test/resources/ext/designer/ssl_3_1/src/Configuration/Configuration.xml"); @@ -135,6 +189,16 @@ void testReadConfigurationFromDesignerFile() { .isInstanceOf(Configuration.class); } + @Test + void testReadConfigurationFromDesignerFile32() { + var path = Paths.get("src/test/resources/ext/designer/ssl_3_2/src/Configuration/Configuration.xml"); + var configuration = MDOReader.readConfiguration(path); + + assertThat(configuration) + .isNotNull() + .isInstanceOf(Configuration.class); + } + @Test void testReadConfigurationWithEmptyPath() { var path = Paths.get(""); diff --git a/src/test/java/com/github/_1c_syntax/bsl/test_utils/MDTestUtils.java b/src/test/java/com/github/_1c_syntax/bsl/test_utils/MDTestUtils.java index 48d6a1532..08ba4fb7a 100644 --- a/src/test/java/com/github/_1c_syntax/bsl/test_utils/MDTestUtils.java +++ b/src/test/java/com/github/_1c_syntax/bsl/test_utils/MDTestUtils.java @@ -39,6 +39,7 @@ import io.github.classgraph.ClassInfo; import lombok.SneakyThrows; import lombok.experimental.UtilityClass; +import lombok.extern.slf4j.Slf4j; import org.junit.jupiter.params.aggregator.ArgumentsAccessor; import org.objenesis.Objenesis; import org.objenesis.ObjenesisStd; @@ -50,6 +51,7 @@ import static org.assertj.core.api.Assertions.assertThat; +@Slf4j @UtilityClass public class MDTestUtils { private static final String EXAMPLES_PATH = "src/test/resources/ext"; @@ -126,6 +128,24 @@ public String createJson(Object obj) { return xstream.toXML(obj); } + /** + * Регенерация fixture JSON для указанного MDO объекта. + * Используется для создания/обновленияfixture при изменении fixtures. + */ + public static void regenerateFixture(String examplePackName, String mdoRef, boolean isEdt, String fixturePostfix) throws java.io.IOException { + var configurationPath = isEdt + ? Path.of(EXAMPLES_PATH, EDT_PATH, examplePackName, EDT_CF_PATH) + : Path.of(EXAMPLES_PATH, DESIGNER_PATH, examplePackName, DESIGNER_CF_PATH); + var mdo = MDOReader.read(configurationPath, mdoRef, MDCReadSettings.DEFAULT); + var json = createJson(mdo); + Path fixturePath = fixturePostfix != null && !fixturePostfix.isEmpty() + ? Path.of(FIXTURES_PATH, examplePackName, mdoRef + fixturePostfix + ".json") + : Path.of(FIXTURES_PATH, examplePackName, mdoRef + ".json"); + Files.writeString(fixturePath, json, StandardCharsets.UTF_8); + LOGGER.info("Regenerated: {}", fixturePath); + LOGGER.info("Size: {} chars, {} lines", json.length(), json.lines().count()); + } + public MD getMDWithSimpleTest(ArgumentsAccessor argumentsAccessor) { var isEDT = argumentsAccessor.getBoolean(0); var examplePackName = argumentsAccessor.getString(1); diff --git a/src/test/resources/ext/designer/ssl_3_1 b/src/test/resources/ext/designer/ssl_3_1 index ae2889316..2572466ea 160000 --- a/src/test/resources/ext/designer/ssl_3_1 +++ b/src/test/resources/ext/designer/ssl_3_1 @@ -1 +1 @@ -Subproject commit ae28893164fde3fef4cb4160088e35940e20696d +Subproject commit 2572466ea7fb0f1c5693c0a13690ceb81aad699c diff --git a/src/test/resources/ext/designer/ssl_3_2 b/src/test/resources/ext/designer/ssl_3_2 new file mode 160000 index 000000000..57d7f6f88 --- /dev/null +++ b/src/test/resources/ext/designer/ssl_3_2 @@ -0,0 +1 @@ +Subproject commit 57d7f6f888f8cc3ace6f1f21f4adcbb590d430fd diff --git a/src/test/resources/ext/edt/ssl_3_1 b/src/test/resources/ext/edt/ssl_3_1 index c3a8a490e..8bb34f6ee 160000 --- a/src/test/resources/ext/edt/ssl_3_1 +++ b/src/test/resources/ext/edt/ssl_3_1 @@ -1 +1 @@ -Subproject commit c3a8a490e608f8534655e4c4926d527dea71e67d +Subproject commit 8bb34f6ee25d8b30c90fb5ec7a6cadb62642cb6d diff --git a/src/test/resources/ext/edt/ssl_3_2 b/src/test/resources/ext/edt/ssl_3_2 new file mode 160000 index 000000000..4b97a76ea --- /dev/null +++ b/src/test/resources/ext/edt/ssl_3_2 @@ -0,0 +1 @@ +Subproject commit 4b97a76ea202a4252d62d5a3944fb84828ceb5f2 diff --git "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" index 994c2cadb..995ae534f 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" @@ -1408,6 +1408,125 @@ "multiLine": false, "extendedEdit": false, "fillFromFillingValue": false + }, + { + "uuid": "d970abc7-4437-4fc4-87d1-bab2ddde8884", + "name": "ДатаПереносаВАрхив", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ДатаПереносаВАрхив", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ДатаПереносаВАрхив" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата переноса в архив" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ee83328e-91d2-4022-b1d3-d7d137098ee9", + "name": "УсловноПеренесенВАрхив", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.УсловноПеренесенВАрхив", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.УсловноПеренесенВАрхив" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условно перенесен в архив" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false } ], [] @@ -2369,6 +2488,27 @@ "dataPath": "Список", "items": [ [ + { + "type": "PICTURE_FIELD", + "id": 127, + "name": "СписокНомерКартинкиЭтоАрхив", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В архиве" + } + } + ] + }, + "dataPath": "Список.НомерКартинкиЭтоАрхив", + "items": [] + }, { "type": "COLUMN_GROUP", "id": 114, diff --git "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" index 570abcc50..d1732d73e 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" @@ -1408,6 +1408,125 @@ "multiLine": false, "extendedEdit": false, "fillFromFillingValue": false + }, + { + "uuid": "d970abc7-4437-4fc4-87d1-bab2ddde8884", + "name": "ДатаПереносаВАрхив", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ДатаПереносаВАрхив", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ДатаПереносаВАрхив" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата переноса в архив" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ee83328e-91d2-4022-b1d3-d7d137098ee9", + "name": "УсловноПеренесенВАрхив", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.УсловноПеренесенВАрхив", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.УсловноПеренесенВАрхив" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условно перенесен в архив" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false } ], [] @@ -2369,6 +2488,27 @@ "dataPath": "Список", "items": [ [ + { + "type": "PICTURE_FIELD", + "id": 127, + "name": "СписокНомерКартинкиЭтоАрхив", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В архиве" + } + } + ] + }, + "dataPath": "Список.НомерКартинкиЭтоАрхив", + "items": [] + }, { "type": "COLUMN_GROUP", "id": 114, diff --git "a/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" "b/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" index 7561ecfc3..c06180a1d 100644 --- "a/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" +++ "b/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" @@ -580,6 +580,14 @@ }, "allow": false }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.МестаХраненияДвоичныхДанных", + "mdoRefRu": "РегистрСведений.МестаХраненияДвоичныхДанных" + }, + "allow": false + }, { "metadata": { "type": "CATALOG", @@ -1204,6 +1212,14 @@ }, "allow": false }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НастройкиОтправкиВГосключ", + "mdoRefRu": "Справочник.НастройкиОтправкиВГосключ" + }, + "allow": false + }, { "metadata": { "type": "INFORMATION_REGISTER", @@ -1220,6 +1236,22 @@ }, "allow": false }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияРезервногоКопированияВстроенногоХранилищаДвоичныхДанных", + "mdoRefRu": "РегистрСведений.ИсторияРезервногоКопированияВстроенногоХранилищаДвоичныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиРаботыСФайловымАрхивом", + "mdoRefRu": "РегистрСведений.НастройкиРаботыСФайловымАрхивом" + }, + "allow": false + }, { "metadata": { "type": "INFORMATION_REGISTER", @@ -2076,6 +2108,14 @@ }, "allow": false }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьГосключ", + "mdoRefRu": "Константа.ИспользоватьГосключ" + }, + "allow": false + }, { "metadata": { "type": "INFORMATION_REGISTER", @@ -2884,6 +2924,14 @@ }, "allow": false }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КвартирыОфисыПомещения", + "mdoRefRu": "РегистрСведений.КвартирыОфисыПомещения" + }, + "allow": false + }, { "metadata": { "type": "CATALOG", @@ -2900,6 +2948,14 @@ }, "allow": false }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ОбщиеНастройкиАвторизацииИнтернетСервисов", + "mdoRefRu": "Справочник.ОбщиеНастройкиАвторизацииИнтернетСервисов" + }, + "allow": false + }, { "metadata": { "type": "INFORMATION_REGISTER", @@ -3644,6 +3700,14 @@ }, "allow": false }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СведенияОХраненииДедуплицированныхФайлов", + "mdoRefRu": "РегистрСведений.СведенияОХраненииДедуплицированныхФайлов" + }, + "allow": false + }, { "metadata": { "type": "INFORMATION_REGISTER", diff --git "a/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" "b/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" index e580c1c55..1571da9a3 100644 --- "a/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" +++ "b/src/test/resources/fixtures/ssl_3_1/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" @@ -580,6 +580,14 @@ }, "allow": false }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.МестаХраненияДвоичныхДанных", + "mdoRefRu": "РегистрСведений.МестаХраненияДвоичныхДанных" + }, + "allow": false + }, { "metadata": { "type": "CATALOG", @@ -1204,6 +1212,14 @@ }, "allow": false }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НастройкиОтправкиВГосключ", + "mdoRefRu": "Справочник.НастройкиОтправкиВГосключ" + }, + "allow": false + }, { "metadata": { "type": "INFORMATION_REGISTER", @@ -1220,6 +1236,22 @@ }, "allow": false }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияРезервногоКопированияВстроенногоХранилищаДвоичныхДанных", + "mdoRefRu": "РегистрСведений.ИсторияРезервногоКопированияВстроенногоХранилищаДвоичныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиРаботыСФайловымАрхивом", + "mdoRefRu": "РегистрСведений.НастройкиРаботыСФайловымАрхивом" + }, + "allow": false + }, { "metadata": { "type": "INFORMATION_REGISTER", @@ -2076,6 +2108,14 @@ }, "allow": false }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьГосключ", + "mdoRefRu": "Константа.ИспользоватьГосключ" + }, + "allow": false + }, { "metadata": { "type": "INFORMATION_REGISTER", @@ -2884,6 +2924,14 @@ }, "allow": false }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КвартирыОфисыПомещения", + "mdoRefRu": "РегистрСведений.КвартирыОфисыПомещения" + }, + "allow": false + }, { "metadata": { "type": "CATALOG", @@ -2900,6 +2948,14 @@ }, "allow": false }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ОбщиеНастройкиАвторизацииИнтернетСервисов", + "mdoRefRu": "Справочник.ОбщиеНастройкиАвторизацииИнтернетСервисов" + }, + "allow": false + }, { "metadata": { "type": "INFORMATION_REGISTER", @@ -3644,6 +3700,14 @@ }, "allow": false }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СведенияОХраненииДедуплицированныхФайлов", + "mdoRefRu": "РегистрСведений.СведенияОХраненииДедуплицированныхФайлов" + }, + "allow": false + }, { "metadata": { "type": "INFORMATION_REGISTER", diff --git "a/src/test/resources/fixtures/ssl_3_1/Roles.\320\221\320\260\320\267\320\276\320\262\321\213\320\265\320\237\321\200\320\260\320\262\320\260\320\221\320\241\320\237.json" "b/src/test/resources/fixtures/ssl_3_1/Roles.\320\221\320\260\320\267\320\276\320\262\321\213\320\265\320\237\321\200\320\260\320\262\320\260\320\221\320\241\320\237.json" index 9258c9528..a4a17689f 100644 --- "a/src/test/resources/fixtures/ssl_3_1/Roles.\320\221\320\260\320\267\320\276\320\262\321\213\320\265\320\237\321\200\320\260\320\262\320\260\320\221\320\241\320\237.json" +++ "b/src/test/resources/fixtures/ssl_3_1/Roles.\320\221\320\260\320\267\320\276\320\262\321\213\320\265\320\237\321\200\320\260\320\262\320\260\320\221\320\241\320\237.json" @@ -426,24 +426,6 @@ } ] }, - { - "name": { - "type": "INFORMATION_REGISTER", - "mdoRef": "InformationRegister.ЗаявленияНаВыпускСертификата", - "mdoRefRu": "РегистрСведений.ЗаявленияНаВыпускСертификата" - }, - "rights": [ - [ - { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" - }, - { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" - } - ], - [] - ] - }, { "name": { "type": "CATALOG", @@ -769,6 +751,24 @@ } ] }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ТекстИнформированияПользователяОНедоступностиФайлаВАрхиве", + "mdoRefRu": "Константа.ТекстИнформированияПользователяОНедоступностиФайлаВАрхиве" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, { "name": { "type": "INFORMATION_REGISTER", @@ -805,6 +805,24 @@ [] ] }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СервисМобильнойПодписиСтатусы", + "mdoRefRu": "РегистрСведений.СервисМобильнойПодписиСтатусы" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, { "name": { "type": "INFORMATION_REGISTER", @@ -901,6 +919,27 @@ } ] }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.НастройкиОтправкиВГосключ", + "mdoRefRu": "Справочник.НастройкиОтправкиВГосключ" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[13]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, { "name": { "type": "COMMON_FORM", @@ -1315,7 +1354,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -1333,7 +1372,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -1492,24 +1531,6 @@ [] ] }, - { - "name": { - "type": "DATA_PROCESSOR", - "mdoRef": "DataProcessor.ЗаявлениеНаВыпускНовогоКвалифицированногоСертификата", - "mdoRefRu": "Обработка.ЗаявлениеНаВыпускНовогоКвалифицированногоСертификата" - }, - "rights": [ - [ - { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" - }, - { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" - } - ], - [] - ] - }, { "name": { "type": "COMMON_FORM", @@ -1670,6 +1691,42 @@ [] ] }, + { + "name": { + "type": "CONFIGURATION", + "mdoRef": "Configuration.БиблиотекаСтандартныхПодсистем", + "mdoRefRu": "Конфигурация.БиблиотекаСтандартныхПодсистем" + }, + "rights": [ + [ + { + "name": "MAIN_WINDOW_MODE_NORMAL", + "value": true + }, + { + "name": "MAIN_WINDOW_MODE_WORKPLACE", + "value": true + }, + { + "name": "MAIN_WINDOW_MODE_EMBEDDED_WORKPLACE", + "value": true + }, + { + "name": "MAIN_WINDOW_MODE_FULLSCREEN_WORKPLACE", + "value": true + }, + { + "name": "MAIN_WINDOW_MODE_KIOSK", + "value": true + }, + { + "name": "ANALYTICS_SYSTEM_CLIENT", + "value": true + } + ], + [] + ] + }, { "name": { "type": "CONSTANT", @@ -1697,7 +1754,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -1740,7 +1797,7 @@ "value": true }, { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[99]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[100]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -1892,7 +1949,7 @@ }, "rights": [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" } ] }, @@ -1923,7 +1980,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -1959,7 +2016,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -2007,7 +2064,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -2037,7 +2094,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -2148,7 +2205,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -2285,27 +2342,21 @@ }, { "name": { - "type": "CONSTANT", - "mdoRef": "Constant.ИспользоватьКомандуЗаметки", - "mdoRefRu": "Константа.ИспользоватьКомандуЗаметки" + "type": "COMMAND", + "mdoRef": "Catalog.ПодписантыСервисаМобильнойПодписи.Command.ПодписантыСервисаМобильнойПодписи", + "mdoRefRu": "Справочник.ПодписантыСервисаМобильнойПодписи.Команда.ПодписантыСервисаМобильнойПодписи" }, "rights": [ - [ - { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" - }, - { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" - } - ], - [] + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } ] }, { "name": { - "type": "CATALOG", - "mdoRef": "Catalog.СертификатыКлючейЭлектроннойПодписиИШифрования", - "mdoRefRu": "Справочник.СертификатыКлючейЭлектроннойПодписиИШифрования" + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьКомандуЗаметки", + "mdoRefRu": "Константа.ИспользоватьКомандуЗаметки" }, "rights": [ [ @@ -2314,9 +2365,6 @@ }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" - }, - { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[13]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" } ], [] @@ -2871,7 +2919,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -2952,7 +3000,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -3084,24 +3132,6 @@ [] ] }, - { - "name": { - "type": "REPORT", - "mdoRef": "Report.СертификатыЭлектроннойПодписи", - "mdoRefRu": "Отчет.СертификатыЭлектроннойПодписи" - }, - "rights": [ - [ - { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" - }, - { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" - } - ], - [] - ] - }, { "name": { "type": "COMMON_FORM", @@ -3380,35 +3410,17 @@ }, { "name": { - "type": "CONFIGURATION", - "mdoRef": "Configuration.БиблиотекаСтандартныхПодсистем", - "mdoRefRu": "Конфигурация.БиблиотекаСтандартныхПодсистем" + "type": "CONSTANT", + "mdoRef": "Constant.НастройкаПодчиненногоУзлаРИБЗавершена", + "mdoRefRu": "Константа.НастройкаПодчиненногоУзлаРИБЗавершена" }, "rights": [ [ { - "name": "MAIN_WINDOW_MODE_NORMAL", - "value": true - }, - { - "name": "MAIN_WINDOW_MODE_WORKPLACE", - "value": true - }, - { - "name": "MAIN_WINDOW_MODE_EMBEDDED_WORKPLACE", - "value": true - }, - { - "name": "MAIN_WINDOW_MODE_FULLSCREEN_WORKPLACE", - "value": true - }, - { - "name": "MAIN_WINDOW_MODE_KIOSK", - "value": true + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { - "name": "ANALYTICS_SYSTEM_CLIENT", - "value": true + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" } ], [] @@ -3416,9 +3428,9 @@ }, { "name": { - "type": "CONSTANT", - "mdoRef": "Constant.НастройкаПодчиненногоУзлаРИБЗавершена", - "mdoRefRu": "Константа.НастройкаПодчиненногоУзлаРИБЗавершена" + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КвартирыОфисыПомещения", + "mdoRefRu": "РегистрСведений.КвартирыОфисыПомещения" }, "rights": [ [ @@ -3588,7 +3600,7 @@ "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[99]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[100]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" } ], [] @@ -3816,7 +3828,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -3936,7 +3948,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -4152,7 +4164,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -4299,7 +4311,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -4539,7 +4551,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -4617,7 +4629,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -4635,7 +4647,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" @@ -4689,7 +4701,7 @@ "rights": [ [ { - "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[33]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[32]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" }, { "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" diff --git "a/src/test/resources/fixtures/ssl_3_2/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265.json" "b/src/test/resources/fixtures/ssl_3_2/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265.json" new file mode 100644 index 000000000..21f1ee8b1 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265.json" @@ -0,0 +1,4049 @@ +{"com.github._1c_syntax.bsl.mdo.BusinessProcess": { + "attributes": [ + [ + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.Started", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.Стартован" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "BUSINESS_PROCESS", + "mdoRef": "BusinessProcess.Задание", + "mdoRefRu": "БизнесПроцесс.Задание" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Стартован", + "nameEn": "Started" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.HeadTask", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.ВедущаяЗадача" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ЗадачаСсылка.ЗадачаИсполнителя", + "nameEn": "TaskRef.ЗадачаИсполнителя" + }, + "variant": "METADATA", + "kind": "TASK" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "ВедущаяЗадача", + "nameEn": "HeadTask" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.Completed", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.Завершен" + }, + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Завершено" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "nameRu": "Завершен", + "nameEn": "Completed" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.Ref", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "БизнесПроцессСсылка.Задание", + "nameEn": "BusinessProcessRef.Задание" + }, + "variant": "METADATA", + "kind": "BUSINESS_PROCESS" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.DeletionMark", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.Date", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.Дата" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "Дата", + "nameEn": "Date" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.Number", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.Номер" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 11, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Номер", + "nameEn": "Number" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a76b1fd1-ba00-40e6-8756-f17fee449818", + "name": "Автор", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Автор", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Автор" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВнешниеПользователи", + "nameEn": "CatalogRef.ВнешниеПользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5c913626-48d1-4e0a-a423-64078ce59c7b", + "name": "Важность", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Важность", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Важность" + }, + "objectBelonging": "OWN", + "comment": "Важность задач точки действия Выполнить для исполнителя", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Важность" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ВариантыВажностиЗадачи", + "nameEn": "EnumRef.ВариантыВажностиЗадачи" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "0a4e6b7a-b380-4547-bc3c-5d6895a5d19a", + "name": "Выполнено", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Выполнено", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Выполнено" + }, + "objectBelonging": "OWN", + "comment": "Результат выполнения задания после завершения бизнес-процесса.", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполнено" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "7b0ec304-1904-413e-a9c6-ff62e87107dd", + "name": "ГлавнаяЗадача", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ГлавнаяЗадача", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ГлавнаяЗадача" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Главная задача" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "d4dd8c96-914d-496f-b735-ef85ec473605", + "name": "ДатаЗавершения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ДатаЗавершения", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ДатаЗавершения" + }, + "objectBelonging": "OWN", + "comment": "Фактическая дата завершения бизнес-процесса", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата завершения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "62517db4-59e6-4945-bcd6-b3f1845572bf", + "name": "Исполнитель", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Исполнитель", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Исполнитель" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Исполнитель" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.РолиИсполнителей", + "nameEn": "CatalogRef.РолиИсполнителей" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a6a9dd40-24cd-4d40-a12d-44f94f8c05a7", + "name": "Наименование", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Наименование", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Наименование" + }, + "objectBelonging": "OWN", + "comment": "АПК:58 - Описание задания", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 250, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f0f72149-0e7f-441a-b70d-8f47d4977927", + "name": "НаПроверке", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.НаПроверке", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.НаПроверке" + }, + "objectBelonging": "OWN", + "comment": "Признак того, что указан проверяющий по задаче", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "На проверке" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "776efc3e-ac27-4550-bafd-6e91aa987af2", + "name": "НомерИтерации", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.НомерИтерации", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.НомерИтерации" + }, + "objectBelonging": "OWN", + "comment": "Количество циклов бизнес-процесса между исполнителем и проверяющим", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер итерации" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "9f478c85-b72c-40ae-aa08-7ddf73b5b15c", + "name": "Подтверждено", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Подтверждено", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Подтверждено" + }, + "objectBelonging": "OWN", + "comment": "Внутреннее состояние бизнес-процесса", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подтверждено" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "cc438366-85ea-48be-8b74-d05cddb1fc51", + "name": "Предмет", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Предмет", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Предмет" + }, + "objectBelonging": "OWN", + "comment": "Объект системы, \"по поводу\" которого был создан бизнес-процесс.", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предмет" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.ПредметЗадачи", + "nameEn": "DefinedType.ПредметЗадачи" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "4688fd3b-4a92-4ed8-b111-0cf22a729b1c", + "name": "Проверяющий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Проверяющий", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Проверяющий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Проверяющий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "92029d1f-0472-4aaa-8fd6-9fb3c3cf414e", + "name": "РезультатВыполнения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.РезультатВыполнения", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.РезультатВыполнения" + }, + "objectBelonging": "OWN", + "comment": "История переписки исполнителя и проверяющего", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Результат выполнения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": true, + "fillFromFillingValue": false + }, + { + "uuid": "3271b800-1825-422f-97bb-757baf403e90", + "name": "Содержание", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Содержание", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Содержание" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Содержание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": true, + "fillFromFillingValue": false + }, + { + "uuid": "6fd6efc1-facc-4ece-a5b3-3dce6acca81d", + "name": "Состояние", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Состояние", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Состояние" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Состояние" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.СостоянияБизнесПроцессов", + "nameEn": "EnumRef.СостоянияБизнесПроцессов" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "4ee82868-7a20-4c3a-91f9-42a6bf53ac37", + "name": "СрокИсполнения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.СрокИсполнения", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.СрокИсполнения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок исполнения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a040c756-4687-4bfd-a690-b122d3c490e5", + "name": "СрокПроверки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.СрокПроверки", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.СрокПроверки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок проверки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "bd5940d5-13fd-4f59-bb6c-614f93f9c8e4", + "name": "АвторСтрокой", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.АвторСтрокой", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.АвторСтрокой" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор строкой" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "961a9801-3956-4ea0-b0d3-908f09bf4929", + "name": "ВнешнееЗадание", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ВнешнееЗадание", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ВнешнееЗадание" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Внешнее задание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "6fac5c14-e126-4342-9078-edf1d0efcbf2", + "name": "ЗадачаИсточник", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ЗадачаИсточник", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ЗадачаИсточник" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задача источник" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "0a3325a1-21c4-4997-882f-4ac2edc175f0", + "name": "СодержаниеПредмета", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.СодержаниеПредмета", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.СодержаниеПредмета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Содержание предмета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "71102d3f-f020-4d6f-9582-9a7eefb4e797", + "name": "ОсновнойОбъектАдресации", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ОсновнойОбъектАдресации", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ОсновнойОбъектАдресации" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основной объект адресации" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "Характеристика.ОбъектыАдресацииЗадач", + "nameEn": "Characteristic.ОбъектыАдресацииЗадач" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "53ef6849-a3f3-4171-9167-f349f2d6a736", + "name": "ОсновнойОбъектАдресацииПроверяющий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ОсновнойОбъектАдресацииПроверяющий", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ОсновнойОбъектАдресацииПроверяющий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основной объект адресации (проверяющий)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3f588bd3-d461-42b7-8ab1-386af6399d56", + "name": "ДополнительныйОбъектАдресации", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ДополнительныйОбъектАдресации", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ДополнительныйОбъектАдресации" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный объект адресации" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c04ff85e-b4af-4a9f-b0e9-c5c65e3d10a1", + "name": "ДополнительныйОбъектАдресацииПроверяющий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ДополнительныйОбъектАдресацииПроверяющий", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ДополнительныйОбъектАдресацииПроверяющий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный объект адресации (проверяющий)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "8c576405-29c1-46b1-ab2e-40e52c21cab0", + "name": "ГруппаИсполнителейЗадач", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ГруппаИсполнителейЗадач", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ГруппаИсполнителейЗадач" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа исполнителей задач" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ГруппыИсполнителейЗадач", + "nameEn": "CatalogRef.ГруппыИсполнителейЗадач" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + } + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b33a89da-8589-4902-83fa-6545e5fce23e", + "name": "ГруппаИсполнителейЗадачПроверяющий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ГруппаИсполнителейЗадачПроверяющий", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ГруппаИсполнителейЗадачПроверяющий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа исполнителей задач (проверяющий)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[26]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Задание", + "explanation": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задание для исполнителя" + } + } + ] + }, + "forms": [ + [ + { + "uuid": "3e2f2ae1-c809-43fc-8276-b0a16a92858c", + "name": "ДействиеПроверить", + "mdoReference": { + "type": "FORM", + "mdoRef": "BusinessProcess.Задание.Form.ДействиеПроверить", + "mdoRefRu": "БизнесПроцесс.Задание.Форма.ДействиеПроверить" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Действие проверить" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/BusinessProcesses/Задание/Forms/Де_ствиеПроверить/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "AfterWriteAtServer", + "name": "ПослеЗаписиНаСервере" + }, + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "event": "OnReadAtServer", + "name": "ПриЧтенииНаСервере" + }, + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + }, + { + "event": "BeforeWriteAtServer", + "name": "ПередЗаписьюНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 134, + "name": "ГруппаСостояние", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[15]/synonym" + }, + "dataPath": "", + "items": [] + }, + { + "type": "PAGES", + "id": 259, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 267, + "name": "СтраницаОписаниеЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание задачи" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 269, + "name": "ГруппаНаименованиеИНомер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование и номер" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 159, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 178, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Number", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" + }, + "dataPath": "ЗаданиеСодержание", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 132, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "dataPath": "ПредметСтрокой", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 273, + "name": "ГруппаПараметрыЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Параметры задачи" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 265, + "name": "ГруппаИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 180, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Важность", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 175, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.СрокИсполнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 271, + "name": "ГруппаПраво", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Право" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 170, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[12]/synonym" + }, + "dataPath": "Исполнитель", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 168, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Автор", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 263, + "name": "СтраницаРезультатВыполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Результат" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 78, + "name": "ОписаниеРезультата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.РезультатВыполнения", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 275, + "name": "ГруппаДатыИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Даты исполнения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 55, + "name": "ДатаИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата проверки" + } + } + ] + }, + "dataPath": "Объект.ДатаИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 183, + "name": "СрокНачалаИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ДатаНачала", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 226, + "name": "ИсторияВыполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "История выполнения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 126, + "name": "РезультатВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ЗаданиеРезультатВыполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 173, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Date", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ЗадачаОбъект.ЗадачаИсполнителя", + "nameEn": "TaskObject.ЗадачаИсполнителя" + }, + "variant": "METADATA", + "kind": "TASK" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "НачальныйПризнакВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "ПредметСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 5, + "name": "ТекущийПользователь", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 6, + "name": "ЗаданиеСодержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 7, + "name": "ЗаданиеВыполнено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 8, + "name": "ЗаданиеРезультатВыполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "История сообщений" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 9, + "name": "ЗаданиеПодтверждено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 10, + "name": "ЗаданиеСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" + } + }, + { + "id": 4, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[3]" + } + } + ], + "composite": true, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "f0620d5a-e1fe-419f-af37-e0f462f97e8d", + "name": "ДействиеВыполнить", + "mdoReference": { + "type": "FORM", + "mdoRef": "BusinessProcess.Задание.Form.ДействиеВыполнить", + "mdoRefRu": "БизнесПроцесс.Задание.Форма.ДействиеВыполнить" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Действие выполнить" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/BusinessProcesses/Задание/Forms/Де_ствиеВыполнить/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[3]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[5]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[6]" + } + ], + [] + ], + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 232, + "name": "ГруппаКоманднаяПанель", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 131, + "name": "ГруппаСостояние", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[15]/synonym" + }, + "dataPath": "", + "items": [] + }, + { + "type": "PAGES", + "id": 201, + "name": "Страницы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 226, + "name": "ГруппаОЗадаче", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 244, + "name": "ГруппаНаименованиеИНомер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 156, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 149, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Number", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" + }, + "dataPath": "ЗаданиеСодержание", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 129, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "dataPath": "ПредметСтрокой", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 248, + "name": "ГруппаПараметрыЗадачи", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 246, + "name": "ГруппаЛево", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Лево" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 16, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Важность", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 163, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "Исполнитель", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 242, + "name": "ГруппаПраво", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 12, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.СрокИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 161, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Автор", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 240, + "name": "СтраницаРезультатВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 78, + "name": "ОписаниеРезультата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/synonym" + }, + "dataPath": "Объект.РезультатВыполнения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 55, + "name": "ДатаИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата выполнения" + } + } + ] + }, + "dataPath": "Объект.ДатаИсполнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 205, + "name": "СтраницаИсторияВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 126, + "name": "РезультатВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ЗаданиеРезультатВыполнения", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 252, + "name": "ГруппаДатыВыполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Даты выполнения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 119, + "name": "СрокНачалаИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ДатаНачала", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 152, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Date", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "НачальныйПризнакВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "ПредметСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 5, + "name": "ТекущийПользователь", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 7, + "name": "ЗаданиеВыполнено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 6, + "name": "ЗаданиеСодержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 8, + "name": "ЗаданиеРезультатВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 4, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "b58942ca-1367-4e1d-b5b4-7d973d0fecd8", + "name": "ФормаБизнесПроцесса", + "mdoReference": { + "type": "FORM", + "mdoRef": "BusinessProcess.Задание.Form.ФормаБизнесПроцесса", + "mdoRefRu": "БизнесПроцесс.Задание.Форма.ФормаБизнесПроцесса" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма бизнес-процесса" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/BusinessProcesses/Задание/Forms/ФормаБизнесПроцесса/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "AfterWrite", + "name": "ПослеЗаписи" + }, + { + "event": "ChoiceProcessing", + "name": "ОбработкаВыбора" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[3]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[5]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[6]" + }, + { + "event": "OnWriteAtServer", + "name": "ПриЗаписиНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 92, + "name": "ГруппаСостояние", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[15]/synonym" + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_FIELD", + "id": 155, + "name": "ИнфоНадписьЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Инфо надпись заголовок" + } + } + ] + }, + "dataPath": "ИнфоНадписьЗаголовок", + "items": [] + } + ] + }, + { + "type": "PAGES", + "id": 182, + "name": "Страницы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 184, + "name": "СтраницаОписаниеЗадания", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание задания" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 194, + "name": "ГруппаЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 19, + "name": "ЗаголовокЗадания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Наименование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 103, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Number", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 17, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" + }, + "dataPath": "Объект.Содержание", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 200, + "name": "ГруппаОсновнаяИнформация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основная информация" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 176, + "name": "ГруппаИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 69, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Исполнитель", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 21, + "name": "СрокИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок выполнения" + } + } + ] + }, + "dataPath": "Объект.СрокИсполнения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 57, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Важность", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 54, + "name": "НаПроверке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Проверить выполнение:" + } + } + ] + }, + "dataPath": "Объект.НаПроверке", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 198, + "name": "ГруппаПроверка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Проверка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 14, + "name": "Проверяющий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Проверяющий", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 23, + "name": "СрокПроверки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.СрокПроверки", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 190, + "name": "СтраницаДополнительно", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительно" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 86, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "dataPath": "ПредметСтрокой", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 99, + "name": "ГлавнаяЗадача", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[4]/synonym" + }, + "dataPath": "ГлавнаяЗадачаСтрокой", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 79, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Автор", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 97, + "name": "Дата", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Начато" + } + } + ] + }, + "dataPath": "Объект.Date", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "БизнесПроцессОбъект.Задание", + "nameEn": "BusinessProcessObject.Задание" + }, + "variant": "METADATA", + "kind": "BUSINESS_PROCESS" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "НачальныйПризнакСтарта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "ПредметСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 4, + "name": "ГлавнаяЗадачаСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[4]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 5, + "name": "ИнфоНадписьЗаголовок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "FORMATTED_STRING" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 6, + "name": "Отложен", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 7, + "name": "ДатаОтложенногоСтарта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + } + }, + { + "id": 8, + "name": "ИспользоватьДатуИВремяВСрокахЗадач", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 9, + "name": "ИспользоватьПодчиненныеБизнесПроцессы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 10, + "name": "ИзменятьЗаданияЗаднимЧислом", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "1a7c7427-bead-4655-9dd6-df6e722663c5", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "BusinessProcess.Задание.Form.ФормаСписка", + "mdoRefRu": "БизнесПроцесс.Задание.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/BusinessProcesses/Задание/Forms/ФормаСписка/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "OnLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[5]" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 21, + "name": "ГруппаПоРеквизитам", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отборы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 14, + "name": "ПоАвтору", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "dataPath": "ПоАвтору", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 17, + "name": "ПоИсполнителю", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "ПоИсполнителю", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 19, + "name": "ПоПроверяющему", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[12]/synonym" + }, + "dataPath": "ПоПроверяющему", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 92, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 24, + "name": "ВажностьКартинка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "Список.ВажностьКартинка", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 4, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 26, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Наименование", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 32, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Предмет", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 28, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Содержание", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 6, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 42, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.СрокИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 44, + "name": "СрокПроверки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.СрокПроверки", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 38, + "name": "ДатаЗавершения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/synonym" + }, + "dataPath": "Список.ДатаЗавершения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 10, + "name": "ВедущаяЗадача", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.HeadTask", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 30, + "name": "НомерИтерации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.НомерИтерации", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 34, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 36, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Исполнитель", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 55, + "name": "НаПроверке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.НаПроверке", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 40, + "name": "Проверяющий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Проверяющий", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 89, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ПоАвтору", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 3, + "name": "ПоИсполнителю", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 4, + "name": "ПоПроверяющему", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[12]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 5, + "name": "ПоказыватьЗавершенныеЗадания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 6, + "name": "ПоказыватьОстановленные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "BUSINESS_PROCESS", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/BusinessProcesses/Задание/Ext/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/BusinessProcesses/Задание/Ext/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/BusinessProcesses/Задание/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/BusinessProcesses/Задание/Ext/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "Задание", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 24, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "START", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_START", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_ACTIVATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "tabularSections": [], + "task": { + "type": "TASK", + "mdoRef": "Task.ЗадачаИсполнителя", + "mdoRefRu": "Задача.ЗадачаИсполнителя" + }, + "templates": [], + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265_edt.json" "b/src/test/resources/fixtures/ssl_3_2/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265_edt.json" new file mode 100644 index 000000000..f9f1545d3 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/BusinessProcesses.\320\227\320\260\320\264\320\260\320\275\320\270\320\265_edt.json" @@ -0,0 +1,4011 @@ +{"com.github._1c_syntax.bsl.mdo.BusinessProcess": { + "attributes": [ + [ + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.Started", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.Стартован" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "BUSINESS_PROCESS", + "mdoRef": "BusinessProcess.Задание", + "mdoRefRu": "БизнесПроцесс.Задание" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Стартован", + "nameEn": "Started" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.HeadTask", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.ВедущаяЗадача" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ЗадачаСсылка.ЗадачаИсполнителя", + "nameEn": "TaskRef.ЗадачаИсполнителя" + }, + "variant": "METADATA", + "kind": "TASK" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "ВедущаяЗадача", + "nameEn": "HeadTask" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.Completed", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.Завершен" + }, + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Завершено" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "nameRu": "Завершен", + "nameEn": "Completed" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.Ref", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "БизнесПроцессСсылка.Задание", + "nameEn": "BusinessProcessRef.Задание" + }, + "variant": "METADATA", + "kind": "BUSINESS_PROCESS" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.DeletionMark", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.Date", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.Дата" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "Дата", + "nameEn": "Date" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.StandardAttribute.Number", + "mdoRefRu": "БизнесПроцесс.Задание.СтандартныйРеквизит.Номер" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 11, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Номер", + "nameEn": "Number" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a76b1fd1-ba00-40e6-8756-f17fee449818", + "name": "Автор", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Автор", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Автор" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВнешниеПользователи", + "nameEn": "CatalogRef.ВнешниеПользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5c913626-48d1-4e0a-a423-64078ce59c7b", + "name": "Важность", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Важность", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Важность" + }, + "objectBelonging": "OWN", + "comment": "Важность задач точки действия Выполнить для исполнителя", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Важность" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ВариантыВажностиЗадачи", + "nameEn": "EnumRef.ВариантыВажностиЗадачи" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "0a4e6b7a-b380-4547-bc3c-5d6895a5d19a", + "name": "Выполнено", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Выполнено", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Выполнено" + }, + "objectBelonging": "OWN", + "comment": "Результат выполнения задания после завершения бизнес-процесса.", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполнено" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "7b0ec304-1904-413e-a9c6-ff62e87107dd", + "name": "ГлавнаяЗадача", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ГлавнаяЗадача", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ГлавнаяЗадача" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Главная задача" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "d4dd8c96-914d-496f-b735-ef85ec473605", + "name": "ДатаЗавершения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ДатаЗавершения", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ДатаЗавершения" + }, + "objectBelonging": "OWN", + "comment": "Фактическая дата завершения бизнес-процесса", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата завершения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "62517db4-59e6-4945-bcd6-b3f1845572bf", + "name": "Исполнитель", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Исполнитель", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Исполнитель" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Исполнитель" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.РолиИсполнителей", + "nameEn": "CatalogRef.РолиИсполнителей" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a6a9dd40-24cd-4d40-a12d-44f94f8c05a7", + "name": "Наименование", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Наименование", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Наименование" + }, + "objectBelonging": "OWN", + "comment": "АПК:58 - Описание задания", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 250, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f0f72149-0e7f-441a-b70d-8f47d4977927", + "name": "НаПроверке", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.НаПроверке", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.НаПроверке" + }, + "objectBelonging": "OWN", + "comment": "Признак того, что указан проверяющий по задаче", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "На проверке" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "776efc3e-ac27-4550-bafd-6e91aa987af2", + "name": "НомерИтерации", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.НомерИтерации", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.НомерИтерации" + }, + "objectBelonging": "OWN", + "comment": "Количество циклов бизнес-процесса между исполнителем и проверяющим", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер итерации" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "9f478c85-b72c-40ae-aa08-7ddf73b5b15c", + "name": "Подтверждено", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Подтверждено", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Подтверждено" + }, + "objectBelonging": "OWN", + "comment": "Внутреннее состояние бизнес-процесса", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подтверждено" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "cc438366-85ea-48be-8b74-d05cddb1fc51", + "name": "Предмет", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Предмет", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Предмет" + }, + "objectBelonging": "OWN", + "comment": "Объект системы, \"по поводу\" которого был создан бизнес-процесс.", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предмет" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.ПредметЗадачи", + "nameEn": "DefinedType.ПредметЗадачи" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "4688fd3b-4a92-4ed8-b111-0cf22a729b1c", + "name": "Проверяющий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Проверяющий", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Проверяющий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Проверяющий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "92029d1f-0472-4aaa-8fd6-9fb3c3cf414e", + "name": "РезультатВыполнения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.РезультатВыполнения", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.РезультатВыполнения" + }, + "objectBelonging": "OWN", + "comment": "История переписки исполнителя и проверяющего", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Результат выполнения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": true, + "fillFromFillingValue": false + }, + { + "uuid": "3271b800-1825-422f-97bb-757baf403e90", + "name": "Содержание", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Содержание", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Содержание" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Содержание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": true, + "fillFromFillingValue": false + }, + { + "uuid": "6fd6efc1-facc-4ece-a5b3-3dce6acca81d", + "name": "Состояние", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.Состояние", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.Состояние" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Состояние" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.СостоянияБизнесПроцессов", + "nameEn": "EnumRef.СостоянияБизнесПроцессов" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "4ee82868-7a20-4c3a-91f9-42a6bf53ac37", + "name": "СрокИсполнения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.СрокИсполнения", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.СрокИсполнения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок исполнения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a040c756-4687-4bfd-a690-b122d3c490e5", + "name": "СрокПроверки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.СрокПроверки", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.СрокПроверки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок проверки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "bd5940d5-13fd-4f59-bb6c-614f93f9c8e4", + "name": "АвторСтрокой", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.АвторСтрокой", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.АвторСтрокой" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор строкой" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "961a9801-3956-4ea0-b0d3-908f09bf4929", + "name": "ВнешнееЗадание", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ВнешнееЗадание", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ВнешнееЗадание" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Внешнее задание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "6fac5c14-e126-4342-9078-edf1d0efcbf2", + "name": "ЗадачаИсточник", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ЗадачаИсточник", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ЗадачаИсточник" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задача источник" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "0a3325a1-21c4-4997-882f-4ac2edc175f0", + "name": "СодержаниеПредмета", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.СодержаниеПредмета", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.СодержаниеПредмета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Содержание предмета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "71102d3f-f020-4d6f-9582-9a7eefb4e797", + "name": "ОсновнойОбъектАдресации", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ОсновнойОбъектАдресации", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ОсновнойОбъектАдресации" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основной объект адресации" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "Характеристика.ОбъектыАдресацииЗадач", + "nameEn": "Characteristic.ОбъектыАдресацииЗадач" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "53ef6849-a3f3-4171-9167-f349f2d6a736", + "name": "ОсновнойОбъектАдресацииПроверяющий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ОсновнойОбъектАдресацииПроверяющий", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ОсновнойОбъектАдресацииПроверяющий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основной объект адресации (проверяющий)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3f588bd3-d461-42b7-8ab1-386af6399d56", + "name": "ДополнительныйОбъектАдресации", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ДополнительныйОбъектАдресации", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ДополнительныйОбъектАдресации" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный объект адресации" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c04ff85e-b4af-4a9f-b0e9-c5c65e3d10a1", + "name": "ДополнительныйОбъектАдресацииПроверяющий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ДополнительныйОбъектАдресацииПроверяющий", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ДополнительныйОбъектАдресацииПроверяющий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный объект адресации (проверяющий)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "8c576405-29c1-46b1-ab2e-40e52c21cab0", + "name": "ГруппаИсполнителейЗадач", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ГруппаИсполнителейЗадач", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ГруппаИсполнителейЗадач" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа исполнителей задач" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ГруппыИсполнителейЗадач", + "nameEn": "CatalogRef.ГруппыИсполнителейЗадач" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + } + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b33a89da-8589-4902-83fa-6545e5fce23e", + "name": "ГруппаИсполнителейЗадачПроверяющий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "BusinessProcess.Задание.Attribute.ГруппаИсполнителейЗадачПроверяющий", + "mdoRefRu": "БизнесПроцесс.Задание.Реквизит.ГруппаИсполнителейЗадачПроверяющий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа исполнителей задач (проверяющий)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[26]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Задание", + "explanation": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задание для исполнителя" + } + } + ] + }, + "forms": [ + [ + { + "uuid": "3e2f2ae1-c809-43fc-8276-b0a16a92858c", + "name": "ДействиеПроверить", + "mdoReference": { + "type": "FORM", + "mdoRef": "BusinessProcess.Задание.Form.ДействиеПроверить", + "mdoRefRu": "БизнесПроцесс.Задание.Форма.ДействиеПроверить" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Действие проверить" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/BusinessProcesses/Задание/Forms/Де_ствиеПроверить/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 134, + "name": "ГруппаСостояние", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[15]/synonym" + }, + "dataPath": "", + "items": [] + }, + { + "type": "PAGES", + "id": 259, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 267, + "name": "СтраницаОписаниеЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание задачи" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 269, + "name": "ГруппаНаименованиеИНомер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование и номер" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 159, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 178, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Number", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" + }, + "dataPath": "ЗаданиеСодержание", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 132, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "dataPath": "ПредметСтрокой", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 273, + "name": "ГруппаПараметрыЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Параметры задачи" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 265, + "name": "ГруппаИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 180, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Важность", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 175, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.СрокИсполнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 271, + "name": "ГруппаПраво", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Право" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 170, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[12]/synonym" + }, + "dataPath": "Исполнитель", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 168, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Автор", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 263, + "name": "СтраницаРезультатВыполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Результат" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 78, + "name": "ОписаниеРезультата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.РезультатВыполнения", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 275, + "name": "ГруппаДатыИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Даты исполнения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 55, + "name": "ДатаИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата проверки" + } + } + ] + }, + "dataPath": "Объект.ДатаИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 183, + "name": "СрокНачалаИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ДатаНачала", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 226, + "name": "ИсторияВыполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "История выполнения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 126, + "name": "РезультатВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ЗаданиеРезультатВыполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 173, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Date", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ЗадачаОбъект.ЗадачаИсполнителя", + "nameEn": "TaskObject.ЗадачаИсполнителя" + }, + "variant": "METADATA", + "kind": "TASK" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "НачальныйПризнакВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "ПредметСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 5, + "name": "ТекущийПользователь", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 6, + "name": "ЗаданиеСодержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 7, + "name": "ЗаданиеВыполнено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 8, + "name": "ЗаданиеРезультатВыполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "История сообщений" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 9, + "name": "ЗаданиеПодтверждено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 10, + "name": "ЗаданиеСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" + } + }, + { + "id": 4, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[3]" + } + } + ], + "composite": true, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "f0620d5a-e1fe-419f-af37-e0f462f97e8d", + "name": "ДействиеВыполнить", + "mdoReference": { + "type": "FORM", + "mdoRef": "BusinessProcess.Задание.Form.ДействиеВыполнить", + "mdoRefRu": "БизнесПроцесс.Задание.Форма.ДействиеВыполнить" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Действие выполнить" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/BusinessProcesses/Задание/Forms/Де_ствиеВыполнить/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[3]" + } + ], + [] + ], + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 232, + "name": "ГруппаКоманднаяПанель", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 131, + "name": "ГруппаСостояние", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[15]/synonym" + }, + "dataPath": "", + "items": [] + }, + { + "type": "PAGES", + "id": 201, + "name": "Страницы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 226, + "name": "ГруппаОЗадаче", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 244, + "name": "ГруппаНаименованиеИНомер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 156, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 149, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Number", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" + }, + "dataPath": "ЗаданиеСодержание", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 129, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "dataPath": "ПредметСтрокой", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 248, + "name": "ГруппаПараметрыЗадачи", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 246, + "name": "ГруппаЛево", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Лево" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 16, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Важность", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 163, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "Исполнитель", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 242, + "name": "ГруппаПраво", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 12, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.СрокИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 161, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Автор", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 240, + "name": "СтраницаРезультатВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 78, + "name": "ОписаниеРезультата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/synonym" + }, + "dataPath": "Объект.РезультатВыполнения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 55, + "name": "ДатаИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата выполнения" + } + } + ] + }, + "dataPath": "Объект.ДатаИсполнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 205, + "name": "СтраницаИсторияВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 126, + "name": "РезультатВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ЗаданиеРезультатВыполнения", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 252, + "name": "ГруппаДатыВыполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Даты выполнения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 119, + "name": "СрокНачалаИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ДатаНачала", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 152, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Date", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "НачальныйПризнакВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "ПредметСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 5, + "name": "ТекущийПользователь", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 7, + "name": "ЗаданиеВыполнено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 6, + "name": "ЗаданиеСодержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 8, + "name": "ЗаданиеРезультатВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 4, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "b58942ca-1367-4e1d-b5b4-7d973d0fecd8", + "name": "ФормаБизнесПроцесса", + "mdoReference": { + "type": "FORM", + "mdoRef": "BusinessProcess.Задание.Form.ФормаБизнесПроцесса", + "mdoRefRu": "БизнесПроцесс.Задание.Форма.ФормаБизнесПроцесса" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма бизнес-процесса" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/BusinessProcesses/Задание/Forms/ФормаБизнесПроцесса/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "ChoiceProcessing", + "name": "ОбработкаВыбора" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[3]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 92, + "name": "ГруппаСостояние", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[15]/synonym" + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_FIELD", + "id": 155, + "name": "ИнфоНадписьЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Инфо надпись заголовок" + } + } + ] + }, + "dataPath": "ИнфоНадписьЗаголовок", + "items": [] + } + ] + }, + { + "type": "PAGES", + "id": 182, + "name": "Страницы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 184, + "name": "СтраницаОписаниеЗадания", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание задания" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 194, + "name": "ГруппаЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 19, + "name": "ЗаголовокЗадания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Наименование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 103, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Number", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 17, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[14]/synonym" + }, + "dataPath": "Объект.Содержание", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 200, + "name": "ГруппаОсновнаяИнформация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основная информация" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 176, + "name": "ГруппаИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 69, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Исполнитель", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 21, + "name": "СрокИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок выполнения" + } + } + ] + }, + "dataPath": "Объект.СрокИсполнения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 57, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Важность", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 54, + "name": "НаПроверке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Проверить выполнение:" + } + } + ] + }, + "dataPath": "Объект.НаПроверке", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 198, + "name": "ГруппаПроверка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Проверка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 14, + "name": "Проверяющий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Проверяющий", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 23, + "name": "СрокПроверки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.СрокПроверки", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 190, + "name": "СтраницаДополнительно", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительно" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 86, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "dataPath": "ПредметСтрокой", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 99, + "name": "ГлавнаяЗадача", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[4]/synonym" + }, + "dataPath": "ГлавнаяЗадачаСтрокой", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 79, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Автор", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 97, + "name": "Дата", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Начато" + } + } + ] + }, + "dataPath": "Объект.Date", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "БизнесПроцессОбъект.Задание", + "nameEn": "BusinessProcessObject.Задание" + }, + "variant": "METADATA", + "kind": "BUSINESS_PROCESS" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "НачальныйПризнакСтарта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "ПредметСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 4, + "name": "ГлавнаяЗадачаСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[4]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + } + }, + { + "id": 5, + "name": "ИнфоНадписьЗаголовок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "FORMATTED_STRING" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 6, + "name": "Отложен", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 7, + "name": "ДатаОтложенногоСтарта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + } + }, + { + "id": 8, + "name": "ИспользоватьДатуИВремяВСрокахЗадач", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 9, + "name": "ИспользоватьПодчиненныеБизнесПроцессы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 10, + "name": "ИзменятьЗаданияЗаднимЧислом", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "1a7c7427-bead-4655-9dd6-df6e722663c5", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "BusinessProcess.Задание.Form.ФормаСписка", + "mdoRefRu": "БизнесПроцесс.Задание.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/BusinessProcesses/Задание/Forms/ФормаСписка/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "OnLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[3]" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 21, + "name": "ГруппаПоРеквизитам", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отборы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 14, + "name": "ПоАвтору", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "dataPath": "ПоАвтору", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 17, + "name": "ПоИсполнителю", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "ПоИсполнителю", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 19, + "name": "ПоПроверяющему", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[12]/synonym" + }, + "dataPath": "ПоПроверяющему", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 92, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 24, + "name": "ВажностьКартинка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "Список.ВажностьКартинка", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 4, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 26, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Наименование", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 32, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Предмет", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 28, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Содержание", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 6, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 42, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.СрокИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 44, + "name": "СрокПроверки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.СрокПроверки", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 38, + "name": "ДатаЗавершения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/synonym" + }, + "dataPath": "Список.ДатаЗавершения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 10, + "name": "ВедущаяЗадача", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.HeadTask", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 30, + "name": "НомерИтерации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.НомерИтерации", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 34, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 36, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Исполнитель", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 55, + "name": "НаПроверке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.НаПроверке", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 40, + "name": "Проверяющий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Проверяющий", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 89, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ПоАвтору", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 3, + "name": "ПоИсполнителю", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 4, + "name": "ПоПроверяющему", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[12]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 5, + "name": "ПоказыватьЗавершенныеЗадания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 6, + "name": "ПоказыватьОстановленные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "BUSINESS_PROCESS", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/BusinessProcesses/Задание/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/BusinessProcesses/Задание/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/BusinessProcesses/Задание/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/BusinessProcesses/Задание/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "Задание", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 24, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "START", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_START", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_ACTIVATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.BusinessProcess/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "tabularSections": [], + "task": { + "type": "TASK", + "mdoRef": "Task.ЗадачаИсполнителя", + "mdoRefRu": "Задача.ЗадачаИсполнителя" + }, + "templates": [], + "uuid": "dad11c2e-08fc-4a6b-8829-8be6c64c15fc" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" "b/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" new file mode 100644 index 000000000..bb79716b1 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262.json" @@ -0,0 +1,2384 @@ +{"com.github._1c_syntax.bsl.mdo.Catalog": { + "attributes": [ + [ + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.PredefinedDataName", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.ИмяПредопределенныхДанных" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "CATALOG", + "mdoRef": "Catalog.ВерсииФайлов", + "mdoRefRu": "Справочник.ВерсииФайлов" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "ИмяПредопределенныхДанных", + "nameEn": "PredefinedDataName" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Predefined", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Предопределенный" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Предопределенный", + "nameEn": "Predefined" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Ref", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВерсииФайлов", + "nameEn": "CatalogRef.ВерсииФайлов" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.DeletionMark", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.IsFolder", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.ЭтоГруппа" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "fullName": { + "nameRu": "ЭтоГруппа", + "nameEn": "IsFolder" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Owner", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Владелец" + }, + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Файл" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Файлы", + "nameEn": "CatalogRef.Файлы" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Владелец", + "nameEn": "Owner" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Parent", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Родитель" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "fullName": { + "nameRu": "Родитель", + "nameEn": "Parent" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Description", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Наименование" + }, + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Краткое наименование" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Наименование", + "nameEn": "Description" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Code", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Код" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 11, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Код", + "nameEn": "Code" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5030a318-f8f7-4ec7-80d6-6eee0772562f", + "name": "Автор", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.Автор", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.Автор" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВнешниеПользователи", + "nameEn": "CatalogRef.ВнешниеПользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.УчетныеЗаписиСинхронизацииФайлов", + "nameEn": "CatalogRef.УчетныеЗаписиСинхронизацииФайлов" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "242e911d-e49c-4b8a-8543-cc2e079220fd", + "name": "ДатаМодификацииУниверсальная", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ДатаМодификацииУниверсальная", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ДатаМодификацииУниверсальная" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата изменения (универсальное время)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "9ea39d31-3775-4fb8-a3f3-202e54354d49", + "name": "ДатаМодификацииФайла", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ДатаМодификацииФайла", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ДатаМодификацииФайла" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата изменения (местное время)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73044e20-148c-46e9-b5b5-973c91de0d61", + "name": "ДатаСоздания", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ДатаСоздания", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ДатаСоздания" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата создания" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "24cff6c8-6c20-4383-b97c-6afa52738960", + "name": "ИндексКартинки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ИндексКартинки", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ИндексКартинки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Индекс значка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": false, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "462e2694-750d-49ef-93ac-17a7779be68d", + "name": "Комментарий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.Комментарий", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.Комментарий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Комментарий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c24ff02e-5afc-45df-81cf-64ea2b261c2d", + "name": "НомерВерсии", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.НомерВерсии", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.НомерВерсии" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5d9d88ea-b2e4-425c-bb4d-a005e867d56c", + "name": "ПутьКФайлу", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ПутьКФайлу", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ПутьКФайлу" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Путь к файлу" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b76d342c-0f9d-4eb0-b49e-a9f472a4dd0d", + "name": "Размер", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.Размер", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.Размер" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Размер (байт)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "85639a53-b367-49ce-84f2-4e21d81c489b", + "name": "Расширение", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.Расширение", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.Расширение" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Расширение" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 10, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "24b59586-178e-4efc-90ae-529553f3bb6c", + "name": "РодительскаяВерсия", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.РодительскаяВерсия", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.РодительскаяВерсия" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Родительская версия" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "20e75dd5-222a-4100-aa43-3684991e3f21", + "name": "СтатусИзвлеченияТекста", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.СтатусИзвлеченияТекста", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.СтатусИзвлеченияТекста" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статус извлечения текста" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.СтатусыИзвлеченияТекстаФайлов", + "nameEn": "EnumRef.СтатусыИзвлеченияТекстаФайлов" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3c611832-4bc2-4229-a27d-d5dc82f3a498", + "name": "ТекстХранилище", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ТекстХранилище", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ТекстХранилище" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Текст" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "50e9eb52-02e3-44ff-9c9e-e76dbe38da63", + "name": "ТипХраненияФайла", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ТипХраненияФайла", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ТипХраненияФайла" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип хранения версии файла" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ТипыХраненияФайлов", + "nameEn": "EnumRef.ТипыХраненияФайлов" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5dadc422-1fbd-4918-9db3-09ec72c3404e", + "name": "Том", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.Том", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.Том" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Том" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ТомаХраненияФайлов", + "nameEn": "CatalogRef.ТомаХраненияФайлов" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ffdaf8a0-7a8f-4756-bdfc-a0c6ae6c3869", + "name": "ФайлХранилище", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ФайлХранилище", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ФайлХранилище" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Временное хранилище версии файла" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "d970abc7-4437-4fc4-87d1-bab2ddde8884", + "name": "ДатаПереносаВАрхив", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ДатаПереносаВАрхив", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ДатаПереносаВАрхив" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата переноса в архив" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ee83328e-91d2-4022-b1d3-d7d137098ee9", + "name": "УсловноПеренесенВАрхив", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.УсловноПеренесенВАрхив", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.УсловноПеренесенВАрхив" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условно перенесен в архив" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "checkUnique": true, + "codeSeries": "WITHIN_OWNER_SUBORDINATION", + "commands": [], + "comment": "", + "description": "Версии файлов", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + [ + { + "uuid": "b2e656c1-f4ff-4d95-b066-4ee11ce4dea8", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.ВерсииФайлов.Form.ФормаСписка", + "mdoRefRu": "Справочник.ВерсииФайлов.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/ВерсииФа_лов/Forms/ФормаСписка/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 51, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 64, + "name": "ГруппаВертикально", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вертикально" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 66, + "name": "ГруппаОсновное", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "LABEL_FIELD", + "id": 8, + "name": "СписокПолноеНаименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование" + } + } + ] + }, + "dataPath": "Список.Наименование", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 26, + "name": "СписокНомерВерсии", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.НомерВерсии", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 16, + "name": "СписокВладелец", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Владелец", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 18, + "name": "СписокАвтор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 22, + "name": "СписокДатаСоздания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ДатаСоздания", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 20, + "name": "СписокКомментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "Список.Комментарий", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 30, + "name": "СписокРасширение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Расширение", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 24, + "name": "СписокРазмер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Размер", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 48, + "name": "СписокСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ссылка", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "2d86d1fc-5367-47b8-804e-7f9c5fc8f3b1", + "name": "ФормаВыбора", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.ВерсииФайлов.Form.ФормаВыбора", + "mdoRefRu": "Справочник.ВерсииФайлов.Форма.ФормаВыбора" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма выбора" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/ВерсииФа_лов/Forms/ФормаВыбора/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор версии файла" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 35, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 2, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 110, + "name": "ГруппаФайлКомментарий", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Файл, комментарий" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 39, + "name": "СписокВладелец", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Владелец", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 55, + "name": "Комментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Комментарий", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 19, + "name": "СписокНомерВерсии", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.НомерВерсии", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 21, + "name": "СписокАвтор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 23, + "name": "СписокДатаСоздания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ДатаСоздания", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 25, + "name": "СписокРазмер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Размер", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 32, + "name": "СписокСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ссылка", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 51, + "name": "ГруппаВертикально", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 53, + "name": "ГруппаОсновное", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "aa299fc6-051f-487c-ada4-451e08c4763c", + "name": "ВерсииФайла", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.ВерсииФайлов.Form.ВерсииФайла", + "mdoRefRu": "Справочник.ВерсииФайлов.Форма.ВерсииФайла" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Версии файла" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/ВерсииФа_лов/Forms/ВерсииФа_ла/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + { + "type": "TABLE", + "id": 2, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 149, + "name": "СписокНомерКартинкиЭтоАрхив", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В архиве" + } + } + ] + }, + "dataPath": "Список.НомерКартинкиЭтоАрхив", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 49, + "name": "СписокАвтор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 47, + "name": "СписокВладелец", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Владелец", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 57, + "name": "СписокНомерВерсии", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.НомерВерсии", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 53, + "name": "СписокДатаСоздания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ДатаСоздания", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 55, + "name": "СписокРазмер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Размер", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 51, + "name": "СписокКомментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "Список.Комментарий", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 59, + "name": "СписокСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ссылка", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 2, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 3, + "name": "УникальныйИдентификаторКарточкиФайла", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "UUID" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 1, + "name": "ВладелецВерсии", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.MDOValueType": "CATALOG_REF" + } + ], + "composite": true, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "CATALOG", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/ВерсииФа_лов/Ext/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/ВерсииФа_лов/Ext/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/ВерсииФа_лов/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/ВерсииФа_лов/Ext/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ВерсииФайлов", + "objectBelonging": "OWN", + "owners": [ + { + "type": "CATALOG", + "mdoRef": "Catalog.Файлы", + "mdoRefRu": "Справочник.Файлы" + } + ], + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 25, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "predefinedValues": [], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Версии файлов" + } + } + ] + }, + "tabularSections": [], + "templates": [], + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" "b/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" new file mode 100644 index 000000000..2cbcacc27 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\222\320\265\321\200\321\201\320\270\320\270\320\244\320\260\320\271\320\273\320\276\320\262_edt.json" @@ -0,0 +1,2384 @@ +{"com.github._1c_syntax.bsl.mdo.Catalog": { + "attributes": [ + [ + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.PredefinedDataName", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.ИмяПредопределенныхДанных" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "CATALOG", + "mdoRef": "Catalog.ВерсииФайлов", + "mdoRefRu": "Справочник.ВерсииФайлов" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "ИмяПредопределенныхДанных", + "nameEn": "PredefinedDataName" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Predefined", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Предопределенный" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Предопределенный", + "nameEn": "Predefined" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Ref", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВерсииФайлов", + "nameEn": "CatalogRef.ВерсииФайлов" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.DeletionMark", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.IsFolder", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.ЭтоГруппа" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "fullName": { + "nameRu": "ЭтоГруппа", + "nameEn": "IsFolder" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Owner", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Владелец" + }, + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Файл" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Файлы", + "nameEn": "CatalogRef.Файлы" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Владелец", + "nameEn": "Owner" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Parent", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Родитель" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "fullName": { + "nameRu": "Родитель", + "nameEn": "Parent" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Description", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Наименование" + }, + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Краткое наименование" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Наименование", + "nameEn": "Description" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.StandardAttribute.Code", + "mdoRefRu": "Справочник.ВерсииФайлов.СтандартныйРеквизит.Код" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 11, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Код", + "nameEn": "Code" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5030a318-f8f7-4ec7-80d6-6eee0772562f", + "name": "Автор", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.Автор", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.Автор" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВнешниеПользователи", + "nameEn": "CatalogRef.ВнешниеПользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.УчетныеЗаписиСинхронизацииФайлов", + "nameEn": "CatalogRef.УчетныеЗаписиСинхронизацииФайлов" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "242e911d-e49c-4b8a-8543-cc2e079220fd", + "name": "ДатаМодификацииУниверсальная", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ДатаМодификацииУниверсальная", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ДатаМодификацииУниверсальная" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата изменения (универсальное время)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "9ea39d31-3775-4fb8-a3f3-202e54354d49", + "name": "ДатаМодификацииФайла", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ДатаМодификацииФайла", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ДатаМодификацииФайла" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата изменения (местное время)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73044e20-148c-46e9-b5b5-973c91de0d61", + "name": "ДатаСоздания", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ДатаСоздания", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ДатаСоздания" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата создания" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "24cff6c8-6c20-4383-b97c-6afa52738960", + "name": "ИндексКартинки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ИндексКартинки", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ИндексКартинки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Индекс значка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": false, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "462e2694-750d-49ef-93ac-17a7779be68d", + "name": "Комментарий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.Комментарий", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.Комментарий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Комментарий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c24ff02e-5afc-45df-81cf-64ea2b261c2d", + "name": "НомерВерсии", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.НомерВерсии", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.НомерВерсии" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5d9d88ea-b2e4-425c-bb4d-a005e867d56c", + "name": "ПутьКФайлу", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ПутьКФайлу", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ПутьКФайлу" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Путь к файлу" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b76d342c-0f9d-4eb0-b49e-a9f472a4dd0d", + "name": "Размер", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.Размер", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.Размер" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Размер (байт)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "85639a53-b367-49ce-84f2-4e21d81c489b", + "name": "Расширение", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.Расширение", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.Расширение" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Расширение" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 10, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "24b59586-178e-4efc-90ae-529553f3bb6c", + "name": "РодительскаяВерсия", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.РодительскаяВерсия", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.РодительскаяВерсия" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Родительская версия" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "20e75dd5-222a-4100-aa43-3684991e3f21", + "name": "СтатусИзвлеченияТекста", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.СтатусИзвлеченияТекста", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.СтатусИзвлеченияТекста" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статус извлечения текста" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.СтатусыИзвлеченияТекстаФайлов", + "nameEn": "EnumRef.СтатусыИзвлеченияТекстаФайлов" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3c611832-4bc2-4229-a27d-d5dc82f3a498", + "name": "ТекстХранилище", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ТекстХранилище", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ТекстХранилище" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Текст" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "50e9eb52-02e3-44ff-9c9e-e76dbe38da63", + "name": "ТипХраненияФайла", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ТипХраненияФайла", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ТипХраненияФайла" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип хранения версии файла" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ТипыХраненияФайлов", + "nameEn": "EnumRef.ТипыХраненияФайлов" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5dadc422-1fbd-4918-9db3-09ec72c3404e", + "name": "Том", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.Том", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.Том" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Том" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ТомаХраненияФайлов", + "nameEn": "CatalogRef.ТомаХраненияФайлов" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ffdaf8a0-7a8f-4756-bdfc-a0c6ae6c3869", + "name": "ФайлХранилище", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ФайлХранилище", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ФайлХранилище" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Временное хранилище версии файла" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "d970abc7-4437-4fc4-87d1-bab2ddde8884", + "name": "ДатаПереносаВАрхив", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.ДатаПереносаВАрхив", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.ДатаПереносаВАрхив" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата переноса в архив" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ee83328e-91d2-4022-b1d3-d7d137098ee9", + "name": "УсловноПеренесенВАрхив", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.ВерсииФайлов.Attribute.УсловноПеренесенВАрхив", + "mdoRefRu": "Справочник.ВерсииФайлов.Реквизит.УсловноПеренесенВАрхив" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условно перенесен в архив" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "checkUnique": true, + "codeSeries": "WITHIN_OWNER_SUBORDINATION", + "commands": [], + "comment": "", + "description": "Версии файлов", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + [ + { + "uuid": "b2e656c1-f4ff-4d95-b066-4ee11ce4dea8", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.ВерсииФайлов.Form.ФормаСписка", + "mdoRefRu": "Справочник.ВерсииФайлов.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/ВерсииФа_лов/Forms/ФормаСписка/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 51, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 64, + "name": "ГруппаВертикально", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вертикально" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 66, + "name": "ГруппаОсновное", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "LABEL_FIELD", + "id": 8, + "name": "СписокПолноеНаименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование" + } + } + ] + }, + "dataPath": "Список.Наименование", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 26, + "name": "СписокНомерВерсии", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.НомерВерсии", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 16, + "name": "СписокВладелец", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Владелец", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 18, + "name": "СписокАвтор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 22, + "name": "СписокДатаСоздания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ДатаСоздания", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 20, + "name": "СписокКомментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "Список.Комментарий", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 30, + "name": "СписокРасширение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Расширение", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 24, + "name": "СписокРазмер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Размер", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 48, + "name": "СписокСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ссылка", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "2d86d1fc-5367-47b8-804e-7f9c5fc8f3b1", + "name": "ФормаВыбора", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.ВерсииФайлов.Form.ФормаВыбора", + "mdoRefRu": "Справочник.ВерсииФайлов.Форма.ФормаВыбора" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма выбора" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/ВерсииФа_лов/Forms/ФормаВыбора/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор версии файла" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 35, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 2, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 110, + "name": "ГруппаФайлКомментарий", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Файл, комментарий" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 39, + "name": "СписокВладелец", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Владелец", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 55, + "name": "Комментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Комментарий", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 19, + "name": "СписокНомерВерсии", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.НомерВерсии", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 21, + "name": "СписокАвтор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 23, + "name": "СписокДатаСоздания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ДатаСоздания", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 25, + "name": "СписокРазмер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Размер", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 32, + "name": "СписокСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ссылка", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 51, + "name": "ГруппаВертикально", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 53, + "name": "ГруппаОсновное", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "aa299fc6-051f-487c-ada4-451e08c4763c", + "name": "ВерсииФайла", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.ВерсииФайлов.Form.ВерсииФайла", + "mdoRefRu": "Справочник.ВерсииФайлов.Форма.ВерсииФайла" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Версии файла" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/ВерсииФа_лов/Forms/ВерсииФа_ла/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + { + "type": "TABLE", + "id": 2, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 149, + "name": "СписокНомерКартинкиЭтоАрхив", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В архиве" + } + } + ] + }, + "dataPath": "Список.НомерКартинкиЭтоАрхив", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 49, + "name": "СписокАвтор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 47, + "name": "СписокВладелец", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Владелец", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 57, + "name": "СписокНомерВерсии", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.НомерВерсии", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 53, + "name": "СписокДатаСоздания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ДатаСоздания", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 55, + "name": "СписокРазмер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Размер", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 51, + "name": "СписокКомментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "Список.Комментарий", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 59, + "name": "СписокСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ссылка", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 2, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 3, + "name": "УникальныйИдентификаторКарточкиФайла", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "UUID" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 1, + "name": "ВладелецВерсии", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.MDOValueType": "CATALOG_REF" + } + ], + "composite": true, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "CATALOG", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/ВерсииФа_лов/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/ВерсииФа_лов/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/ВерсииФа_лов/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/ВерсииФа_лов/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ВерсииФайлов", + "objectBelonging": "OWN", + "owners": [ + { + "type": "CATALOG", + "mdoRef": "Catalog.Файлы", + "mdoRefRu": "Справочник.Файлы" + } + ], + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 25, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "predefinedValues": [], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Версии файлов" + } + } + ] + }, + "tabularSections": [], + "templates": [], + "uuid": "eb3dfdc7-58b8-4b1f-b079-368c262364c9" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270.json" "b/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270.json" new file mode 100644 index 000000000..4a6b30f3a --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270.json" @@ -0,0 +1,2166 @@ +{"com.github._1c_syntax.bsl.mdo.Catalog": { + "attributes": [ + [ + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.PredefinedDataName", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.ИмяПредопределенныхДанных" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "CATALOG", + "mdoRef": "Catalog.Заметки", + "mdoRefRu": "Справочник.Заметки" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "ИмяПредопределенныхДанных", + "nameEn": "PredefinedDataName" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Predefined", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Предопределенный" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Предопределенный", + "nameEn": "Predefined" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Ref", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Заметки", + "nameEn": "CatalogRef.Заметки" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.DeletionMark", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.IsFolder", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.ЭтоГруппа" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "fullName": { + "nameRu": "ЭтоГруппа", + "nameEn": "IsFolder" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Owner", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Владелец" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Владелец", + "nameEn": "Owner" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Parent", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Родитель" + }, + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа заметок" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "fullName": { + "nameRu": "Родитель", + "nameEn": "Parent" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Description", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Наименование" + }, + "comment": "Реквизит заполняется автоматически", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тема" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 100, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Наименование", + "nameEn": "Description" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Code", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Код" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "nameRu": "Код", + "nameEn": "Code" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "07ccfe87-e1ab-4da7-92cb-a612e0972b0b", + "name": "Автор", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.Автор", + "mdoRefRu": "Справочник.Заметки.Реквизит.Автор" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "08c2f92c-eb05-49e7-bfc9-4a89607b9864", + "name": "Предмет", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.Предмет", + "mdoRefRu": "Справочник.Заметки.Реквизит.Предмет" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предмет" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.ПредметЗаметок", + "nameEn": "DefinedType.ПредметЗаметок" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "6d751379-89a7-49b5-93e5-578329c63d9c", + "name": "Содержание", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.Содержание", + "mdoRefRu": "Справочник.Заметки.Реквизит.Содержание" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Содержание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c3f156ef-947e-4ebb-883f-4f099a116063", + "name": "ТекстСодержания", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.ТекстСодержания", + "mdoRefRu": "Справочник.Заметки.Реквизит.ТекстСодержания" + }, + "objectBelonging": "OWN", + "comment": "Реквизит для полнотекстового поиска", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5e3ab0a3-c0a6-4f41-85d3-2eede4abb555", + "name": "ДляРабочегоСтола", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.ДляРабочегоСтола", + "mdoRefRu": "Справочник.Заметки.Реквизит.ДляРабочегоСтола" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Для рабочего стола" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a065ffc3-f50b-4a78-9b84-bfc4e5515a4b", + "name": "Пометка", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.Пометка", + "mdoRefRu": "Справочник.Заметки.Реквизит.Пометка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пометка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ЦветаЗаметок", + "nameEn": "EnumRef.ЦветаЗаметок" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "4cba5a06-1484-4dd1-8e35-2d702c7d96d0", + "name": "ДатаИзменения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.ДатаИзменения", + "mdoRefRu": "Справочник.Заметки.Реквизит.ДатаИзменения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата изменения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "e98e9e56-2995-430c-bd3b-f1070aec15a5", + "name": "ПредставлениеПредмета", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.ПредставлениеПредмета", + "mdoRefRu": "Справочник.Заметки.Реквизит.ПредставлениеПредмета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "checkUnique": false, + "codeSeries": "WHOLE_CATALOG", + "commands": [ + { + "uuid": "fa0e0792-bffb-47ce-866f-9e8dbdab17a4", + "name": "ВсеЗаметки", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Catalog.Заметки.Command.ВсеЗаметки", + "mdoRefRu": "Справочник.Заметки.Команда.ВсеЗаметки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Все заметки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/Заметки/Commands/ВсеЗаметки/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/commands/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + } + ], + "comment": "", + "description": "Заметки", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + [ + { + "uuid": "d35c51b0-4cb7-4f9c-8aac-6a25a1b49adf", + "name": "ФормаЭлемента", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.Заметки.Form.ФормаЭлемента", + "mdoRefRu": "Справочник.Заметки.Форма.ФормаЭлемента" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма элемента" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/Заметки/Forms/ФормаЭлемента/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "AfterWrite", + "name": "ПослеЗаписи" + }, + { + "event": "AfterWriteAtServer", + "name": "ПослеЗаписиНаСервере" + }, + { + "event": "OnReadAtServer", + "name": "ПриЧтенииНаСервере" + }, + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + }, + { + "event": "BeforeWriteAtServer", + "name": "ПередЗаписьюНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 79, + "name": "КоманднаяПанельРедактирования", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель редактирования" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 14, + "name": "СодержаниеЗаметки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Содержание заметки" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 102, + "name": "ГруппаПредмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 65, + "name": "НадписьПредмет", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предмет:" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 63, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "FORMATTED_DOCUMENT_FIELD", + "id": 9, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/synonym" + }, + "dataPath": "ФорматированныйТекст", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 90, + "name": "ПараметрыОтображения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Параметры отображения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 80, + "name": "ОтображатьНаРабочемСтоле", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отображать на рабочем столе" + } + } + ] + }, + "dataPath": "Объект.ДляРабочегоСтола", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 82, + "name": "Пометка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Цвет" + } + } + ] + }, + "dataPath": "Объект.Пометка", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 105, + "name": "ГруппаЗаметок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Parent", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 91, + "name": "ИнформацияОбАвторе", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Информация об авторе" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 92, + "name": "НадписьАвтор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор:" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 94, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "LABEL_DECORATION", + "id": 103, + "name": "ДатаЗаметки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Записана: 25 ноября 2011 г." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникОбъект.Заметки", + "nameEn": "CatalogObject.Заметки" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ФорматированныйТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форматированный текст" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "FORMATTED_DOCUMENT" + } + ], + "composite": false, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "8a7546f4-bfc9-4732-bf60-43a41e2c8753", + "name": "ВсеЗаметки", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.Заметки.Form.ВсеЗаметки", + "mdoRefRu": "Справочник.Заметки.Форма.ВсеЗаметки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/commands/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/Заметки/Forms/ВсеЗаметки/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/commands/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + }, + { + "event": "OnLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[5]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 30, + "name": "Фильтры", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтры" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 28, + "name": "ФильтрПоЦвету", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ВыбранныйЦвет", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 26, + "name": "ФильтрПоПредмету", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "ВыбранныйПредмет", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 31, + "name": "ПоказыватьУдаленные", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показывать удаленные" + } + } + ] + }, + "dataPath": "ПоказыватьУдаленные", + "items": [] + } + ], + [] + ] + }, + { + "type": "COMMAND_BAR", + "id": 71, + "name": "КоманднаяПанельТакси", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель такси" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 20, + "name": "Тема", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/synonym" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 22, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ПредставлениеПредмета", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 24, + "name": "ДатаИзменения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ДатаИзменения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 54, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ВыбранныйПредмет", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбранный предмет" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type" + } + }, + { + "id": 3, + "name": "ВыбранныйЦвет", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбранный цвет" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type" + } + }, + { + "id": 4, + "name": "ПоказыватьУдаленные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "16244165-d5a4-4012-8bb5-7f5fee1111af", + "name": "ЗаметкиПоПредмету", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.Заметки.Form.ЗаметкиПоПредмету", + "mdoRefRu": "Справочник.Заметки.Форма.ЗаметкиПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заметки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/Заметки/Forms/ЗаметкиПоПредмету/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Мои заметки" + } + } + ] + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[5]" + } + ], + [] + ], + "items": [ + [ + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 45, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 25, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 57, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 30, + "name": "Фильтры", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 23, + "name": "ПоказыватьЗаметкиДругихПользователей", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показывать заметки других пользователей" + } + } + ] + }, + "dataPath": "ПоказыватьЗаметкиДругихПользователей", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 28, + "name": "ПоказыватьУдаленные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ПоказыватьУдаленные", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + } + }, + { + "id": 3, + "name": "ПоказыватьЗаметкиДругихПользователей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + } + }, + { + "id": 4, + "name": "ПоказыватьУдаленные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "290b72ad-004f-46ab-be5e-47557543b965", + "name": "МоиЗаметки", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.Заметки.Form.МоиЗаметки", + "mdoRefRu": "Справочник.Заметки.Форма.МоиЗаметки" + }, + "objectBelonging": "OWN", + "comment": "Для рабочего стола", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/title" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/Заметки/Forms/МоиЗаметки/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/title" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[5]" + } + ], + "items": [ + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 8, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 4, + "name": "ПредставлениеЗаметки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 9, + "name": "ПредставлениеПредмета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ПредставлениеПредмета", + "items": [] + } + ], + [] + ] + }, + { + "type": "LABEL_FIELD", + "id": 35, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "e1b2ccf9-5a8f-4008-86f3-d2c7cf5581d1", + "name": "ФормаГруппы", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.Заметки.Form.ФормаГруппы", + "mdoRefRu": "Справочник.Заметки.Форма.ФормаГруппы" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма группы" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/Заметки/Forms/ФормаГруппы/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[3]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[5]" + } + ], + [] + ], + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 1, + "name": "Код", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 3, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 5, + "name": "Родитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Parent", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 7, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Автор", + "items": [] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "CATALOG", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/Заметки/Ext/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/Заметки/Ext/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/Заметки/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Catalogs/Заметки/Ext/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "Заметки", + "objectBelonging": "OWN", + "owners": [], + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 25, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "predefinedValues": [], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/synonym" + }, + "tabularSections": [], + "templates": [], + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270_edt.json" "b/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270_edt.json" new file mode 100644 index 000000000..2241a677a --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Catalogs.\320\227\320\260\320\274\320\265\321\202\320\272\320\270_edt.json" @@ -0,0 +1,2141 @@ +{"com.github._1c_syntax.bsl.mdo.Catalog": { + "attributes": [ + [ + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.PredefinedDataName", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.ИмяПредопределенныхДанных" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "CATALOG", + "mdoRef": "Catalog.Заметки", + "mdoRefRu": "Справочник.Заметки" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "ИмяПредопределенныхДанных", + "nameEn": "PredefinedDataName" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Predefined", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Предопределенный" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Предопределенный", + "nameEn": "Predefined" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Ref", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Заметки", + "nameEn": "CatalogRef.Заметки" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.DeletionMark", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.IsFolder", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.ЭтоГруппа" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "fullName": { + "nameRu": "ЭтоГруппа", + "nameEn": "IsFolder" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Owner", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Владелец" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Владелец", + "nameEn": "Owner" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Parent", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Родитель" + }, + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа заметок" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "fullName": { + "nameRu": "Родитель", + "nameEn": "Parent" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Description", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Наименование" + }, + "comment": "Реквизит заполняется автоматически", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тема" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 100, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Наименование", + "nameEn": "Description" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Catalog.Заметки.StandardAttribute.Code", + "mdoRefRu": "Справочник.Заметки.СтандартныйРеквизит.Код" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "nameRu": "Код", + "nameEn": "Code" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "07ccfe87-e1ab-4da7-92cb-a612e0972b0b", + "name": "Автор", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.Автор", + "mdoRefRu": "Справочник.Заметки.Реквизит.Автор" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "08c2f92c-eb05-49e7-bfc9-4a89607b9864", + "name": "Предмет", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.Предмет", + "mdoRefRu": "Справочник.Заметки.Реквизит.Предмет" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предмет" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.ПредметЗаметок", + "nameEn": "DefinedType.ПредметЗаметок" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "6d751379-89a7-49b5-93e5-578329c63d9c", + "name": "Содержание", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.Содержание", + "mdoRefRu": "Справочник.Заметки.Реквизит.Содержание" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Содержание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c3f156ef-947e-4ebb-883f-4f099a116063", + "name": "ТекстСодержания", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.ТекстСодержания", + "mdoRefRu": "Справочник.Заметки.Реквизит.ТекстСодержания" + }, + "objectBelonging": "OWN", + "comment": "Реквизит для полнотекстового поиска", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5e3ab0a3-c0a6-4f41-85d3-2eede4abb555", + "name": "ДляРабочегоСтола", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.ДляРабочегоСтола", + "mdoRefRu": "Справочник.Заметки.Реквизит.ДляРабочегоСтола" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Для рабочего стола" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a065ffc3-f50b-4a78-9b84-bfc4e5515a4b", + "name": "Пометка", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.Пометка", + "mdoRefRu": "Справочник.Заметки.Реквизит.Пометка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пометка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ЦветаЗаметок", + "nameEn": "EnumRef.ЦветаЗаметок" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "4cba5a06-1484-4dd1-8e35-2d702c7d96d0", + "name": "ДатаИзменения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.ДатаИзменения", + "mdoRefRu": "Справочник.Заметки.Реквизит.ДатаИзменения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата изменения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "e98e9e56-2995-430c-bd3b-f1070aec15a5", + "name": "ПредставлениеПредмета", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Catalog.Заметки.Attribute.ПредставлениеПредмета", + "mdoRefRu": "Справочник.Заметки.Реквизит.ПредставлениеПредмета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "checkUnique": false, + "codeSeries": "WHOLE_CATALOG", + "commands": [ + { + "uuid": "fa0e0792-bffb-47ce-866f-9e8dbdab17a4", + "name": "ВсеЗаметки", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Catalog.Заметки.Command.ВсеЗаметки", + "mdoRefRu": "Справочник.Заметки.Команда.ВсеЗаметки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Все заметки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/Заметки/Commands/ВсеЗаметки/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/commands/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + } + ], + "comment": "", + "description": "Заметки", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + [ + { + "uuid": "d35c51b0-4cb7-4f9c-8aac-6a25a1b49adf", + "name": "ФормаЭлемента", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.Заметки.Form.ФормаЭлемента", + "mdoRefRu": "Справочник.Заметки.Форма.ФормаЭлемента" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма элемента" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/Заметки/Forms/ФормаЭлемента/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 79, + "name": "КоманднаяПанельРедактирования", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель редактирования" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 14, + "name": "СодержаниеЗаметки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Содержание заметки" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 102, + "name": "ГруппаПредмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL", + "id": 65, + "name": "НадписьПредмет", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предмет:" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 63, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "FORMATTED_DOCUMENT_FIELD", + "id": 9, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/synonym" + }, + "dataPath": "ФорматированныйТекст", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 90, + "name": "ПараметрыОтображения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Параметры отображения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 80, + "name": "ОтображатьНаРабочемСтоле", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отображать на рабочем столе" + } + } + ] + }, + "dataPath": "Объект.ДляРабочегоСтола", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 82, + "name": "Пометка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Цвет" + } + } + ] + }, + "dataPath": "Объект.Пометка", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 105, + "name": "ГруппаЗаметок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Parent", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 91, + "name": "ИнформацияОбАвторе", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Информация об авторе" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL", + "id": 92, + "name": "НадписьАвтор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор:" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 94, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "LABEL", + "id": 103, + "name": "ДатаЗаметки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Записана: 25 ноября 2011 г." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникОбъект.Заметки", + "nameEn": "CatalogObject.Заметки" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ФорматированныйТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форматированный текст" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "FORMATTED_DOCUMENT" + } + ], + "composite": false, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "8a7546f4-bfc9-4732-bf60-43a41e2c8753", + "name": "ВсеЗаметки", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.Заметки.Form.ВсеЗаметки", + "mdoRefRu": "Справочник.Заметки.Форма.ВсеЗаметки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/commands/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/Заметки/Forms/ВсеЗаметки/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/commands/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "OnLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 30, + "name": "Фильтры", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтры" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 28, + "name": "ФильтрПоЦвету", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ВыбранныйЦвет", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 26, + "name": "ФильтрПоПредмету", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "ВыбранныйПредмет", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 31, + "name": "ПоказыватьУдаленные", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показывать удаленные" + } + } + ] + }, + "dataPath": "ПоказыватьУдаленные", + "items": [] + } + ], + [] + ] + }, + { + "type": "COMMAND_BAR", + "id": 71, + "name": "КоманднаяПанельТакси", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель такси" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 20, + "name": "Тема", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/synonym" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 22, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ПредставлениеПредмета", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 24, + "name": "ДатаИзменения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ДатаИзменения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 54, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ВыбранныйПредмет", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбранный предмет" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[8]/type" + } + }, + { + "id": 3, + "name": "ВыбранныйЦвет", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбранный цвет" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/type" + } + }, + { + "id": 4, + "name": "ПоказыватьУдаленные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "16244165-d5a4-4012-8bb5-7f5fee1111af", + "name": "ЗаметкиПоПредмету", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.Заметки.Form.ЗаметкиПоПредмету", + "mdoRefRu": "Справочник.Заметки.Форма.ЗаметкиПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заметки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/Заметки/Forms/ЗаметкиПоПредмету/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Мои заметки" + } + } + ] + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + [ + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 45, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 25, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 57, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 30, + "name": "Фильтры", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 23, + "name": "ПоказыватьЗаметкиДругихПользователей", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показывать заметки других пользователей" + } + } + ] + }, + "dataPath": "ПоказыватьЗаметкиДругихПользователей", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 28, + "name": "ПоказыватьУдаленные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ПоказыватьУдаленные", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + } + }, + { + "id": 3, + "name": "ПоказыватьЗаметкиДругихПользователей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + } + }, + { + "id": 4, + "name": "ПоказыватьУдаленные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "290b72ad-004f-46ab-be5e-47557543b965", + "name": "МоиЗаметки", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.Заметки.Form.МоиЗаметки", + "mdoRefRu": "Справочник.Заметки.Форма.МоиЗаметки" + }, + "objectBelonging": "OWN", + "comment": "Для рабочего стола", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/title" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/Заметки/Forms/МоиЗаметки/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/title" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 8, + "name": "Содержание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[3]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 4, + "name": "ПредставлениеЗаметки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 9, + "name": "ПредставлениеПредмета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ПредставлениеПредмета", + "items": [] + } + ], + [] + ] + }, + { + "type": "LABEL_FIELD", + "id": 35, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "e1b2ccf9-5a8f-4008-86f3-d2c7cf5581d1", + "name": "ФормаГруппы", + "mdoReference": { + "type": "FORM", + "mdoRef": "Catalog.Заметки.Form.ФормаГруппы", + "mdoRefRu": "Справочник.Заметки.Форма.ФормаГруппы" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма группы" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/Заметки/Forms/ФормаГруппы/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 1, + "name": "Код", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 3, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 5, + "name": "Родитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Parent", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 7, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Автор", + "items": [] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "CATALOG", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/Заметки/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/Заметки/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/Заметки/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Catalogs/Заметки/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "Заметки", + "objectBelonging": "OWN", + "owners": [], + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 25, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "predefinedValues": [], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Catalog/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/synonym" + }, + "tabularSections": [], + "templates": [], + "uuid": "3805ee39-a48a-499a-9ef8-9c2a5985404f" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217.json" "b/src/test/resources/fixtures/ssl_3_2/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217.json" new file mode 100644 index 000000000..becc75a77 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217.json" @@ -0,0 +1,5944 @@ +{"com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes": { + "attributes": [ + [ + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.PredefinedDataName", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.ИмяПредопределенныхДанных" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "ИмяПредопределенныхДанных", + "nameEn": "PredefinedDataName" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.ValueType", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.ТипЗначения" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 7, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN", + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ЗначенияСвойствОбъектов", + "nameEn": "CatalogRef.ЗначенияСвойствОбъектов" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ЗначенияСвойствОбъектовИерархия", + "nameEn": "CatalogRef.ЗначенияСвойствОбъектовИерархия" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + }, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 1024, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (1024, Переменная)", + "nameEn": "StringQualifiers (1024, Variable)" + } + } + }, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 17, + "scale": 5, + "nonNegative": false, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (17.5)", + "nameEn": "NumberQualifiers (17.5)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "ТипЗначения", + "nameEn": "ValueType" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.Description", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.Наименование" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Наименование", + "nameEn": "Description" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.Code", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.Код" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 0, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Код", + "nameEn": "Code" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.IsFolder", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.ЭтоГруппа" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "ЭтоГруппа", + "nameEn": "IsFolder" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.Parent", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.Родитель" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПланВидовХарактеристикСсылка.ДополнительныеРеквизитыИСведения", + "nameEn": "ChartOfCharacteristicTypesRef.ДополнительныеРеквизитыИСведения" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Родитель", + "nameEn": "Parent" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.Predefined", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.Предопределенный" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "fullName": { + "nameRu": "Предопределенный", + "nameEn": "Predefined" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.DeletionMark", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.Ref", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "8064eb3a-d56c-4517-9db0-b7300149c7c4", + "name": "Виден", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Виден", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Виден" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Виден" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "fe926c88-d792-4db3-abcf-3c94dfdcc407", + "name": "ВладелецДополнительныхЗначений", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ВладелецДополнительныхЗначений", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ВладелецДополнительныхЗначений" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Владелец дополнительных значений" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b1c3a6c1-5245-4a65-8a45-13948be6f6a1", + "name": "ВыводитьВВидеГиперссылки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ВыводитьВВидеГиперссылки", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ВыводитьВВидеГиперссылки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выводить в виде гиперссылки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "bcbdba9e-0b29-4ea7-a7d5-1de819bf86ec", + "name": "ДополнительныеЗначенияИспользуются", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ДополнительныеЗначенияИспользуются", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ДополнительныеЗначенияИспользуются" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительные значения используются" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "e0c51555-1614-4aa7-a075-c5e1251579ba", + "name": "ДополнительныеЗначенияСВесом", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ДополнительныеЗначенияСВесом", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ДополнительныеЗначенияСВесом" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значения дополнительно характеризуются весовым коэффициентом" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c75a1c6d-fa33-4b57-b359-6253aff5f3e7", + "name": "Доступен", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Доступен", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Доступен" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступен" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "af88ea84-5742-4c9f-9a02-6d0f25186f72", + "name": "Заголовок", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Заголовок", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Заголовок" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 75, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "51363236-c8eb-4eb7-9692-5c18edc9a5a8", + "name": "ЗаголовокФормыВыбораЗначения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыВыбораЗначения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыВыбораЗначения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы выбора значения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "e97edb4a-468d-499d-924d-aa4e5ee16548", + "name": "ЗаголовокФормыВыбораЗначенияЯзык1", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыВыбораЗначенияЯзык1", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыВыбораЗначенияЯзык1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы выбора значения язык (дополнительный язык)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "24366a86-0dae-4a68-a180-d8ea7656a286", + "name": "ЗаголовокФормыВыбораЗначенияЯзык2", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыВыбораЗначенияЯзык2", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыВыбораЗначенияЯзык2" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы выбора значения язык (дополнительный язык 2)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "cb65fbad-69a0-47d8-b4a9-da49274c3eb7", + "name": "ЗаголовокФормыЗначения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыЗначения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыЗначения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы значения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3c03f78e-c904-47da-a0a1-db5d6b9f7254", + "name": "ЗаголовокФормыЗначенияЯзык1", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыЗначенияЯзык1", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыЗначенияЯзык1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы значения язык (дополнительный язык)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3bf03ed7-6581-4a11-8fc8-748f46c8dad7", + "name": "ЗаголовокФормыЗначенияЯзык2", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыЗначенияЯзык2", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыЗначенияЯзык2" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы значения язык (дополнительный язык 2)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "0f28c616-162c-4dba-bd22-f7ea5d23ea5a", + "name": "ЗаголовокЯзык1", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокЯзык1", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокЯзык1" + }, + "objectBelonging": "OWN", + "comment": "АПК:58", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование (дополнительный язык)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "39bf2771-1d8b-44bb-8d8b-54d046589ebe", + "name": "ЗаголовокЯзык2", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокЯзык2", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокЯзык2" + }, + "objectBelonging": "OWN", + "comment": "АПК:58", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование (дополнительный язык 2)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "872521e3-413c-45ac-a6ea-39fe1324bae8", + "name": "ЗаполнятьОбязательно", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаполнятьОбязательно", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаполнятьОбязательно" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заполнять обязательно" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f237a21e-066a-48e6-a5c4-5dc2487c7a3b", + "name": "ИдентификаторДляФормул", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ИдентификаторДляФормул", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ИдентификаторДляФормул" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Идентификатор для формул" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "8adebe50-a946-40c2-9258-b17efe787e0e", + "name": "Имя", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Имя", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Имя" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Имя" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 100, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "8cad6cfd-91d0-4563-800a-d60c8a1b6a03", + "name": "Комментарий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Комментарий", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Комментарий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Комментарий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "81ef02df-498d-4af0-8254-dc6730cbf140", + "name": "МногострочноеПолеВвода", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.МногострочноеПолеВвода", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.МногострочноеПолеВвода" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Многострочное поле ввода" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 2, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "79ad09ba-875a-46bd-9cd9-9d084bf4f6ea", + "name": "НаборСвойств", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.НаборСвойств", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.НаборСвойств" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Набор свойств" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.НаборыДополнительныхРеквизитовИСведений", + "nameEn": "CatalogRef.НаборыДополнительныхРеквизитовИСведений" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "2902460a-ed86-41cf-8e8f-895adab9a72f", + "name": "Подсказка", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Подсказка", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Подсказка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подсказка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "d12c7296-36ab-41e0-83ef-143484958597", + "name": "ПодсказкаЯзык1", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ПодсказкаЯзык1", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ПодсказкаЯзык1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подсказка язык (дополнительный язык)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "2b6c3bcd-7d2a-4e95-8066-99374002689b", + "name": "ПодсказкаЯзык2", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ПодсказкаЯзык2", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ПодсказкаЯзык2" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подсказка язык (дополнительный язык 2)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "402f2fe0-4d08-4701-9c8f-0c2bb75815ef", + "name": "ФорматСвойства", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ФорматСвойства", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ФорматСвойства" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Формат свойства" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1a4ed7cf-3294-4a5c-9650-75b61d6b2531", + "name": "ЭтоДополнительноеСведение", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЭтоДополнительноеСведение", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЭтоДополнительноеСведение" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Это дополнительное сведение" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73cc5b8b-4cba-4988-b2c6-d974dde9723d", + "name": "ВидСвойства", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ВидСвойства", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ВидСвойства" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид свойства" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ВидыСвойств", + "nameEn": "EnumRef.ВидыСвойств" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1b9bbdb1-b8c0-4459-8b5c-656055482f00", + "name": "ЦветСвойства", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЦветСвойства", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЦветСвойства" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Цвет свойства" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ЦветаСвойств", + "nameEn": "EnumRef.ЦветаСвойств" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "checkUnique": false, + "codeSeries": "WHOLE_CATALOG", + "commands": [], + "comment": "", + "description": "Дополнительные реквизиты и сведения", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + [ + { + "uuid": "f82d5bd6-4c74-4c23-978c-565aae3d752a", + "name": "ФормаЭлемента", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.ФормаЭлемента", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.ФормаЭлемента" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма элемента" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/ФормаЭлемента/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "AfterWrite", + "name": "ПослеЗаписи" + }, + { + "event": "ChoiceProcessing", + "name": "ОбработкаВыбора" + }, + { + "event": "AfterWriteAtServer", + "name": "ПослеЗаписиНаСервере" + }, + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "event": "OnReadAtServer", + "name": "ПриЧтенииНаСервере" + }, + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "BeforeWrite", + "name": "ПередЗаписью" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + }, + { + "event": "BeforeWriteAtServer", + "name": "ПередЗаписьюНаСервере" + }, + { + "event": "OnWriteAtServer", + "name": "ПриЗаписиНаСервере" + } + ], + [] + ], + "items": [ + { + "type": "PAGES", + "id": 200, + "name": "СтраницыПомощникКарточка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы помощник карточка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 202, + "name": "ВыборРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 336, + "name": "ГруппаЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_DECORATION", + "id": 338, + "name": "ДекорацияЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выберите %1 для включения в набор \"%2\":" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 634, + "name": "ГруппаОсновное", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 636, + "name": "ЛеваяКолонкаВыбор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Левая колонка выбор" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 414, + "name": "СтраницыНаборыСвойств", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы наборы свойств" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 416, + "name": "СтраницаВсеНаборы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница все наборы" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 345, + "name": "НаборыСвойств", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наборы свойств" + } + } + ] + }, + "dataPath": "НаборыСвойств", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 396, + "name": "Представление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление набора" + } + } + ] + }, + "dataPath": "НаборыСвойств.Представление", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 399, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "НаборыСвойств.Ссылка", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 418, + "name": "СтраницаОбщиеНаборы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница общие наборы" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 420, + "name": "ОбщиеНаборыСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ОбщиеНаборыСвойств", + "items": [ + { + "type": "LABEL_FIELD", + "id": 436, + "name": "ОбщиеНаборыСвойствПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление" + } + } + ] + }, + "dataPath": "ОбщиеНаборыСвойств.Представление", + "items": [] + } + ] + } + ] + } + ], + [] + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 638, + "name": "ПраваяКолонкаВыбор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Правая колонка выбор" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 366, + "name": "Свойства", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойства" + } + } + ] + }, + "dataPath": "Свойства", + "items": [ + { + "type": "INPUT_FIELD", + "id": 379, + "name": "СвойстваЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Реквизит" + } + } + ] + }, + "dataPath": "Свойства.Заголовок", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 469, + "name": "ГруппаДополнительнаяИнформация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительная информация" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 384, + "name": "СписокДополнительныхРеквизитовТипЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Items.Свойства.CurrentData.ТипЗначения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 387, + "name": "СписокДополнительныхРеквизитовПодсказка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Всплывающая подсказка" + } + } + ] + }, + "dataPath": "Items.Свойства.CurrentData.Подсказка", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 390, + "name": "СписокДополнительныхРеквизитовЗаголовокФормыЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Items.Свойства.CurrentData.ЗаголовокФормыЗначения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 393, + "name": "СписокДополнительныхРеквизитовЗаголовокФормыВыбораЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Items.Свойства.CurrentData.ЗаголовокФормыВыбораЗначения", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 204, + "name": "ВыборДействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор действия" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 237, + "name": "РежимДобавленияРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выберите вариант добавления дополнительного %1 \"%2\" в набор \"%3\"" + } + } + ] + }, + "dataPath": "РежимДобавленияРеквизита", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 206, + "name": "КарточкаРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Карточка реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 650, + "name": "ГруппаОсновноеКарточка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное карточка" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 167, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 656, + "name": "СтраницаОсновное", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 79, + "name": "ГруппаНаименованиеРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 20, + "name": "ВидСвойства", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид свойств" + } + } + ] + }, + "dataPath": "ВидСвойства", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 1, + "name": "Заголовок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "dataPath": "Объект.Заголовок", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 860, + "name": "ГруппаТипЗначения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип значения" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 5, + "name": "ТипЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Объект.ValueType", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 38, + "name": "ГруппаМногострочность", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Многострочность" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 576, + "name": "ПолеПереключатель", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид поля" + } + } + ] + }, + "dataPath": "ПредставлениеРеквизита", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 41, + "name": "МногострочноеПолеВводаЧисло", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Высота поля" + } + } + ] + }, + "dataPath": "МногострочноеПолеВводаЧисло", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 445, + "name": "ВыводитьВВидеГиперссылки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ВыводитьВВидеГиперссылки", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 498, + "name": "ГруппаЦветаСвойств", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Цвета свойств" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 703, + "name": "ЦветМетки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Цвет" + } + } + ] + }, + "dataPath": "Объект.ЦветСвойства", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 324, + "name": "ГруппаСвойстваИЗависимости", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойства и зависимости" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 467, + "name": "ГруппаЗаполнятьОбязательно", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[16]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 184, + "name": "ЗаполнятьОбязательно", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[16]/synonym" + }, + "dataPath": "Объект.ЗаполнятьОбязательно", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 670, + "name": "ЗадатьУсловиеЗаполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "всегда" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 463, + "name": "ГруппаВиден", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 402, + "name": "Виден", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Виден:" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 664, + "name": "ЗадатьУсловиеВидимости", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 465, + "name": "ГруппаДоступен", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 405, + "name": "Доступен", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступен:" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 667, + "name": "ЗадатьУсловиеДоступности", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 96, + "name": "УточнениеНаборов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уточнение наборов" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 99, + "name": "УточнениеНаборовКомментарий", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Общий реквизит входит в набор \"Расходный кассовый ордер\" " + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 106, + "name": "УточнениеНаборовИзменить", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Изменить..." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 182, + "name": "СтраницаЗначения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGES", + "id": 287, + "name": "СтраницыЗначенияРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы значения реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 56, + "name": "ДополнительныеЗначения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительные значения:" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 57, + "name": "Значения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Значения", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 60, + "name": "ЗначенияНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "dataPath": "Значения.Наименование", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 83, + "name": "ЗначенияВес", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Значения.Вес", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 460, + "name": "ЗначенияСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Значения.Ссылка", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 289, + "name": "СтраницаДеревоЗначений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница дерево значений" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 291, + "name": "ЗначенияДополнительногоРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значения дополнительных реквизитов" + } + } + ] + }, + "dataPath": "ЗначенияДополнительныхРеквизитов", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 304, + "name": "ЗначенияДополнительногоРеквизитаНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "dataPath": "ЗначенияДополнительныхРеквизитов.Наименование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 307, + "name": "ЗначенияДополнительногоРеквизитаВес", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Весовой коэффициент" + } + } + ] + }, + "dataPath": "ЗначенияДополнительныхРеквизитов.Вес", + "items": [] + } + ], + [] + ] + } + ] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 69, + "name": "ДополнительныеЗначенияСВесом", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ДополнительныеЗначенияСВесом", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 89, + "name": "УточнениеСпискаЗначений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уточнение списка значений" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 87, + "name": "УточнениеСпискаЗначенийКомментарий", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список значений общий с реквизитом \"Цвет\" набора \"Номенклатура (сумки)\" " + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 105, + "name": "УточнениеСпискаЗначенийИзменить", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 592, + "name": "СтраницаПрочее", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Прочее" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 30, + "name": "Подсказка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Объект.Подсказка", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 32, + "name": "ГруппаЗаголовкиФормЗначений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовки форм значений" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 33, + "name": "ЗаголовокФормыЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ЗаголовокФормыЗначения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 35, + "name": "ЗаголовокФормыВыбораЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ЗаголовокФормыВыбораЗначения", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 28, + "name": "Комментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Комментарий", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 483, + "name": "ИдентификаторДляФормул", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ИдентификаторДляФормул", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 457, + "name": "Имя", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Имя", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ] + } + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПланВидовХарактеристикОбъект.ДополнительныеРеквизитыИСведения", + "nameEn": "ChartOfCharacteristicTypesObject.ДополнительныеРеквизитыИСведения" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "ВидСвойства", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[27]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[27]/type" + } + }, + { + "id": 2, + "name": "СписокНаборов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 7, + "name": "МногострочноеПолеВвода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 8, + "name": "МногострочноеПолеВводаЧисло", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Многострочное поле ввода число" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[20]/type" + } + }, + { + "id": 9, + "name": "Значения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 10, + "name": "ПоказатьУточнениеНабора", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 4, + "name": "ТекущийНаборСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" + } + }, + { + "id": 13, + "name": "ПереданныеПараметрыФормы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 14, + "name": "РежимДобавленияРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Режим добавления реквизита" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 15, + "name": "РежимПомощника", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 16, + "name": "ЗначенияДополнительныхРеквизитов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 17, + "name": "ПустаяСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + } + }, + { + "id": 18, + "name": "УсловияЗависимостиРеквизитов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 19, + "name": "ИзмененыУсловияЗависимостиРеквизитов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 20, + "name": "ВыбранныйНаборСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" + } + }, + { + "id": 21, + "name": "НаборыСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + }, + { + "id": 22, + "name": "Свойства", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 23, + "name": "ОбщиеНаборыСвойств", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Общие наборы свойств" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + }, + { + "id": 24, + "name": "ПредставлениеРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление реквизита" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 5, + "name": "ТекущийЗаголовок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 25, + "name": "ПоказатьНеиспользуемыеРеквизиты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 26, + "name": "ТекущийНаборВерсияДанных", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "7fba41a5-4faa-412b-b367-b30ced0314c0", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.ФормаСписка", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/ФормаСписка/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[8]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 16, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 4, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 6, + "name": "ТипЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список.ValueType", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 11, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "37333d0b-3589-4b8b-bf6c-e605e0287b66", + "name": "РазблокированиеРеквизитов", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.РазблокированиеРеквизитов", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.РазблокированиеРеквизитов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Разблокирование реквизитов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/РазблокированиеРеквизитов/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[8]" + } + ], + "items": [ + { + "type": "PAGES", + "id": 1, + "name": "ДиалогиПользователя", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Диалоги пользователя" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 2, + "name": "ОбъектНеИспользуется", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Объект не используется" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 12, + "name": "Пояснения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пояснения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 22, + "name": "ПояснениеДополнительногоРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пояснение дополнительного реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_DECORATION", + "id": 23, + "name": "ТекстПоясненияДополнительногоРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный реквизит не используется в документах приложения.\n\nТип значения и имя дополнительного реквизита можно изменять." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 25, + "name": "ПояснениеДополнительногоСведения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пояснение дополнительного сведения" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_DECORATION", + "id": 26, + "name": "ТекстПоясненияДополнительногоСведения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительное сведение не используется в информационной базе.\n\nТип значения и имя дополнительного сведения можно изменять." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 3, + "name": "ОбъектИспользуется", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Объект используется" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 17, + "name": "Предупреждения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 18, + "name": "ПредупреждениеДополнительногоРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждение дополнительного реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_DECORATION", + "id": 6, + "name": "ТекстПредупрежденияДополнительногоРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Внимание! Дополнительный реквизит уже используется в информационной базе.\n\nИзменение типа значения дополнительного реквизита может привести к потере ранее установленных значений его текущего типа." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 19, + "name": "ПредупреждениеДополнительногоСведения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждение дополнительного сведения" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_DECORATION", + "id": 20, + "name": "ТекстПредупрежденияДополнительногоСведения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Внимание! Дополнительное сведение уже используется в информационной базе.\n\nИзменение типа значения дополнительного сведения может привести к потере ранее установленных значений его текущего типа." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + } + ] + } + ], + [] + ] + } + ], + "attributes": [] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "1813c469-da20-46a6-8947-6815b66f64c1", + "name": "ИзменениеНастройкиСвойства", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.ИзменениеНастройкиСвойства", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.ИзменениеНастройкиСвойства" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Изменение настройки свойства" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/ИзменениеНастро_киСво_ства/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Изменить настройку дополнительного реквизита" + } + } + ] + }, + "handlers": [ + [ + { + "event": "BeforeClose", + "name": "ПередЗакрытием" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[8]" + } + ], + [] + ], + "items": [ + { + "type": "PAGES", + "id": 40, + "name": "ТипыСвойства", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Типы свойства" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 17, + "name": "ДополнительныйРеквизит", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный реквизит" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 52, + "name": "РеквизитПредупреждение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Реквизит предупреждение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_DECORATION", + "id": 48, + "name": "РеквизитПредупреждениеКартинка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Реквизит предупреждение картинка" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 98, + "name": "ДекорацияПредупреждение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перенастройка дополнительного реквизита необратима и может занять длительное время, в зависимости от числа документов, в которых заполнен этот реквизит. \nВместо этого можно добавить новый реквизит со своим списком значений, и выполнить вручную постепенный переход от использования этого реквизита к новому (очистить значения этого реквизита и заполнить значения нового)." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 8, + "name": "ОтдельныеЗначенияРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отдельное свойство с отдельным списком значений" + } + } + ] + }, + "dataPath": "ОтдельноеСвойствоСОтдельнымСпискомЗначений", + "items": [] + }, + { + "type": "PAGES", + "id": 30, + "name": "ВидыРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Виды реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 32, + "name": "ВидОбщиеЗначенияРеквизитов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид общие значения реквизитов" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 6, + "name": "ОбщиеЗначенияРеквизитов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отдельное свойство с общим списком значений" + } + } + ] + }, + "dataPath": "ОтдельноеСвойствоСОбщимСпискомЗначений", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 31, + "name": "ВидОбщийРеквизит", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид общий реквизит" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 4, + "name": "ОбщийРеквизит", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Общее свойство" + } + } + ] + }, + "dataPath": "ОбщееСвойство", + "items": [] + } + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 16, + "name": "ДополнительноеСведение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительное сведение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 54, + "name": "СведениеПредупреждение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сведение предупреждение" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PICTURE_DECORATION", + "id": 56, + "name": "СведениеПредупреждениеКартинка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сведение предупреждение картинка" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 26, + "name": "ОтдельныеЗначенияСведения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ОтдельноеСвойствоСОтдельнымСпискомЗначений", + "items": [] + }, + { + "type": "PAGES", + "id": 33, + "name": "ВидыСведения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Виды сведения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 39, + "name": "ВидОбщиеЗначенияСведений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид общие значения сведений" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 22, + "name": "ОбщиеЗначенияСведений", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ОтдельноеСвойствоСОбщимСпискомЗначений", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 34, + "name": "ВидОбщееСведение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид общее сведение" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 18, + "name": "ОбщееСведение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ОбщееСвойство", + "items": [] + } + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ОбщееСвойство", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 1, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 2, + "name": "ОтдельноеСвойствоСОбщимСпискомЗначений", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 3, + "name": "ОтдельноеСвойствоСОтдельнымСпискомЗначений", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 4, + "name": "Свойство", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + } + }, + { + "id": 5, + "name": "ЭтоДополнительноеСведение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 6, + "name": "ТекущийНаборСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "64e702e9-8934-4356-a1b2-be0e8b390630", + "name": "ЗависимостьРеквизитов", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.ЗависимостьРеквизитов", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.ЗависимостьРеквизитов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Зависимость реквизитов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/ЗависимостьРеквизитов/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[8]" + } + ], + [] + ], + "items": [ + { + "type": "TABLE", + "id": 5, + "name": "ЗависимостиРеквизитов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Зависит от значения свойств и реквизитов" + } + } + ] + }, + "dataPath": "ЗависимостиРеквизитов", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 18, + "name": "ЗависимостиРеквизитовРеквизит", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ЗависимостиРеквизитов.Представление", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 21, + "name": "ЗависимостиРеквизитовВидСравнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид сравнения" + } + } + ] + }, + "dataPath": "ЗависимостиРеквизитов.Условие", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 24, + "name": "ЗависимостиРеквизитовПравоеЗначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значение" + } + } + ] + }, + "dataPath": "ЗависимостиРеквизитов.Значение", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ЗависимостиРеквизитов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Зависимости реквизитов" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[18]/type" + } + }, + { + "id": 2, + "name": "РеквизитыОбъектаВХранилище", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "НастраиваемоеСвойство", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 4, + "name": "ДобавлениеСтроки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 5, + "name": "НажатаОтмена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 6, + "name": "НаборСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "74880ac4-bdd3-48e6-82a0-a2103da42723", + "name": "ВыборРеквизита", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.ВыборРеквизита", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.ВыборРеквизита" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/ВыборРеквизита/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[8]" + } + ], + "items": [ + { + "type": "TABLE", + "id": 1, + "name": "РеквизитыОбъекта", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Реквизиты объекта" + } + } + ] + }, + "dataPath": "РеквизитыОбъекта", + "items": [ + { + "type": "INPUT_FIELD", + "id": 14, + "name": "РеквизитыОбъектаПредставление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "РеквизитыОбъекта.Представление", + "items": [] + } + ] + } + ], + "attributes": [ + { + "id": 1, + "name": "РеквизитыОбъекта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[18]/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "CHART_OF_CHARACTERISTIC_TYPES", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Ext/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ДополнительныеРеквизитыИСведения", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 25, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "predefinedValues": [], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительные реквизиты и сведения" + } + } + ] + }, + "tabularSections": [ + [ + { + "uuid": "d6b72e00-018a-4fdc-b6a4-06dcecf89809", + "name": "ЗависимостиДополнительныхРеквизитов", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Зависимости дополнительных реквизитов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "attributes": [ + [ + { + "uuid": "d6b72e00-018a-4fdc-b6a4-06dcecf89809", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.StandardAttribute.LineNumber", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерСтроки", + "nameEn": "LineNumber" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "9f816562-57f0-473f-8c85-14f7521ffd7f", + "name": "ЗависимоеСвойство", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.Attribute.ЗависимоеСвойство", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.Реквизит.ЗависимоеСвойство" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Зависимое свойство" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 25, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "14077038-2e41-4a05-a476-99f6f88a5c29", + "name": "НаборСвойств", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.Attribute.НаборСвойств", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.Реквизит.НаборСвойств" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "917b0acc-88fe-4afc-b19b-6da69e060393", + "name": "Реквизит", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.Attribute.Реквизит", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.Реквизит.Реквизит" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + }, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 99, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a091b76e-8ba4-4534-bbb0-9990e69b8603", + "name": "Условие", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.Attribute.Условие", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.Реквизит.Условие" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условие" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 20, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "867ee5d2-7566-4052-a311-b56e7e46b90d", + "name": "Значение", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.Attribute.Значение", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.Реквизит.Значение" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 5, + "com.github._1c_syntax.bsl.types.value.MDOValueType": "ANY_REF", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + }, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 50, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (50, Переменная)", + "nameEn": "StringQualifiers (50, Variable)" + } + } + }, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": false, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ] + }, + { + "uuid": "8f51328b-73a8-46fb-b6db-7b7a84c05c2a", + "name": "Представления", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представления" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "attributes": [ + [ + { + "uuid": "8f51328b-73a8-46fb-b6db-7b7a84c05c2a", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.StandardAttribute.LineNumber", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/fullName" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "0f0f5b42-2407-44e6-85d7-26ace96b2cd9", + "name": "КодЯзыка", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.Attribute.КодЯзыка", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.Реквизит.КодЯзыка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Код языка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 10, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ffec426d-2556-46d6-b313-aeca43581865", + "name": "Заголовок", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.Attribute.Заголовок", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.Реквизит.Заголовок" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f32e0941-2061-4e12-bdae-fcb65f91ac28", + "name": "Подсказка", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.Attribute.Подсказка", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.Реквизит.Подсказка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "6f0e0f44-db5a-4a13-9131-866b77b90f14", + "name": "ЗаголовокФормыЗначения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.Attribute.ЗаголовокФормыЗначения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.Реквизит.ЗаголовокФормыЗначения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "9415e0aa-391f-4798-ad7d-3b854a756de8", + "name": "ЗаголовокФормыВыбораЗначения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.Attribute.ЗаголовокФормыВыбораЗначения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.Реквизит.ЗаголовокФормыВыбораЗначения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ] + } + ], + [] + ], + "templates": [], + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "valueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + } +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217_edt.json" "b/src/test/resources/fixtures/ssl_3_2/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217_edt.json" new file mode 100644 index 000000000..3f49f67d5 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/ChartsOfCharacteristicTypes.\320\224\320\276\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\240\320\265\320\272\320\262\320\270\320\267\320\270\321\202\321\213\320\230\320\241\320\262\320\265\320\264\320\265\320\275\320\270\321\217_edt.json" @@ -0,0 +1,5920 @@ +{"com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes": { + "attributes": [ + [ + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.PredefinedDataName", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.ИмяПредопределенныхДанных" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "ИмяПредопределенныхДанных", + "nameEn": "PredefinedDataName" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.ValueType", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.ТипЗначения" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 7, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN", + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ЗначенияСвойствОбъектов", + "nameEn": "CatalogRef.ЗначенияСвойствОбъектов" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ЗначенияСвойствОбъектовИерархия", + "nameEn": "CatalogRef.ЗначенияСвойствОбъектовИерархия" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + }, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 1024, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (1024, Переменная)", + "nameEn": "StringQualifiers (1024, Variable)" + } + } + }, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 17, + "scale": 5, + "nonNegative": false, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (17.5)", + "nameEn": "NumberQualifiers (17.5)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "ТипЗначения", + "nameEn": "ValueType" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.Description", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.Наименование" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Наименование", + "nameEn": "Description" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.Code", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.Код" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 0, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Код", + "nameEn": "Code" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.IsFolder", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.ЭтоГруппа" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "ЭтоГруппа", + "nameEn": "IsFolder" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.Parent", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.Родитель" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПланВидовХарактеристикСсылка.ДополнительныеРеквизитыИСведения", + "nameEn": "ChartOfCharacteristicTypesRef.ДополнительныеРеквизитыИСведения" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Родитель", + "nameEn": "Parent" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.Predefined", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.Предопределенный" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "fullName": { + "nameRu": "Предопределенный", + "nameEn": "Predefined" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.DeletionMark", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.StandardAttribute.Ref", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "8064eb3a-d56c-4517-9db0-b7300149c7c4", + "name": "Виден", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Виден", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Виден" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Виден" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "fe926c88-d792-4db3-abcf-3c94dfdcc407", + "name": "ВладелецДополнительныхЗначений", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ВладелецДополнительныхЗначений", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ВладелецДополнительныхЗначений" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Владелец дополнительных значений" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b1c3a6c1-5245-4a65-8a45-13948be6f6a1", + "name": "ВыводитьВВидеГиперссылки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ВыводитьВВидеГиперссылки", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ВыводитьВВидеГиперссылки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выводить в виде гиперссылки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "bcbdba9e-0b29-4ea7-a7d5-1de819bf86ec", + "name": "ДополнительныеЗначенияИспользуются", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ДополнительныеЗначенияИспользуются", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ДополнительныеЗначенияИспользуются" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительные значения используются" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "e0c51555-1614-4aa7-a075-c5e1251579ba", + "name": "ДополнительныеЗначенияСВесом", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ДополнительныеЗначенияСВесом", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ДополнительныеЗначенияСВесом" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значения дополнительно характеризуются весовым коэффициентом" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c75a1c6d-fa33-4b57-b359-6253aff5f3e7", + "name": "Доступен", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Доступен", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Доступен" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступен" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "af88ea84-5742-4c9f-9a02-6d0f25186f72", + "name": "Заголовок", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Заголовок", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Заголовок" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 75, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "51363236-c8eb-4eb7-9692-5c18edc9a5a8", + "name": "ЗаголовокФормыВыбораЗначения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыВыбораЗначения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыВыбораЗначения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы выбора значения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "e97edb4a-468d-499d-924d-aa4e5ee16548", + "name": "ЗаголовокФормыВыбораЗначенияЯзык1", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыВыбораЗначенияЯзык1", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыВыбораЗначенияЯзык1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы выбора значения язык (дополнительный язык)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "24366a86-0dae-4a68-a180-d8ea7656a286", + "name": "ЗаголовокФормыВыбораЗначенияЯзык2", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыВыбораЗначенияЯзык2", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыВыбораЗначенияЯзык2" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы выбора значения язык (дополнительный язык 2)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "cb65fbad-69a0-47d8-b4a9-da49274c3eb7", + "name": "ЗаголовокФормыЗначения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыЗначения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыЗначения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы значения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3c03f78e-c904-47da-a0a1-db5d6b9f7254", + "name": "ЗаголовокФормыЗначенияЯзык1", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыЗначенияЯзык1", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыЗначенияЯзык1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы значения язык (дополнительный язык)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3bf03ed7-6581-4a11-8fc8-748f46c8dad7", + "name": "ЗаголовокФормыЗначенияЯзык2", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокФормыЗначенияЯзык2", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокФормыЗначенияЯзык2" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок формы значения язык (дополнительный язык 2)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "0f28c616-162c-4dba-bd22-f7ea5d23ea5a", + "name": "ЗаголовокЯзык1", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокЯзык1", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокЯзык1" + }, + "objectBelonging": "OWN", + "comment": "АПК:58", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование (дополнительный язык)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "39bf2771-1d8b-44bb-8d8b-54d046589ebe", + "name": "ЗаголовокЯзык2", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаголовокЯзык2", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаголовокЯзык2" + }, + "objectBelonging": "OWN", + "comment": "АПК:58", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование (дополнительный язык 2)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "872521e3-413c-45ac-a6ea-39fe1324bae8", + "name": "ЗаполнятьОбязательно", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЗаполнятьОбязательно", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЗаполнятьОбязательно" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заполнять обязательно" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f237a21e-066a-48e6-a5c4-5dc2487c7a3b", + "name": "ИдентификаторДляФормул", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ИдентификаторДляФормул", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ИдентификаторДляФормул" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Идентификатор для формул" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "8adebe50-a946-40c2-9258-b17efe787e0e", + "name": "Имя", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Имя", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Имя" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Имя" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 100, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "8cad6cfd-91d0-4563-800a-d60c8a1b6a03", + "name": "Комментарий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Комментарий", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Комментарий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Комментарий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "81ef02df-498d-4af0-8254-dc6730cbf140", + "name": "МногострочноеПолеВвода", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.МногострочноеПолеВвода", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.МногострочноеПолеВвода" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Многострочное поле ввода" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 2, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "79ad09ba-875a-46bd-9cd9-9d084bf4f6ea", + "name": "НаборСвойств", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.НаборСвойств", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.НаборСвойств" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Набор свойств" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.НаборыДополнительныхРеквизитовИСведений", + "nameEn": "CatalogRef.НаборыДополнительныхРеквизитовИСведений" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "2902460a-ed86-41cf-8e8f-895adab9a72f", + "name": "Подсказка", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.Подсказка", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.Подсказка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подсказка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "d12c7296-36ab-41e0-83ef-143484958597", + "name": "ПодсказкаЯзык1", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ПодсказкаЯзык1", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ПодсказкаЯзык1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подсказка язык (дополнительный язык)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "2b6c3bcd-7d2a-4e95-8066-99374002689b", + "name": "ПодсказкаЯзык2", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ПодсказкаЯзык2", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ПодсказкаЯзык2" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подсказка язык (дополнительный язык 2)" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "402f2fe0-4d08-4701-9c8f-0c2bb75815ef", + "name": "ФорматСвойства", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ФорматСвойства", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ФорматСвойства" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Формат свойства" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1a4ed7cf-3294-4a5c-9650-75b61d6b2531", + "name": "ЭтоДополнительноеСведение", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЭтоДополнительноеСведение", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЭтоДополнительноеСведение" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Это дополнительное сведение" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73cc5b8b-4cba-4988-b2c6-d974dde9723d", + "name": "ВидСвойства", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ВидСвойства", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ВидСвойства" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид свойства" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ВидыСвойств", + "nameEn": "EnumRef.ВидыСвойств" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1b9bbdb1-b8c0-4459-8b5c-656055482f00", + "name": "ЦветСвойства", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Attribute.ЦветСвойства", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Реквизит.ЦветСвойства" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Цвет свойства" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ЦветаСвойств", + "nameEn": "EnumRef.ЦветаСвойств" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "checkUnique": false, + "codeSeries": "WHOLE_CATALOG", + "commands": [], + "comment": "", + "description": "Дополнительные реквизиты и сведения", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + [ + { + "uuid": "f82d5bd6-4c74-4c23-978c-565aae3d752a", + "name": "ФормаЭлемента", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.ФормаЭлемента", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.ФормаЭлемента" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма элемента" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/ФормаЭлемента/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "ChoiceProcessing", + "name": "ОбработкаВыбора" + }, + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + { + "type": "PAGES", + "id": 200, + "name": "СтраницыПомощникКарточка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы помощник карточка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 202, + "name": "ВыборРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 336, + "name": "ГруппаЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL", + "id": 338, + "name": "ДекорацияЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выберите %1 для включения в набор \"%2\":" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 634, + "name": "ГруппаОсновное", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 636, + "name": "ЛеваяКолонкаВыбор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Левая колонка выбор" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 414, + "name": "СтраницыНаборыСвойств", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы наборы свойств" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 416, + "name": "СтраницаВсеНаборы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница все наборы" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 345, + "name": "НаборыСвойств", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наборы свойств" + } + } + ] + }, + "dataPath": "НаборыСвойств", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 396, + "name": "Представление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление набора" + } + } + ] + }, + "dataPath": "НаборыСвойств.Представление", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 399, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "НаборыСвойств.Ссылка", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 418, + "name": "СтраницаОбщиеНаборы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница общие наборы" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 420, + "name": "ОбщиеНаборыСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ОбщиеНаборыСвойств", + "items": [ + { + "type": "LABEL_FIELD", + "id": 436, + "name": "ОбщиеНаборыСвойствПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление" + } + } + ] + }, + "dataPath": "ОбщиеНаборыСвойств.Представление", + "items": [] + } + ] + } + ] + } + ], + [] + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 638, + "name": "ПраваяКолонкаВыбор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Правая колонка выбор" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 366, + "name": "Свойства", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойства" + } + } + ] + }, + "dataPath": "Свойства", + "items": [ + { + "type": "INPUT_FIELD", + "id": 379, + "name": "СвойстваЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Реквизит" + } + } + ] + }, + "dataPath": "Свойства.Заголовок", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 469, + "name": "ГруппаДополнительнаяИнформация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительная информация" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 384, + "name": "СписокДополнительныхРеквизитовТипЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Items.Свойства.CurrentData.ТипЗначения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 387, + "name": "СписокДополнительныхРеквизитовПодсказка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Всплывающая подсказка" + } + } + ] + }, + "dataPath": "Items.Свойства.CurrentData.Подсказка", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 390, + "name": "СписокДополнительныхРеквизитовЗаголовокФормыЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Items.Свойства.CurrentData.ЗаголовокФормыЗначения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 393, + "name": "СписокДополнительныхРеквизитовЗаголовокФормыВыбораЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Items.Свойства.CurrentData.ЗаголовокФормыВыбораЗначения", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 204, + "name": "ВыборДействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор действия" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 237, + "name": "РежимДобавленияРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выберите вариант добавления дополнительного %1 \"%2\" в набор \"%3\"" + } + } + ] + }, + "dataPath": "РежимДобавленияРеквизита", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 206, + "name": "КарточкаРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Карточка реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 650, + "name": "ГруппаОсновноеКарточка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное карточка" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 167, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 656, + "name": "СтраницаОсновное", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 79, + "name": "ГруппаНаименованиеРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 20, + "name": "ВидСвойства", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид свойств" + } + } + ] + }, + "dataPath": "ВидСвойства", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 1, + "name": "Заголовок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "dataPath": "Объект.Заголовок", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 860, + "name": "ГруппаТипЗначения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип значения" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 5, + "name": "ТипЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Объект.ValueType", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 38, + "name": "ГруппаМногострочность", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Многострочность" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 576, + "name": "ПолеПереключатель", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид поля" + } + } + ] + }, + "dataPath": "ПредставлениеРеквизита", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 41, + "name": "МногострочноеПолеВводаЧисло", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Высота поля" + } + } + ] + }, + "dataPath": "МногострочноеПолеВводаЧисло", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 445, + "name": "ВыводитьВВидеГиперссылки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ВыводитьВВидеГиперссылки", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 498, + "name": "ГруппаЦветаСвойств", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Цвета свойств" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 703, + "name": "ЦветМетки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Цвет" + } + } + ] + }, + "dataPath": "Объект.ЦветСвойства", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 324, + "name": "ГруппаСвойстваИЗависимости", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойства и зависимости" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 467, + "name": "ГруппаЗаполнятьОбязательно", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[16]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 184, + "name": "ЗаполнятьОбязательно", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[16]/synonym" + }, + "dataPath": "Объект.ЗаполнятьОбязательно", + "items": [] + }, + { + "type": "LABEL", + "id": 670, + "name": "ЗадатьУсловиеЗаполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "всегда" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 463, + "name": "ГруппаВиден", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL", + "id": 402, + "name": "Виден", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Виден:" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 664, + "name": "ЗадатьУсловиеВидимости", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 465, + "name": "ГруппаДоступен", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[6]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL", + "id": 405, + "name": "Доступен", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступен:" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 667, + "name": "ЗадатьУсловиеДоступности", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 96, + "name": "УточнениеНаборов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уточнение наборов" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL", + "id": 99, + "name": "УточнениеНаборовКомментарий", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Общий реквизит входит в набор \"Расходный кассовый ордер\" " + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 106, + "name": "УточнениеНаборовИзменить", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Изменить..." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 182, + "name": "СтраницаЗначения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGES", + "id": 287, + "name": "СтраницыЗначенияРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы значения реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 56, + "name": "ДополнительныеЗначения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительные значения:" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 57, + "name": "Значения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Значения", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 60, + "name": "ЗначенияНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "dataPath": "Значения.Наименование", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 83, + "name": "ЗначенияВес", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Значения.Вес", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 460, + "name": "ЗначенияСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Значения.Ссылка", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 289, + "name": "СтраницаДеревоЗначений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница дерево значений" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 291, + "name": "ЗначенияДополнительногоРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значения дополнительных реквизитов" + } + } + ] + }, + "dataPath": "ЗначенияДополнительныхРеквизитов", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 304, + "name": "ЗначенияДополнительногоРеквизитаНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "dataPath": "ЗначенияДополнительныхРеквизитов.Наименование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 307, + "name": "ЗначенияДополнительногоРеквизитаВес", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Весовой коэффициент" + } + } + ] + }, + "dataPath": "ЗначенияДополнительныхРеквизитов.Вес", + "items": [] + } + ], + [] + ] + } + ] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 69, + "name": "ДополнительныеЗначенияСВесом", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ДополнительныеЗначенияСВесом", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 89, + "name": "УточнениеСпискаЗначений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уточнение списка значений" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL", + "id": 87, + "name": "УточнениеСпискаЗначенийКомментарий", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список значений общий с реквизитом \"Цвет\" набора \"Номенклатура (сумки)\" " + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 105, + "name": "УточнениеСпискаЗначенийИзменить", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 592, + "name": "СтраницаПрочее", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Прочее" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 30, + "name": "Подсказка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Объект.Подсказка", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 32, + "name": "ГруппаЗаголовкиФормЗначений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовки форм значений" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 33, + "name": "ЗаголовокФормыЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ЗаголовокФормыЗначения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 35, + "name": "ЗаголовокФормыВыбораЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ЗаголовокФормыВыбораЗначения", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 28, + "name": "Комментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Комментарий", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 483, + "name": "ИдентификаторДляФормул", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ИдентификаторДляФормул", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 457, + "name": "Имя", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Имя", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ] + } + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПланВидовХарактеристикОбъект.ДополнительныеРеквизитыИСведения", + "nameEn": "ChartOfCharacteristicTypesObject.ДополнительныеРеквизитыИСведения" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "ВидСвойства", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[27]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[27]/type" + } + }, + { + "id": 2, + "name": "СписокНаборов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 7, + "name": "МногострочноеПолеВвода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 8, + "name": "МногострочноеПолеВводаЧисло", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Многострочное поле ввода число" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[20]/type" + } + }, + { + "id": 9, + "name": "Значения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 10, + "name": "ПоказатьУточнениеНабора", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 4, + "name": "ТекущийНаборСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" + } + }, + { + "id": 13, + "name": "ПереданныеПараметрыФормы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 14, + "name": "РежимДобавленияРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Режим добавления реквизита" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 15, + "name": "РежимПомощника", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 16, + "name": "ЗначенияДополнительныхРеквизитов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 17, + "name": "ПустаяСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + } + }, + { + "id": 18, + "name": "УсловияЗависимостиРеквизитов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 19, + "name": "ИзмененыУсловияЗависимостиРеквизитов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 20, + "name": "ВыбранныйНаборСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" + } + }, + { + "id": 21, + "name": "НаборыСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + }, + { + "id": 22, + "name": "Свойства", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 23, + "name": "ОбщиеНаборыСвойств", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Общие наборы свойств" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + }, + { + "id": 24, + "name": "ПредставлениеРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление реквизита" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 5, + "name": "ТекущийЗаголовок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 25, + "name": "ПоказатьНеиспользуемыеРеквизиты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 26, + "name": "ТекущийНаборВерсияДанных", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "7fba41a5-4faa-412b-b367-b30ced0314c0", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.ФормаСписка", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/ФормаСписка/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 16, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 4, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 6, + "name": "ТипЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список.ValueType", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 11, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "37333d0b-3589-4b8b-bf6c-e605e0287b66", + "name": "РазблокированиеРеквизитов", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.РазблокированиеРеквизитов", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.РазблокированиеРеквизитов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Разблокирование реквизитов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/РазблокированиеРеквизитов/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + } + ], + "items": [ + { + "type": "PAGES", + "id": 1, + "name": "ДиалогиПользователя", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Диалоги пользователя" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 2, + "name": "ОбъектНеИспользуется", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Объект не используется" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 12, + "name": "Пояснения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пояснения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 22, + "name": "ПояснениеДополнительногоРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пояснение дополнительного реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL", + "id": 23, + "name": "ТекстПоясненияДополнительногоРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный реквизит не используется в документах приложения.\n\nТип значения и имя дополнительного реквизита можно изменять." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 25, + "name": "ПояснениеДополнительногоСведения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пояснение дополнительного сведения" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL", + "id": 26, + "name": "ТекстПоясненияДополнительногоСведения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительное сведение не используется в информационной базе.\n\nТип значения и имя дополнительного сведения можно изменять." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 3, + "name": "ОбъектИспользуется", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Объект используется" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 17, + "name": "Предупреждения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 18, + "name": "ПредупреждениеДополнительногоРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждение дополнительного реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL", + "id": 6, + "name": "ТекстПредупрежденияДополнительногоРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Внимание! Дополнительный реквизит уже используется в информационной базе.\n\nИзменение типа значения дополнительного реквизита может привести к потере ранее установленных значений его текущего типа." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 19, + "name": "ПредупреждениеДополнительногоСведения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждение дополнительного сведения" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL", + "id": 20, + "name": "ТекстПредупрежденияДополнительногоСведения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Внимание! Дополнительное сведение уже используется в информационной базе.\n\nИзменение типа значения дополнительного сведения может привести к потере ранее установленных значений его текущего типа." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + } + ] + } + ], + [] + ] + } + ], + "attributes": [] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "1813c469-da20-46a6-8947-6815b66f64c1", + "name": "ИзменениеНастройкиСвойства", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.ИзменениеНастройкиСвойства", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.ИзменениеНастройкиСвойства" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Изменение настройки свойства" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/ИзменениеНастро_киСво_ства/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Изменить настройку дополнительного реквизита" + } + } + ] + }, + "handlers": [ + [ + { + "event": "BeforeClose", + "name": "ПередЗакрытием" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + } + ], + [] + ], + "items": [ + { + "type": "PAGES", + "id": 40, + "name": "ТипыСвойства", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Типы свойства" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 17, + "name": "ДополнительныйРеквизит", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный реквизит" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 52, + "name": "РеквизитПредупреждение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Реквизит предупреждение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "DECORATION", + "id": 48, + "name": "РеквизитПредупреждениеКартинка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Реквизит предупреждение картинка" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 98, + "name": "ДекорацияПредупреждение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перенастройка дополнительного реквизита необратима и может занять длительное время, в зависимости от числа документов, в которых заполнен этот реквизит. \nВместо этого можно добавить новый реквизит со своим списком значений, и выполнить вручную постепенный переход от использования этого реквизита к новому (очистить значения этого реквизита и заполнить значения нового)." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 8, + "name": "ОтдельныеЗначенияРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отдельное свойство с отдельным списком значений" + } + } + ] + }, + "dataPath": "ОтдельноеСвойствоСОтдельнымСпискомЗначений", + "items": [] + }, + { + "type": "PAGES", + "id": 30, + "name": "ВидыРеквизита", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Виды реквизита" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 32, + "name": "ВидОбщиеЗначенияРеквизитов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид общие значения реквизитов" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 6, + "name": "ОбщиеЗначенияРеквизитов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отдельное свойство с общим списком значений" + } + } + ] + }, + "dataPath": "ОтдельноеСвойствоСОбщимСпискомЗначений", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 31, + "name": "ВидОбщийРеквизит", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид общий реквизит" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 4, + "name": "ОбщийРеквизит", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Общее свойство" + } + } + ] + }, + "dataPath": "ОбщееСвойство", + "items": [] + } + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 16, + "name": "ДополнительноеСведение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительное сведение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 54, + "name": "СведениеПредупреждение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сведение предупреждение" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "DECORATION", + "id": 56, + "name": "СведениеПредупреждениеКартинка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сведение предупреждение картинка" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 26, + "name": "ОтдельныеЗначенияСведения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ОтдельноеСвойствоСОтдельнымСпискомЗначений", + "items": [] + }, + { + "type": "PAGES", + "id": 33, + "name": "ВидыСведения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Виды сведения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 39, + "name": "ВидОбщиеЗначенияСведений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид общие значения сведений" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 22, + "name": "ОбщиеЗначенияСведений", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ОтдельноеСвойствоСОбщимСпискомЗначений", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 34, + "name": "ВидОбщееСведение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид общее сведение" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 18, + "name": "ОбщееСведение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ОбщееСвойство", + "items": [] + } + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ОбщееСвойство", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 1, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 2, + "name": "ОтдельноеСвойствоСОбщимСпискомЗначений", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 3, + "name": "ОтдельноеСвойствоСОтдельнымСпискомЗначений", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 4, + "name": "Свойство", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + } + }, + { + "id": 5, + "name": "ЭтоДополнительноеСведение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 6, + "name": "ТекущийНаборСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "64e702e9-8934-4356-a1b2-be0e8b390630", + "name": "ЗависимостьРеквизитов", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.ЗависимостьРеквизитов", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.ЗависимостьРеквизитов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Зависимость реквизитов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/ЗависимостьРеквизитов/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + } + ], + [] + ], + "items": [ + { + "type": "TABLE", + "id": 5, + "name": "ЗависимостиРеквизитов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Зависит от значения свойств и реквизитов" + } + } + ] + }, + "dataPath": "ЗависимостиРеквизитов", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 18, + "name": "ЗависимостиРеквизитовРеквизит", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ЗависимостиРеквизитов.Представление", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 21, + "name": "ЗависимостиРеквизитовВидСравнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид сравнения" + } + } + ] + }, + "dataPath": "ЗависимостиРеквизитов.Условие", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 24, + "name": "ЗависимостиРеквизитовПравоеЗначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значение" + } + } + ] + }, + "dataPath": "ЗависимостиРеквизитов.Значение", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ЗависимостиРеквизитов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Зависимости реквизитов" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[18]/type" + } + }, + { + "id": 2, + "name": "РеквизитыОбъектаВХранилище", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "НастраиваемоеСвойство", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 4, + "name": "ДобавлениеСтроки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 5, + "name": "НажатаОтмена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[5]/type" + } + }, + { + "id": 6, + "name": "НаборСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "74880ac4-bdd3-48e6-82a0-a2103da42723", + "name": "ВыборРеквизита", + "mdoReference": { + "type": "FORM", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.Form.ВыборРеквизита", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.Форма.ВыборРеквизита" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/Forms/ВыборРеквизита/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + } + ], + "items": [ + { + "type": "TABLE", + "id": 1, + "name": "РеквизитыОбъекта", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Реквизиты объекта" + } + } + ] + }, + "dataPath": "РеквизитыОбъекта", + "items": [ + { + "type": "INPUT_FIELD", + "id": 14, + "name": "РеквизитыОбъектаПредставление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "РеквизитыОбъекта.Представление", + "items": [] + } + ] + } + ], + "attributes": [ + { + "id": 1, + "name": "РеквизитыОбъекта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[18]/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "CHART_OF_CHARACTERISTIC_TYPES", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/ChartsOfCharacteristicTypes/ДополнительныеРеквизитыИСведения/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ДополнительныеРеквизитыИСведения", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 25, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED_PREDEFINED_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "predefinedValues": [], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительные реквизиты и сведения" + } + } + ] + }, + "tabularSections": [ + [ + { + "uuid": "d6b72e00-018a-4fdc-b6a4-06dcecf89809", + "name": "ЗависимостиДополнительныхРеквизитов", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Зависимости дополнительных реквизитов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "attributes": [ + [ + { + "uuid": "d6b72e00-018a-4fdc-b6a4-06dcecf89809", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.StandardAttribute.LineNumber", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерСтроки", + "nameEn": "LineNumber" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "9f816562-57f0-473f-8c85-14f7521ffd7f", + "name": "ЗависимоеСвойство", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.Attribute.ЗависимоеСвойство", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.Реквизит.ЗависимоеСвойство" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Зависимое свойство" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 25, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "14077038-2e41-4a05-a476-99f6f88a5c29", + "name": "НаборСвойств", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.Attribute.НаборСвойств", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.Реквизит.НаборСвойств" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[21]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "917b0acc-88fe-4afc-b19b-6da69e060393", + "name": "Реквизит", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.Attribute.Реквизит", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.Реквизит.Реквизит" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + }, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 99, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a091b76e-8ba4-4534-bbb0-9990e69b8603", + "name": "Условие", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.Attribute.Условие", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.Реквизит.Условие" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условие" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 20, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "867ee5d2-7566-4052-a311-b56e7e46b90d", + "name": "Значение", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.ЗависимостиДополнительныхРеквизитов.Attribute.Значение", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.ЗависимостиДополнительныхРеквизитов.Реквизит.Значение" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 5, + "com.github._1c_syntax.bsl.types.value.MDOValueType": "ANY_REF", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER", + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + }, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 50, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (50, Переменная)", + "nameEn": "StringQualifiers (50, Variable)" + } + } + }, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": false, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ] + }, + { + "uuid": "8f51328b-73a8-46fb-b6db-7b7a84c05c2a", + "name": "Представления", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представления" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "attributes": [ + [ + { + "uuid": "8f51328b-73a8-46fb-b6db-7b7a84c05c2a", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.StandardAttribute.LineNumber", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/fullName" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "0f0f5b42-2407-44e6-85d7-26ace96b2cd9", + "name": "КодЯзыка", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.Attribute.КодЯзыка", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.Реквизит.КодЯзыка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Код языка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 10, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ffec426d-2556-46d6-b313-aeca43581865", + "name": "Заголовок", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.Attribute.Заголовок", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.Реквизит.Заголовок" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f32e0941-2061-4e12-bdae-fcb65f91ac28", + "name": "Подсказка", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.Attribute.Подсказка", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.Реквизит.Подсказка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[22]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "6f0e0f44-db5a-4a13-9131-866b77b90f14", + "name": "ЗаголовокФормыЗначения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.Attribute.ЗаголовокФормыЗначения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.Реквизит.ЗаголовокФормыЗначения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[11]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "9415e0aa-391f-4798-ad7d-3b854a756de8", + "name": "ЗаголовокФормыВыбораЗначения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения.TabularSection.Представления.Attribute.ЗаголовокФормыВыбораЗначения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения.ТабличнаяЧасть.Представления.Реквизит.ЗаголовокФормыВыбораЗначения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/tabularSections/c/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection[2]/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ] + } + ], + [] + ], + "templates": [], + "uuid": "1055d15b-8cb5-4ff0-a526-7fd20a08a96c", + "valueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ChartOfCharacteristicTypes/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + } +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/CommandGroups.\320\237\320\265\321\207\320\260\321\202\321\214.json" "b/src/test/resources/fixtures/ssl_3_2/CommandGroups.\320\237\320\265\321\207\320\260\321\202\321\214.json" new file mode 100644 index 000000000..e4669b5e5 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/CommandGroups.\320\237\320\265\321\207\320\260\321\202\321\214.json" @@ -0,0 +1,28 @@ +{"com.github._1c_syntax.bsl.mdo.CommandGroup": { + "comment": "Печать", + "description": "Печать", + "mdoReference": { + "type": "COMMAND_GROUP", + "mdoRef": "CommandGroup.Печать", + "mdoRefRu": "ГруппаКоманд.Печать" + }, + "mdoType": "COMMAND_GROUP", + "name": "Печать", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Печать" + } + } + ] + }, + "uuid": "ac39b903-0c60-417e-a50f-49ed375424f5" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/CommonAttributes.\320\236\320\261\320\273\320\260\321\201\321\202\321\214\320\224\320\260\320\275\320\275\321\213\321\205\320\222\321\201\320\277\320\276\320\274\320\276\320\263\320\260\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\224\320\260\320\275\320\275\321\213\320\265.json" "b/src/test/resources/fixtures/ssl_3_2/CommonAttributes.\320\236\320\261\320\273\320\260\321\201\321\202\321\214\320\224\320\260\320\275\320\275\321\213\321\205\320\222\321\201\320\277\320\276\320\274\320\276\320\263\320\260\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\224\320\260\320\275\320\275\321\213\320\265.json" new file mode 100644 index 000000000..e4cc9e7a6 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/CommonAttributes.\320\236\320\261\320\273\320\260\321\201\321\202\321\214\320\224\320\260\320\275\320\275\321\213\321\205\320\222\321\201\320\277\320\276\320\274\320\276\320\263\320\260\321\202\320\265\320\273\321\214\320\275\321\213\320\265\320\224\320\260\320\275\320\275\321\213\320\265.json" @@ -0,0 +1,243 @@ +{"com.github._1c_syntax.bsl.mdo.CommonAttribute": { + "authenticationSeparation": "DONT_USE", + "autoUse": "DONT_USE", + "comment": "", + "conditionalSeparation": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьРазделениеПоОбластямДанных", + "mdoRefRu": "Константа.ИспользоватьРазделениеПоОбластямДанных" + }, + "configurationExtensionsSeparation": "DONT_USE", + "content": [ + [ + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИспользованиеПоставляемыхДополнительныхОтчетовИОбработокВОбластяхДанных", + "mdoRefRu": "РегистрСведений.ИспользованиеПоставляемыхДополнительныхОтчетовИОбработокВОбластяхДанных" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПрогрессОбновления", + "mdoRefRu": "РегистрСведений.ПрогрессОбновления" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбработчикиОбновления", + "mdoRefRu": "РегистрСведений.ОбработчикиОбновления" + }, + "use": "USE" + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СеансыОбменовДанными", + "mdoRefRu": "Справочник.СеансыОбменовДанными" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.БезопасноеХранилищеДанныхОбластейДанных", + "mdoRefRu": "РегистрСведений.БезопасноеХранилищеДанныхОбластейДанных" + }, + "use": "USE" + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОтложенноеОбновлениеЗавершеноУспешно", + "mdoRefRu": "Константа.ОтложенноеОбновлениеЗавершеноУспешно" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОчередьИзвлеченияТекста", + "mdoRefRu": "РегистрСведений.ОчередьИзвлеченияТекста" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПотокиОбновления", + "mdoRefRu": "РегистрСведений.ПотокиОбновления" + }, + "use": "USE" + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СведенияОБлокируемыхОбъектах", + "mdoRefRu": "Константа.СведенияОБлокируемыхОбъектах" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияОбменовДаннымиОбластейДанных", + "mdoRefRu": "РегистрСведений.СостоянияОбменовДаннымиОбластейДанных" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияУспешныхОбменовДаннымиОбластейДанных", + "mdoRefRu": "РегистрСведений.СостоянияУспешныхОбменовДаннымиОбластейДанных" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПериодическиеСерверныеОповещения", + "mdoRefRu": "РегистрСведений.ПериодическиеСерверныеОповещения" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СообщенияОбменаДаннымиОбластейДанных", + "mdoRefRu": "РегистрСведений.СообщенияОбменаДаннымиОбластейДанных" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОчередьИнсталляцииПоставляемыхДополнительныхОтчетовИОбработокВОбластиДанных", + "mdoRefRu": "РегистрСведений.ОчередьИнсталляцииПоставляемыхДополнительныхОтчетовИОбработокВОбластиДанных" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОтправленныеСерверныеОповещения", + "mdoRefRu": "РегистрСведений.ОтправленныеСерверныеОповещения" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СвойстваРасширений", + "mdoRefRu": "РегистрСведений.СвойстваРасширений" + }, + "use": "USE" + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СведенияОбОбновленииИБ", + "mdoRefRu": "Константа.СведенияОбОбновленииИБ" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ВерсииПодсистемОбластейДанных", + "mdoRefRu": "РегистрСведений.ВерсииПодсистемОбластейДанных" + }, + "use": "USE" + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.БлокировкиСеансовОбластейДанных", + "mdoRefRu": "РегистрСведений.БлокировкиСеансовОбластейДанных" + }, + "use": "USE" + } + ], + [] + ], + "dataSeparation": "SEPARATE", + "dataSeparationUse": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ОбластьДанныхИспользование", + "mdoRefRu": "ПараметрСеанса.ОбластьДанныхИспользование" + }, + "dataSeparationValue": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ОбластьДанныхЗначение", + "mdoRefRu": "ПараметрСеанса.ОбластьДанныхЗначение" + }, + "description": "Область данных вспомогательные данные", + "indexing": "DONT_INDEX", + "mdoReference": { + "type": "COMMON_ATTRIBUTE", + "mdoRef": "CommonAttribute.ОбластьДанныхВспомогательныеДанные", + "mdoRefRu": "ОбщийРеквизит.ОбластьДанныхВспомогательныеДанные" + }, + "mdoType": "COMMON_ATTRIBUTE", + "name": "ОбластьДанныхВспомогательныеДанные", + "objectBelonging": "OWN", + "passwordMode": false, + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Область данных вспомогательные данные" + } + } + ] + }, + "usersSeparation": "DONT_USE", + "uuid": "530a3164-4ef1-4b3b-8269-13764ef4bf15", + "valueType": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 7, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/CommonCommands.\320\236\321\202\320\277\321\200\320\260\320\262\320\270\321\202\321\214\320\237\320\270\321\201\321\214\320\274\320\276.json" "b/src/test/resources/fixtures/ssl_3_2/CommonCommands.\320\236\321\202\320\277\321\200\320\260\320\262\320\270\321\202\321\214\320\237\320\270\321\201\321\214\320\274\320\276.json" new file mode 100644 index 000000000..da9a42f25 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/CommonCommands.\320\236\321\202\320\277\321\200\320\260\320\262\320\270\321\202\321\214\320\237\320\270\321\201\321\214\320\274\320\276.json" @@ -0,0 +1,56 @@ +{"com.github._1c_syntax.bsl.mdo.CommonCommand": { + "comment": "", + "description": "Отправить письмо...", + "mdoReference": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ОтправитьПисьмо", + "mdoRefRu": "ОбщаяКоманда.ОтправитьПисьмо" + }, + "mdoType": "COMMON_COMMAND", + "moduleTypes": [ + [ + "CommandModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/CommonCommands/ОтправитьПисьмо/Ext/CommandModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/CommonCommands/ОтправитьПисьмо/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonCommand/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ОтправитьПисьмо", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправить письмо..." + } + } + ] + }, + "uuid": "477ab478-b336-4bac-898f-e20e3a4039b5" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/CommonCommands.\320\236\321\202\320\277\321\200\320\260\320\262\320\270\321\202\321\214\320\237\320\270\321\201\321\214\320\274\320\276_edt.json" "b/src/test/resources/fixtures/ssl_3_2/CommonCommands.\320\236\321\202\320\277\321\200\320\260\320\262\320\270\321\202\321\214\320\237\320\270\321\201\321\214\320\274\320\276_edt.json" new file mode 100644 index 000000000..e2ceb0d9f --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/CommonCommands.\320\236\321\202\320\277\321\200\320\260\320\262\320\270\321\202\321\214\320\237\320\270\321\201\321\214\320\274\320\276_edt.json" @@ -0,0 +1,56 @@ +{"com.github._1c_syntax.bsl.mdo.CommonCommand": { + "comment": "", + "description": "Отправить письмо...", + "mdoReference": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ОтправитьПисьмо", + "mdoRefRu": "ОбщаяКоманда.ОтправитьПисьмо" + }, + "mdoType": "COMMON_COMMAND", + "moduleTypes": [ + [ + "CommandModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/CommonCommands/ОтправитьПисьмо/CommandModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/CommonCommands/ОтправитьПисьмо/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonCommand/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ОтправитьПисьмо", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправить письмо..." + } + } + ] + }, + "uuid": "477ab478-b336-4bac-898f-e20e3a4039b5" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201.json" "b/src/test/resources/fixtures/ssl_3_2/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201.json" new file mode 100644 index 000000000..67c098bc0 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201.json" @@ -0,0 +1,350 @@ +{"com.github._1c_syntax.bsl.mdo.CommonForm": { + "comment": "", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [] + }, + "handlers": [ + [ + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + { + "type": "USUAL_GROUP", + "id": 15, + "name": "Колонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Колонки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_DECORATION", + "id": 5, + "name": "Предупреждение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждение" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 16, + "name": "Строки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Строки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 26, + "name": "ТекстСообщения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Текст сообщения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 23, + "name": "ТекстСообщенияНадпись", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "ТекстСообщенияПолеВвода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "dataPath": "ТекстСообщения", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 3, + "name": "БольшеНеЗадаватьЭтотВопрос", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Больше не задавать этот вопрос" + } + } + ] + }, + "dataPath": "БольшеНеЗадаватьЭтотВопрос", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "СоответствиеКнопокИВозвращаемыхЗначений", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "БольшеНеЗадаватьЭтотВопрос", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ОжиданиеСчетчик", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 5, + "name": "ОжиданиеИмяКнопки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + } + }, + { + "id": 6, + "name": "ОжиданиеЗаголовокКнопки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 2, + "name": "ТекстСообщения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + } + ], + [] + ] + }, + "description": "Вопрос", + "formType": "MANAGED", + "mdoReference": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.Вопрос", + "mdoRefRu": "ОбщаяФорма.Вопрос" + }, + "mdoType": "COMMON_FORM", + "moduleTypes": [ + [ + "FormModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/CommonForms/Вопрос/Ext/Form/Module.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/CommonForms/Вопрос/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "Вопрос", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вопрос" + } + } + ] + }, + "uuid": "573f1753-9194-4aaf-9217-5cac70ff108f" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201_edt.json" "b/src/test/resources/fixtures/ssl_3_2/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201_edt.json" new file mode 100644 index 000000000..6816cc313 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/CommonForms.\320\222\320\276\320\277\321\200\320\276\321\201_edt.json" @@ -0,0 +1,350 @@ +{"com.github._1c_syntax.bsl.mdo.CommonForm": { + "comment": "", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [] + }, + "handlers": [ + [ + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + { + "type": "USUAL_GROUP", + "id": 15, + "name": "Колонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Колонки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "DECORATION", + "id": 5, + "name": "Предупреждение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждение" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 16, + "name": "Строки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Строки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 26, + "name": "ТекстСообщения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Текст сообщения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL", + "id": 23, + "name": "ТекстСообщенияНадпись", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "ТекстСообщенияПолеВвода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "dataPath": "ТекстСообщения", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 3, + "name": "БольшеНеЗадаватьЭтотВопрос", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Больше не задавать этот вопрос" + } + } + ] + }, + "dataPath": "БольшеНеЗадаватьЭтотВопрос", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "СоответствиеКнопокИВозвращаемыхЗначений", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "БольшеНеЗадаватьЭтотВопрос", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ОжиданиеСчетчик", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 5, + "name": "ОжиданиеИмяКнопки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + } + }, + { + "id": 6, + "name": "ОжиданиеЗаголовокКнопки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 2, + "name": "ТекстСообщения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + } + ], + [] + ] + }, + "description": "Вопрос", + "formType": "MANAGED", + "mdoReference": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.Вопрос", + "mdoRefRu": "ОбщаяФорма.Вопрос" + }, + "mdoType": "COMMON_FORM", + "moduleTypes": [ + [ + "FormModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/CommonForms/Вопрос/Module.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/CommonForms/Вопрос/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "Вопрос", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вопрос" + } + } + ] + }, + "uuid": "573f1753-9194-4aaf-9217-5cac70ff108f" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/CommonModules.\320\220\320\262\321\202\320\276\320\275\320\276\320\274\320\275\320\260\321\217\320\240\320\260\320\261\320\276\321\202\320\260.json" "b/src/test/resources/fixtures/ssl_3_2/CommonModules.\320\220\320\262\321\202\320\276\320\275\320\276\320\274\320\275\320\260\321\217\320\240\320\260\320\261\320\276\321\202\320\260.json" new file mode 100644 index 000000000..74218ed46 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/CommonModules.\320\220\320\262\321\202\320\276\320\275\320\276\320\274\320\275\320\260\321\217\320\240\320\260\320\261\320\276\321\202\320\260.json" @@ -0,0 +1,50 @@ +{"com.github._1c_syntax.bsl.mdo.CommonModule": { + "clientManagedApplication": false, + "clientOrdinaryApplication": true, + "comment": "", + "description": "Автономная работа", + "externalConnection": true, + "global": false, + "mdoReference": { + "type": "COMMON_MODULE", + "mdoRef": "CommonModule.АвтономнаяРабота", + "mdoRefRu": "ОбщийМодуль.АвтономнаяРабота" + }, + "mdoType": "COMMON_MODULE", + "moduleType": "CommonModule", + "moduleTypes": [ + [ + "CommonModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/CommonModules/АвтономнаяРабота/Ext/Module.bsl" + ] + ] + ], + "name": "АвтономнаяРабота", + "objectBelonging": "OWN", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonModule/mdoReference" + }, + "privileged": false, + "protected": false, + "returnValuesReuse": "DONT_USE", + "server": true, + "serverCall": false, + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автономная работа" + } + } + ] + }, + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/CommonModules/АвтономнаяРабота/Ext/Module.bsl", + "uuid": "a5cc5ae2-be80-4957-8aca-9e477433dfcc" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/CommonModules.\320\220\320\262\321\202\320\276\320\275\320\276\320\274\320\275\320\260\321\217\320\240\320\260\320\261\320\276\321\202\320\260_edt.json" "b/src/test/resources/fixtures/ssl_3_2/CommonModules.\320\220\320\262\321\202\320\276\320\275\320\276\320\274\320\275\320\260\321\217\320\240\320\260\320\261\320\276\321\202\320\260_edt.json" new file mode 100644 index 000000000..cf9048aa6 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/CommonModules.\320\220\320\262\321\202\320\276\320\275\320\276\320\274\320\275\320\260\321\217\320\240\320\260\320\261\320\276\321\202\320\260_edt.json" @@ -0,0 +1,50 @@ +{"com.github._1c_syntax.bsl.mdo.CommonModule": { + "clientManagedApplication": false, + "clientOrdinaryApplication": true, + "comment": "", + "description": "Автономная работа", + "externalConnection": true, + "global": false, + "mdoReference": { + "type": "COMMON_MODULE", + "mdoRef": "CommonModule.АвтономнаяРабота", + "mdoRefRu": "ОбщийМодуль.АвтономнаяРабота" + }, + "mdoType": "COMMON_MODULE", + "moduleType": "CommonModule", + "moduleTypes": [ + [ + "CommonModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/CommonModules/АвтономнаяРабота/Module.bsl" + ] + ] + ], + "name": "АвтономнаяРабота", + "objectBelonging": "OWN", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.CommonModule/mdoReference" + }, + "privileged": false, + "protected": false, + "returnValuesReuse": "DONT_USE", + "server": true, + "serverCall": false, + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автономная работа" + } + } + ] + }, + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/CommonModules/АвтономнаяРабота/Module.bsl", + "uuid": "a5cc5ae2-be80-4957-8aca-9e477433dfcc" +}} \ No newline at end of file diff --git a/src/test/resources/fixtures/ssl_3_2/CommonPictures.GoogleMaps.json b/src/test/resources/fixtures/ssl_3_2/CommonPictures.GoogleMaps.json new file mode 100644 index 000000000..d82b6c456 --- /dev/null +++ b/src/test/resources/fixtures/ssl_3_2/CommonPictures.GoogleMaps.json @@ -0,0 +1,30 @@ +{"com.github._1c_syntax.bsl.mdo.CommonPicture": { + "availabilityForAppearance": false, + "availabilityForChoice": false, + "comment": "", + "description": "Google maps", + "mdoReference": { + "type": "COMMON_PICTURE", + "mdoRef": "CommonPicture.GoogleMaps", + "mdoRefRu": "ОбщаяКартинка.GoogleMaps" + }, + "mdoType": "COMMON_PICTURE", + "name": "GoogleMaps", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Google maps" + } + } + ] + }, + "uuid": "5a88f624-7b7e-43fe-8bc4-ae85d832a855" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/CommonTemplates.\320\241\321\202\321\200\321\203\320\272\321\202\321\203\321\200\320\260\320\237\320\276\320\264\321\207\320\270\320\275\320\265\320\275\320\275\320\276\321\201\321\202\320\270.json" "b/src/test/resources/fixtures/ssl_3_2/CommonTemplates.\320\241\321\202\321\200\321\203\320\272\321\202\321\203\321\200\320\260\320\237\320\276\320\264\321\207\320\270\320\275\320\265\320\275\320\275\320\276\321\201\321\202\320\270.json" new file mode 100644 index 000000000..6d461cdcd --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/CommonTemplates.\320\241\321\202\321\200\321\203\320\272\321\202\321\203\321\200\320\260\320\237\320\276\320\264\321\207\320\270\320\275\320\265\320\275\320\275\320\276\321\201\321\202\320\270.json" @@ -0,0 +1,32 @@ +{"com.github._1c_syntax.bsl.mdo.CommonTemplate": { + "comment": "", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.EmptyTemplateData" + }, + "description": "Структура подчиненности", + "mdoReference": { + "type": "COMMON_TEMPLATE", + "mdoRef": "CommonTemplate.СтруктураПодчиненности", + "mdoRefRu": "ОбщийМакет.СтруктураПодчиненности" + }, + "mdoType": "COMMON_TEMPLATE", + "name": "СтруктураПодчиненности", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Структура подчиненности" + } + } + ] + }, + "templateType": "SPREADSHEET_DOCUMENT", + "uuid": "7a62d031-c340-4b1e-90af-fff697a2e979" +}} \ No newline at end of file diff --git a/src/test/resources/fixtures/ssl_3_2/Configuration.json b/src/test/resources/fixtures/ssl_3_2/Configuration.json new file mode 100644 index 000000000..43f5431ca --- /dev/null +++ b/src/test/resources/fixtures/ssl_3_2/Configuration.json @@ -0,0 +1,1811 @@ +{"com.github._1c_syntax.bsl.mdclasses.Configuration": { + "XDTOPackages": [ + { + "uuid": "b8a93cce-56e4-4507-b281-5c525a466a0f", + "name": "ПакетXDTO1", + "mdoReference": { + "type": "XDTO_PACKAGE", + "mdoRef": "XDTOPackage.ПакетXDTO1", + "mdoRefRu": "ПакетXDTO.ПакетXDTO1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "namespace": "http://v8.1c.ru/edi/edi_stnd/EnterpriseData/1.8", + "data": { + "targetNamespace": "http://v8.1c.ru/edi/edi_stnd/EnterpriseData/1.8", + "imports": [ + [ + 2 + ], + [ + 2 + ] + ], + "valueTypes": [ + [ + 278 + ], + [ + 278 + ] + ], + "objectTypes": [ + [ + 737 + ], + [ + 737 + ] + ], + "properties": [ + { + "name": "performance", + "type": "d2p1:Performance", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + } + ] + } + } + ], + "accountingRegisters": [ + { + "uuid": "e5930f2f-15d9-48a1-ac69-379ad990b02a", + "name": "РегистрБухгалтерии1", + "mdoReference": { + "type": "ACCOUNTING_REGISTER", + "mdoRef": "AccountingRegister.РегистрБухгалтерии1", + "mdoRefRu": "РегистрБухгалтерии.РегистрБухгалтерии1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Регистр бухгалтерии" + ], + [ + "en", + "Accounting register" + ] + ] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "resources": [ + { + "uuid": "e88df8bd-bf97-41a4-88fc-09c84a51824b", + "name": "Ресурс1", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "AccountingRegister.РегистрБухгалтерии1.Resource.Ресурс1", + "mdoRefRu": "РегистрБухгалтерии.РегистрБухгалтерии1.Ресурс.Ресурс1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "ACCOUNTING_REGISTER", + "mdoRef": "AccountingRegister.РегистрБухгалтерии1", + "mdoRefRu": "РегистрБухгалтерии.РегистрБухгалтерии1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ], + "dimensions": [ + { + "uuid": "902c08a9-e457-436a-b0fb-b996f0d9bb00", + "name": "Измерение1", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "AccountingRegister.РегистрБухгалтерии1.Dimension.Измерение1", + "mdoRefRu": "РегистрБухгалтерии.РегистрБухгалтерии1.Измерение.Измерение1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "ACCOUNTING_REGISTER", + "mdoRef": "AccountingRegister.РегистрБухгалтерии1", + "mdoRefRu": "РегистрБухгалтерии.РегистрБухгалтерии1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "master": false, + "denyIncompleteValues": false, + "useInTotals": true + } + ], + "forms": [], + "templates": [] + } + ], + "accumulationRegisters": [ + { + "uuid": "8ea07f36-d671-4649-bc7a-94daa939e77f", + "name": "РегистрНакопления1", + "mdoReference": { + "type": "ACCUMULATION_REGISTER", + "mdoRef": "AccumulationRegister.РегистрНакопления1", + "mdoRefRu": "РегистрНакопления.РегистрНакопления1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Регистр накопления" + ] + ] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "resources": [ + { + "uuid": "a187a281-f5cd-4e1c-8f3f-37212a840339", + "name": "Ресурс1", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "AccumulationRegister.РегистрНакопления1.Resource.Ресурс1", + "mdoRefRu": "РегистрНакопления.РегистрНакопления1.Ресурс.Ресурс1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "ACCUMULATION_REGISTER", + "mdoRef": "AccumulationRegister.РегистрНакопления1", + "mdoRefRu": "РегистрНакопления.РегистрНакопления1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ], + "dimensions": [ + { + "uuid": "461cae93-fe90-4bbb-8f79-0963e2d39ec5", + "name": "Измерение1", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "AccumulationRegister.РегистрНакопления1.Dimension.Измерение1", + "mdoRefRu": "РегистрНакопления.РегистрНакопления1.Измерение.Измерение1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "ACCUMULATION_REGISTER", + "mdoRef": "AccumulationRegister.РегистрНакопления1", + "mdoRefRu": "РегистрНакопления.РегистрНакопления1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "master": false, + "denyIncompleteValues": false, + "useInTotals": true + } + ], + "forms": [], + "templates": [] + } + ], + "bots": [], + "briefInformation": { + "content": [ + [ + "ru", + "Краткая информация" + ], + [ + "en", + "Short info" + ] + ] + }, + "businessProcesses": [ + { + "uuid": "560a32ca-028d-4b88-b6f2-6b7212bf31f8", + "name": "БизнесПроцесс1", + "mdoReference": { + "type": "BUSINESS_PROCESS", + "mdoRef": "BusinessProcess.БизнесПроцесс1", + "mdoRefRu": "БизнесПроцесс.БизнесПроцесс1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [] + } + ], + "calculationRegisters": [ + { + "uuid": "90587c7d-b950-4476-ac14-426e4a83d9c4", + "name": "РегистрРасчета1", + "mdoReference": { + "type": "CALCULATION_REGISTER", + "mdoRef": "CalculationRegister.РегистрРасчета1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "resources": [ + { + "uuid": "86f41061-e298-4da5-8d28-489a349d55fc", + "name": "Ресурс1", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "CalculationRegister.РегистрРасчета1.Resource.Ресурс1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1.Ресурс.Ресурс1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "CALCULATION_REGISTER", + "mdoRef": "CalculationRegister.РегистрРасчета1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ], + "dimensions": [ + { + "uuid": "f3e7cca5-4902-4ad5-96c7-db8336f52c6e", + "name": "Измерение1", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "CalculationRegister.РегистрРасчета1.Dimension.Измерение1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1.Измерение.Измерение1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "CALCULATION_REGISTER", + "mdoRef": "CalculationRegister.РегистрРасчета1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "master": false, + "denyIncompleteValues": true, + "useInTotals": true + } + ], + "forms": [], + "templates": [], + "recalculations": [ + { + "uuid": "16b54095-8711-4ef1-a38b-93d12f6f6e93", + "name": "Перерасчет", + "mdoReference": { + "type": "RECALCULATION", + "mdoRef": "CalculationRegister.РегистрРасчета1.Recalculation.Перерасчет", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1.Перерасчет.Перерасчет" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Перерасчет" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "CALCULATION_REGISTER", + "mdoRef": "CalculationRegister.РегистрРасчета1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1" + }, + "modules": [ + 1 + ] + } + ] + } + ], + "catalogs": [ + { + "uuid": "eeef463d-d5e7-42f2-ae53-10279661f59d", + "name": "Справочник1", + "mdoReference": { + "type": "CATALOG", + "mdoRef": "Catalog.Справочник1", + "mdoRefRu": "Справочник.Справочник1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 2 + ], + "commands": [ + { + "uuid": "342ec3c7-82d4-42bb-a5ff-8a756f110744", + "name": "Команда1", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Catalog.Справочник1.Command.Команда1", + "mdoRefRu": "Справочник.Справочник1.Команда.Команда1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "owner": { + "type": "CATALOG", + "mdoRef": "Catalog.Справочник1", + "mdoRefRu": "Справочник.Справочник1" + } + } + ], + "attributes": [ + [ + 3 + ], + [ + 3 + ] + ], + "tabularSections": [ + { + "uuid": "451202c5-b1af-4bce-a705-0b5570071588", + "name": "ТабличнаяЧасть1", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "Catalog.Справочник1.TabularSection.ТабличнаяЧасть1", + "mdoRefRu": "Справочник.Справочник1.ТабличнаяЧасть.ТабличнаяЧасть1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "CATALOG", + "mdoRef": "Catalog.Справочник1", + "mdoRefRu": "Справочник.Справочник1" + }, + "attributes": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ], + "forms": [ + [ + 3 + ], + [ + 3 + ] + ], + "templates": [ + { + "uuid": "42def71b-52cc-4e34-8a08-82f0dfcd47bf", + "name": "Макет", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "Catalog.Справочник1.Template.Макет", + "mdoRefRu": "Справочник.Справочник1.Макет.Макет" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Макет" + ] + ] + }, + "supportVariant": "NONE", + "modules": [], + "templateType": "SPREADSHEET_DOCUMENT", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.EmptyTemplateData" + }, + "owner": { + "type": "CATALOG", + "mdoRef": "Catalog.Справочник1", + "mdoRefRu": "Справочник.Справочник1" + } + } + ] + } + ], + "chartsOfAccounts": [ + { + "uuid": "2766f353-abd2-4e7f-9a95-53f05c83f5d4", + "name": "ПланСчетов1", + "mdoReference": { + "type": "CHART_OF_ACCOUNTS", + "mdoRef": "ChartOfAccounts.ПланСчетов1", + "mdoRefRu": "ПланСчетов.ПланСчетов1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [], + "accountingFlags": [ + { + "uuid": "957a5154-1e63-49e1-8e99-3893490da6f6", + "name": "ПризнакУчета", + "mdoReference": { + "type": "ACCOUNTING_FLAG", + "mdoRef": "ChartOfAccounts.ПланСчетов1.AccountingFlag.ПризнакУчета", + "mdoRefRu": "ПланСчетов.ПланСчетов1.ПризнакУчета.ПризнакУчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Признак учета" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "CHART_OF_ACCOUNTS", + "mdoRef": "ChartOfAccounts.ПланСчетов1", + "mdoRefRu": "ПланСчетов.ПланСчетов1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ], + "extDimensionAccountingFlags": [ + { + "uuid": "4f04d72a-e3e9-4e9b-96da-7d0e1ad989e6", + "name": "ПризнакУчета", + "mdoReference": { + "type": "EXT_DIMENSION_ACCOUNTING_FLAG", + "mdoRef": "ChartOfAccounts.ПланСчетов1.ExtDimensionAccountingFlag.ПризнакУчета", + "mdoRefRu": "ПланСчетов.ПланСчетов1.ПризнакУчетаСубконто.ПризнакУчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Признак учета" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "CHART_OF_ACCOUNTS", + "mdoRef": "ChartOfAccounts.ПланСчетов1", + "mdoRefRu": "ПланСчетов.ПланСчетов1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ] + } + ], + "chartsOfCalculationTypes": [ + { + "uuid": "1755c534-9ccd-49c4-9f8b-2aa066424aaa", + "name": "ПланВидовРасчета1", + "mdoReference": { + "type": "CHART_OF_CALCULATION_TYPES", + "mdoRef": "ChartOfCalculationTypes.ПланВидовРасчета1", + "mdoRefRu": "ПланВидовРасчета.ПланВидовРасчета1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [] + } + ], + "chartsOfCharacteristicTypes": [ + { + "uuid": "f53a24c3-f1dc-43b7-8dcf-eeb8c0b7f452", + "name": "ПланВидовХарактеристик1", + "mdoReference": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ПланВидовХарактеристик1", + "mdoRefRu": "ПланВидовХарактеристик.ПланВидовХарактеристик1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 2 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [] + } + ], + "children": [ + [ + 64 + ], + [ + 64 + ] + ], + "commandGroups": [ + { + "uuid": "9bd3b0b1-b276-4b0e-9811-44a41ebb0c7c", + "name": "ГруппаКоманд1", + "mdoReference": { + "type": "COMMAND_GROUP", + "mdoRef": "CommandGroup.ГруппаКоманд1", + "mdoRefRu": "ГруппаКоманд.ГруппаКоманд1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE" + } + ], + "comment": "", + "commonAttributes": [ + { + "uuid": "d4f0c0ac-ed26-4085-a1b4-e52314b973ad", + "name": "ОбщийРеквизит1", + "mdoReference": { + "type": "COMMON_ATTRIBUTE", + "mdoRef": "CommonAttribute.ОбщийРеквизит1", + "mdoRefRu": "ОбщийРеквизит.ОбщийРеквизит1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "autoUse": "USE", + "passwordMode": false, + "indexing": "DONT_INDEX", + "dataSeparation": "DONT_USE", + "dataSeparationValue": { + "type": "UNKNOWN", + "mdoRef": "", + "mdoRefRu": "" + }, + "dataSeparationUse": { + "type": "UNKNOWN", + "mdoRef": "", + "mdoRefRu": "" + }, + "conditionalSeparation": { + "type": "UNKNOWN", + "mdoRef": "", + "mdoRefRu": "" + }, + "usersSeparation": "DONT_USE", + "authenticationSeparation": "DONT_USE", + "configurationExtensionsSeparation": "DONT_USE", + "content": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ], + "commonCommands": [ + { + "uuid": "a608f796-f58e-4f8a-b63f-272342b32f35", + "name": "ОбщаяКоманда1", + "mdoReference": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ОбщаяКоманда1", + "mdoRefRu": "ОбщаяКоманда.ОбщаяКоманда1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ] + } + ], + "commonForms": [ + { + "uuid": "5ac59104-28a5-40b1-ab5b-2857fb41991a", + "name": "Форма", + "mdoReference": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.Форма", + "mdoRefRu": "ОбщаяФорма.Форма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Форма" + ] + ] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.EmptyFormData" + } + } + ], + "commonModules": [ + [ + 6 + ], + [ + 6 + ] + ], + "commonPictures": [ + { + "uuid": "db84513d-2535-494b-843e-6d8931cb2f82", + "name": "ОбщаяКартинка1", + "mdoReference": { + "type": "COMMON_PICTURE", + "mdoRef": "CommonPicture.ОбщаяКартинка1", + "mdoRefRu": "ОбщаяКартинка.ОбщаяКартинка1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "availabilityForChoice": false, + "availabilityForAppearance": false + } + ], + "commonTemplates": [ + [ + 10 + ], + [ + 10 + ] + ], + "compatibilityMode": { + "minor": 3, + "version": 10 + }, + "configurationExtensionCompatibilityMode": { + "minor": 3, + "version": 10 + }, + "configurationSource": "DESIGNER", + "constants": [ + { + "uuid": "61e6a6f2-7057-4e93-96c3-7bd2559217f4", + "name": "Константа1", + "mdoReference": { + "type": "CONSTANT", + "mdoRef": "Constant.Константа1", + "mdoRefRu": "Константа.Константа1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "passwordMode": false + } + ], + "copyrights": { + "content": [] + }, + "dataLockControlMode": "AUTOMATIC", + "dataProcessors": [ + { + "uuid": "a7c57ba0-75d8-487d-b8ea-ae5083d8a503", + "name": "Обработка1", + "mdoReference": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.Обработка1", + "mdoRefRu": "Обработка.Обработка1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [ + [ + 2 + ], + [ + 2 + ] + ], + "templates": [] + } + ], + "defaultLanguage": { + "type": "LANGUAGE", + "mdoRef": "Language.Русский", + "mdoRefRu": "Язык.Русский" + }, + "defaultRunMode": "MANAGED_APPLICATION", + "definedTypes": [ + { + "uuid": "e8c616d9-4957-48ab-a917-afb6847f6840", + "name": "ОпределяемыйТип1", + "mdoReference": { + "type": "DEFINED_TYPE", + "mdoRef": "DefinedType.ОпределяемыйТип1", + "mdoRefRu": "ОпределяемыйТип.ОпределяемыйТип1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE" + } + ], + "detailedInformation": { + "content": [ + [ + "ru", + "Подробная информация" + ], + [ + "en", + "Detailed info" + ] + ] + }, + "documentJournals": [ + { + "uuid": "c6743657-4787-40de-9a45-2493c630f626", + "name": "ЖурналДокументов1", + "mdoReference": { + "type": "DOCUMENT_JOURNAL", + "mdoRef": "DocumentJournal.ЖурналДокументов1", + "mdoRefRu": "ЖурналДокументов.ЖурналДокументов1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "columns": [ + { + "uuid": "b52d063e-5d2c-498b-a333-4957277f47e3", + "name": "Графа", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.ЖурналДокументов1.Column.Графа", + "mdoRefRu": "ЖурналДокументов.ЖурналДокументов1.Колонка.Графа" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Графа" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "DOCUMENT_JOURNAL", + "mdoRef": "DocumentJournal.ЖурналДокументов1", + "mdoRefRu": "ЖурналДокументов.ЖурналДокументов1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ], + "forms": [], + "templates": [], + "registeredDocuments": [ + { + "type": "DOCUMENT", + "mdoRef": "Document.Документ1", + "mdoRefRu": "Документ.Документ1" + } + ] + } + ], + "documentNumerators": [ + { + "uuid": "e401f835-6bfc-4cd4-8d87-5e6b6332a3f6", + "name": "НумераторДокументов1", + "mdoReference": { + "type": "DOCUMENT_NUMERATOR", + "mdoRef": "DocumentNumerator.НумераторДокументов1", + "mdoRefRu": "НумераторДокументов.НумераторДокументов1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE" + } + ], + "documents": [ + { + "uuid": "ce4fb46b-4af7-493e-9fcb-76ad8c4f8acd", + "name": "Документ1", + "mdoReference": { + "type": "DOCUMENT", + "mdoRef": "Document.Документ1", + "mdoRefRu": "Документ.Документ1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 2 + ], + "commands": [ + [ + 2 + ], + [ + 2 + ] + ], + "attributes": [ + [ + 3 + ], + [ + 3 + ] + ], + "tabularSections": [ + { + "uuid": "508fe2d9-44b0-4b34-a349-2b0bcae6adc4", + "name": "ТабличнаяЧасть1", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "Document.Документ1.TabularSection.ТабличнаяЧасть1", + "mdoRefRu": "Документ.Документ1.ТабличнаяЧасть.ТабличнаяЧасть1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "DOCUMENT", + "mdoRef": "Document.Документ1", + "mdoRefRu": "Документ.Документ1" + }, + "attributes": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ], + "forms": [ + [ + 3 + ], + [ + 3 + ] + ], + "templates": [], + "registerRecords": [ + [ + 4 + ], + [ + 4 + ] + ] + } + ], + "enums": [ + { + "uuid": "f11f3441-4b64-4344-b1a0-0e4b3e466e03", + "name": "Перечисление1", + "mdoReference": { + "type": "ENUM", + "mdoRef": "Enum.Перечисление1", + "mdoRefRu": "Перечисление.Перечисление1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "forms": [], + "templates": [], + "enumValues": [ + { + "uuid": "47a90ebe-6127-4041-bdd4-def343363004", + "name": "ЗначениеПеречисления1", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.Перечисление1.EnumValue.ЗначениеПеречисления1", + "mdoRefRu": "Перечисление.Перечисление1.ЗначениеПеречисления.ЗначениеПеречисления1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "ENUM", + "mdoRef": "Enum.Перечисление1", + "mdoRefRu": "Перечисление.Перечисление1" + } + } + ] + } + ], + "eventSubscriptions": [ + { + "uuid": "4da21a7b-3d07-4e6d-b91f-7e1c8ddcffcd", + "name": "ПодпискаНаСобытие1", + "mdoReference": { + "type": "EVENT_SUBSCRIPTION", + "mdoRef": "EventSubscription.ПодпискаНаСобытие1", + "mdoRefRu": "ПодпискаНаСобытие.ПодпискаНаСобытие1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "handler": { + "methodPath": "CommonModule.ПростойОбщийМодуль.ПодпискаНаСобытие1ПередЗаписью", + "moduleName": "ПростойОбщийМодуль", + "methodName": "ПодпискаНаСобытие1ПередЗаписью" + }, + "event": "BeforeWrite" + } + ], + "exchangePlans": [ + { + "uuid": "242cb07d-3d2b-4689-b590-d3ed23ac9d10", + "name": "ПланОбмена1", + "mdoReference": { + "type": "EXCHANGE_PLAN", + "mdoRef": "ExchangePlan.ПланОбмена1", + "mdoRefRu": "ПланОбмена.ПланОбмена1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [], + "distributedInfoBase": false, + "includeConfigurationExtensions": false, + "content": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ], + "externalDataSources": [ + { + "uuid": "2ceefe90-5a06-41ce-aac5-a3293a85946f", + "name": "ТекущаяСУБД", + "mdoReference": { + "type": "EXTERNAL_DATA_SOURCE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Текущая СУБД" + ] + ] + }, + "supportVariant": "NONE", + "tables": [ + { + "uuid": "318e517a-2dd6-4cdf-a502-c8cd6e429ff6", + "name": "ИнформацияОбОшибках", + "mdoReference": { + "type": "EXTERNAL_DATA_SOURCE_TABLE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД.Table.ИнформацияОбОшибках", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД.Таблица.ИнформацияОбОшибках" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Информация об ошибках" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "EXTERNAL_DATA_SOURCE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД" + }, + "modules": [ + 2 + ], + "commands": [ + { + "uuid": "ff4437b1-325e-47d7-87f7-9cf5e51460c5", + "name": "Command", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "ExternalDataSource.ТекущаяСУБД.Table.ИнформацияОбОшибках.Command.Command", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД.Таблица.ИнформацияОбОшибках.Команда.Command" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Command" + ] + ] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "owner": { + "type": "EXTERNAL_DATA_SOURCE_TABLE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД.Table.ИнформацияОбОшибках", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД.Таблица.ИнформацияОбОшибках" + } + } + ], + "fields": [ + [ + 8 + ], + [ + 8 + ] + ], + "forms": [ + [ + 2 + ], + [ + 2 + ] + ], + "templates": [ + { + "uuid": "28805bba-20fd-40dd-b442-1f7ca7dcf665", + "name": "Template", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД.Table.ИнформацияОбОшибках.Template.Template", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД.Таблица.ИнформацияОбОшибках.Макет.Template" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Template" + ] + ] + }, + "supportVariant": "NONE", + "modules": [], + "templateType": "SPREADSHEET_DOCUMENT", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.EmptyTemplateData" + }, + "owner": { + "type": "EXTERNAL_DATA_SOURCE_TABLE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД.Table.ИнформацияОбОшибках", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД.Таблица.ИнформацияОбОшибках" + } + } + ], + "dataLockControlMode": "MANAGED" + } + ] + } + ], + "filterCriteria": [ + { + "uuid": "6e9d3381-0607-43df-866d-14ee5d65a294", + "name": "КритерийОтбора1", + "mdoReference": { + "type": "FILTER_CRITERION", + "mdoRef": "FilterCriterion.КритерийОтбора1", + "mdoRefRu": "КритерийОтбора.КритерийОтбора1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "forms": [] + } + ], + "functionalOptions": [ + { + "uuid": "d3b7fd71-6570-4047-91e0-b3df75dba08d", + "name": "ФункциональнаяОпция1", + "mdoReference": { + "type": "FUNCTIONAL_OPTION", + "mdoRef": "FunctionalOption.ФункциональнаяОпция1", + "mdoRefRu": "ФункциональнаяОпция.ФункциональнаяОпция1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "location": { + "type": "CONSTANT", + "mdoRef": "Constant.Константа1", + "mdoRefRu": "Константа.Константа1" + }, + "privilegedGetMode": true, + "content": [] + } + ], + "functionalOptionsParameters": [ + { + "uuid": "9fae7345-6220-4e5b-b4c1-84bb921a58b7", + "name": "ПараметрФункциональныхОпций", + "mdoReference": { + "type": "FUNCTIONAL_OPTIONS_PARAMETER", + "mdoRef": "FunctionalOptionsParameter.ПараметрФункциональныхОпций", + "mdoRefRu": "ПараметрФункциональныхОпций.ПараметрФункциональныхОпций" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Параметр функциональных опций" + ] + ] + }, + "supportVariant": "NONE", + "use": { + "type": "DIMENSION", + "mdoRef": "InformationRegister.РегистрСведений1.Dimension.Измерение1", + "mdoRefRu": "РегистрСведений.РегистрСведений1.Измерение.Измерение1" + } + } + ], + "httpServices": [ + { + "uuid": "3f029e1e-5a9e-4446-b74f-cbcb79b1e2fe", + "name": "HTTPСервис1", + "mdoReference": { + "type": "HTTP_SERVICE", + "mdoRef": "HTTPService.HTTPСервис1", + "mdoRefRu": "HTTPСервис.HTTPСервис1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "urlTemplates": [ + { + "uuid": "4d97db36-cfbf-4f11-9647-d95677380b8f", + "name": "ШаблонURL", + "mdoReference": { + "type": "HTTP_SERVICE_URL_TEMPLATE", + "mdoRef": "HTTPService.HTTPСервис1.URLTemplate.ШаблонURL", + "mdoRefRu": "HTTPСервис.HTTPСервис1.ШаблонURL.ШаблонURL" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Шаблон URL" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "HTTP_SERVICE", + "mdoRef": "HTTPService.HTTPСервис1", + "mdoRefRu": "HTTPСервис.HTTPСервис1" + }, + "methods": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ] + } + ], + "informationRegisters": [ + [ + 2 + ], + [ + 2 + ] + ], + "integrationServices": [], + "interfaces": [ + [ + 2 + ], + [ + 2 + ] + ], + "languages": [ + [ + 3 + ], + [ + 3 + ] + ], + "mdoReference": { + "type": "CONFIGURATION", + "mdoRef": "Configuration.Конфигурация", + "mdoRefRu": "Конфигурация.Конфигурация" + }, + "modalityUseMode": "USE", + "modules": [ + 3 + ], + "name": "Конфигурация", + "objectAutonumerationMode": "NotAutoFree", + "objectBelonging": "OWN", + "reports": [ + { + "uuid": "34d3754d-298c-4786-92f6-a487db249fc7", + "name": "Отчет1", + "mdoReference": { + "type": "REPORT", + "mdoRef": "Report.Отчет1", + "mdoRefRu": "Отчет.Отчет1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 2 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [ + [ + 3 + ], + [ + 3 + ] + ] + } + ], + "roles": [ + { + "uuid": "ecad0539-4f9f-491b-b0f2-f8f42d9a7c41", + "name": "Роль1", + "mdoReference": { + "type": "ROLE", + "mdoRef": "Role.Роль1", + "mdoRefRu": "Роль.Роль1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "data": { + "setForNewObjects": false, + "setForAttributesByDefault": true, + "independentRightsOfChildObjects": false, + "objectRights": [ + [ + 3 + ], + [ + 3 + ] + ] + } + } + ], + "scheduledJobs": [ + { + "uuid": "0de0c839-4427-46d9-be68-302f88ac162c", + "name": "РегламентноеЗадание1", + "mdoReference": { + "type": "SCHEDULED_JOB", + "mdoRef": "ScheduledJob.РегламентноеЗадание1", + "mdoRefRu": "РегламентноеЗадание.РегламентноеЗадание1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "methodName": { + "methodPath": "CommonModule.ПростойОбщийМодуль.РегламентноеЗадание1", + "moduleName": "ПростойОбщийМодуль", + "methodName": "РегламентноеЗадание1" + }, + "description": "Описание Регламентное задание 1", + "key": "ПроверкаАктивностиСеансаУдаленияОбъектов", + "use": true, + "predefined": true, + "restartCountOnFailure": 3, + "restartIntervalOnFailure": 10 + } + ], + "scriptVariant": "RUSSIAN", + "sequences": [ + { + "uuid": "514bbcf4-7fc4-4a3e-9245-598fad397eec", + "name": "Последовательность1", + "mdoReference": { + "type": "SEQUENCE", + "mdoRef": "Sequence.Последовательность1", + "mdoRefRu": "Последовательность.Последовательность1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "dimensions": [ + { + "uuid": "763b82dd-2fdb-4a02-a50b-3eb916c02d3d", + "name": "Измерение1", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "Sequence.Последовательность1.Dimension.Измерение1", + "mdoRefRu": "Последовательность.Последовательность1.Измерение.Измерение1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "SEQUENCE", + "mdoRef": "Sequence.Последовательность1", + "mdoRefRu": "Последовательность.Последовательность1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "master": false, + "denyIncompleteValues": false, + "useInTotals": true + } + ] + } + ], + "sessionParameters": [ + { + "uuid": "66844df5-823b-40f1-ab8a-b07c1cb7462f", + "name": "ПараметрСеанса1", + "mdoReference": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ПараметрСеанса1", + "mdoRefRu": "ПараметрСеанса.ПараметрСеанса1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE" + } + ], + "settingsStorages": [ + { + "uuid": "e7a9947d-7565-4681-b75c-c9a229b45042", + "name": "ХранилищеНастроек1", + "mdoReference": { + "type": "SETTINGS_STORAGE", + "mdoRef": "SettingsStorage.ХранилищеНастроек1", + "mdoRefRu": "ХранилищеНастроек.ХранилищеНастроек1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "forms": [], + "templates": [] + } + ], + "styleItems": [ + { + "uuid": "68047ae8-62aa-4696-9780-d364feb3cc10", + "name": "ЭлементСтиля1", + "mdoReference": { + "type": "STYLE_ITEM", + "mdoRef": "StyleItem.ЭлементСтиля1", + "mdoRefRu": "ЭлементСтиля.ЭлементСтиля1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE" + } + ], + "styles": [ + { + "uuid": "d6aaa851-cba7-486d-92f4-ab31b1628c6b", + "name": "Стиль", + "mdoReference": { + "type": "STYLE", + "mdoRef": "Style.Стиль", + "mdoRefRu": "Стиль.Стиль" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Стиль" + ] + ] + }, + "supportVariant": "NONE" + } + ], + "subsystems": [ + [ + 2 + ], + [ + 2 + ] + ], + "supportVariant": "NONE", + "synchronousExtensionAndAddInCallUseMode": "USE_WITH_WARNINGS", + "synchronousPlatformExtensionAndAddInCallUseMode": "DONT_USE", + "synonym": { + "content": [] + }, + "tasks": [ + { + "uuid": "c251fcec-ec02-4ef4-8f70-4d70db6631ea", + "name": "Задача1", + "mdoReference": { + "type": "TASK", + "mdoRef": "Task.Задача1", + "mdoRefRu": "Задача.Задача1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [], + "addressingAttributes": [ + { + "uuid": "bf531047-7ec7-4c74-bfdb-917138b2127c", + "name": "РеквизитАдресации", + "mdoReference": { + "type": "TASK_ADDRESSING_ATTRIBUTE", + "mdoRef": "Task.Задача1.AddressingAttribute.РеквизитАдресации", + "mdoRefRu": "Задача.Задача1.РеквизитАдресации.РеквизитАдресации" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Реквизит адресации" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "TASK", + "mdoRef": "Task.Задача1", + "mdoRefRu": "Задача.Задача1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "format": { + "content": [] + }, + "editFormat": { + "content": [] + }, + "toolTip": { + "content": [] + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false, + "choiceForm": { + "type": "UNKNOWN", + "mdoRef": "", + "mdoRefRu": "" + } + } + ] + } + ], + "useManagedFormInOrdinaryApplication": true, + "useOrdinaryFormInManagedApplication": true, + "uuid": "46c7c1d0-b04d-4295-9b04-ae3207c18d29", + "vendor": "", + "version": "", + "webServices": [ + { + "uuid": "d7f9b06b-0799-486e-adff-c45a2d5b8101", + "name": "WebСервис1", + "mdoReference": { + "type": "WEB_SERVICE", + "mdoRef": "WebService.WebСервис1", + "mdoRefRu": "WebСервис.WebСервис1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "namespace": "http://test.test", + "descriptorFileName": "ws1.1cws", + "reuseSessions": "AUTO_USE", + "sessionMaxAge": 20, + "operations": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ], + "wsReferences": [ + { + "uuid": "95b745f2-e1fa-4f94-b7f9-f3f0224fc8c7", + "name": "WSСсылка", + "mdoReference": { + "type": "WS_REFERENCE", + "mdoRef": "WSReference.WSСсылка", + "mdoRefRu": "WSСсылка.WSСсылка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "WSСсылка" + ] + ] + }, + "supportVariant": "NONE", + "locationURL": "http://ya.ru" + } + ] +}} \ No newline at end of file diff --git a/src/test/resources/fixtures/ssl_3_2/Configuration_edt.json b/src/test/resources/fixtures/ssl_3_2/Configuration_edt.json new file mode 100644 index 000000000..414aafc18 --- /dev/null +++ b/src/test/resources/fixtures/ssl_3_2/Configuration_edt.json @@ -0,0 +1,1783 @@ +{"com.github._1c_syntax.bsl.mdclasses.Configuration": { + "XDTOPackages": [ + { + "uuid": "b8a93cce-56e4-4507-b281-5c525a466a0f", + "name": "ПакетXDTO1", + "mdoReference": { + "type": "XDTO_PACKAGE", + "mdoRef": "XDTOPackage.ПакетXDTO1", + "mdoRefRu": "ПакетXDTO.ПакетXDTO1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "namespace": "http://v8.1c.ru/edi/edi_stnd/EnterpriseData/1.8", + "data": { + "targetNamespace": "http://v8.1c.ru/edi/edi_stnd/EnterpriseData/1.8", + "imports": [ + [ + 2 + ], + [ + 2 + ] + ], + "valueTypes": [ + [ + 278 + ], + [ + 278 + ] + ], + "objectTypes": [ + [ + 737 + ], + [ + 737 + ] + ], + "properties": [ + { + "name": "performance", + "type": "d2p1:Performance", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + } + ] + } + } + ], + "accountingRegisters": [ + { + "uuid": "e5930f2f-15d9-48a1-ac69-379ad990b02a", + "name": "РегистрБухгалтерии1", + "mdoReference": { + "type": "ACCOUNTING_REGISTER", + "mdoRef": "AccountingRegister.РегистрБухгалтерии1", + "mdoRefRu": "РегистрБухгалтерии.РегистрБухгалтерии1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "en", + "Accounting register" + ], + [ + "ru", + "Регистр бухгалтерии" + ] + ] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "resources": [ + { + "uuid": "e88df8bd-bf97-41a4-88fc-09c84a51824b", + "name": "Ресурс1", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "AccountingRegister.РегистрБухгалтерии1.Resource.Ресурс1", + "mdoRefRu": "РегистрБухгалтерии.РегистрБухгалтерии1.Ресурс.Ресурс1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "ACCOUNTING_REGISTER", + "mdoRef": "AccountingRegister.РегистрБухгалтерии1", + "mdoRefRu": "РегистрБухгалтерии.РегистрБухгалтерии1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ], + "dimensions": [ + { + "uuid": "902c08a9-e457-436a-b0fb-b996f0d9bb00", + "name": "Измерение1", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "AccountingRegister.РегистрБухгалтерии1.Dimension.Измерение1", + "mdoRefRu": "РегистрБухгалтерии.РегистрБухгалтерии1.Измерение.Измерение1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "ACCOUNTING_REGISTER", + "mdoRef": "AccountingRegister.РегистрБухгалтерии1", + "mdoRefRu": "РегистрБухгалтерии.РегистрБухгалтерии1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "master": false, + "denyIncompleteValues": false, + "useInTotals": true + } + ], + "forms": [], + "templates": [] + } + ], + "accumulationRegisters": [ + { + "uuid": "8ea07f36-d671-4649-bc7a-94daa939e77f", + "name": "РегистрНакопления1", + "mdoReference": { + "type": "ACCUMULATION_REGISTER", + "mdoRef": "AccumulationRegister.РегистрНакопления1", + "mdoRefRu": "РегистрНакопления.РегистрНакопления1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Регистр накопления" + ] + ] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "resources": [ + { + "uuid": "a187a281-f5cd-4e1c-8f3f-37212a840339", + "name": "Ресурс1", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "AccumulationRegister.РегистрНакопления1.Resource.Ресурс1", + "mdoRefRu": "РегистрНакопления.РегистрНакопления1.Ресурс.Ресурс1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "ACCUMULATION_REGISTER", + "mdoRef": "AccumulationRegister.РегистрНакопления1", + "mdoRefRu": "РегистрНакопления.РегистрНакопления1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ], + "dimensions": [ + { + "uuid": "461cae93-fe90-4bbb-8f79-0963e2d39ec5", + "name": "Измерение1", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "AccumulationRegister.РегистрНакопления1.Dimension.Измерение1", + "mdoRefRu": "РегистрНакопления.РегистрНакопления1.Измерение.Измерение1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "ACCUMULATION_REGISTER", + "mdoRef": "AccumulationRegister.РегистрНакопления1", + "mdoRefRu": "РегистрНакопления.РегистрНакопления1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "master": false, + "denyIncompleteValues": false, + "useInTotals": true + } + ], + "forms": [], + "templates": [] + } + ], + "bots": [], + "briefInformation": { + "content": [ + [ + "en", + "Short info" + ], + [ + "ru", + "Краткая информация" + ] + ] + }, + "businessProcesses": [ + { + "uuid": "560a32ca-028d-4b88-b6f2-6b7212bf31f8", + "name": "БизнесПроцесс1", + "mdoReference": { + "type": "BUSINESS_PROCESS", + "mdoRef": "BusinessProcess.БизнесПроцесс1", + "mdoRefRu": "БизнесПроцесс.БизнесПроцесс1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [] + } + ], + "calculationRegisters": [ + { + "uuid": "90587c7d-b950-4476-ac14-426e4a83d9c4", + "name": "РегистрРасчета1", + "mdoReference": { + "type": "CALCULATION_REGISTER", + "mdoRef": "CalculationRegister.РегистрРасчета1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "resources": [ + { + "uuid": "86f41061-e298-4da5-8d28-489a349d55fc", + "name": "Ресурс1", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "CalculationRegister.РегистрРасчета1.Resource.Ресурс1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1.Ресурс.Ресурс1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "CALCULATION_REGISTER", + "mdoRef": "CalculationRegister.РегистрРасчета1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ], + "dimensions": [ + { + "uuid": "f3e7cca5-4902-4ad5-96c7-db8336f52c6e", + "name": "Измерение1", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "CalculationRegister.РегистрРасчета1.Dimension.Измерение1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1.Измерение.Измерение1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "CALCULATION_REGISTER", + "mdoRef": "CalculationRegister.РегистрРасчета1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "master": false, + "denyIncompleteValues": true, + "useInTotals": true + } + ], + "forms": [], + "templates": [], + "recalculations": [ + { + "uuid": "16b54095-8711-4ef1-a38b-93d12f6f6e93", + "name": "Перерасчет", + "mdoReference": { + "type": "RECALCULATION", + "mdoRef": "CalculationRegister.РегистрРасчета1.Recalculation.Перерасчет", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1.Перерасчет.Перерасчет" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Перерасчет" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "CALCULATION_REGISTER", + "mdoRef": "CalculationRegister.РегистрРасчета1", + "mdoRefRu": "РегистрРасчета.РегистрРасчета1" + }, + "modules": [ + 1 + ] + } + ] + } + ], + "catalogs": [ + { + "uuid": "eeef463d-d5e7-42f2-ae53-10279661f59d", + "name": "Справочник1", + "mdoReference": { + "type": "CATALOG", + "mdoRef": "Catalog.Справочник1", + "mdoRefRu": "Справочник.Справочник1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 2 + ], + "commands": [ + { + "uuid": "342ec3c7-82d4-42bb-a5ff-8a756f110744", + "name": "Команда1", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Catalog.Справочник1.Command.Команда1", + "mdoRefRu": "Справочник.Справочник1.Команда.Команда1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "owner": { + "type": "CATALOG", + "mdoRef": "Catalog.Справочник1", + "mdoRefRu": "Справочник.Справочник1" + } + } + ], + "attributes": [ + [ + 3 + ], + [ + 3 + ] + ], + "tabularSections": [ + { + "uuid": "451202c5-b1af-4bce-a705-0b5570071588", + "name": "ТабличнаяЧасть1", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "Catalog.Справочник1.TabularSection.ТабличнаяЧасть1", + "mdoRefRu": "Справочник.Справочник1.ТабличнаяЧасть.ТабличнаяЧасть1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "CATALOG", + "mdoRef": "Catalog.Справочник1", + "mdoRefRu": "Справочник.Справочник1" + }, + "attributes": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ], + "forms": [ + [ + 3 + ], + [ + 3 + ] + ], + "templates": [ + { + "uuid": "42def71b-52cc-4e34-8a08-82f0dfcd47bf", + "name": "Макет", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "Catalog.Справочник1.Template.Макет", + "mdoRefRu": "Справочник.Справочник1.Макет.Макет" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Макет" + ] + ] + }, + "supportVariant": "NONE", + "modules": [], + "templateType": "SPREADSHEET_DOCUMENT", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.EmptyTemplateData" + }, + "owner": { + "type": "CATALOG", + "mdoRef": "Catalog.Справочник1", + "mdoRefRu": "Справочник.Справочник1" + } + } + ] + } + ], + "chartsOfAccounts": [ + { + "uuid": "2766f353-abd2-4e7f-9a95-53f05c83f5d4", + "name": "ПланСчетов1", + "mdoReference": { + "type": "CHART_OF_ACCOUNTS", + "mdoRef": "ChartOfAccounts.ПланСчетов1", + "mdoRefRu": "ПланСчетов.ПланСчетов1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [], + "accountingFlags": [ + { + "uuid": "957a5154-1e63-49e1-8e99-3893490da6f6", + "name": "ПризнакУчета", + "mdoReference": { + "type": "ACCOUNTING_FLAG", + "mdoRef": "ChartOfAccounts.ПланСчетов1.AccountingFlag.ПризнакУчета", + "mdoRefRu": "ПланСчетов.ПланСчетов1.ПризнакУчета.ПризнакУчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Признак учета" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "CHART_OF_ACCOUNTS", + "mdoRef": "ChartOfAccounts.ПланСчетов1", + "mdoRefRu": "ПланСчетов.ПланСчетов1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ], + "extDimensionAccountingFlags": [ + { + "uuid": "4f04d72a-e3e9-4e9b-96da-7d0e1ad989e6", + "name": "ПризнакУчета", + "mdoReference": { + "type": "EXT_DIMENSION_ACCOUNTING_FLAG", + "mdoRef": "ChartOfAccounts.ПланСчетов1.ExtDimensionAccountingFlag.ПризнакУчета", + "mdoRefRu": "ПланСчетов.ПланСчетов1.ПризнакУчетаСубконто.ПризнакУчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Признак учета" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "CHART_OF_ACCOUNTS", + "mdoRef": "ChartOfAccounts.ПланСчетов1", + "mdoRefRu": "ПланСчетов.ПланСчетов1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ] + } + ], + "chartsOfCalculationTypes": [ + { + "uuid": "1755c534-9ccd-49c4-9f8b-2aa066424aaa", + "name": "ПланВидовРасчета1", + "mdoReference": { + "type": "CHART_OF_CALCULATION_TYPES", + "mdoRef": "ChartOfCalculationTypes.ПланВидовРасчета1", + "mdoRefRu": "ПланВидовРасчета.ПланВидовРасчета1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [] + } + ], + "chartsOfCharacteristicTypes": [ + { + "uuid": "f53a24c3-f1dc-43b7-8dcf-eeb8c0b7f452", + "name": "ПланВидовХарактеристик1", + "mdoReference": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ПланВидовХарактеристик1", + "mdoRefRu": "ПланВидовХарактеристик.ПланВидовХарактеристик1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 2 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [] + } + ], + "children": [ + [ + 61 + ], + [ + 61 + ] + ], + "commandGroups": [ + { + "uuid": "9bd3b0b1-b276-4b0e-9811-44a41ebb0c7c", + "name": "ГруппаКоманд1", + "mdoReference": { + "type": "COMMAND_GROUP", + "mdoRef": "CommandGroup.ГруппаКоманд1", + "mdoRefRu": "ГруппаКоманд.ГруппаКоманд1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE" + } + ], + "comment": "", + "commonAttributes": [ + { + "uuid": "d4f0c0ac-ed26-4085-a1b4-e52314b973ad", + "name": "ОбщийРеквизит1", + "mdoReference": { + "type": "COMMON_ATTRIBUTE", + "mdoRef": "CommonAttribute.ОбщийРеквизит1", + "mdoRefRu": "ОбщийРеквизит.ОбщийРеквизит1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "autoUse": "USE", + "passwordMode": false, + "indexing": "DONT_INDEX", + "dataSeparation": "DONT_USE", + "dataSeparationValue": { + "type": "UNKNOWN", + "mdoRef": "", + "mdoRefRu": "" + }, + "dataSeparationUse": { + "type": "UNKNOWN", + "mdoRef": "", + "mdoRefRu": "" + }, + "conditionalSeparation": { + "type": "UNKNOWN", + "mdoRef": "", + "mdoRefRu": "" + }, + "usersSeparation": "DONT_USE", + "authenticationSeparation": "DONT_USE", + "configurationExtensionsSeparation": "DONT_USE", + "content": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ], + "commonCommands": [ + { + "uuid": "a608f796-f58e-4f8a-b63f-272342b32f35", + "name": "ОбщаяКоманда1", + "mdoReference": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ОбщаяКоманда1", + "mdoRefRu": "ОбщаяКоманда.ОбщаяКоманда1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ] + } + ], + "commonForms": [ + { + "uuid": "5ac59104-28a5-40b1-ab5b-2857fb41991a", + "name": "Форма", + "mdoReference": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.Форма", + "mdoRefRu": "ОбщаяФорма.Форма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Форма" + ] + ] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.EmptyFormData" + } + } + ], + "commonModules": [ + [ + 6 + ], + [ + 6 + ] + ], + "commonPictures": [ + { + "uuid": "db84513d-2535-494b-843e-6d8931cb2f82", + "name": "ОбщаяКартинка1", + "mdoReference": { + "type": "COMMON_PICTURE", + "mdoRef": "CommonPicture.ОбщаяКартинка1", + "mdoRefRu": "ОбщаяКартинка.ОбщаяКартинка1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "availabilityForChoice": false, + "availabilityForAppearance": false + } + ], + "commonTemplates": [ + [ + 10 + ], + [ + 10 + ] + ], + "compatibilityMode": { + "minor": 3, + "version": 10 + }, + "configurationExtensionCompatibilityMode": { + "minor": 3, + "version": 10 + }, + "configurationSource": "EDT", + "constants": [ + { + "uuid": "61e6a6f2-7057-4e93-96c3-7bd2559217f4", + "name": "Константа1", + "mdoReference": { + "type": "CONSTANT", + "mdoRef": "Constant.Константа1", + "mdoRefRu": "Константа.Константа1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "passwordMode": false + } + ], + "copyrights": { + "content": [] + }, + "dataLockControlMode": "AUTOMATIC", + "dataProcessors": [ + { + "uuid": "a7c57ba0-75d8-487d-b8ea-ae5083d8a503", + "name": "Обработка1", + "mdoReference": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.Обработка1", + "mdoRefRu": "Обработка.Обработка1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [ + [ + 2 + ], + [ + 2 + ] + ], + "templates": [] + } + ], + "defaultLanguage": { + "type": "LANGUAGE", + "mdoRef": "Language.Русский", + "mdoRefRu": "Язык.Русский" + }, + "defaultRunMode": "MANAGED_APPLICATION", + "definedTypes": [ + { + "uuid": "e8c616d9-4957-48ab-a917-afb6847f6840", + "name": "ОпределяемыйТип1", + "mdoReference": { + "type": "DEFINED_TYPE", + "mdoRef": "DefinedType.ОпределяемыйТип1", + "mdoRefRu": "ОпределяемыйТип.ОпределяемыйТип1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE" + } + ], + "detailedInformation": { + "content": [ + [ + "en", + "Detailed info" + ], + [ + "ru", + "Подробная информация" + ] + ] + }, + "documentJournals": [ + { + "uuid": "c6743657-4787-40de-9a45-2493c630f626", + "name": "ЖурналДокументов1", + "mdoReference": { + "type": "DOCUMENT_JOURNAL", + "mdoRef": "DocumentJournal.ЖурналДокументов1", + "mdoRefRu": "ЖурналДокументов.ЖурналДокументов1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "columns": [ + { + "uuid": "b52d063e-5d2c-498b-a333-4957277f47e3", + "name": "Графа", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.ЖурналДокументов1.Column.Графа", + "mdoRefRu": "ЖурналДокументов.ЖурналДокументов1.Колонка.Графа" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Графа" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "DOCUMENT_JOURNAL", + "mdoRef": "DocumentJournal.ЖурналДокументов1", + "mdoRefRu": "ЖурналДокументов.ЖурналДокументов1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX" + } + ], + "forms": [], + "templates": [], + "registeredDocuments": [ + { + "type": "DOCUMENT", + "mdoRef": "Document.Документ1", + "mdoRefRu": "Документ.Документ1" + } + ] + } + ], + "documentNumerators": [ + { + "uuid": "e401f835-6bfc-4cd4-8d87-5e6b6332a3f6", + "name": "НумераторДокументов1", + "mdoReference": { + "type": "DOCUMENT_NUMERATOR", + "mdoRef": "DocumentNumerator.НумераторДокументов1", + "mdoRefRu": "НумераторДокументов.НумераторДокументов1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE" + } + ], + "documents": [ + { + "uuid": "ce4fb46b-4af7-493e-9fcb-76ad8c4f8acd", + "name": "Документ1", + "mdoReference": { + "type": "DOCUMENT", + "mdoRef": "Document.Документ1", + "mdoRefRu": "Документ.Документ1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 2 + ], + "commands": [ + [ + 2 + ], + [ + 2 + ] + ], + "attributes": [ + [ + 3 + ], + [ + 3 + ] + ], + "tabularSections": [ + { + "uuid": "508fe2d9-44b0-4b34-a349-2b0bcae6adc4", + "name": "ТабличнаяЧасть1", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "Document.Документ1.TabularSection.ТабличнаяЧасть1", + "mdoRefRu": "Документ.Документ1.ТабличнаяЧасть.ТабличнаяЧасть1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "DOCUMENT", + "mdoRef": "Document.Документ1", + "mdoRefRu": "Документ.Документ1" + }, + "attributes": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ], + "forms": [ + [ + 3 + ], + [ + 3 + ] + ], + "templates": [], + "registerRecords": [ + [ + 4 + ], + [ + 4 + ] + ] + } + ], + "enums": [ + { + "uuid": "f11f3441-4b64-4344-b1a0-0e4b3e466e03", + "name": "Перечисление1", + "mdoReference": { + "type": "ENUM", + "mdoRef": "Enum.Перечисление1", + "mdoRefRu": "Перечисление.Перечисление1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "forms": [], + "templates": [], + "enumValues": [ + { + "uuid": "47a90ebe-6127-4041-bdd4-def343363004", + "name": "ЗначениеПеречисления1", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.Перечисление1.EnumValue.ЗначениеПеречисления1", + "mdoRefRu": "Перечисление.Перечисление1.ЗначениеПеречисления.ЗначениеПеречисления1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "ENUM", + "mdoRef": "Enum.Перечисление1", + "mdoRefRu": "Перечисление.Перечисление1" + } + } + ] + } + ], + "eventSubscriptions": [ + { + "uuid": "4da21a7b-3d07-4e6d-b91f-7e1c8ddcffcd", + "name": "ПодпискаНаСобытие1", + "mdoReference": { + "type": "EVENT_SUBSCRIPTION", + "mdoRef": "EventSubscription.ПодпискаНаСобытие1", + "mdoRefRu": "ПодпискаНаСобытие.ПодпискаНаСобытие1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "handler": { + "methodPath": "CommonModule.ПростойОбщийМодуль.ПодпискаНаСобытие1ПередЗаписью", + "moduleName": "ПростойОбщийМодуль", + "methodName": "ПодпискаНаСобытие1ПередЗаписью" + }, + "event": "BeforeWrite" + } + ], + "exchangePlans": [ + { + "uuid": "242cb07d-3d2b-4689-b590-d3ed23ac9d10", + "name": "ПланОбмена1", + "mdoReference": { + "type": "EXCHANGE_PLAN", + "mdoRef": "ExchangePlan.ПланОбмена1", + "mdoRefRu": "ПланОбмена.ПланОбмена1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [], + "distributedInfoBase": false, + "includeConfigurationExtensions": false, + "content": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ], + "externalDataSources": [ + { + "uuid": "2ceefe90-5a06-41ce-aac5-a3293a85946f", + "name": "ТекущаяСУБД", + "mdoReference": { + "type": "EXTERNAL_DATA_SOURCE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Текущая СУБД" + ] + ] + }, + "supportVariant": "NONE", + "tables": [ + { + "uuid": "318e517a-2dd6-4cdf-a502-c8cd6e429ff6", + "name": "ИнформацияОбОшибках", + "mdoReference": { + "type": "EXTERNAL_DATA_SOURCE_TABLE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД.Table.ИнформацияОбОшибках", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД.Таблица.ИнформацияОбОшибках" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Информация об ошибках" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "EXTERNAL_DATA_SOURCE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД" + }, + "modules": [ + 2 + ], + "commands": [ + { + "uuid": "ff4437b1-325e-47d7-87f7-9cf5e51460c5", + "name": "Command", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "ExternalDataSource.ТекущаяСУБД.Table.ИнформацияОбОшибках.Command.Command", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД.Таблица.ИнформацияОбОшибках.Команда.Command" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Command" + ] + ] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "owner": { + "type": "EXTERNAL_DATA_SOURCE_TABLE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД.Table.ИнформацияОбОшибках", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД.Таблица.ИнформацияОбОшибках" + } + } + ], + "fields": [ + [ + 8 + ], + [ + 8 + ] + ], + "forms": [ + [ + 2 + ], + [ + 2 + ] + ], + "templates": [ + { + "uuid": "28805bba-20fd-40dd-b442-1f7ca7dcf665", + "name": "Template", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД.Table.ИнформацияОбОшибках.Template.Template", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД.Таблица.ИнформацияОбОшибках.Макет.Template" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Template" + ] + ] + }, + "supportVariant": "NONE", + "modules": [], + "templateType": "SPREADSHEET_DOCUMENT", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.EmptyTemplateData" + }, + "owner": { + "type": "EXTERNAL_DATA_SOURCE_TABLE", + "mdoRef": "ExternalDataSource.ТекущаяСУБД.Table.ИнформацияОбОшибках", + "mdoRefRu": "ВнешнийИсточникДанных.ТекущаяСУБД.Таблица.ИнформацияОбОшибках" + } + } + ], + "dataLockControlMode": "MANAGED" + } + ] + } + ], + "filterCriteria": [ + { + "uuid": "6e9d3381-0607-43df-866d-14ee5d65a294", + "name": "КритерийОтбора1", + "mdoReference": { + "type": "FILTER_CRITERION", + "mdoRef": "FilterCriterion.КритерийОтбора1", + "mdoRefRu": "КритерийОтбора.КритерийОтбора1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "commands": [], + "forms": [] + } + ], + "functionalOptions": [ + { + "uuid": "d3b7fd71-6570-4047-91e0-b3df75dba08d", + "name": "ФункциональнаяОпция1", + "mdoReference": { + "type": "FUNCTIONAL_OPTION", + "mdoRef": "FunctionalOption.ФункциональнаяОпция1", + "mdoRefRu": "ФункциональнаяОпция.ФункциональнаяОпция1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "location": { + "type": "CONSTANT", + "mdoRef": "Constant.Константа1", + "mdoRefRu": "Константа.Константа1" + }, + "privilegedGetMode": true, + "content": [] + } + ], + "functionalOptionsParameters": [ + { + "uuid": "9fae7345-6220-4e5b-b4c1-84bb921a58b7", + "name": "ПараметрФункциональныхОпций", + "mdoReference": { + "type": "FUNCTIONAL_OPTIONS_PARAMETER", + "mdoRef": "FunctionalOptionsParameter.ПараметрФункциональныхОпций", + "mdoRefRu": "ПараметрФункциональныхОпций.ПараметрФункциональныхОпций" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Параметр функциональных опций" + ] + ] + }, + "supportVariant": "NONE", + "use": { + "type": "DIMENSION", + "mdoRef": "InformationRegister.РегистрСведений1.Dimension.Измерение1", + "mdoRefRu": "РегистрСведений.РегистрСведений1.Измерение.Измерение1" + } + } + ], + "httpServices": [ + { + "uuid": "3f029e1e-5a9e-4446-b74f-cbcb79b1e2fe", + "name": "HTTPСервис1", + "mdoReference": { + "type": "HTTP_SERVICE", + "mdoRef": "HTTPService.HTTPСервис1", + "mdoRefRu": "HTTPСервис.HTTPСервис1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "urlTemplates": [ + { + "uuid": "4d97db36-cfbf-4f11-9647-d95677380b8f", + "name": "ШаблонURL", + "mdoReference": { + "type": "HTTP_SERVICE_URL_TEMPLATE", + "mdoRef": "HTTPService.HTTPСервис1.URLTemplate.ШаблонURL", + "mdoRefRu": "HTTPСервис.HTTPСервис1.ШаблонURL.ШаблонURL" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Шаблон URL" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "HTTP_SERVICE", + "mdoRef": "HTTPService.HTTPСервис1", + "mdoRefRu": "HTTPСервис.HTTPСервис1" + }, + "methods": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ] + } + ], + "informationRegisters": [ + [ + 2 + ], + [ + 2 + ] + ], + "integrationServices": [], + "interfaces": [], + "languages": [ + [ + 3 + ], + [ + 3 + ] + ], + "mdoReference": { + "type": "CONFIGURATION", + "mdoRef": "Configuration.Конфигурация", + "mdoRefRu": "Конфигурация.Конфигурация" + }, + "modalityUseMode": "USE", + "modules": [ + 3 + ], + "name": "Конфигурация", + "objectAutonumerationMode": "NotAutoFree", + "objectBelonging": "OWN", + "reports": [ + { + "uuid": "34d3754d-298c-4786-92f6-a487db249fc7", + "name": "Отчет1", + "mdoReference": { + "type": "REPORT", + "mdoRef": "Report.Отчет1", + "mdoRefRu": "Отчет.Отчет1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 2 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [ + [ + 3 + ], + [ + 3 + ] + ] + } + ], + "roles": [ + { + "uuid": "ecad0539-4f9f-491b-b0f2-f8f42d9a7c41", + "name": "Роль1", + "mdoReference": { + "type": "ROLE", + "mdoRef": "Role.Роль1", + "mdoRefRu": "Роль.Роль1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "data": { + "setForNewObjects": false, + "setForAttributesByDefault": true, + "independentRightsOfChildObjects": false, + "objectRights": [ + [ + 3 + ], + [ + 3 + ] + ] + } + } + ], + "scheduledJobs": [ + { + "uuid": "0de0c839-4427-46d9-be68-302f88ac162c", + "name": "РегламентноеЗадание1", + "mdoReference": { + "type": "SCHEDULED_JOB", + "mdoRef": "ScheduledJob.РегламентноеЗадание1", + "mdoRefRu": "РегламентноеЗадание.РегламентноеЗадание1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "methodName": { + "methodPath": "CommonModule.ПростойОбщийМодуль.РегламентноеЗадание1", + "moduleName": "ПростойОбщийМодуль", + "methodName": "РегламентноеЗадание1" + }, + "description": "Описание Регламентное задание 1", + "key": "ПроверкаАктивностиСеансаУдаленияОбъектов", + "use": true, + "predefined": true, + "restartCountOnFailure": 3, + "restartIntervalOnFailure": 10 + } + ], + "scriptVariant": "RUSSIAN", + "sequences": [ + { + "uuid": "514bbcf4-7fc4-4a3e-9245-598fad397eec", + "name": "Последовательность1", + "mdoReference": { + "type": "SEQUENCE", + "mdoRef": "Sequence.Последовательность1", + "mdoRefRu": "Последовательность.Последовательность1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "dimensions": [ + { + "uuid": "763b82dd-2fdb-4a02-a50b-3eb916c02d3d", + "name": "Измерение1", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "Sequence.Последовательность1.Dimension.Измерение1", + "mdoRefRu": "Последовательность.Последовательность1.Измерение.Измерение1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "owner": { + "type": "SEQUENCE", + "mdoRef": "Sequence.Последовательность1", + "mdoRefRu": "Последовательность.Последовательность1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "master": false, + "denyIncompleteValues": false, + "useInTotals": true + } + ] + } + ], + "sessionParameters": [ + { + "uuid": "66844df5-823b-40f1-ab8a-b07c1cb7462f", + "name": "ПараметрСеанса1", + "mdoReference": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ПараметрСеанса1", + "mdoRefRu": "ПараметрСеанса.ПараметрСеанса1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE" + } + ], + "settingsStorages": [ + { + "uuid": "e7a9947d-7565-4681-b75c-c9a229b45042", + "name": "ХранилищеНастроек1", + "mdoReference": { + "type": "SETTINGS_STORAGE", + "mdoRef": "SettingsStorage.ХранилищеНастроек1", + "mdoRefRu": "ХранилищеНастроек.ХранилищеНастроек1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "forms": [], + "templates": [] + } + ], + "styleItems": [ + { + "uuid": "68047ae8-62aa-4696-9780-d364feb3cc10", + "name": "ЭлементСтиля1", + "mdoReference": { + "type": "STYLE_ITEM", + "mdoRef": "StyleItem.ЭлементСтиля1", + "mdoRefRu": "ЭлементСтиля.ЭлементСтиля1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE" + } + ], + "styles": [], + "subsystems": [ + [ + 2 + ], + [ + 2 + ] + ], + "supportVariant": "NONE", + "synchronousExtensionAndAddInCallUseMode": "USE_WITH_WARNINGS", + "synchronousPlatformExtensionAndAddInCallUseMode": "DONT_USE", + "synonym": { + "content": [] + }, + "tasks": [ + { + "uuid": "c251fcec-ec02-4ef4-8f70-4d70db6631ea", + "name": "Задача1", + "mdoReference": { + "type": "TASK", + "mdoRef": "Task.Задача1", + "mdoRefRu": "Задача.Задача1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 0 + ], + "commands": [], + "attributes": [], + "tabularSections": [], + "forms": [], + "templates": [], + "addressingAttributes": [ + { + "uuid": "bf531047-7ec7-4c74-bfdb-917138b2127c", + "name": "РеквизитАдресации", + "mdoReference": { + "type": "TASK_ADDRESSING_ATTRIBUTE", + "mdoRef": "Task.Задача1.AddressingAttribute.РеквизитАдресации", + "mdoRefRu": "Задача.Задача1.РеквизитАдресации.РеквизитАдресации" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "Реквизит адресации" + ] + ] + }, + "supportVariant": "NONE", + "owner": { + "type": "TASK", + "mdoRef": "Task.Задача1", + "mdoRefRu": "Задача.Задача1" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "format": { + "content": [] + }, + "editFormat": { + "content": [] + }, + "toolTip": { + "content": [] + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false, + "choiceForm": { + "type": "UNKNOWN", + "mdoRef": "", + "mdoRefRu": "" + } + } + ] + } + ], + "useManagedFormInOrdinaryApplication": true, + "useOrdinaryFormInManagedApplication": true, + "uuid": "46c7c1d0-b04d-4295-9b04-ae3207c18d29", + "vendor": "", + "version": "", + "webServices": [ + { + "uuid": "d7f9b06b-0799-486e-adff-c45a2d5b8101", + "name": "WebСервис1", + "mdoReference": { + "type": "WEB_SERVICE", + "mdoRef": "WebService.WebСервис1", + "mdoRefRu": "WebСервис.WebСервис1" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NONE", + "modules": [ + 1 + ], + "namespace": "http://test.test", + "descriptorFileName": "ws1.1cws", + "reuseSessions": "AUTO_USE", + "sessionMaxAge": 20, + "operations": [ + [ + 2 + ], + [ + 2 + ] + ] + } + ], + "wsReferences": [ + { + "uuid": "95b745f2-e1fa-4f94-b7f9-f3f0224fc8c7", + "name": "WSСсылка", + "mdoReference": { + "type": "WS_REFERENCE", + "mdoRef": "WSReference.WSСсылка", + "mdoRefRu": "WSСсылка.WSСсылка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + [ + "ru", + "WSСсылка" + ] + ] + }, + "supportVariant": "NONE", + "locationURL": "http://ya.ru" + } + ] +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Constants.\320\227\320\260\320\263\320\276\320\273\320\276\320\262\320\276\320\272\320\241\320\270\321\201\321\202\320\265\320\274\321\213.json" "b/src/test/resources/fixtures/ssl_3_2/Constants.\320\227\320\260\320\263\320\276\320\273\320\276\320\262\320\276\320\272\320\241\320\270\321\201\321\202\320\265\320\274\321\213.json" new file mode 100644 index 000000000..ebd318216 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Constants.\320\227\320\260\320\263\320\276\320\273\320\276\320\262\320\276\320\272\320\241\320\270\321\201\321\202\320\265\320\274\321\213.json" @@ -0,0 +1,84 @@ +{"com.github._1c_syntax.bsl.mdo.Constant": { + "comment": "", + "description": "Заголовок приложения", + "explanation": { + "content": [] + }, + "mdoReference": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗаголовокСистемы", + "mdoRefRu": "Константа.ЗаголовокСистемы" + }, + "mdoType": "CONSTANT", + "moduleTypes": [], + "modules": [], + "name": "ЗаголовокСистемы", + "objectBelonging": "OWN", + "passwordMode": false, + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 11, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок приложения" + } + } + ] + }, + "uuid": "a1875d63-4303-46f1-bdea-fc529b5891f3", + "valueType": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + } +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" "b/src/test/resources/fixtures/ssl_3_2/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" new file mode 100644 index 000000000..47f325cb8 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202.json" @@ -0,0 +1,2285 @@ +{"com.github._1c_syntax.bsl.mdo.DataProcessor": { + "attributes": [ + [ + { + "uuid": "62f97480-7d4a-48f3-9d1d-612909b242c9", + "name": "НачалоПериодаЗагрузки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Attribute.НачалоПериодаЗагрузки", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Реквизит.НачалоПериодаЗагрузки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Начало периода загрузки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + } + } + ] + }, + "format": { + "content": [] + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "2b4f6e2f-6cc4-4c7c-98a6-786f3793366b", + "name": "ОкончаниеПериодаЗагрузки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Attribute.ОкончаниеПериодаЗагрузки", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Реквизит.ОкончаниеПериодаЗагрузки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Окончание периода загрузки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Загрузка курсов валют", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "forms": [ + [ + { + "uuid": "6fcd2a3a-4d66-40e3-bde0-5c274b43783f", + "name": "Форма", + "mdoReference": { + "type": "FORM", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Form.Форма", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Форма.Форма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Forms/Форма/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "handlers": [ + [ + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 43, + "name": "КоманднаяПанель", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 106, + "name": "Период", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Период" + } + } + ] + }, + "dataPath": "Период", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 145, + "name": "КоманднаяПанельПраво", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель право" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "SEARCH_STRING_ADDITION", + "id": 87, + "name": "СтрокаПоиска", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Поиск" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "PAGES", + "id": 63, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 65, + "name": "СтраницаСписокВалют", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница список валют" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 7, + "name": "СписокВалют", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Валют" + } + } + ] + }, + "dataPath": "Объект.СписокВалют", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 9, + "name": "КодВалюты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Цифр. код" + } + } + ] + }, + "dataPath": "Объект.СписокВалют.КодВалюты", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 40, + "name": "СписокВалютСимвольныйКод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Симв. код" + } + } + ] + }, + "dataPath": "Объект.СписокВалют.СимвольныйКод", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 38, + "name": "СписокВалютПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Валюта" + } + } + ] + }, + "dataPath": "Объект.СписокВалют.Представление", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 11, + "name": "ДатаКурса", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "dataPath": "Объект.СписокВалют.ДатаКурса", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 12, + "name": "Курс", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "dataPath": "Объект.СписокВалют.Курс", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 13, + "name": "Кратность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "dataPath": "Объект.СписокВалют.Кратность", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 67, + "name": "СтраницаВыполняетсяЗагрузкаКурсов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница выполняется загрузка курсов" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_DECORATION", + "id": 69, + "name": "КартинкаДлительнаяОперация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Картинка длительная операция" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 72, + "name": "НадписьВыполняетсяЗагрузкаКурсовВалют", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполняется загрузка курсов валют..." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОбработкаОбъект.ЗагрузкаКурсовВалют", + "nameEn": "DataProcessorObject.ЗагрузкаКурсовВалют" + }, + "variant": "METADATA", + "kind": "DATA_PROCESSOR" + } + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + } + }, + { + "id": 2, + "name": "СообщитьЧтоКурсыАктуальны", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "Период", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "STANDARD_PERIOD" + } + ], + "composite": false, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "569047c2-0879-4fba-a814-44812d21043b", + "name": "СообщенияОбОшибках", + "mdoReference": { + "type": "FORM", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Form.СообщенияОбОшибках", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Форма.СообщенияОбОшибках" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сообщения об ошибках" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Forms/СообщенияОбОшибках/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подробнее" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "INPUT_FIELD", + "id": 1, + "name": "Текст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Текст" + } + } + ] + }, + "dataPath": "Текст", + "items": [] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "Текст", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "0c3c4494-c037-431e-9eeb-9b6cfd7372c3", + "name": "ПараметрыПрописиВалюты_ru", + "mdoReference": { + "type": "FORM", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Form.ПараметрыПрописиВалюты_ru", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Форма.ПараметрыПрописиВалюты_ru" + }, + "objectBelonging": "OWN", + "comment": "АПК:58", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Параметры прописи валюты на русском языке" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Forms/ПараметрыПрописиВалюты_ru/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "BeforeClose", + "name": "ПередЗакрытием" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 9, + "name": "СклонениеЦелойЧасти", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Целая часть" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 13, + "name": "ЦелаяЧастьРод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Род" + } + } + ] + }, + "dataPath": "ЦелаяЧастьРод", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "ЦелаяЧастьОдин", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Один" + } + } + ] + }, + "dataPath": "ЦелаяЧастьОдин", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 11, + "name": "ЦелаяЧастьДва", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Два" + } + } + ] + }, + "dataPath": "ЦелаяЧастьДва", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 12, + "name": "ПолеПрописи3наРусском", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пять" + } + } + ] + }, + "dataPath": "ЦелаяЧастьПять", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 55, + "name": "ГруппаПараметрыДробнойЧасти", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дробная часть" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 14, + "name": "СклонениеДробнойЧасти", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Склонение дробной части" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 18, + "name": "ДробнаяЧастьРод", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДробнаяЧастьРод", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 17, + "name": "ДробнаяЧастьОдин", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ДробнаяЧастьОдин", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 16, + "name": "ДробнаяЧастьДва", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ДробнаяЧастьДва", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 15, + "name": "ДробнаяЧастьПять", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "ДробнаяЧастьПять", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 56, + "name": "ГруппаЧислоРазрядовДробнойЧасти", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Число разрядов дробной части" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 20, + "name": "ДлинаДробнойЧасти", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ДлинаДробнойЧасти", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 61, + "name": "ГруппаПримерПрописи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пример прописи суммы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 59, + "name": "СуммаЧисло", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сумма" + } + } + ] + }, + "dataPath": "СуммаЧисло", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 62, + "name": "СуммаПрописью", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сумма прописью" + } + } + ] + }, + "dataPath": "СуммаПрописью", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 2, + "name": "ЦелаяЧастьОдин", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Целая часть один" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 25, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 3, + "name": "ЦелаяЧастьДва", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Целая часть два" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 4, + "name": "ЦелаяЧастьПять", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Целая часть пять" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 5, + "name": "ЦелаяЧастьРод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Целая часть род" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 6, + "name": "ДробнаяЧастьОдин", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дробная часть один" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 7, + "name": "ДробнаяЧастьДва", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дробная часть два" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 8, + "name": "ДробнаяЧастьПять", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дробная часть пять" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 9, + "name": "ДробнаяЧастьРод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дробная часть род" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 11, + "name": "ДлинаДробнойЧасти", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 10, + "name": "ЗависимыйКурсВалют", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 12, + "name": "СуммаЧисло", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сумма число" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 2, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 13, + "name": "СуммаПрописью", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "80512d95-5458-4934-98ae-a7b58099196b", + "name": "ПодборВалютИзКлассификатора", + "mdoReference": { + "type": "FORM", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Form.ПодборВалютИзКлассификатора", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Форма.ПодборВалютИзКлассификатора" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подбор валют из классификатора" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Forms/ПодборВалютИзКлассификатора/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "TABLE", + "id": 1, + "name": "СписокВалют", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Валюты", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 4, + "name": "КодВалюты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Валюты.КодВалютыЦифровой", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 6, + "name": "КраткоеНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Валюты.КодВалютыБуквенный", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 8, + "name": "Наименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование валюты" + } + } + ] + }, + "dataPath": "Валюты.Наименование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "СтраныИТерритории", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страны и территории" + } + } + ] + }, + "dataPath": "Валюты.СтраныИТерритории", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 15, + "name": "Загружается", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Загружается из Интернета" + } + } + ] + }, + "dataPath": "Валюты.Загружается", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + { + "id": 1, + "name": "Валюты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Валюты" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" + } + ], + "composite": false, + "qualifiers": [] + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "mdoType": "DATA_PROCESSOR", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Ext/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Ext/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DataProcessors/ЗагрузкаКурсовВалют/Ext/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ЗагрузкаКурсовВалют", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Загрузка курсов валют" + } + } + ] + }, + "tabularSections": [ + { + "uuid": "3068be84-a401-4701-8ac9-411fae130f84", + "name": "СписокВалют", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список валют" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "attributes": [ + [ + { + "uuid": "3068be84-a401-4701-8ac9-411fae130f84", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.StandardAttribute.LineNumber", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерСтроки", + "nameEn": "LineNumber" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "957394a7-e5b8-47fc-8680-1e71efe2be7d", + "name": "КодВалюты", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.КодВалюты", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.КодВалюты" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Код валюты" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 3, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ba49a9e4-6ec1-43ff-92cd-9dbf221bbf09", + "name": "Валюта", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.Валюта", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.Валюта" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Валюты", + "nameEn": "CatalogRef.Валюты" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "4f25ef45-c8d9-401d-b0e8-2217ac310f04", + "name": "ДатаКурса", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.ДатаКурса", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.ДатаКурса" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата курса" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "504ca240-b5ae-433e-ae5f-d818263eea23", + "name": "Курс", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.Курс", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.Курс" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Курс" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 4, + "nonNegative": true, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "32461819-9437-417d-8d1e-851c9a2dcee2", + "name": "Кратность", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.Кратность", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.Кратность" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Кратность" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "74228950-8a4b-4dd6-a053-8650de202521", + "name": "Загружать", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.Загружать", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.Загружать" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Загружать" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "6b9ce91e-08b9-4972-9878-1724c67b68ec", + "name": "Представление", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.Представление", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.Представление" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 50, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (50, Переменная)", + "nameEn": "StringQualifiers (50, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "640814f2-6082-475e-8006-25fd5b24afdb", + "name": "СимвольныйКод", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.СимвольныйКод", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.СимвольныйКод" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Символьный код" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 10, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ] + } + ], + "templates": [ + { + "uuid": "6f2354cd-4a34-4921-96bb-b786486f85cf", + "name": "ОбщероссийскийКлассификаторВалют", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Template.ОбщероссийскийКлассификаторВалют", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Макет.ОбщероссийскийКлассификаторВалют" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Общероссийский классификатор валют" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "TEXT_DOCUMENT", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.EmptyTemplateData" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + } + } + ], + "uuid": "f36150de-33af-4410-8a4c-8c9f4b545793" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" "b/src/test/resources/fixtures/ssl_3_2/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" new file mode 100644 index 000000000..319762761 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/DataProcessors.\320\227\320\260\320\263\321\200\321\203\320\267\320\272\320\260\320\232\321\203\321\200\321\201\320\276\320\262\320\222\320\260\320\273\321\216\321\202_edt.json" @@ -0,0 +1,2285 @@ +{"com.github._1c_syntax.bsl.mdo.DataProcessor": { + "attributes": [ + [ + { + "uuid": "62f97480-7d4a-48f3-9d1d-612909b242c9", + "name": "НачалоПериодаЗагрузки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Attribute.НачалоПериодаЗагрузки", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Реквизит.НачалоПериодаЗагрузки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Начало периода загрузки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + } + } + ] + }, + "format": { + "content": [] + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "2b4f6e2f-6cc4-4c7c-98a6-786f3793366b", + "name": "ОкончаниеПериодаЗагрузки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Attribute.ОкончаниеПериодаЗагрузки", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Реквизит.ОкончаниеПериодаЗагрузки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Окончание периода загрузки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Загрузка курсов валют", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "forms": [ + [ + { + "uuid": "6fcd2a3a-4d66-40e3-bde0-5c274b43783f", + "name": "Форма", + "mdoReference": { + "type": "FORM", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Form.Форма", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Форма.Форма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/Forms/Форма/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "handlers": [ + [ + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 43, + "name": "КоманднаяПанель", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 106, + "name": "Период", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Период" + } + } + ] + }, + "dataPath": "Период", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 145, + "name": "КоманднаяПанельПраво", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель право" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "ADDITION", + "id": 87, + "name": "СтрокаПоиска", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Поиск" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "PAGES", + "id": 63, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 65, + "name": "СтраницаСписокВалют", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница список валют" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 7, + "name": "СписокВалют", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Валют" + } + } + ] + }, + "dataPath": "Объект.СписокВалют", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 9, + "name": "КодВалюты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Цифр. код" + } + } + ] + }, + "dataPath": "Объект.СписокВалют.КодВалюты", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 40, + "name": "СписокВалютСимвольныйКод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Симв. код" + } + } + ] + }, + "dataPath": "Объект.СписокВалют.СимвольныйКод", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 38, + "name": "СписокВалютПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Валюта" + } + } + ] + }, + "dataPath": "Объект.СписокВалют.Представление", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 11, + "name": "ДатаКурса", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "dataPath": "Объект.СписокВалют.ДатаКурса", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 12, + "name": "Курс", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "dataPath": "Объект.СписокВалют.Курс", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 13, + "name": "Кратность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "dataPath": "Объект.СписокВалют.Кратность", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 67, + "name": "СтраницаВыполняетсяЗагрузкаКурсов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница выполняется загрузка курсов" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "DECORATION", + "id": 69, + "name": "КартинкаДлительнаяОперация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Картинка длительная операция" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 72, + "name": "НадписьВыполняетсяЗагрузкаКурсовВалют", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполняется загрузка курсов валют..." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОбработкаОбъект.ЗагрузкаКурсовВалют", + "nameEn": "DataProcessorObject.ЗагрузкаКурсовВалют" + }, + "variant": "METADATA", + "kind": "DATA_PROCESSOR" + } + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + } + }, + { + "id": 2, + "name": "СообщитьЧтоКурсыАктуальны", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "Период", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "STANDARD_PERIOD" + } + ], + "composite": false, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "569047c2-0879-4fba-a814-44812d21043b", + "name": "СообщенияОбОшибках", + "mdoReference": { + "type": "FORM", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Form.СообщенияОбОшибках", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Форма.СообщенияОбОшибках" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сообщения об ошибках" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/Forms/СообщенияОбОшибках/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подробнее" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "INPUT_FIELD", + "id": 1, + "name": "Текст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Текст" + } + } + ] + }, + "dataPath": "Текст", + "items": [] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "Текст", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "0c3c4494-c037-431e-9eeb-9b6cfd7372c3", + "name": "ПараметрыПрописиВалюты_ru", + "mdoReference": { + "type": "FORM", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Form.ПараметрыПрописиВалюты_ru", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Форма.ПараметрыПрописиВалюты_ru" + }, + "objectBelonging": "OWN", + "comment": "АПК:58", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Параметры прописи валюты на русском языке" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/Forms/ПараметрыПрописиВалюты_ru/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "BeforeClose", + "name": "ПередЗакрытием" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 9, + "name": "СклонениеЦелойЧасти", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Целая часть" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 13, + "name": "ЦелаяЧастьРод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Род" + } + } + ] + }, + "dataPath": "ЦелаяЧастьРод", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "ЦелаяЧастьОдин", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Один" + } + } + ] + }, + "dataPath": "ЦелаяЧастьОдин", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 11, + "name": "ЦелаяЧастьДва", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Два" + } + } + ] + }, + "dataPath": "ЦелаяЧастьДва", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 12, + "name": "ПолеПрописи3наРусском", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пять" + } + } + ] + }, + "dataPath": "ЦелаяЧастьПять", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 55, + "name": "ГруппаПараметрыДробнойЧасти", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дробная часть" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 14, + "name": "СклонениеДробнойЧасти", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Склонение дробной части" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 18, + "name": "ДробнаяЧастьРод", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДробнаяЧастьРод", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 17, + "name": "ДробнаяЧастьОдин", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ДробнаяЧастьОдин", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 16, + "name": "ДробнаяЧастьДва", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ДробнаяЧастьДва", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 15, + "name": "ДробнаяЧастьПять", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "ДробнаяЧастьПять", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 56, + "name": "ГруппаЧислоРазрядовДробнойЧасти", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Число разрядов дробной части" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 20, + "name": "ДлинаДробнойЧасти", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ДлинаДробнойЧасти", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 61, + "name": "ГруппаПримерПрописи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пример прописи суммы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 59, + "name": "СуммаЧисло", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сумма" + } + } + ] + }, + "dataPath": "СуммаЧисло", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 62, + "name": "СуммаПрописью", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сумма прописью" + } + } + ] + }, + "dataPath": "СуммаПрописью", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 2, + "name": "ЦелаяЧастьОдин", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Целая часть один" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 25, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 3, + "name": "ЦелаяЧастьДва", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Целая часть два" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 4, + "name": "ЦелаяЧастьПять", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Целая часть пять" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 5, + "name": "ЦелаяЧастьРод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Целая часть род" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 6, + "name": "ДробнаяЧастьОдин", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дробная часть один" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 7, + "name": "ДробнаяЧастьДва", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дробная часть два" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 8, + "name": "ДробнаяЧастьПять", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дробная часть пять" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 9, + "name": "ДробнаяЧастьРод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дробная часть род" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 11, + "name": "ДлинаДробнойЧасти", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 10, + "name": "ЗависимыйКурсВалют", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 12, + "name": "СуммаЧисло", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сумма число" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 2, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 13, + "name": "СуммаПрописью", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "80512d95-5458-4934-98ae-a7b58099196b", + "name": "ПодборВалютИзКлассификатора", + "mdoReference": { + "type": "FORM", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Form.ПодборВалютИзКлассификатора", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Форма.ПодборВалютИзКлассификатора" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подбор валют из классификатора" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/Forms/ПодборВалютИзКлассификатора/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "TABLE", + "id": 1, + "name": "СписокВалют", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Валюты", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 4, + "name": "КодВалюты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Валюты.КодВалютыЦифровой", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 6, + "name": "КраткоеНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Валюты.КодВалютыБуквенный", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 8, + "name": "Наименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование валюты" + } + } + ] + }, + "dataPath": "Валюты.Наименование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "СтраныИТерритории", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страны и территории" + } + } + ] + }, + "dataPath": "Валюты.СтраныИТерритории", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 15, + "name": "Загружается", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Загружается из Интернета" + } + } + ] + }, + "dataPath": "Валюты.Загружается", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + { + "id": 1, + "name": "Валюты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Валюты" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" + } + ], + "composite": false, + "qualifiers": [] + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "mdoType": "DATA_PROCESSOR", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DataProcessors/ЗагрузкаКурсовВалют/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ЗагрузкаКурсовВалют", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Загрузка курсов валют" + } + } + ] + }, + "tabularSections": [ + { + "uuid": "3068be84-a401-4701-8ac9-411fae130f84", + "name": "СписокВалют", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список валют" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + }, + "attributes": [ + [ + { + "uuid": "3068be84-a401-4701-8ac9-411fae130f84", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.StandardAttribute.LineNumber", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерСтроки", + "nameEn": "LineNumber" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "957394a7-e5b8-47fc-8680-1e71efe2be7d", + "name": "КодВалюты", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.КодВалюты", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.КодВалюты" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Код валюты" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 3, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ba49a9e4-6ec1-43ff-92cd-9dbf221bbf09", + "name": "Валюта", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.Валюта", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.Валюта" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Валюты", + "nameEn": "CatalogRef.Валюты" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "4f25ef45-c8d9-401d-b0e8-2217ac310f04", + "name": "ДатаКурса", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.ДатаКурса", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.ДатаКурса" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата курса" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "504ca240-b5ae-433e-ae5f-d818263eea23", + "name": "Курс", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.Курс", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.Курс" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Курс" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 4, + "nonNegative": true, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "32461819-9437-417d-8d1e-851c9a2dcee2", + "name": "Кратность", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.Кратность", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.Кратность" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Кратность" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "74228950-8a4b-4dd6-a053-8650de202521", + "name": "Загружать", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.Загружать", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.Загружать" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Загружать" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "6b9ce91e-08b9-4972-9878-1724c67b68ec", + "name": "Представление", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.Представление", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.Представление" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 50, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (50, Переменная)", + "nameEn": "StringQualifiers (50, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "640814f2-6082-475e-8006-25fd5b24afdb", + "name": "СимвольныйКод", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.TabularSection.СписокВалют.Attribute.СимвольныйКод", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.ТабличнаяЧасть.СписокВалют.Реквизит.СимвольныйКод" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Символьный код" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 10, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ] + } + ], + "templates": [ + { + "uuid": "6f2354cd-4a34-4921-96bb-b786486f85cf", + "name": "ОбщероссийскийКлассификаторВалют", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют.Template.ОбщероссийскийКлассификаторВалют", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют.Макет.ОбщероссийскийКлассификаторВалют" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Общероссийский классификатор валют" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "TEXT_DOCUMENT", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.EmptyTemplateData" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DataProcessor/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/owner" + } + } + ], + "uuid": "f36150de-33af-4410-8a4c-8c9f4b545793" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/DefinedTypes.\320\222\320\273\320\260\320\264\320\265\320\273\320\265\321\206\320\244\320\260\320\271\320\273\320\276\320\262.json" "b/src/test/resources/fixtures/ssl_3_2/DefinedTypes.\320\222\320\273\320\260\320\264\320\265\320\273\320\265\321\206\320\244\320\260\320\271\320\273\320\276\320\262.json" new file mode 100644 index 000000000..8aa8f5ffb --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/DefinedTypes.\320\222\320\273\320\260\320\264\320\265\320\273\320\265\321\206\320\244\320\260\320\271\320\273\320\276\320\262.json" @@ -0,0 +1,63 @@ +{"com.github._1c_syntax.bsl.mdo.DefinedType": { + "comment": "", + "description": "Владелец файлов", + "mdoReference": { + "type": "DEFINED_TYPE", + "mdoRef": "DefinedType.ВладелецФайлов", + "mdoRefRu": "ОпределяемыйТип.ВладелецФайлов" + }, + "mdoType": "DEFINED_TYPE", + "name": "ВладелецФайлов", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Владелец файлов" + } + } + ] + }, + "uuid": "ae698468-f42a-4400-aee6-fd849740e634", + "valueType": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "БизнесПроцессСсылка.Задание", + "nameEn": "BusinessProcessRef.Задание" + }, + "variant": "METADATA", + "kind": "BUSINESS_PROCESS" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ПапкиФайлов", + "nameEn": "CatalogRef.ПапкиФайлов" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + } +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217.json" "b/src/test/resources/fixtures/ssl_3_2/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217.json" new file mode 100644 index 000000000..2c1349607 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217.json" @@ -0,0 +1,7149 @@ +{"com.github._1c_syntax.bsl.mdo.DocumentJournal": { + "columns": [ + [ + { + "uuid": "b5b94d94-25f7-4cfa-b1e9-6009fb848763", + "name": "Автор", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Автор", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Автор" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "DOCUMENT_JOURNAL", + "mdoRef": "DocumentJournal.Взаимодействия", + "mdoRefRu": "ЖурналДокументов.Взаимодействия" + }, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.Автор", + "mdoRefRu": "Документ.Встреча.Реквизит.Автор" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.Автор", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.Автор" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.Автор", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.Автор" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.Автор", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.Автор" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.Автор", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.Автор" + } + ], + [] + ] + }, + { + "uuid": "a2accf54-5966-42e8-ab2e-e56e415963ee", + "name": "Входящий", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Входящий", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Входящий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Входящий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.Входящий", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.Входящий" + } + ] + }, + { + "uuid": "d8eb5329-5900-4b5d-b45e-458513dddfef", + "name": "Ответственный", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Ответственный", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Ответственный" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ответственный" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.Ответственный", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.Ответственный" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.Ответственный", + "mdoRefRu": "Документ.Встреча.Реквизит.Ответственный" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.Ответственный", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.Ответственный" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.Ответственный", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.Ответственный" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.Ответственный", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.Ответственный" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.Ответственный", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.Ответственный" + } + ], + [] + ] + }, + { + "uuid": "6d521e58-24a3-4f19-b4b0-dff84f7ca86b", + "name": "Тема", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Тема", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Тема" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тема" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.Тема", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.Тема" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.Тема", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.Тема" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.Тема", + "mdoRefRu": "Документ.Встреча.Реквизит.Тема" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.Тема", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.Тема" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.Тема", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.Тема" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.Тема", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.Тема" + } + ], + [] + ] + }, + { + "uuid": "8c413fa5-9e24-4b81-aa55-0e78c5e3e20f", + "name": "Участники", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Участники", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Участники" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Участники" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.СписокУчастников", + "mdoRefRu": "Документ.Встреча.Реквизит.СписокУчастников" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.АбонентПредставление", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.АбонентПредставление" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.СписокПолучателейПисьма", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.СписокПолучателейПисьма" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.ОтправительПредставление", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.ОтправительПредставление" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.СписокУчастников", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.СписокУчастников" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.СписокУчастников", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.СписокУчастников" + } + ], + [] + ] + }, + { + "uuid": "a4322f22-7de0-4018-8e06-9f1aa7cf0c07", + "name": "СтатусИсходящегоПисьма", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.СтатусИсходящегоПисьма", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.СтатусИсходящегоПисьма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статус исходящего письма" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.СтатусПисьма", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.СтатусПисьма" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.Состояние", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.Состояние" + } + ], + [] + ] + }, + { + "uuid": "eaaed107-69d4-4963-be83-74519e331715", + "name": "УчетнаяЗапись", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.УчетнаяЗапись", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.УчетнаяЗапись" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Почта" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.УчетнаяЗапись", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.УчетнаяЗапись" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.УчетнаяЗапись", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.УчетнаяЗапись" + } + ], + [] + ] + }, + { + "uuid": "38cddf96-8703-4396-8c73-47fb22828a48", + "name": "ЕстьВложения", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ЕстьВложения", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ЕстьВложения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Есть вложения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.ЕстьВложения", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.ЕстьВложения" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ЕстьВложения", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ЕстьВложения" + } + ], + [] + ] + }, + { + "uuid": "2c2cb793-0177-4983-91ca-9c292c5b10f1", + "name": "ВзаимодействиеОснование", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ВзаимодействиеОснование", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ВзаимодействиеОснование" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Взаимодействие основание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.Встреча.Реквизит.ВзаимодействиеОснование" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.ВзаимодействиеОснование" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.ВзаимодействиеОснование" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.ВзаимодействиеОснование" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ВзаимодействиеОснование" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.ВзаимодействиеОснование" + } + ], + [] + ] + }, + { + "uuid": "2a2e7f51-a4e5-48ec-b969-b1fca18ba9b5", + "name": "ПолученоОтправлено", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ПолученоОтправлено", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ПолученоОтправлено" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Получено отправлено" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.ДатаПолучения", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.ДатаПолучения" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ДатаОтправления", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ДатаОтправления" + } + ], + [] + ] + }, + { + "uuid": "221fa473-3327-44e6-a033-6fdfd2be713c", + "name": "Размер", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Размер", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Размер" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Размер" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.Размер", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.Размер" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.Размер", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.Размер" + } + ], + [] + ] + }, + { + "uuid": "7a5973f0-7e29-44af-8e7b-70af71f704a4", + "name": "Важность", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Важность", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Важность" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Важность" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.Важность", + "mdoRefRu": "Документ.Встреча.Реквизит.Важность" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.Важность", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.Важность" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.Важность", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.Важность" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.Важность", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.Важность" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.Важность", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.Важность" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.Важность", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.Важность" + } + ], + [] + ] + }, + { + "uuid": "2b2bf0f7-0946-4492-bba0-27f007a70e64", + "name": "ДатаКогдаОтправить", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ДатаКогдаОтправить", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ДатаКогдаОтправить" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата когда отправить" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.ДатаКогдаОтправить", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.ДатаКогдаОтправить" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ДатаКогдаОтправить", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ДатаКогдаОтправить" + } + ], + [] + ] + }, + { + "uuid": "22c9a703-5ed3-4156-8fa6-476b1c1452f1", + "name": "ДатаАктуальностиОтправки", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ДатаАктуальностиОтправки", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ДатаАктуальностиОтправки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата актуальности отправки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.ДатаАктуальностиОтправки", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.ДатаАктуальностиОтправки" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ДатаАктуальностиОтправки", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ДатаАктуальностиОтправки" + } + ], + [] + ] + }, + { + "uuid": "8be10d88-8c37-4444-9c89-6cbbe9913bda", + "name": "ИдентификаторСообщения", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ИдентификаторСообщения", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ИдентификаторСообщения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Идентификатор сообщения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.ИдентификаторСообщения", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.ИдентификаторСообщения" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ИдентификаторСообщения", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ИдентификаторСообщения" + } + ], + [] + ] + } + ], + [] + ], + "commands": [ + [ + { + "uuid": "314b0da2-24d3-48cc-8532-d36c45eb3bf8", + "name": "ВзаимодействияПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ВзаимодействияПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ВзаимодействияПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Взаимодействия" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/Взаимоде_ствияПоКонтакту/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "2e3ac3fb-9f0e-463f-95c2-9f661ce2e015", + "name": "ВзаимодействияПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ВзаимодействияПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ВзаимодействияПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/Взаимоде_ствияПоПредмету/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "4077e700-ec20-4afa-8155-bf7e516a70cb", + "name": "ЗапланироватьВзаимодействиеПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ЗапланироватьВзаимодействиеПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ЗапланироватьВзаимодействиеПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Запланировать взаимодействие" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/ЗапланироватьВзаимоде_ствиеПоКонтакту/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "5198c6db-2100-4902-82c8-85c8ea555e78", + "name": "ЗапланироватьВзаимодействиеПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ЗапланироватьВзаимодействиеПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ЗапланироватьВзаимодействиеПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/ЗапланироватьВзаимоде_ствиеПоПредмету/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "b99f2a63-54e8-490b-a0a4-1941fbc38b3f", + "name": "ЗапланироватьВстречуПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ЗапланироватьВстречуПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ЗапланироватьВстречуПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Запланировать встречу" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/ЗапланироватьВстречуПоКонтакту/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "f0b1e9f4-2e07-44e6-88d2-c11457135781", + "name": "ЗапланироватьВстречуПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ЗапланироватьВстречуПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ЗапланироватьВстречуПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[5]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/ЗапланироватьВстречуПоПредмету/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[6]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "e010c0f9-f770-4fdc-8607-50838c0262ef", + "name": "НаписатьSMSПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.НаписатьSMSПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.НаписатьSMSПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Написать SMS" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/НаписатьSMSПоКонтакту/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[7]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "f935399f-3554-4c08-b0a6-eba13074e1b7", + "name": "НаписатьSMSПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.НаписатьSMSПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.НаписатьSMSПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[7]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/НаписатьSMSПоПредмету/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[8]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "10008125-3aeb-4912-8ad6-d92d283ea09a", + "name": "НаписатьЭлектронноеПисьмоПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.НаписатьЭлектронноеПисьмоПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.НаписатьЭлектронноеПисьмоПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Написать электронное письмо" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/НаписатьЭлектронноеПисьмоПоКонтакту/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[9]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "765f9584-fefa-4695-b130-dd54c3b0d79d", + "name": "НаписатьЭлектронноеПисьмоПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.НаписатьЭлектронноеПисьмоПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.НаписатьЭлектронноеПисьмоПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[9]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/НаписатьЭлектронноеПисьмоПоПредмету/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[10]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "dd050ca0-8335-4654-ab5c-7babcb4824ef", + "name": "НастройкиРаботыСПочтой", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.НастройкиРаботыСПочтой", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.НастройкиРаботыСПочтой" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Настройки работы с почтой" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/Настро_киРаботыСПочто_/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[11]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "706cbf55-626d-4cab-b589-a2464368f6c1", + "name": "ПечатьЭлектронногоПисьма", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ПечатьЭлектронногоПисьма", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ПечатьЭлектронногоПисьма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Печать" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/ПечатьЭлектронногоПисьма/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[12]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "d22a0a50-220d-459e-a23a-39730a1e67c4", + "name": "ПозвонитьПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ПозвонитьПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ПозвонитьПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Позвонить" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/ПозвонитьПоКонтакту/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[13]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "2c1c9284-ba8b-4282-a89c-429f02ea41f6", + "name": "ПозвонитьПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ПозвонитьПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ПозвонитьПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[13]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/ПозвонитьПоПредмету/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[14]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "8c241467-76f7-4161-a8a1-5da4a6576b75", + "name": "СохранитьПисьмо", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.СохранитьПисьмо", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.СохранитьПисьмо" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сохранить письмо на компьютер" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Commands/СохранитьПисьмо/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[15]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + } + ], + [] + ], + "comment": "", + "description": "Взаимодействия", + "explanation": { + "content": [] + }, + "forms": [ + [ + { + "uuid": "27089e8e-2c75-431c-b808-5d4dcba3cdca", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.ФормаСписка", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Forms/ФормаСписка/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "handlers": [ + [ + { + "event": "ChoiceProcessing", + "name": "ОбработкаВыбора" + }, + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "BeforeClose", + "name": "ПередЗакрытием" + }, + { + "event": "OnLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + }, + { + "event": "NavigationProcessing", + "name": "ОбработкаПерехода" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПередЗагрузкойДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 943, + "name": "ПредупреждениеОНеактуальностиИндекса", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждение о неактуальности индекса" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 832, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 66, + "name": "ГруппаФильтры", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтры" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 89, + "name": "СтрокаПоиска", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Найти" + } + } + ] + }, + "dataPath": "СтрокаПоиска", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 71, + "name": "ТипВзаимодействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип" + } + } + ] + }, + "dataPath": "ТипВзаимодействия", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 67, + "name": "Статус", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статус" + } + } + ] + }, + "dataPath": "Статус", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 69, + "name": "Пользователь", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[3]/synonym" + }, + "dataPath": "Ответственный", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 1099, + "name": "ГруппаСвернутаяНавигация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Навигация" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 826, + "name": "ГруппаПанельНавигацииСписок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Панель навигации список" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 24, + "name": "КоманднаяПанельВариантаНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель варианта навигации" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 5, + "name": "ГруппаОсновное", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 6, + "name": "ГруппаПанельНавигацииСлева", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Панель навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 1131, + "name": "ГруппаНавигация", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 1095, + "name": "КоманднаяПанельНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "BUTTON_GROUP", + "id": 1097, + "name": "ГруппаКомандыНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Команды навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "POPUP", + "id": 26, + "name": "ВыборВариантаНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вариант навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR_BUTTON", + "id": 27, + "name": "УстановитьВариантНавигацииПоПредмету", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По предметам" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "COMMAND_BAR_BUTTON", + "id": 28, + "name": "УстановитьВариантНавигацииПоКонтакту", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По контактам" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "COMMAND_BAR_BUTTON", + "id": 124, + "name": "УстановитьВариантНавигацииПоЗакладкам", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По закладкам" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "COMMAND_BAR_BUTTON", + "id": 176, + "name": "УстановитьВариантНавигацииПоПапкам", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По папкам" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ] + } + ] + }, + { + "type": "PAGES", + "id": 25, + "name": "СтраницыПанелиНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы панели навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 30, + "name": "СтраницаКонтакт", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница контакт" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 31, + "name": "КонтактыПанелиНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Контакты" + } + } + ] + }, + "dataPath": "КонтактыПанельНавигации", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 1033, + "name": "КонтактыПанелиНавигацииГруппа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Контакты панели навигации группа" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 731, + "name": "КонтактыКонтакт", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Контакт" + } + } + ] + }, + "dataPath": "КонтактыПанельНавигации.Контакт", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 728, + "name": "НеРассмотрено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "КонтактыПанельНавигации.КоличествоНеРассмотрено", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 725, + "name": "КонтактыДатаПоследнегоВзаимодействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Последнее взаимодействие" + } + } + ] + }, + "dataPath": "КонтактыПанельНавигации.ДатаПоследнегоВзаимодействия", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "LABEL_DECORATION", + "id": 937, + "name": "ДекорацияТолькоЗначимыеКонтакты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 73, + "name": "СтраницаПредмет", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница предмет" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 690, + "name": "ПредметыПанельНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предметы" + } + } + ] + }, + "dataPath": "ПредметыПанельНавигации", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 1035, + "name": "ПредметыПанельНавигацииГруппа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предметы панель навигации группа" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 697, + "name": "Предмет", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предмет" + } + } + ] + }, + "dataPath": "ПредметыПанельНавигации.Предмет", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 694, + "name": "НеРассмотреноПредметы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "ПредметыПанельНавигации.КоличествоНеРассмотрено", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 700, + "name": "ДатаПоследнегоВзаимодействия", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ПредметыПанельНавигации.ДатаПоследнегоВзаимодействия", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "LABEL_DECORATION", + "id": 934, + "name": "ДекорацияТолькоЗначимыеПредметы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 118, + "name": "СтраницаЗакладки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница закладки" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 119, + "name": "Закладки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Закладки" + } + } + ] + }, + "dataPath": "Закладки", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 122, + "name": "ЗакладкиНаименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Закладка" + } + } + ] + }, + "dataPath": "Закладки.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 940, + "name": "ЗакладкиСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Закладки.Ref", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 129, + "name": "СтраницаСвойства", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница свойства" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 130, + "name": "Свойства", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойство" + } + } + ] + }, + "dataPath": "Свойства", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 135, + "name": "СвойстваГруппаКолонок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойства группа колонок" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 136, + "name": "СвойстваНомерКартинки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер картинки" + } + } + ] + }, + "dataPath": "Свойства.НомерКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 133, + "name": "СвойстваПредставление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Свойства.Представление", + "items": [] + } + ], + [] + ] + } + ] + } + ] + }, + { + "type": "PAGE", + "id": 177, + "name": "СтраницаПапки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница папки" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 178, + "name": "Папки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Папки" + } + } + ] + }, + "dataPath": "Папки", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 181, + "name": "ПапкиГруппаКолонок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Папки группа колонок" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 182, + "name": "ПапкиНомерКартинки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Папки.НомерКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 184, + "name": "ПапкиПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Папка" + } + } + ] + }, + "dataPath": "Папки.Представление", + "items": [] + } + ], + [] + ] + } + ] + } + ] + }, + { + "type": "PAGE", + "id": 305, + "name": "СтраницаКатегории", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница категории" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 306, + "name": "Категории", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Категории" + } + } + ] + }, + "dataPath": "Категории", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 311, + "name": "КатегорииГруппаКолонок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Категории группа колонок" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 312, + "name": "КатегорииНомерКартинки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Категории.НомерКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 309, + "name": "КатегорииПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Категория" + } + } + ] + }, + "dataPath": "Категории.Представление", + "items": [] + } + ], + [] + ] + } + ] + } + ] + } + ], + [] + ] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 1127, + "name": "ПоложениеНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "ПоложениеНавигации", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 7, + "name": "ГруппаСписок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 2, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 340, + "name": "ВажностьНомерКартинки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Иконка важности" + } + } + ] + }, + "dataPath": "Список.ВажностьНомерКартинки", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 330, + "name": "НомерКартинки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Иконка взаимодействия" + } + } + ] + }, + "dataPath": "Список.НомерКартинки", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 12, + "name": "Тема", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Тема", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 16, + "name": "Участники", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Участники", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 776, + "name": "ПолученоОтправлено", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата" + } + } + ] + }, + "dataPath": "Список.ПолученоОтправлено", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 8, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Дата", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 108, + "name": "ЕстьВложения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[8]/synonym" + }, + "dataPath": "Список.ЕстьВложения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 779, + "name": "Размер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[11]/synonym" + }, + "dataPath": "Список.Размер", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 744, + "name": "УчетнаяЗапись", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.УчетнаяЗапись", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 761, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Ссылка", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGES", + "id": 147, + "name": "СтраницыПредпросмотр", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы предпросмотр" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 148, + "name": "СтраницаПредпросмотрОбычныйТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница предпросмотр обычный текст" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 150, + "name": "ПредпросмотрОбычныйТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предпросмотр" + } + } + ] + }, + "dataPath": "Предпросмотр", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 149, + "name": "СтраницаПредпросмотрHTML", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница предпросмотр HTML" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 912, + "name": "ПредупреждениеБезопасности", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждение безопасности" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_DECORATION", + "id": 914, + "name": "КартинкаПредупреждение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Картинка предупреждение" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 909, + "name": "ПредупреждениеОНебезопасномСодержимом", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В целях безопасности некоторые элементы письма отключены, письмо может отображаться некорректно. Отобразить небезопасное содержимое" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 1031, + "name": "Группа1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "HTML_DOCUMENT_FIELD", + "id": 91, + "name": "ПредпросмотрHTML", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предпросмотр HTML" + } + } + ] + }, + "dataPath": "ПредпросмотрHTML", + "items": [] + } + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "LABEL_FIELD", + "id": 323, + "name": "ОписаниеНайденоПолнотекстовымПоиском", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание найденного полнотекстовым поиском" + } + } + ] + }, + "dataPath": "ОписаниеНайденоПолнотекстовымПоиском", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 2, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + } + }, + { + "id": 4, + "name": "Статус", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 14, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 5, + "name": "Ответственный", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[3]/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 6, + "name": "ТипВзаимодействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип взаимодействия" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 30, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 8, + "name": "СтрокаПоиска", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Строка поиска" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + } + }, + { + "id": 9, + "name": "Предпросмотр", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 7, + "name": "Закладки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 10, + "name": "ТаблицаДопРеквизитовСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 11, + "name": "Свойства", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 12, + "name": "ТекущееСвойствоПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПланВидовХарактеристикСсылка.ДополнительныеРеквизитыИСведения", + "nameEn": "ChartOfCharacteristicTypesRef.ДополнительныеРеквизитыИСведения" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 13, + "name": "ТекущееСвойствоПанелиНавигацииЯвляетсяРеквизитом", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 14, + "name": "СписокВыбораТипаПредмета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 15, + "name": "ИмяТекущейПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 40, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 16, + "name": "ПредставлениеТекущегоСвойства", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 17, + "name": "ПоказыватьВсеАктивныеПредметы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 20, + "name": "Папки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[9]/type" + } + }, + { + "id": 21, + "name": "НастройкиДеревьевПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 22, + "name": "НеОтрабатыватьАктивизациюПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 23, + "name": "ОтправлятьСообщениеСразу", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 24, + "name": "ТаблицаДопРеквизитовСвойствТипаБулево", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 25, + "name": "Категории", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 26, + "name": "ТолькоПочта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 28, + "name": "ОписанияНайденоПолнотекстовымПоиском", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 30, + "name": "ОписаниеНайденоПолнотекстовымПоиском", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 31, + "name": "РасширенныйПоиск", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 29, + "name": "ИнформационнаяБазаФайловая", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 32, + "name": "ДокументыДоступныеДляСоздания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" + } + }, + { + "id": 33, + "name": "ИспользоватьПризнакРассмотрено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 34, + "name": "ВзаимодействиеДляКоторогоСформированПредпросмотр", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 5, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.Встреча", + "nameEn": "DocumentRef.Встреча" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.ЗапланированноеВзаимодействие", + "nameEn": "DocumentRef.ЗапланированноеВзаимодействие" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.ТелефонныйЗвонок", + "nameEn": "DocumentRef.ТелефонныйЗвонок" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.ЭлектронноеПисьмоВходящее", + "nameEn": "DocumentRef.ЭлектронноеПисьмоВходящее" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.ЭлектронноеПисьмоИсходящее", + "nameEn": "DocumentRef.ЭлектронноеПисьмоИсходящее" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + } + } + ], + "composite": true, + "qualifiers": [] + } + }, + { + "id": 35, + "name": "ПредпросмотрHTML", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 36, + "name": "ПредметыПанельНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предметы панель навигации" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 1, + "name": "КонтактыПанельНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Контакты панель навигации" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 3, + "name": "ТолькоЗначимыеПредметы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 18, + "name": "ТолькоЗначимыеКонтакты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 19, + "name": "ОтображатьОбластьЧтения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 39, + "name": "ЗаголовокПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 40, + "name": "ЗаголовокПанелиНавигацииПодсказка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 41, + "name": "ТекущееЗначениеПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 42, + "name": "ВключитьНебезопасноеСодержимое", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 43, + "name": "ЕстьНебезопасноеСодержимое", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 44, + "name": "ЗапрещеноОтображениеНебезопасногоСодержимогоВПисьмах", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 27, + "name": "ПравоПометкиУдаленияПапок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 37, + "name": "ГиперссылкаЦвет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[38]/type" + } + }, + { + "id": 45, + "name": "ДатаПредыдущегоВыполненияКомандыОтправкиПолученияПочты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + } + }, + { + "id": 46, + "name": "ДатаПредыдущегоПолученияОтправкиПочты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[44]/type" + } + }, + { + "id": 47, + "name": "ОтправкаПолучениеПисемВыполняется", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 48, + "name": "РазделениеВключено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 49, + "name": "ИндексПолнотекстовогоПоискаАктуален", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 50, + "name": "ПоложениеНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Положение навигации" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 38, + "name": "ОтправкаПисемПриостановлена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "9ab3980e-a480-4f90-a8cc-bde99d5ace35", + "name": "ФормаСпискаПараметрическая", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.ФормаСпискаПараметрическая", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.ФормаСпискаПараметрическая" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка параметрическая" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Forms/ФормаСпискаПараметрическая/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[5]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[7]" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 234, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 34, + "name": "ГруппаФильтры", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 102, + "name": "ПереключитьРежимПросмотра", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В виде дерева / списка" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 136, + "name": "ТипВзаимодействия", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ТипВзаимодействия", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 50, + "name": "Статус", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "Статус", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 46, + "name": "Ответственный", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[3]/synonym" + }, + "dataPath": "Ответственный", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGES", + "id": 103, + "name": "СтраницыСписокДерево", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы список дерево" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 104, + "name": "СтраницаСписок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница список" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 225, + "name": "НомерКартинки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список.НомерКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 20, + "name": "Тема", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[4]/synonym" + }, + "dataPath": "Список.Тема", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 66, + "name": "Участники", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Участники", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 68, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 254, + "name": "ЕстьВложения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.ЕстьВложения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 216, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 105, + "name": "СтраницаДерево", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница дерево" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 106, + "name": "ДеревоВзаимодействий", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дерево взаимодействий" + } + } + ] + }, + "dataPath": "ДеревоВзаимодействий", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 113, + "name": "ДеревоВзаимодействийНомерКартинки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДеревоВзаимодействий.НомерКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 116, + "name": "ДеревоВзаимодействийТема", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[4]/synonym" + }, + "dataPath": "ДеревоВзаимодействий.Тема", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 118, + "name": "ДеревоВзаимодействийУчастники", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[5]/synonym" + }, + "dataPath": "ДеревоВзаимодействий.Участники", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 111, + "name": "ДеревоВзаимодействийДата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" + }, + "dataPath": "ДеревоВзаимодействий.Дата", + "items": [] + } + ], + [] + ] + } + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "Ответственный", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[3]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 5, + "name": "Статус", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 6, + "name": "ОтборПоПредмету", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 8, + "name": "Контакт", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.КонтактВзаимодействия", + "nameEn": "DefinedType.КонтактВзаимодействия" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 9, + "name": "ПредметДляОтбора", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.ПредметВзаимодействия", + "nameEn": "DefinedType.ПредметВзаимодействия" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "ВВидеДерева", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 4, + "name": "ДеревоВзаимодействий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[9]/type" + } + }, + { + "id": 10, + "name": "Интервал", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "STANDARD_PERIOD" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 11, + "name": "ТипВзаимодействия", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 12, + "name": "ТолькоПочта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 13, + "name": "ДокументыДоступныеДляСоздания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" + } + }, + { + "id": 14, + "name": "ИспользоватьПризнакРассмотрено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "ec928563-6e35-4b84-b477-90d2481cec1c", + "name": "ПечатьЭлектронногоПисьма", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.ПечатьЭлектронногоПисьма", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.ПечатьЭлектронногоПисьма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Печать электронного письма" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Forms/ПечатьЭлектронногоПисьма/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[7]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 35, + "name": "ГруппаПисьмоОснованиеПечать", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Письмо основание печать" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 32, + "name": "ДекорацияПисьмоОснование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 37, + "name": "Печать", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[12]/synonym" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "HTML_DOCUMENT_FIELD", + "id": 1, + "name": "ТекстHTML", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Текст HTML" + } + } + ] + }, + "dataPath": "ТекстHTML", + "items": [] + }, + { + "type": "TABLE", + "id": 4, + "name": "Вложения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вложения" + } + } + ] + }, + "dataPath": "Вложения", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 17, + "name": "Группа", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 19, + "name": "ИндексКартинки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Индекс картинки" + } + } + ] + }, + "dataPath": "Вложения.ИндексКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 22, + "name": "ИмяФайла", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вложение" + } + } + ] + }, + "dataPath": "Вложения.ИмяФайла", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 25, + "name": "ВложенияРазмерПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Размер представление" + } + } + ] + }, + "dataPath": "Вложения.РазмерПредставление", + "items": [] + } + ], + [] + ] + } + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "ТекстHTML", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 2, + "name": "ФормаДиалогаПечатиПриОткрытииОткрывалась", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 4, + "name": "НеВызыватьКомандуПечати", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 5, + "name": "Вложения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 6, + "name": "ИмяПользователяУчетнойЗаписи", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type" + } + }, + { + "id": 7, + "name": "ВложенияСИдентификаторами", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 8, + "name": "ОтображатьВложенияПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 9, + "name": "Письмо", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 5, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ЭлектронноеПисьмоВходящееПрисоединенныеФайлы", + "nameEn": "CatalogRef.ЭлектронноеПисьмоВходящееПрисоединенныеФайлы" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ЭлектронноеПисьмоИсходящееПрисоединенныеФайлы", + "nameEn": "CatalogRef.ЭлектронноеПисьмоИсходящееПрисоединенныеФайлы" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[4]" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[5]" + }, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers" + } + } + ] + } + }, + { + "id": 10, + "name": "ТемаПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 500, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 11, + "name": "ДатаПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + } + } + ] + } + }, + { + "id": 13, + "name": "ПисьмоОснование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[4]" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[5]" + } + } + ], + "composite": true, + "qualifiers": [] + } + }, + { + "id": 14, + "name": "ТемаПисьмаОснования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 15, + "name": "ДатаПисьмаОснования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type" + } + }, + { + "id": 16, + "name": "ЗапрещенныеРасширения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" + } + }, + { + "id": 17, + "name": "ВключитьНебезопасноеСодержимое", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 18, + "name": "ЕстьНебезопасноеСодержимое", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 19, + "name": "ИсходныйТекстHTML", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "5d3e9678-20fe-4128-867a-3f7addaa7831", + "name": "ПараметрыЭлектронногоПисьма", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.ПараметрыЭлектронногоПисьма", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.ПараметрыЭлектронногоПисьма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Параметры электронного письма" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Forms/ПараметрыЭлектронногоПисьма/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Параметры письма" + } + } + ] + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[7]" + } + ], + [] + ], + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 26, + "name": "Папка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Папка", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 49, + "name": "Группа1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 1, + "name": "УведомитьОДоставке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уведомить о доставке" + } + } + ] + }, + "dataPath": "УведомитьОДоставке", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 3, + "name": "УведомитьОПрочтении", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уведомить о прочтении" + } + } + ] + }, + "dataPath": "УведомитьОПрочтении", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 23, + "name": "ВключатьТелоИсходногоПисьма", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включать тело исходного письма" + } + } + ] + }, + "dataPath": "ВключатьТелоИсходногоПисьма", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 22, + "name": "ГруппаДатыНомер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Даты номер" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 8, + "name": "ГруппаДаты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Даты" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 9, + "name": "Создано", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Создано" + } + } + ] + }, + "dataPath": "Создано", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 11, + "name": "ОтправленоПолучено", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправлено" + } + } + ] + }, + "dataPath": "ОтправленоПолучено", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 25, + "name": "ГруппаВключатьВнутреннийНомер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включать внутренний номер" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_FIELD", + "id": 6, + "name": "ВнутреннийНомер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Внутренний номер" + } + } + ] + }, + "dataPath": "ВнутреннийНомер", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "TEXT_DOCUMENT_FIELD", + "id": 17, + "name": "Заголовки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовки Интернета" + } + } + ] + }, + "dataPath": "ЗаголовкиИнтернета", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "УведомитьОДоставке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 2, + "name": "УведомитьОПрочтении", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 3, + "name": "ВнутреннийНомер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 11, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 4, + "name": "Создано", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[44]/type" + } + }, + { + "id": 5, + "name": "ОтправленоПолучено", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправлено получено" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[44]/type" + } + }, + { + "id": 7, + "name": "ЗаголовкиИнтернета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "TEXT_DOCUMENT" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 8, + "name": "Письмо", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 9, + "name": "ТипПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 6, + "name": "ВключатьТелоИсходногоПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 10, + "name": "Папка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ПапкиЭлектронныхПисем", + "nameEn": "CatalogRef.ПапкиЭлектронныхПисем" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 11, + "name": "УчетнаяЗапись", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.УчетныеЗаписиЭлектроннойПочты", + "nameEn": "CatalogRef.УчетныеЗаписиЭлектроннойПочты" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 12, + "name": "ТекущаяПапка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type" + } + }, + { + "id": 13, + "name": "ВыполненаКомандаЗакрыть", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "bb878f73-8a0f-459a-9076-ce57fe7957dc", + "name": "НастройкиРаботыСПочтой", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.НастройкиРаботыСПочтой", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.НастройкиРаботыСПочтой" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[11]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Forms/Настро_киРаботыСПочто_/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[11]/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[7]" + } + ], + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 32, + "name": "УчетнаяЗаписьЭлектроннойПочты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "", + "items": [] + }, + { + "type": "PAGES", + "id": 16, + "name": "СтраницыНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы настроек" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 42, + "name": "ПодписьДляНового", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись для нового" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 17, + "name": "ГруппаДляНовыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись для новых сообщений" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 1, + "name": "ВключатьПодписьДляНовыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включать подпись для новых сообщений" + } + } + ] + }, + "dataPath": "ВключатьПодписьДляНовыхСообщений", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 3, + "name": "ФорматПодписиДляНовыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Формат подписи" + } + } + ] + }, + "dataPath": "ФорматПодписиДляНовыхСообщений", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 7, + "name": "ГруппаВключатьФорматНовые", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Для новых сообщений" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "PAGES", + "id": 8, + "name": "СтраницыПодписьДляНовыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы подпись для новых сообщений" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 9, + "name": "СтраницаНовоеСообщениеПростойТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница новое сообщение простой текст" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 5, + "name": "ПодписьДляНовыхСообщенийПростойТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись для новых сообщений простой текст" + } + } + ] + }, + "dataPath": "ПодписьДляНовыхСообщенийПростойТекст", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 10, + "name": "СтраницаНовоеСообщениеФорматированныйТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница новое сообщение форматированный текст" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 15, + "name": "ГруппаКомандыФорматированныйДокумент", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Команды форматированный документ" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "FORMATTED_DOCUMENT_FIELD", + "id": 11, + "name": "НовоеСообщениеФорматированныйДокумент", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Новое сообщение форматированный документ" + } + } + ] + }, + "dataPath": "НовоеСообщениеФорматированныйДокумент", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 87, + "name": "ПодписьПриОтвете", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись при ответе" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 18, + "name": "ГруппаПриОтветеПересылке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись при ответе или пересылке" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 20, + "name": "ВключатьПодписьПриОтветеПересылке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включать подпись при ответе или пересылке" + } + } + ] + }, + "dataPath": "ВключатьПодписьПриОтветеПересылке", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 22, + "name": "ФорматПодписиПриОтветеПересылке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ФорматПодписиПриОтветеПересылке", + "items": [] + }, + { + "type": "PAGES", + "id": 24, + "name": "СтраницыПодписьПриОтветеПересылке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы подпись при ответе пересылке" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 25, + "name": "СтраницаПриОтветеПересылкеПростойТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница при ответе пересылке простой текст" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 27, + "name": "ПодписьПриОтветеПересылкеПростойТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись при ответе пересылке простой текст" + } + } + ] + }, + "dataPath": "ПодписьПриОтветеПересылкеПростойТекст", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 26, + "name": "СтраницаПриОтветеПересылкеФорматированныйДокумент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 31, + "name": "ГруппаКомандыПриОтветеПересылкеФорматированныйДокумент", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Команды при ответе пересылке форматированный документ" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "FORMATTED_DOCUMENT_FIELD", + "id": 29, + "name": "ПриОтветеПересылкеФорматированныйДокумент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "ПриОтветеПересылкеФорматированныйДокумент", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 34, + "name": "ОтслеживаниеПисем", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отслеживание писем" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 39, + "name": "ГруппаДляОтправляемыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Для отправляемых сообщений запрашивать:" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 37, + "name": "ВсегдаЗапрашиватьУведомлениеОПрочтении", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уведомление о прочтении" + } + } + ] + }, + "dataPath": "ВсегдаЗапрашиватьУведомлениеОПрочтении", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 35, + "name": "ВсегдаЗапрашиватьУведомленияОДоставке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уведомление о доставке" + } + } + ] + }, + "dataPath": "ВсегдаЗапрашиватьУведомленияОДоставке", + "items": [] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 40, + "name": "ПорядокОтветовНаЗапросыУведомленийОПрочтении", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Порядок ответов на запросы уведомлений о прочтении" + } + } + ] + }, + "dataPath": "ПорядокОтветовНаЗапросыУведомленийОПрочтении", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 47, + "name": "Прочее", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Прочее" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 50, + "name": "ОтображатьТелоИсходногоПисьма", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отображать тело исходного письма при ответе или пересылке" + } + } + ] + }, + "dataPath": "ОтображатьТелоИсходногоПисьма", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 52, + "name": "ВключатьТелоИсходногоПисьма", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включать тело исходного письма при ответе пересылке" + } + } + ] + }, + "dataPath": "ВключатьТелоИсходногоПисьма", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 45, + "name": "ОтправлятьСообщенияСразу", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправлять сообщения сразу " + } + } + ] + }, + "dataPath": "ОтправлятьСообщенияСразу", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 2, + "name": "НовоеСообщениеФорматированныйДокумент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "FORMATTED_DOCUMENT" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "ПриОтветеПересылкеФорматированныйДокумент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 1, + "name": "НастройкиХранилище", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[38]/type" + } + }, + { + "id": 4, + "name": "ФорматПодписиДляНовыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Формат подписи для новых сообщений" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.СпособыРедактированияЭлектронныхПисем", + "nameEn": "EnumRef.СпособыРедактированияЭлектронныхПисем" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 5, + "name": "ПодписьДляНовыхСообщенийПростойТекст", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 6, + "name": "ВключатьПодписьПриОтветеПересылке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 7, + "name": "ВключатьПодписьДляНовыхСообщений", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 8, + "name": "ФорматПодписиПриОтветеПересылке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Формат подписи при ответе пересылке" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 9, + "name": "ПодписьПриОтветеПересылкеПростойТекст", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 10, + "name": "ВсегдаЗапрашиватьУведомлениеОПрочтении", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Всегда запрашивать уведомление о прочтении" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 11, + "name": "ВсегдаЗапрашиватьУведомленияОДоставке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Всегда запрашивать уведомления о доставке" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 12, + "name": "ПорядокОтветовНаЗапросыУведомленийОПрочтении", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ПорядокОтветовНаЗапросыУведомленийОПрочтении", + "nameEn": "EnumRef.ПорядокОтветовНаЗапросыУведомленийОПрочтении" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 13, + "name": "ОтправлятьСообщенияСразу", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправлять сообщения сразу" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 14, + "name": "ОтображатьТелоИсходногоПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 15, + "name": "ВключатьТелоИсходногоПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "cb1d4a41-20a9-4d76-8798-d47d8858bff1", + "name": "ВыборТипаПредмета", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.ВыборТипаПредмета", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.ВыборТипаПредмета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор типа предмета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Forms/ВыборТипаПредмета/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выберите тип предмета" + } + } + ] + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[5]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[7]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 31, + "name": "Группа1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 1, + "name": "ТаблицаТиповПредметов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Таблица типов предметов" + } + } + ] + }, + "dataPath": "ТаблицаТиповПредметов", + "items": [ + { + "type": "INPUT_FIELD", + "id": 14, + "name": "ТаблицаТиповПредметовПредставлениеТипа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление типа" + } + } + ] + }, + "dataPath": "ТаблицаТиповПредметов.ПредставлениеТипа", + "items": [] + } + ] + } + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 23, + "name": "НеОтображатьВзаимодействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Скрыть взаимодействия" + } + } + ] + }, + "dataPath": "НеОтображатьВзаимодействия", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "ТаблицаТиповПредметов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 2, + "name": "ТекущийТипПредмета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 3, + "name": "НеОтображатьВзаимодействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Не отображать взаимодействия" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "mdoType": "DOCUMENT_JOURNAL", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Ext/ManagerModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимоде_ствия/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "Взаимодействия", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "registeredDocuments": [ + [ + { + "type": "DOCUMENT", + "mdoRef": "Document.Встреча", + "mdoRefRu": "Документ.Встреча" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.ТелефонныйЗвонок", + "mdoRefRu": "Документ.ТелефонныйЗвонок" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.ЗапланированноеВзаимодействие", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.СообщениеSMS", + "mdoRefRu": "Документ.СообщениеSMS" + } + ], + [] + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "templates": [ + [ + { + "uuid": "a2b4110b-4d9c-40fd-ab46-bfa08d2eb993", + "name": "СхемаОтборВзаимодействия", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "DocumentJournal.Взаимодействия.Template.СхемаОтборВзаимодействия", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Макет.СхемаОтборВзаимодействия" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Схема отбор взаимодействия" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "DATA_COMPOSITION_SCHEME", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.DataCompositionSchema", + "dataSets": [ + { + "name": "ОсновнойНаборДанных", + "type": "DATA_SET_QUERY", + "dataSource": "ИсточникДанных1", + "items": [], + "querySource": { + "line": 154, + "column": 10, + "textQuery": "ВЫБРАТЬ РАЗРЕШЕННЫЕ\n\tЖурналДокументовВзаимодействия.Ссылка,\n\tЖурналДокументовВзаимодействия.Дата,\n\tЖурналДокументовВзаимодействия.ПометкаУдаления,\n\tЖурналДокументовВзаимодействия.Номер,\n\tЖурналДокументовВзаимодействия.Проведен,\n\tЖурналДокументовВзаимодействия.Автор,\n\tЖурналДокументовВзаимодействия.Входящий,\n\tЖурналДокументовВзаимодействия.Тема,\n\tЖурналДокументовВзаимодействия.Ответственный КАК Ответственный,\n\tЕСТЬNULL(ПредметыВзаимодействий.Рассмотрено, Ложь) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыВзаимодействий.РассмотретьПосле, ДатаВремя(1,1,1)) КАК РассмотретьПосле,\n\tЖурналДокументовВзаимодействия.Участники,\n\tЖурналДокументовВзаимодействия.Тип,\n\tЖурналДокументовВзаимодействия.СтатусИсходящегоПисьма,\n\tЖурналДокументовВзаимодействия.ЕстьВложения,\n\tЖурналДокументовВзаимодействия.УчетнаяЗапись,\n\tЕСТЬNULL(ПредметыВзаимодействий.Предмет, НЕОПРЕДЕЛЕНО) КАК Предмет,\n\tТИПЗНАЧЕНИЯ(ПредметыВзаимодействий.Предмет) КАК ТипПредмета,\n\tСостоянияПредметовВзаимодействий.Активен КАК ПредметАктивен,\n\tПредметыВзаимодействий.ПапкаЭлектронногоПисьма КАК Папка,\n\tЖурналДокументовВзаимодействия.ПолученоОтправлено,\n\tЖурналДокументовВзаимодействия.Размер,\n\tЖурналДокументовВзаимодействия.Важность,\n\tВЫБОР\n\t\tКОГДА ЖурналДокументовВзаимодействия.Важность = ЗНАЧЕНИЕ(Перечисление.ВариантыВажностиВзаимодействия.Высокая) ТОГДА 2\n\t\tКОГДА ЖурналДокументовВзаимодействия.Важность = ЗНАЧЕНИЕ(Перечисление.ВариантыВажностиВзаимодействия.Низкая) ТОГДА 0\n\t\tИНАЧЕ 1\n\tКОНЕЦ КАК ВажностьНомерКартинки\nИЗ\n\tЖурналДокументов.Взаимодействия КАК ЖурналДокументовВзаимодействия\n\t\t{ЛЕВОЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыВзаимодействий\n\t\t\tЛЕВОЕ СОЕДИНЕНИЕ РегистрСведений.СостоянияПредметовВзаимодействий КАК СостоянияПредметовВзаимодействий\n\t\t\tПО ПредметыВзаимодействий.Предмет = СостоянияПредметовВзаимодействий.Предмет\n\t\tПО ЖурналДокументовВзаимодействия.Ссылка = ПредметыВзаимодействий.Взаимодействие}\n{ГДЕ\n\t(ЖурналДокументовВзаимодействия.Дата МЕЖДУ &НачалоПериодаОтбора И &КонецПериодаОтбора)}" + }, + "fields": [ + [ + { + "dataPath": "Дата", + "name": "Дата" + }, + { + "dataPath": "ПометкаУдаления", + "name": "ПометкаУдаления" + }, + { + "dataPath": "Номер", + "name": "Номер" + }, + { + "dataPath": "Проведен", + "name": "Проведен" + }, + { + "dataPath": "Ссылка", + "name": "Ссылка" + }, + { + "dataPath": "Автор", + "name": "Автор" + }, + { + "dataPath": "Входящий", + "name": "Входящий" + }, + { + "dataPath": "ЕстьВложения", + "name": "ЕстьВложения" + }, + { + "dataPath": "Ответственный", + "name": "Ответственный" + }, + { + "dataPath": "Предмет", + "name": "Предмет" + }, + { + "dataPath": "СтатусИсходящегоПисьма", + "name": "СтатусИсходящегоПисьма" + }, + { + "dataPath": "Участники", + "name": "Участники" + }, + { + "dataPath": "ТипПредмета", + "name": "ТипПредмета" + }, + { + "dataPath": "УчетнаяЗапись", + "name": "УчетнаяЗапись" + }, + { + "dataPath": "Рассмотрено", + "name": "Рассмотрено" + }, + { + "dataPath": "РассмотретьПосле", + "name": "РассмотретьПосле" + }, + { + "dataPath": "Тип", + "name": "Тип" + }, + { + "dataPath": "Папка", + "name": "Папка" + }, + { + "dataPath": "Тема", + "name": "Тема" + }, + { + "dataPath": "ПолученоОтправлено", + "name": "ПолученоОтправлено" + }, + { + "dataPath": "Размер", + "name": "Размер" + }, + { + "dataPath": "ПредметАктивен", + "name": "ПредметАктивен" + }, + { + "dataPath": "Важность", + "name": "Важность" + }, + { + "dataPath": "ВажностьНомерКартинки", + "name": "ВажностьНомерКартинки" + } + ], + [] + ] + } + ], + "dataPath": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимодействия/Templates/СхемаОтборВзаимодействия/Ext/Template.xml" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "4f262b7f-927e-45f2-ad90-9d5e1b3155d1", + "name": "ИерархияВзаимодействийПредмет", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "DocumentJournal.Взаимодействия.Template.ИерархияВзаимодействийПредмет", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Макет.ИерархияВзаимодействийПредмет" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Иерархия взаимодействий предмет" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "DATA_COMPOSITION_SCHEME", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.DataCompositionSchema", + "dataSets": [ + { + "name": "ИерархияВзаимодействий", + "type": "DATA_SET_QUERY", + "dataSource": "ИсточникДанных1", + "items": [], + "querySource": { + "line": 90, + "column": 10, + "textQuery": "ВЫБРАТЬ РАЗРЕШЕННЫЕ\n\tВзаимодействия.Ссылка,\n\tПредметыПапкиВзаимодействий.Предмет,\n\tВзаимодействия.Ответственный КАК Ответственный,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.Рассмотрено, Ложь) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.РассмотретьПосле, ДатаВремя(1,1,1)) КАК РассмотретьПосле,\n\tВзаимодействия.Тип,\n\tВзаимодействия.СтатусИсходящегоПисьма,\n\tВзаимодействия.ПометкаУдаления,\n\tВзаимодействия.Входящий\nПОМЕСТИТЬ ПредОтбор\nИЗ\n\tЖурналДокументов.Взаимодействия КАК Взаимодействия\n\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыПапкиВзаимодействий\n\t\tПО Взаимодействия.Ссылка = ПредметыПапкиВзаимодействий.Взаимодействие\n{ГДЕ\n\t(Взаимодействия.Дата МЕЖДУ &НачалоПериода И &КонецПериода)}\n;\n\n////////////////////////////////////////////////////////////////////////////////\nВЫБРАТЬ РАЗРЕШЕННЫЕ\n\tВЫБОР\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.Встреча\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 10\n\t\t\t\t\tИНАЧЕ 0\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЗапланированноеВзаимодействие\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 11\n\t\t\t\t\tИНАЧЕ 1\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ТелефонныйЗвонок\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 12\n\t\t\t\t\tИНАЧЕ 2\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЭлектронноеПисьмоВходящее\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 13\n\t\t\t\t\tИНАЧЕ 3\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЭлектронноеПисьмоИсходящее\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 14\n\t\t\t\t\tИНАЧЕ ВЫБОР\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СтатусыИсходящегоЭлектронногоПисьма.Черновик)\n\t\t\t\t\t\t\t\tТОГДА 15\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СтатусыИсходящегоЭлектронногоПисьма.Исходящее)\n\t\t\t\t\t\t\t\tТОГДА 16\n\t\t\t\t\t\t\tИНАЧЕ 4\n\t\t\t\t\t\tКОНЕЦ\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.СообщениеSMS\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 22\n\t\t\t\t\tИНАЧЕ ВЫБОР\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Черновик)\n\t\t\t\t\t\t\t\tТОГДА 17\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Исходящее)\n\t\t\t\t\t\t\t\tТОГДА 18\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Доставляется)\n\t\t\t\t\t\t\t\tТОГДА 19\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.ЧастичноДоставлено)\n\t\t\t\t\t\t\t\tТОГДА 21\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.НеДоставлено)\n\t\t\t\t\t\t\t\tТОГДА 23\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Доставлено)\n\t\t\t\t\t\t\t\tТОГДА 24\n\t\t\t\t\t\t\tИНАЧЕ 17\n\t\t\t\t\t\tКОНЕЦ\n\t\t\t\tКОНЕЦ\n\tКОНЕЦ КАК НомерКартинки,\n\tВзаимодействия.Ссылка КАК Ссылка,\n\tЕСТЬNULL(ПредОтбор.Ссылка, НЕОПРЕДЕЛЕНО) КАК ВзаимодействиеОснование,\n\tПредметыПапкиВзаимодействий.Предмет,\n\tВзаимодействия.Ответственный КАК Ответственный,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.Рассмотрено, Ложь) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.РассмотретьПосле, ДатаВремя(1,1,1)) КАК РассмотретьПосле,\n\tВзаимодействия.Дата,\n\tВзаимодействия.Тема,\n\tВзаимодействия.Участники,\n\tВзаимодействия.ПометкаУдаления,\n\tВзаимодействия.Тип,\n\tВзаимодействия.СтатусИсходящегоПисьма,\n\tВзаимодействия.Входящий\nИЗ\n\tЖурналДокументов.Взаимодействия КАК Взаимодействия\n\t\tЛЕВОЕ СОЕДИНЕНИЕ ПредОтбор КАК ПредОтбор\n\t\tПО Взаимодействия.ВзаимодействиеОснование = ПредОтбор.Ссылка\n\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыПапкиВзаимодействий\n\t\tПО Взаимодействия.Ссылка = ПредметыПапкиВзаимодействий.Взаимодействие\n{ГДЕ\n\t(Взаимодействия.Дата МЕЖДУ &НачалоПериода И &КонецПериода)}" + }, + "fields": [ + [ + { + "dataPath": "ВзаимодействиеОснование", + "name": "ВзаимодействиеОснование" + }, + { + "dataPath": "Ссылка", + "name": "Ссылка" + }, + { + "dataPath": "Ответственный", + "name": "Ответственный" + }, + { + "dataPath": "Предмет", + "name": "Предмет" + }, + { + "dataPath": "Дата", + "name": "Дата" + }, + { + "dataPath": "Рассмотрено", + "name": "Рассмотрено" + }, + { + "dataPath": "РассмотретьПосле", + "name": "РассмотретьПосле" + }, + { + "dataPath": "Тема", + "name": "Тема" + }, + { + "dataPath": "Участники", + "name": "Участники" + }, + { + "dataPath": "НомерКартинки", + "name": "НомерКартинки" + }, + { + "dataPath": "ПометкаУдаления", + "name": "ПометкаУдаления" + }, + { + "dataPath": "Тип", + "name": "Тип" + }, + { + "dataPath": "СтатусИсходящегоПисьма", + "name": "СтатусИсходящегоПисьма" + }, + { + "dataPath": "Входящий", + "name": "Входящий" + } + ], + [] + ] + } + ], + "dataPath": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимодействия/Templates/ИерархияВзаимодействийПредмет/Ext/Template.xml" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "9f4b8e36-83ff-4694-8540-b5f47b18395f", + "name": "ИерархияВзаимодействийКонтакт", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "DocumentJournal.Взаимодействия.Template.ИерархияВзаимодействийКонтакт", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Макет.ИерархияВзаимодействийКонтакт" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Иерархия взаимодействий контакт" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "DATA_COMPOSITION_SCHEME", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.DataCompositionSchema", + "dataSets": [ + { + "name": "ИерархияВзаимодействий", + "type": "DATA_SET_QUERY", + "dataSource": "ИсточникДанных1", + "items": [], + "querySource": { + "line": 120, + "column": 10, + "textQuery": "ВЫБРАТЬ РАЗРЕШЕННЫЕ РАЗЛИЧНЫЕ\n\tВзаимодействия.Ссылка КАК Ссылка\nПОМЕСТИТЬ ВзаимодействияПоКонтакту\nИЗ\n\tРегистрСведений.КонтактыВзаимодействий КАК КонтактыВзаимодействий\n\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ ЖурналДокументов.Взаимодействия КАК Взаимодействия\n\t\tПО КонтактыВзаимодействий.Взаимодействие = Взаимодействия.Ссылка\nГДЕ\n\tКонтактыВзаимодействий.Контакт = &Контакт\n{ГДЕ\n\t(Взаимодействия.Дата МЕЖДУ &НачалоПериода И &КонецПериода)}\n;\n\n////////////////////////////////////////////////////////////////////////////////\nВЫБРАТЬ РАЗРЕШЕННЫЕ РАЗЛИЧНЫЕ\n\tВзаимодействия.Ссылка,\n\tВзаимодействия.Ответственный,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.Рассмотрено, ЛОЖЬ) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.РассмотретьПосле, ДАТАВРЕМЯ(1, 1, 1)) КАК РассмотретьПосле,\n\tВзаимодействия.Тип,\n\tВзаимодействия.СтатусИсходящегоПисьма,\n\tВзаимодействия.ПометкаУдаления,\n\tВзаимодействия.Входящий\nПОМЕСТИТЬ ПредОтбор\nИЗ\n\tЖурналДокументов.Взаимодействия КАК Взаимодействия\n\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыПапкиВзаимодействий\n\t\tПО Взаимодействия.Ссылка = ПредметыПапкиВзаимодействий.Взаимодействие\nГДЕ\n\tВзаимодействия.Ссылка В\n\t\t\t(ВЫБРАТЬ\n\t\t\t\tВзаимодействияПоКонтакту.Ссылка\n\t\t\tИЗ\n\t\t\t\tВзаимодействияПоКонтакту КАК ВзаимодействияПоКонтакту)\n;\n\n////////////////////////////////////////////////////////////////////////////////\nВЫБРАТЬ РАЗРЕШЕННЫЕ\n\tВЫБОР\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.Встреча\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 10\n\t\t\t\t\tИНАЧЕ 0\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЗапланированноеВзаимодействие\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 11\n\t\t\t\t\tИНАЧЕ 1\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ТелефонныйЗвонок\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 12\n\t\t\t\t\tИНАЧЕ 2\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЭлектронноеПисьмоВходящее\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 13\n\t\t\t\t\tИНАЧЕ 3\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЭлектронноеПисьмоИсходящее\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 14\n\t\t\t\t\tИНАЧЕ ВЫБОР\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СтатусыИсходящегоЭлектронногоПисьма.Черновик)\n\t\t\t\t\t\t\t\tТОГДА 15\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СтатусыИсходящегоЭлектронногоПисьма.Исходящее)\n\t\t\t\t\t\t\t\tТОГДА 16\n\t\t\t\t\t\t\tИНАЧЕ 4\n\t\t\t\t\t\tКОНЕЦ\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.СообщениеSMS\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 22\n\t\t\t\t\tИНАЧЕ ВЫБОР\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Черновик)\n\t\t\t\t\t\t\t\tТОГДА 17\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Исходящее)\n\t\t\t\t\t\t\t\tТОГДА 18\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Доставляется)\n\t\t\t\t\t\t\t\tТОГДА 19\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.ЧастичноДоставлено)\n\t\t\t\t\t\t\t\tТОГДА 21\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.НеДоставлено)\n\t\t\t\t\t\t\t\tТОГДА 23\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Доставлено)\n\t\t\t\t\t\t\t\tТОГДА 24\n\t\t\t\t\t\t\tИНАЧЕ 17\n\t\t\t\t\t\tКОНЕЦ\n\t\t\t\tКОНЕЦ\n\tКОНЕЦ КАК НомерКартинки,\n\tВзаимодействия.Ссылка КАК Ссылка,\n\tВзаимодействия.Ответственный КАК Ответственный,\n\tЕСТЬNULL(ПредОтбор.Ссылка, НЕОПРЕДЕЛЕНО) КАК ВзаимодействиеОснование,\n\tПредметыПапкиВзаимодействий.Предмет,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.Рассмотрено, ЛОЖЬ) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.РассмотретьПосле, ДАТАВРЕМЯ(1, 1, 1)) КАК РассмотретьПосле,\n\tВзаимодействия.Дата,\n\tВзаимодействия.Тема,\n\tВзаимодействия.Участники,\n\tВзаимодействия.ПометкаУдаления,\n\tВзаимодействия.Тип,\n\tВзаимодействия.СтатусИсходящегоПисьма,\n\tВзаимодействия.Входящий\nИЗ\n\tЖурналДокументов.Взаимодействия КАК Взаимодействия\n\t\tЛЕВОЕ СОЕДИНЕНИЕ ПредОтбор КАК ПредОтбор\n\t\tПО Взаимодействия.ВзаимодействиеОснование = ПредОтбор.Ссылка\n\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыПапкиВзаимодействий\n\t\tПО Взаимодействия.Ссылка = ПредметыПапкиВзаимодействий.Взаимодействие\nГДЕ\n\tВзаимодействия.Ссылка В\n\t\t\t(ВЫБРАТЬ\n\t\t\t\tВзаимодействияПоКонтакту.Ссылка\n\t\t\tИЗ\n\t\t\t\tВзаимодействияПоКонтакту КАК ВзаимодействияПоКонтакту)" + }, + "fields": [ + [ + { + "dataPath": "Ссылка", + "name": "Ссылка" + }, + { + "dataPath": "Ответственный", + "name": "Ответственный" + }, + { + "dataPath": "Рассмотрено", + "name": "Рассмотрено" + }, + { + "dataPath": "РассмотретьПосле", + "name": "РассмотретьПосле" + }, + { + "dataPath": "Дата", + "name": "Дата" + }, + { + "dataPath": "ВзаимодействиеОснование", + "name": "ВзаимодействиеОснование" + }, + { + "dataPath": "НомерКартинки", + "name": "НомерКартинки" + }, + { + "dataPath": "Тема", + "name": "Тема" + }, + { + "dataPath": "Участники", + "name": "Участники" + }, + { + "dataPath": "Предмет", + "name": "Предмет" + }, + { + "dataPath": "ПометкаУдаления", + "name": "ПометкаУдаления" + }, + { + "dataPath": "Тип", + "name": "Тип" + }, + { + "dataPath": "СтатусИсходящегоПисьма", + "name": "СтатусИсходящегоПисьма" + }, + { + "dataPath": "Входящий", + "name": "Входящий" + } + ], + [] + ] + } + ], + "dataPath": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимодействия/Templates/ИерархияВзаимодействийКонтакт/Ext/Template.xml" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "b4c026eb-4271-4366-b529-1cdfe2874563", + "name": "СхемаОтборВзаимодействияКонтакт", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "DocumentJournal.Взаимодействия.Template.СхемаОтборВзаимодействияКонтакт", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Макет.СхемаОтборВзаимодействияКонтакт" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Схема отбор взаимодействия контакт" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "DATA_COMPOSITION_SCHEME", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.DataCompositionSchema", + "dataSets": [ + { + "name": "ОсновнойНаборДанных", + "type": "DATA_SET_QUERY", + "dataSource": "ИсточникДанных1", + "items": [], + "querySource": { + "line": 158, + "column": 10, + "textQuery": "ВЫБРАТЬ РАЗРЕШЕННЫЕ\n\tЖурналДокументовВзаимодействия.Ссылка,\n\tЖурналДокументовВзаимодействия.Дата,\n\tЖурналДокументовВзаимодействия.ПометкаУдаления,\n\tЖурналДокументовВзаимодействия.Номер,\n\tЖурналДокументовВзаимодействия.Проведен,\n\tЖурналДокументовВзаимодействия.Автор,\n\tЖурналДокументовВзаимодействия.Входящий,\n\tЖурналДокументовВзаимодействия.Тема,\n\tЖурналДокументовВзаимодействия.Ответственный КАК Ответственный,\n\tЕСТЬNULL(ПредметыВзаимодействий.Рассмотрено, Ложь) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыВзаимодействий.РассмотретьПосле, ДатаВремя(1,1,1)) КАК РассмотретьПосле,\n\tЖурналДокументовВзаимодействия.Участники,\n\tЖурналДокументовВзаимодействия.Тип,\n\tЖурналДокументовВзаимодействия.СтатусИсходящегоПисьма,\n\tЖурналДокументовВзаимодействия.ЕстьВложения,\n\tЖурналДокументовВзаимодействия.УчетнаяЗапись,\n\tЕСТЬNULL(ПредметыВзаимодействий.Предмет, НЕОПРЕДЕЛЕНО) КАК Предмет,\n\tТИПЗНАЧЕНИЯ(ПредметыВзаимодействий.Предмет) КАК ТипПредмета,\n\tПредметыВзаимодействий.ПапкаЭлектронногоПисьма КАК Папка,\n\tЖурналДокументовВзаимодействия.ПолученоОтправлено,\n\tЖурналДокументовВзаимодействия.Размер,\n\tЖурналДокументовВзаимодействия.Важность,\n\tВЫБОР\n\t\tКОГДА ЖурналДокументовВзаимодействия.Важность = ЗНАЧЕНИЕ(Перечисление.ВариантыВажностиВзаимодействия.Высокая) ТОГДА 2\n\t\tКОГДА ЖурналДокументовВзаимодействия.Важность = ЗНАЧЕНИЕ(Перечисление.ВариантыВажностиВзаимодействия.Низкая) ТОГДА 0\n\t\tИНАЧЕ 1\n\tКОНЕЦ КАК ВажностьНомерКартинки\nИЗ\n\tЖурналДокументов.Взаимодействия КАК ЖурналДокументовВзаимодействия\n\t\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыВзаимодействий\n\t\tПО ЖурналДокументовВзаимодействия.Ссылка = ПредметыВзаимодействий.Взаимодействие\n\t\t{ВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.КонтактыВзаимодействий КАК КонтактыВзаимодействий\nПО ЖурналДокументовВзаимодействия.Ссылка = КонтактыВзаимодействий.Взаимодействие}\n{ГДЕ\n\tЖурналДокументовВзаимодействия.Ссылка КАК Поиск\n\t,\nКонтактыВзаимодействий.Контакт}\n{ГДЕ\n\t(ЖурналДокументовВзаимодействия.Дата МЕЖДУ &ДатаНачала И &ДатаОкончания)}" + }, + "fields": [ + [ + { + "dataPath": "Дата", + "name": "Дата" + }, + { + "dataPath": "ПометкаУдаления", + "name": "ПометкаУдаления" + }, + { + "dataPath": "Номер", + "name": "Номер" + }, + { + "dataPath": "Проведен", + "name": "Проведен" + }, + { + "dataPath": "Ссылка", + "name": "Ссылка" + }, + { + "dataPath": "Автор", + "name": "Автор" + }, + { + "dataPath": "Входящий", + "name": "Входящий" + }, + { + "dataPath": "ЕстьВложения", + "name": "ЕстьВложения" + }, + { + "dataPath": "Ответственный", + "name": "Ответственный" + }, + { + "dataPath": "Предмет", + "name": "Предмет" + }, + { + "dataPath": "СтатусИсходящегоПисьма", + "name": "СтатусИсходящегоПисьма" + }, + { + "dataPath": "Участники", + "name": "Участники" + }, + { + "dataPath": "ТипПредмета", + "name": "ТипПредмета" + }, + { + "dataPath": "УчетнаяЗапись", + "name": "УчетнаяЗапись" + }, + { + "dataPath": "Рассмотрено", + "name": "Рассмотрено" + }, + { + "dataPath": "РассмотретьПосле", + "name": "РассмотретьПосле" + }, + { + "dataPath": "Тип", + "name": "Тип" + }, + { + "dataPath": "Папка", + "name": "Папка" + }, + { + "dataPath": "Тема", + "name": "Тема" + }, + { + "dataPath": "ПолученоОтправлено", + "name": "ПолученоОтправлено" + }, + { + "dataPath": "Размер", + "name": "Размер" + }, + { + "dataPath": "Важность", + "name": "Важность" + }, + { + "dataPath": "ВажностьНомерКартинки", + "name": "ВажностьНомерКартинки" + }, + { + "dataPath": "Контакт", + "name": "Контакт" + }, + { + "dataPath": "Поиск", + "name": "Поиск" + } + ], + [] + ] + } + ], + "dataPath": "src/test/resources/ext/designer/ssl_3_2/src/cf/DocumentJournals/Взаимодействия/Templates/СхемаОтборВзаимодействияКонтакт/Ext/Template.xml" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + } + ], + [] + ], + "uuid": "7da57c89-af2c-445a-96f7-39250f70306f" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217_edt.json" "b/src/test/resources/fixtures/ssl_3_2/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217_edt.json" new file mode 100644 index 000000000..84f08e4c0 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/DocumentJournals.\320\222\320\267\320\260\320\270\320\274\320\276\320\264\320\265\320\271\321\201\321\202\320\262\320\270\321\217_edt.json" @@ -0,0 +1,7149 @@ +{"com.github._1c_syntax.bsl.mdo.DocumentJournal": { + "columns": [ + [ + { + "uuid": "b5b94d94-25f7-4cfa-b1e9-6009fb848763", + "name": "Автор", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Автор", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Автор" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "DOCUMENT_JOURNAL", + "mdoRef": "DocumentJournal.Взаимодействия", + "mdoRefRu": "ЖурналДокументов.Взаимодействия" + }, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.Автор", + "mdoRefRu": "Документ.Встреча.Реквизит.Автор" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.Автор", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.Автор" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.Автор", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.Автор" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.Автор", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.Автор" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.Автор", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.Автор" + } + ], + [] + ] + }, + { + "uuid": "a2accf54-5966-42e8-ab2e-e56e415963ee", + "name": "Входящий", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Входящий", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Входящий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Входящий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.Входящий", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.Входящий" + } + ] + }, + { + "uuid": "d8eb5329-5900-4b5d-b45e-458513dddfef", + "name": "Ответственный", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Ответственный", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Ответственный" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ответственный" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.Ответственный", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.Ответственный" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.Ответственный", + "mdoRefRu": "Документ.Встреча.Реквизит.Ответственный" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.Ответственный", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.Ответственный" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.Ответственный", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.Ответственный" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.Ответственный", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.Ответственный" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.Ответственный", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.Ответственный" + } + ], + [] + ] + }, + { + "uuid": "6d521e58-24a3-4f19-b4b0-dff84f7ca86b", + "name": "Тема", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Тема", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Тема" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тема" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.Тема", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.Тема" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.Тема", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.Тема" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.Тема", + "mdoRefRu": "Документ.Встреча.Реквизит.Тема" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.Тема", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.Тема" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.Тема", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.Тема" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.Тема", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.Тема" + } + ], + [] + ] + }, + { + "uuid": "8c413fa5-9e24-4b81-aa55-0e78c5e3e20f", + "name": "Участники", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Участники", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Участники" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Участники" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.СписокУчастников", + "mdoRefRu": "Документ.Встреча.Реквизит.СписокУчастников" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.АбонентПредставление", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.АбонентПредставление" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.СписокПолучателейПисьма", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.СписокПолучателейПисьма" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.ОтправительПредставление", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.ОтправительПредставление" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.СписокУчастников", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.СписокУчастников" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.СписокУчастников", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.СписокУчастников" + } + ], + [] + ] + }, + { + "uuid": "a4322f22-7de0-4018-8e06-9f1aa7cf0c07", + "name": "СтатусИсходящегоПисьма", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.СтатусИсходящегоПисьма", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.СтатусИсходящегоПисьма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статус исходящего письма" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.СтатусПисьма", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.СтатусПисьма" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.Состояние", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.Состояние" + } + ], + [] + ] + }, + { + "uuid": "eaaed107-69d4-4963-be83-74519e331715", + "name": "УчетнаяЗапись", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.УчетнаяЗапись", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.УчетнаяЗапись" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Почта" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.УчетнаяЗапись", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.УчетнаяЗапись" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.УчетнаяЗапись", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.УчетнаяЗапись" + } + ], + [] + ] + }, + { + "uuid": "38cddf96-8703-4396-8c73-47fb22828a48", + "name": "ЕстьВложения", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ЕстьВложения", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ЕстьВложения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Есть вложения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.ЕстьВложения", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.ЕстьВложения" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ЕстьВложения", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ЕстьВложения" + } + ], + [] + ] + }, + { + "uuid": "2c2cb793-0177-4983-91ca-9c292c5b10f1", + "name": "ВзаимодействиеОснование", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ВзаимодействиеОснование", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ВзаимодействиеОснование" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Взаимодействие основание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.Встреча.Реквизит.ВзаимодействиеОснование" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.ВзаимодействиеОснование" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.ВзаимодействиеОснование" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.ВзаимодействиеОснование" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ВзаимодействиеОснование" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.ВзаимодействиеОснование", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.ВзаимодействиеОснование" + } + ], + [] + ] + }, + { + "uuid": "2a2e7f51-a4e5-48ec-b969-b1fca18ba9b5", + "name": "ПолученоОтправлено", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ПолученоОтправлено", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ПолученоОтправлено" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Получено отправлено" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX_WITH_ADDITIONAL_ORDER", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.ДатаПолучения", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.ДатаПолучения" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ДатаОтправления", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ДатаОтправления" + } + ], + [] + ] + }, + { + "uuid": "221fa473-3327-44e6-a033-6fdfd2be713c", + "name": "Размер", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Размер", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Размер" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Размер" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.Размер", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.Размер" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.Размер", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.Размер" + } + ], + [] + ] + }, + { + "uuid": "7a5973f0-7e29-44af-8e7b-70af71f704a4", + "name": "Важность", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.Важность", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.Важность" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Важность" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.Встреча.Attribute.Важность", + "mdoRefRu": "Документ.Встреча.Реквизит.Важность" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЗапланированноеВзаимодействие.Attribute.Важность", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие.Реквизит.Важность" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ТелефонныйЗвонок.Attribute.Важность", + "mdoRefRu": "Документ.ТелефонныйЗвонок.Реквизит.Важность" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.Важность", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.Важность" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.Важность", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.Важность" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.Важность", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.Важность" + } + ], + [] + ] + }, + { + "uuid": "2b2bf0f7-0946-4492-bba0-27f007a70e64", + "name": "ДатаКогдаОтправить", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ДатаКогдаОтправить", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ДатаКогдаОтправить" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата когда отправить" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.ДатаКогдаОтправить", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.ДатаКогдаОтправить" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ДатаКогдаОтправить", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ДатаКогдаОтправить" + } + ], + [] + ] + }, + { + "uuid": "22c9a703-5ed3-4156-8fa6-476b1c1452f1", + "name": "ДатаАктуальностиОтправки", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ДатаАктуальностиОтправки", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ДатаАктуальностиОтправки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата актуальности отправки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.СообщениеSMS.Attribute.ДатаАктуальностиОтправки", + "mdoRefRu": "Документ.СообщениеSMS.Реквизит.ДатаАктуальностиОтправки" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ДатаАктуальностиОтправки", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ДатаАктуальностиОтправки" + } + ], + [] + ] + }, + { + "uuid": "8be10d88-8c37-4444-9c89-6cbbe9913bda", + "name": "ИдентификаторСообщения", + "mdoReference": { + "type": "COLUMN", + "mdoRef": "DocumentJournal.Взаимодействия.Column.ИдентификаторСообщения", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Колонка.ИдентификаторСообщения" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Идентификатор сообщения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "kind": "CUSTOM", + "indexing": "INDEX", + "references": [ + [ + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее.Attribute.ИдентификаторСообщения", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее.Реквизит.ИдентификаторСообщения" + }, + { + "type": "ATTRIBUTE", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее.Attribute.ИдентификаторСообщения", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее.Реквизит.ИдентификаторСообщения" + } + ], + [] + ] + } + ], + [] + ], + "commands": [ + [ + { + "uuid": "314b0da2-24d3-48cc-8532-d36c45eb3bf8", + "name": "ВзаимодействияПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ВзаимодействияПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ВзаимодействияПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Взаимодействия" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/Взаимоде_ствияПоКонтакту/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "2e3ac3fb-9f0e-463f-95c2-9f661ce2e015", + "name": "ВзаимодействияПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ВзаимодействияПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ВзаимодействияПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/Взаимоде_ствияПоПредмету/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "4077e700-ec20-4afa-8155-bf7e516a70cb", + "name": "ЗапланироватьВзаимодействиеПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ЗапланироватьВзаимодействиеПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ЗапланироватьВзаимодействиеПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Запланировать взаимодействие" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/ЗапланироватьВзаимоде_ствиеПоКонтакту/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "5198c6db-2100-4902-82c8-85c8ea555e78", + "name": "ЗапланироватьВзаимодействиеПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ЗапланироватьВзаимодействиеПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ЗапланироватьВзаимодействиеПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/ЗапланироватьВзаимоде_ствиеПоПредмету/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "b99f2a63-54e8-490b-a0a4-1941fbc38b3f", + "name": "ЗапланироватьВстречуПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ЗапланироватьВстречуПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ЗапланироватьВстречуПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Запланировать встречу" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/ЗапланироватьВстречуПоКонтакту/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "f0b1e9f4-2e07-44e6-88d2-c11457135781", + "name": "ЗапланироватьВстречуПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ЗапланироватьВстречуПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ЗапланироватьВстречуПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[5]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/ЗапланироватьВстречуПоПредмету/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[6]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "e010c0f9-f770-4fdc-8607-50838c0262ef", + "name": "НаписатьSMSПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.НаписатьSMSПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.НаписатьSMSПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Написать SMS" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/НаписатьSMSПоКонтакту/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[7]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "f935399f-3554-4c08-b0a6-eba13074e1b7", + "name": "НаписатьSMSПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.НаписатьSMSПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.НаписатьSMSПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[7]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/НаписатьSMSПоПредмету/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[8]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "10008125-3aeb-4912-8ad6-d92d283ea09a", + "name": "НаписатьЭлектронноеПисьмоПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.НаписатьЭлектронноеПисьмоПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.НаписатьЭлектронноеПисьмоПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Написать электронное письмо" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/НаписатьЭлектронноеПисьмоПоКонтакту/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[9]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "765f9584-fefa-4695-b130-dd54c3b0d79d", + "name": "НаписатьЭлектронноеПисьмоПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.НаписатьЭлектронноеПисьмоПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.НаписатьЭлектронноеПисьмоПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[9]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/НаписатьЭлектронноеПисьмоПоПредмету/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[10]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "dd050ca0-8335-4654-ab5c-7babcb4824ef", + "name": "НастройкиРаботыСПочтой", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.НастройкиРаботыСПочтой", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.НастройкиРаботыСПочтой" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Настройки работы с почтой" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/Настро_киРаботыСПочто_/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[11]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "706cbf55-626d-4cab-b589-a2464368f6c1", + "name": "ПечатьЭлектронногоПисьма", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ПечатьЭлектронногоПисьма", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ПечатьЭлектронногоПисьма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Печать" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/ПечатьЭлектронногоПисьма/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[12]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "d22a0a50-220d-459e-a23a-39730a1e67c4", + "name": "ПозвонитьПоКонтакту", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ПозвонитьПоКонтакту", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ПозвонитьПоКонтакту" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Позвонить" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/ПозвонитьПоКонтакту/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[13]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "2c1c9284-ba8b-4282-a89c-429f02ea41f6", + "name": "ПозвонитьПоПредмету", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.ПозвонитьПоПредмету", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.ПозвонитьПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[13]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/ПозвонитьПоПредмету/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[14]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "8c241467-76f7-4161-a8a1-5da4a6576b75", + "name": "СохранитьПисьмо", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "DocumentJournal.Взаимодействия.Command.СохранитьПисьмо", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Команда.СохранитьПисьмо" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сохранить письмо на компьютер" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Commands/СохранитьПисьмо/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[15]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + } + ], + [] + ], + "comment": "", + "description": "Взаимодействия", + "explanation": { + "content": [] + }, + "forms": [ + [ + { + "uuid": "27089e8e-2c75-431c-b808-5d4dcba3cdca", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.ФормаСписка", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Forms/ФормаСписка/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "handlers": [ + [ + { + "event": "ChoiceProcessing", + "name": "ОбработкаВыбора" + }, + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "BeforeClose", + "name": "ПередЗакрытием" + }, + { + "event": "OnLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + }, + { + "event": "NavigationProcessing", + "name": "ОбработкаПерехода" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПередЗагрузкойДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 943, + "name": "ПредупреждениеОНеактуальностиИндекса", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждение о неактуальности индекса" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 832, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 66, + "name": "ГруппаФильтры", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтры" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 89, + "name": "СтрокаПоиска", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Найти" + } + } + ] + }, + "dataPath": "СтрокаПоиска", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 71, + "name": "ТипВзаимодействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип" + } + } + ] + }, + "dataPath": "ТипВзаимодействия", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 67, + "name": "Статус", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статус" + } + } + ] + }, + "dataPath": "Статус", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 69, + "name": "Пользователь", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[3]/synonym" + }, + "dataPath": "Ответственный", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 1099, + "name": "ГруппаСвернутаяНавигация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Навигация" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 826, + "name": "ГруппаПанельНавигацииСписок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Панель навигации список" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 24, + "name": "КоманднаяПанельВариантаНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель варианта навигации" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 5, + "name": "ГруппаОсновное", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 6, + "name": "ГруппаПанельНавигацииСлева", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Панель навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 1131, + "name": "ГруппаНавигация", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 1095, + "name": "КоманднаяПанельНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "FORM_GROUP", + "id": 1097, + "name": "ГруппаКомандыНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Команды навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "POPUP", + "id": 26, + "name": "ВыборВариантаНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вариант навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "BUTTON", + "id": 27, + "name": "УстановитьВариантНавигацииПоПредмету", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По предметам" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "BUTTON", + "id": 28, + "name": "УстановитьВариантНавигацииПоКонтакту", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По контактам" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "BUTTON", + "id": 124, + "name": "УстановитьВариантНавигацииПоЗакладкам", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По закладкам" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "BUTTON", + "id": 176, + "name": "УстановитьВариантНавигацииПоПапкам", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По папкам" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ] + } + ] + }, + { + "type": "PAGES", + "id": 25, + "name": "СтраницыПанелиНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы панели навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 30, + "name": "СтраницаКонтакт", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница контакт" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 31, + "name": "КонтактыПанелиНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Контакты" + } + } + ] + }, + "dataPath": "КонтактыПанельНавигации", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 1033, + "name": "КонтактыПанелиНавигацииГруппа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Контакты панели навигации группа" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 731, + "name": "КонтактыКонтакт", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Контакт" + } + } + ] + }, + "dataPath": "КонтактыПанельНавигации.Контакт", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 728, + "name": "НеРассмотрено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "КонтактыПанельНавигации.КоличествоНеРассмотрено", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 725, + "name": "КонтактыДатаПоследнегоВзаимодействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Последнее взаимодействие" + } + } + ] + }, + "dataPath": "КонтактыПанельНавигации.ДатаПоследнегоВзаимодействия", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "LABEL", + "id": 937, + "name": "ДекорацияТолькоЗначимыеКонтакты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 73, + "name": "СтраницаПредмет", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница предмет" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 690, + "name": "ПредметыПанельНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предметы" + } + } + ] + }, + "dataPath": "ПредметыПанельНавигации", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 1035, + "name": "ПредметыПанельНавигацииГруппа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предметы панель навигации группа" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 697, + "name": "Предмет", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предмет" + } + } + ] + }, + "dataPath": "ПредметыПанельНавигации.Предмет", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 694, + "name": "НеРассмотреноПредметы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "ПредметыПанельНавигации.КоличествоНеРассмотрено", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 700, + "name": "ДатаПоследнегоВзаимодействия", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ПредметыПанельНавигации.ДатаПоследнегоВзаимодействия", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "LABEL", + "id": 934, + "name": "ДекорацияТолькоЗначимыеПредметы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 118, + "name": "СтраницаЗакладки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница закладки" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 119, + "name": "Закладки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Закладки" + } + } + ] + }, + "dataPath": "Закладки", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 122, + "name": "ЗакладкиНаименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Закладка" + } + } + ] + }, + "dataPath": "Закладки.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 940, + "name": "ЗакладкиСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Закладки.Ref", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 129, + "name": "СтраницаСвойства", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница свойства" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 130, + "name": "Свойства", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойство" + } + } + ] + }, + "dataPath": "Свойства", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 135, + "name": "СвойстваГруппаКолонок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойства группа колонок" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 136, + "name": "СвойстваНомерКартинки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер картинки" + } + } + ] + }, + "dataPath": "Свойства.НомерКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 133, + "name": "СвойстваПредставление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Свойства.Представление", + "items": [] + } + ], + [] + ] + } + ] + } + ] + }, + { + "type": "PAGE", + "id": 177, + "name": "СтраницаПапки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница папки" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 178, + "name": "Папки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Папки" + } + } + ] + }, + "dataPath": "Папки", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 181, + "name": "ПапкиГруппаКолонок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Папки группа колонок" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 182, + "name": "ПапкиНомерКартинки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Папки.НомерКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 184, + "name": "ПапкиПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Папка" + } + } + ] + }, + "dataPath": "Папки.Представление", + "items": [] + } + ], + [] + ] + } + ] + } + ] + }, + { + "type": "PAGE", + "id": 305, + "name": "СтраницаКатегории", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница категории" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 306, + "name": "Категории", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Категории" + } + } + ] + }, + "dataPath": "Категории", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 311, + "name": "КатегорииГруппаКолонок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Категории группа колонок" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 312, + "name": "КатегорииНомерКартинки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Категории.НомерКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 309, + "name": "КатегорииПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Категория" + } + } + ] + }, + "dataPath": "Категории.Представление", + "items": [] + } + ], + [] + ] + } + ] + } + ] + } + ], + [] + ] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 1127, + "name": "ПоложениеНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "ПоложениеНавигации", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 7, + "name": "ГруппаСписок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 2, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 340, + "name": "ВажностьНомерКартинки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Иконка важности" + } + } + ] + }, + "dataPath": "Список.ВажностьНомерКартинки", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 330, + "name": "НомерКартинки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Иконка взаимодействия" + } + } + ] + }, + "dataPath": "Список.НомерКартинки", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 12, + "name": "Тема", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Тема", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 16, + "name": "Участники", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Участники", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 776, + "name": "ПолученоОтправлено", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата" + } + } + ] + }, + "dataPath": "Список.ПолученоОтправлено", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 8, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Дата", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 108, + "name": "ЕстьВложения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[8]/synonym" + }, + "dataPath": "Список.ЕстьВложения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 779, + "name": "Размер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[11]/synonym" + }, + "dataPath": "Список.Размер", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 744, + "name": "УчетнаяЗапись", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.УчетнаяЗапись", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 761, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Ссылка", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGES", + "id": 147, + "name": "СтраницыПредпросмотр", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы предпросмотр" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 148, + "name": "СтраницаПредпросмотрОбычныйТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница предпросмотр обычный текст" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 150, + "name": "ПредпросмотрОбычныйТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предпросмотр" + } + } + ] + }, + "dataPath": "Предпросмотр", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 149, + "name": "СтраницаПредпросмотрHTML", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница предпросмотр HTML" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 912, + "name": "ПредупреждениеБезопасности", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предупреждение безопасности" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "DECORATION", + "id": 914, + "name": "КартинкаПредупреждение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Картинка предупреждение" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 909, + "name": "ПредупреждениеОНебезопасномСодержимом", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В целях безопасности некоторые элементы письма отключены, письмо может отображаться некорректно. Отобразить небезопасное содержимое" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 1031, + "name": "Группа1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "HTML_DOCUMENT_FIELD", + "id": 91, + "name": "ПредпросмотрHTML", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предпросмотр HTML" + } + } + ] + }, + "dataPath": "ПредпросмотрHTML", + "items": [] + } + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "LABEL_FIELD", + "id": 323, + "name": "ОписаниеНайденоПолнотекстовымПоиском", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание найденного полнотекстовым поиском" + } + } + ] + }, + "dataPath": "ОписаниеНайденоПолнотекстовымПоиском", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 2, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + } + }, + { + "id": 4, + "name": "Статус", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 14, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 5, + "name": "Ответственный", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[3]/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 6, + "name": "ТипВзаимодействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип взаимодействия" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 30, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 8, + "name": "СтрокаПоиска", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Строка поиска" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + } + }, + { + "id": 9, + "name": "Предпросмотр", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 7, + "name": "Закладки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 10, + "name": "ТаблицаДопРеквизитовСвойств", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 11, + "name": "Свойства", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 12, + "name": "ТекущееСвойствоПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПланВидовХарактеристикСсылка.ДополнительныеРеквизитыИСведения", + "nameEn": "ChartOfCharacteristicTypesRef.ДополнительныеРеквизитыИСведения" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 13, + "name": "ТекущееСвойствоПанелиНавигацииЯвляетсяРеквизитом", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 14, + "name": "СписокВыбораТипаПредмета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 15, + "name": "ИмяТекущейПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 40, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 16, + "name": "ПредставлениеТекущегоСвойства", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 17, + "name": "ПоказыватьВсеАктивныеПредметы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 20, + "name": "Папки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[9]/type" + } + }, + { + "id": 21, + "name": "НастройкиДеревьевПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 22, + "name": "НеОтрабатыватьАктивизациюПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 23, + "name": "ОтправлятьСообщениеСразу", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 24, + "name": "ТаблицаДопРеквизитовСвойствТипаБулево", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 25, + "name": "Категории", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 26, + "name": "ТолькоПочта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 28, + "name": "ОписанияНайденоПолнотекстовымПоиском", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 30, + "name": "ОписаниеНайденоПолнотекстовымПоиском", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 31, + "name": "РасширенныйПоиск", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 29, + "name": "ИнформационнаяБазаФайловая", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 32, + "name": "ДокументыДоступныеДляСоздания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" + } + }, + { + "id": 33, + "name": "ИспользоватьПризнакРассмотрено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 34, + "name": "ВзаимодействиеДляКоторогоСформированПредпросмотр", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 5, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.Встреча", + "nameEn": "DocumentRef.Встреча" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.ЗапланированноеВзаимодействие", + "nameEn": "DocumentRef.ЗапланированноеВзаимодействие" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.ТелефонныйЗвонок", + "nameEn": "DocumentRef.ТелефонныйЗвонок" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.ЭлектронноеПисьмоВходящее", + "nameEn": "DocumentRef.ЭлектронноеПисьмоВходящее" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.ЭлектронноеПисьмоИсходящее", + "nameEn": "DocumentRef.ЭлектронноеПисьмоИсходящее" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + } + } + ], + "composite": true, + "qualifiers": [] + } + }, + { + "id": 35, + "name": "ПредпросмотрHTML", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 36, + "name": "ПредметыПанельНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предметы панель навигации" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 1, + "name": "КонтактыПанельНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Контакты панель навигации" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 3, + "name": "ТолькоЗначимыеПредметы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 18, + "name": "ТолькоЗначимыеКонтакты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 19, + "name": "ОтображатьОбластьЧтения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 39, + "name": "ЗаголовокПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 40, + "name": "ЗаголовокПанелиНавигацииПодсказка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 41, + "name": "ТекущееЗначениеПанелиНавигации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 42, + "name": "ВключитьНебезопасноеСодержимое", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 43, + "name": "ЕстьНебезопасноеСодержимое", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 44, + "name": "ЗапрещеноОтображениеНебезопасногоСодержимогоВПисьмах", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 27, + "name": "ПравоПометкиУдаленияПапок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 37, + "name": "ГиперссылкаЦвет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[38]/type" + } + }, + { + "id": 45, + "name": "ДатаПредыдущегоВыполненияКомандыОтправкиПолученияПочты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + } + }, + { + "id": 46, + "name": "ДатаПредыдущегоПолученияОтправкиПочты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[44]/type" + } + }, + { + "id": 47, + "name": "ОтправкаПолучениеПисемВыполняется", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 48, + "name": "РазделениеВключено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 49, + "name": "ИндексПолнотекстовогоПоискаАктуален", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 50, + "name": "ПоложениеНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Положение навигации" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 38, + "name": "ОтправкаПисемПриостановлена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "9ab3980e-a480-4f90-a8cc-bde99d5ace35", + "name": "ФормаСпискаПараметрическая", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.ФормаСпискаПараметрическая", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.ФормаСпискаПараметрическая" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка параметрическая" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Forms/ФормаСпискаПараметрическая/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[5]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[7]" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 234, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 34, + "name": "ГруппаФильтры", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 102, + "name": "ПереключитьРежимПросмотра", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В виде дерева / списка" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 136, + "name": "ТипВзаимодействия", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ТипВзаимодействия", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 50, + "name": "Статус", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "Статус", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 46, + "name": "Ответственный", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[3]/synonym" + }, + "dataPath": "Ответственный", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGES", + "id": 103, + "name": "СтраницыСписокДерево", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы список дерево" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 104, + "name": "СтраницаСписок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница список" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 225, + "name": "НомерКартинки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список.НомерКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 20, + "name": "Тема", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[4]/synonym" + }, + "dataPath": "Список.Тема", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 66, + "name": "Участники", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Участники", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 68, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 254, + "name": "ЕстьВложения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.ЕстьВложения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 216, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 105, + "name": "СтраницаДерево", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница дерево" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 106, + "name": "ДеревоВзаимодействий", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дерево взаимодействий" + } + } + ] + }, + "dataPath": "ДеревоВзаимодействий", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 113, + "name": "ДеревоВзаимодействийНомерКартинки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДеревоВзаимодействий.НомерКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 116, + "name": "ДеревоВзаимодействийТема", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[4]/synonym" + }, + "dataPath": "ДеревоВзаимодействий.Тема", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 118, + "name": "ДеревоВзаимодействийУчастники", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[5]/synonym" + }, + "dataPath": "ДеревоВзаимодействий.Участники", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 111, + "name": "ДеревоВзаимодействийДата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" + }, + "dataPath": "ДеревоВзаимодействий.Дата", + "items": [] + } + ], + [] + ] + } + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "Ответственный", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn[3]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 5, + "name": "Статус", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 6, + "name": "ОтборПоПредмету", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 8, + "name": "Контакт", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.КонтактВзаимодействия", + "nameEn": "DefinedType.КонтактВзаимодействия" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 9, + "name": "ПредметДляОтбора", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.ПредметВзаимодействия", + "nameEn": "DefinedType.ПредметВзаимодействия" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "ВВидеДерева", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 4, + "name": "ДеревоВзаимодействий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[9]/type" + } + }, + { + "id": 10, + "name": "Интервал", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "STANDARD_PERIOD" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 11, + "name": "ТипВзаимодействия", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 12, + "name": "ТолькоПочта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 13, + "name": "ДокументыДоступныеДляСоздания", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" + } + }, + { + "id": 14, + "name": "ИспользоватьПризнакРассмотрено", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "ec928563-6e35-4b84-b477-90d2481cec1c", + "name": "ПечатьЭлектронногоПисьма", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.ПечатьЭлектронногоПисьма", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.ПечатьЭлектронногоПисьма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Печать электронного письма" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Forms/ПечатьЭлектронногоПисьма/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[7]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 35, + "name": "ГруппаПисьмоОснованиеПечать", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Письмо основание печать" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL", + "id": 32, + "name": "ДекорацияПисьмоОснование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 37, + "name": "Печать", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[12]/synonym" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "HTML_DOCUMENT_FIELD", + "id": 1, + "name": "ТекстHTML", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Текст HTML" + } + } + ] + }, + "dataPath": "ТекстHTML", + "items": [] + }, + { + "type": "TABLE", + "id": 4, + "name": "Вложения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вложения" + } + } + ] + }, + "dataPath": "Вложения", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 17, + "name": "Группа", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 19, + "name": "ИндексКартинки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Индекс картинки" + } + } + ] + }, + "dataPath": "Вложения.ИндексКартинки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 22, + "name": "ИмяФайла", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вложение" + } + } + ] + }, + "dataPath": "Вложения.ИмяФайла", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 25, + "name": "ВложенияРазмерПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Размер представление" + } + } + ] + }, + "dataPath": "Вложения.РазмерПредставление", + "items": [] + } + ], + [] + ] + } + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "ТекстHTML", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 2, + "name": "ФормаДиалогаПечатиПриОткрытииОткрывалась", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 4, + "name": "НеВызыватьКомандуПечати", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 5, + "name": "Вложения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 6, + "name": "ИмяПользователяУчетнойЗаписи", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type" + } + }, + { + "id": 7, + "name": "ВложенияСИдентификаторами", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 8, + "name": "ОтображатьВложенияПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 9, + "name": "Письмо", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 5, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ЭлектронноеПисьмоВходящееПрисоединенныеФайлы", + "nameEn": "CatalogRef.ЭлектронноеПисьмоВходящееПрисоединенныеФайлы" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ЭлектронноеПисьмоИсходящееПрисоединенныеФайлы", + "nameEn": "CatalogRef.ЭлектронноеПисьмоИсходящееПрисоединенныеФайлы" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[4]" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[5]" + }, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type/qualifiers/java.util.CollSer/com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers" + } + } + ] + } + }, + { + "id": 10, + "name": "ТемаПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 500, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 11, + "name": "ДатаПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + } + } + ] + } + }, + { + "id": 13, + "name": "ПисьмоОснование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[4]" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[29]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[5]" + } + } + ], + "composite": true, + "qualifiers": [] + } + }, + { + "id": 14, + "name": "ТемаПисьмаОснования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 15, + "name": "ДатаПисьмаОснования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type" + } + }, + { + "id": 16, + "name": "ЗапрещенныеРасширения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[12]/type" + } + }, + { + "id": 17, + "name": "ВключитьНебезопасноеСодержимое", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 18, + "name": "ЕстьНебезопасноеСодержимое", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 19, + "name": "ИсходныйТекстHTML", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "5d3e9678-20fe-4128-867a-3f7addaa7831", + "name": "ПараметрыЭлектронногоПисьма", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.ПараметрыЭлектронногоПисьма", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.ПараметрыЭлектронногоПисьма" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Параметры электронного письма" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Forms/ПараметрыЭлектронногоПисьма/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Параметры письма" + } + } + ] + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[7]" + } + ], + [] + ], + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 26, + "name": "Папка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Папка", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 49, + "name": "Группа1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 1, + "name": "УведомитьОДоставке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уведомить о доставке" + } + } + ] + }, + "dataPath": "УведомитьОДоставке", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 3, + "name": "УведомитьОПрочтении", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уведомить о прочтении" + } + } + ] + }, + "dataPath": "УведомитьОПрочтении", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 23, + "name": "ВключатьТелоИсходногоПисьма", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включать тело исходного письма" + } + } + ] + }, + "dataPath": "ВключатьТелоИсходногоПисьма", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 22, + "name": "ГруппаДатыНомер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Даты номер" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 8, + "name": "ГруппаДаты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Даты" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 9, + "name": "Создано", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Создано" + } + } + ] + }, + "dataPath": "Создано", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 11, + "name": "ОтправленоПолучено", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправлено" + } + } + ] + }, + "dataPath": "ОтправленоПолучено", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 25, + "name": "ГруппаВключатьВнутреннийНомер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включать внутренний номер" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_FIELD", + "id": 6, + "name": "ВнутреннийНомер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Внутренний номер" + } + } + ] + }, + "dataPath": "ВнутреннийНомер", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "TEXT_DOCUMENT_FIELD", + "id": 17, + "name": "Заголовки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовки Интернета" + } + } + ] + }, + "dataPath": "ЗаголовкиИнтернета", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "УведомитьОДоставке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 2, + "name": "УведомитьОПрочтении", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 3, + "name": "ВнутреннийНомер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 11, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 4, + "name": "Создано", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[44]/type" + } + }, + { + "id": 5, + "name": "ОтправленоПолучено", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправлено получено" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[44]/type" + } + }, + { + "id": 7, + "name": "ЗаголовкиИнтернета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "TEXT_DOCUMENT" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 8, + "name": "Письмо", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 9, + "name": "ТипПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 6, + "name": "ВключатьТелоИсходногоПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 10, + "name": "Папка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ПапкиЭлектронныхПисем", + "nameEn": "CatalogRef.ПапкиЭлектронныхПисем" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 11, + "name": "УчетнаяЗапись", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.УчетныеЗаписиЭлектроннойПочты", + "nameEn": "CatalogRef.УчетныеЗаписиЭлектроннойПочты" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 12, + "name": "ТекущаяПапка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[10]/type" + } + }, + { + "id": 13, + "name": "ВыполненаКомандаЗакрыть", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "bb878f73-8a0f-459a-9076-ce57fe7957dc", + "name": "НастройкиРаботыСПочтой", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.НастройкиРаботыСПочтой", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.НастройкиРаботыСПочтой" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[11]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Forms/Настро_киРаботыСПочто_/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[11]/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[7]" + } + ], + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 32, + "name": "УчетнаяЗаписьЭлектроннойПочты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "", + "items": [] + }, + { + "type": "PAGES", + "id": 16, + "name": "СтраницыНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы настроек" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 42, + "name": "ПодписьДляНового", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись для нового" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 17, + "name": "ГруппаДляНовыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись для новых сообщений" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 1, + "name": "ВключатьПодписьДляНовыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включать подпись для новых сообщений" + } + } + ] + }, + "dataPath": "ВключатьПодписьДляНовыхСообщений", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 3, + "name": "ФорматПодписиДляНовыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Формат подписи" + } + } + ] + }, + "dataPath": "ФорматПодписиДляНовыхСообщений", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 7, + "name": "ГруппаВключатьФорматНовые", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Для новых сообщений" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "PAGES", + "id": 8, + "name": "СтраницыПодписьДляНовыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы подпись для новых сообщений" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 9, + "name": "СтраницаНовоеСообщениеПростойТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница новое сообщение простой текст" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 5, + "name": "ПодписьДляНовыхСообщенийПростойТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись для новых сообщений простой текст" + } + } + ] + }, + "dataPath": "ПодписьДляНовыхСообщенийПростойТекст", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 10, + "name": "СтраницаНовоеСообщениеФорматированныйТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница новое сообщение форматированный текст" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 15, + "name": "ГруппаКомандыФорматированныйДокумент", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Команды форматированный документ" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "FORMATTED_DOCUMENT_FIELD", + "id": 11, + "name": "НовоеСообщениеФорматированныйДокумент", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Новое сообщение форматированный документ" + } + } + ] + }, + "dataPath": "НовоеСообщениеФорматированныйДокумент", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 87, + "name": "ПодписьПриОтвете", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись при ответе" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 18, + "name": "ГруппаПриОтветеПересылке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись при ответе или пересылке" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 20, + "name": "ВключатьПодписьПриОтветеПересылке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включать подпись при ответе или пересылке" + } + } + ] + }, + "dataPath": "ВключатьПодписьПриОтветеПересылке", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 22, + "name": "ФорматПодписиПриОтветеПересылке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ФорматПодписиПриОтветеПересылке", + "items": [] + }, + { + "type": "PAGES", + "id": 24, + "name": "СтраницыПодписьПриОтветеПересылке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы подпись при ответе пересылке" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 25, + "name": "СтраницаПриОтветеПересылкеПростойТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница при ответе пересылке простой текст" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 27, + "name": "ПодписьПриОтветеПересылкеПростойТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись при ответе пересылке простой текст" + } + } + ] + }, + "dataPath": "ПодписьПриОтветеПересылкеПростойТекст", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 26, + "name": "СтраницаПриОтветеПересылкеФорматированныйДокумент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 31, + "name": "ГруппаКомандыПриОтветеПересылкеФорматированныйДокумент", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Команды при ответе пересылке форматированный документ" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "FORMATTED_DOCUMENT_FIELD", + "id": 29, + "name": "ПриОтветеПересылкеФорматированныйДокумент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "dataPath": "ПриОтветеПересылкеФорматированныйДокумент", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 34, + "name": "ОтслеживаниеПисем", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отслеживание писем" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 39, + "name": "ГруппаДляОтправляемыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Для отправляемых сообщений запрашивать:" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 37, + "name": "ВсегдаЗапрашиватьУведомлениеОПрочтении", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уведомление о прочтении" + } + } + ] + }, + "dataPath": "ВсегдаЗапрашиватьУведомлениеОПрочтении", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 35, + "name": "ВсегдаЗапрашиватьУведомленияОДоставке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уведомление о доставке" + } + } + ] + }, + "dataPath": "ВсегдаЗапрашиватьУведомленияОДоставке", + "items": [] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 40, + "name": "ПорядокОтветовНаЗапросыУведомленийОПрочтении", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Порядок ответов на запросы уведомлений о прочтении" + } + } + ] + }, + "dataPath": "ПорядокОтветовНаЗапросыУведомленийОПрочтении", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 47, + "name": "Прочее", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Прочее" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 50, + "name": "ОтображатьТелоИсходногоПисьма", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отображать тело исходного письма при ответе или пересылке" + } + } + ] + }, + "dataPath": "ОтображатьТелоИсходногоПисьма", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 52, + "name": "ВключатьТелоИсходногоПисьма", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включать тело исходного письма при ответе пересылке" + } + } + ] + }, + "dataPath": "ВключатьТелоИсходногоПисьма", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 45, + "name": "ОтправлятьСообщенияСразу", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправлять сообщения сразу " + } + } + ] + }, + "dataPath": "ОтправлятьСообщенияСразу", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 2, + "name": "НовоеСообщениеФорматированныйДокумент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "FORMATTED_DOCUMENT" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "ПриОтветеПересылкеФорматированныйДокумент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 1, + "name": "НастройкиХранилище", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[38]/type" + } + }, + { + "id": 4, + "name": "ФорматПодписиДляНовыхСообщений", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Формат подписи для новых сообщений" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.СпособыРедактированияЭлектронныхПисем", + "nameEn": "EnumRef.СпособыРедактированияЭлектронныхПисем" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 5, + "name": "ПодписьДляНовыхСообщенийПростойТекст", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 6, + "name": "ВключатьПодписьПриОтветеПересылке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 7, + "name": "ВключатьПодписьДляНовыхСообщений", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 8, + "name": "ФорматПодписиПриОтветеПересылке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Формат подписи при ответе пересылке" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 9, + "name": "ПодписьПриОтветеПересылкеПростойТекст", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 10, + "name": "ВсегдаЗапрашиватьУведомлениеОПрочтении", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Всегда запрашивать уведомление о прочтении" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 11, + "name": "ВсегдаЗапрашиватьУведомленияОДоставке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Всегда запрашивать уведомления о доставке" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 12, + "name": "ПорядокОтветовНаЗапросыУведомленийОПрочтении", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ПорядокОтветовНаЗапросыУведомленийОПрочтении", + "nameEn": "EnumRef.ПорядокОтветовНаЗапросыУведомленийОПрочтении" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 13, + "name": "ОтправлятьСообщенияСразу", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отправлять сообщения сразу" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 14, + "name": "ОтображатьТелоИсходногоПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + }, + { + "id": 15, + "name": "ВключатьТелоИсходногоПисьма", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "cb1d4a41-20a9-4d76-8798-d47d8858bff1", + "name": "ВыборТипаПредмета", + "mdoReference": { + "type": "FORM", + "mdoRef": "DocumentJournal.Взаимодействия.Form.ВыборТипаПредмета", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Форма.ВыборТипаПредмета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор типа предмета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/Forms/ВыборТипаПредмета/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выберите тип предмета" + } + } + ] + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[5]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[7]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 31, + "name": "Группа1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 1, + "name": "ТаблицаТиповПредметов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Таблица типов предметов" + } + } + ] + }, + "dataPath": "ТаблицаТиповПредметов", + "items": [ + { + "type": "INPUT_FIELD", + "id": 14, + "name": "ТаблицаТиповПредметовПредставлениеТипа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление типа" + } + } + ] + }, + "dataPath": "ТаблицаТиповПредметов.ПредставлениеТипа", + "items": [] + } + ] + } + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 23, + "name": "НеОтображатьВзаимодействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Скрыть взаимодействия" + } + } + ] + }, + "dataPath": "НеОтображатьВзаимодействия", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "ТаблицаТиповПредметов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 2, + "name": "ТекущийТипПредмета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/explanation" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 3, + "name": "НеОтображатьВзаимодействия", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Не отображать взаимодействия" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[11]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "mdoType": "DOCUMENT_JOURNAL", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/ManagerModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимоде_ствия/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "Взаимодействия", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "registeredDocuments": [ + [ + { + "type": "DOCUMENT", + "mdoRef": "Document.Встреча", + "mdoRefRu": "Документ.Встреча" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.ТелефонныйЗвонок", + "mdoRefRu": "Документ.ТелефонныйЗвонок" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.ЗапланированноеВзаимодействие", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.СообщениеSMS", + "mdoRefRu": "Документ.СообщениеSMS" + } + ], + [] + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/synonym" + }, + "templates": [ + [ + { + "uuid": "a2b4110b-4d9c-40fd-ab46-bfa08d2eb993", + "name": "СхемаОтборВзаимодействия", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "DocumentJournal.Взаимодействия.Template.СхемаОтборВзаимодействия", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Макет.СхемаОтборВзаимодействия" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Схема отбор взаимодействия" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "DATA_COMPOSITION_SCHEME", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.DataCompositionSchema", + "dataSets": [ + { + "name": "ОсновнойНаборДанных", + "type": "DATA_SET_QUERY", + "dataSource": "ИсточникДанных1", + "items": [], + "querySource": { + "line": 154, + "column": 10, + "textQuery": "ВЫБРАТЬ РАЗРЕШЕННЫЕ\n\tЖурналДокументовВзаимодействия.Ссылка,\n\tЖурналДокументовВзаимодействия.Дата,\n\tЖурналДокументовВзаимодействия.ПометкаУдаления,\n\tЖурналДокументовВзаимодействия.Номер,\n\tЖурналДокументовВзаимодействия.Проведен,\n\tЖурналДокументовВзаимодействия.Автор,\n\tЖурналДокументовВзаимодействия.Входящий,\n\tЖурналДокументовВзаимодействия.Тема,\n\tЖурналДокументовВзаимодействия.Ответственный КАК Ответственный,\n\tЕСТЬNULL(ПредметыВзаимодействий.Рассмотрено, Ложь) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыВзаимодействий.РассмотретьПосле, ДатаВремя(1,1,1)) КАК РассмотретьПосле,\n\tЖурналДокументовВзаимодействия.Участники,\n\tЖурналДокументовВзаимодействия.Тип,\n\tЖурналДокументовВзаимодействия.СтатусИсходящегоПисьма,\n\tЖурналДокументовВзаимодействия.ЕстьВложения,\n\tЖурналДокументовВзаимодействия.УчетнаяЗапись,\n\tЕСТЬNULL(ПредметыВзаимодействий.Предмет, НЕОПРЕДЕЛЕНО) КАК Предмет,\n\tТИПЗНАЧЕНИЯ(ПредметыВзаимодействий.Предмет) КАК ТипПредмета,\n\tСостоянияПредметовВзаимодействий.Активен КАК ПредметАктивен,\n\tПредметыВзаимодействий.ПапкаЭлектронногоПисьма КАК Папка,\n\tЖурналДокументовВзаимодействия.ПолученоОтправлено,\n\tЖурналДокументовВзаимодействия.Размер,\n\tЖурналДокументовВзаимодействия.Важность,\n\tВЫБОР\n\t\tКОГДА ЖурналДокументовВзаимодействия.Важность = ЗНАЧЕНИЕ(Перечисление.ВариантыВажностиВзаимодействия.Высокая) ТОГДА 2\n\t\tКОГДА ЖурналДокументовВзаимодействия.Важность = ЗНАЧЕНИЕ(Перечисление.ВариантыВажностиВзаимодействия.Низкая) ТОГДА 0\n\t\tИНАЧЕ 1\n\tКОНЕЦ КАК ВажностьНомерКартинки\nИЗ\n\tЖурналДокументов.Взаимодействия КАК ЖурналДокументовВзаимодействия\n\t\t{ЛЕВОЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыВзаимодействий\n\t\t\tЛЕВОЕ СОЕДИНЕНИЕ РегистрСведений.СостоянияПредметовВзаимодействий КАК СостоянияПредметовВзаимодействий\n\t\t\tПО ПредметыВзаимодействий.Предмет = СостоянияПредметовВзаимодействий.Предмет\n\t\tПО ЖурналДокументовВзаимодействия.Ссылка = ПредметыВзаимодействий.Взаимодействие}\n{ГДЕ\n\t(ЖурналДокументовВзаимодействия.Дата МЕЖДУ &НачалоПериодаОтбора И &КонецПериодаОтбора)}" + }, + "fields": [ + [ + { + "dataPath": "Дата", + "name": "Дата" + }, + { + "dataPath": "ПометкаУдаления", + "name": "ПометкаУдаления" + }, + { + "dataPath": "Номер", + "name": "Номер" + }, + { + "dataPath": "Проведен", + "name": "Проведен" + }, + { + "dataPath": "Ссылка", + "name": "Ссылка" + }, + { + "dataPath": "Автор", + "name": "Автор" + }, + { + "dataPath": "Входящий", + "name": "Входящий" + }, + { + "dataPath": "ЕстьВложения", + "name": "ЕстьВложения" + }, + { + "dataPath": "Ответственный", + "name": "Ответственный" + }, + { + "dataPath": "Предмет", + "name": "Предмет" + }, + { + "dataPath": "СтатусИсходящегоПисьма", + "name": "СтатусИсходящегоПисьма" + }, + { + "dataPath": "Участники", + "name": "Участники" + }, + { + "dataPath": "ТипПредмета", + "name": "ТипПредмета" + }, + { + "dataPath": "УчетнаяЗапись", + "name": "УчетнаяЗапись" + }, + { + "dataPath": "Рассмотрено", + "name": "Рассмотрено" + }, + { + "dataPath": "РассмотретьПосле", + "name": "РассмотретьПосле" + }, + { + "dataPath": "Тип", + "name": "Тип" + }, + { + "dataPath": "Папка", + "name": "Папка" + }, + { + "dataPath": "Тема", + "name": "Тема" + }, + { + "dataPath": "ПолученоОтправлено", + "name": "ПолученоОтправлено" + }, + { + "dataPath": "Размер", + "name": "Размер" + }, + { + "dataPath": "ПредметАктивен", + "name": "ПредметАктивен" + }, + { + "dataPath": "Важность", + "name": "Важность" + }, + { + "dataPath": "ВажностьНомерКартинки", + "name": "ВажностьНомерКартинки" + } + ], + [] + ] + } + ], + "dataPath": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимодействия/Templates/СхемаОтборВзаимодействия/Template.dcs" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "4f262b7f-927e-45f2-ad90-9d5e1b3155d1", + "name": "ИерархияВзаимодействийПредмет", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "DocumentJournal.Взаимодействия.Template.ИерархияВзаимодействийПредмет", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Макет.ИерархияВзаимодействийПредмет" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Иерархия взаимодействий предмет" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "DATA_COMPOSITION_SCHEME", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.DataCompositionSchema", + "dataSets": [ + { + "name": "ИерархияВзаимодействий", + "type": "DATA_SET_QUERY", + "dataSource": "ИсточникДанных1", + "items": [], + "querySource": { + "line": 90, + "column": 10, + "textQuery": "ВЫБРАТЬ РАЗРЕШЕННЫЕ\n\tВзаимодействия.Ссылка,\n\tПредметыПапкиВзаимодействий.Предмет,\n\tВзаимодействия.Ответственный КАК Ответственный,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.Рассмотрено, Ложь) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.РассмотретьПосле, ДатаВремя(1,1,1)) КАК РассмотретьПосле,\n\tВзаимодействия.Тип,\n\tВзаимодействия.СтатусИсходящегоПисьма,\n\tВзаимодействия.ПометкаУдаления,\n\tВзаимодействия.Входящий\nПОМЕСТИТЬ ПредОтбор\nИЗ\n\tЖурналДокументов.Взаимодействия КАК Взаимодействия\n\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыПапкиВзаимодействий\n\t\tПО Взаимодействия.Ссылка = ПредметыПапкиВзаимодействий.Взаимодействие\n{ГДЕ\n\t(Взаимодействия.Дата МЕЖДУ &НачалоПериода И &КонецПериода)}\n;\n\n////////////////////////////////////////////////////////////////////////////////\nВЫБРАТЬ РАЗРЕШЕННЫЕ\n\tВЫБОР\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.Встреча\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 10\n\t\t\t\t\tИНАЧЕ 0\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЗапланированноеВзаимодействие\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 11\n\t\t\t\t\tИНАЧЕ 1\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ТелефонныйЗвонок\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 12\n\t\t\t\t\tИНАЧЕ 2\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЭлектронноеПисьмоВходящее\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 13\n\t\t\t\t\tИНАЧЕ 3\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЭлектронноеПисьмоИсходящее\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 14\n\t\t\t\t\tИНАЧЕ ВЫБОР\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СтатусыИсходящегоЭлектронногоПисьма.Черновик)\n\t\t\t\t\t\t\t\tТОГДА 15\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СтатусыИсходящегоЭлектронногоПисьма.Исходящее)\n\t\t\t\t\t\t\t\tТОГДА 16\n\t\t\t\t\t\t\tИНАЧЕ 4\n\t\t\t\t\t\tКОНЕЦ\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.СообщениеSMS\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 22\n\t\t\t\t\tИНАЧЕ ВЫБОР\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Черновик)\n\t\t\t\t\t\t\t\tТОГДА 17\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Исходящее)\n\t\t\t\t\t\t\t\tТОГДА 18\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Доставляется)\n\t\t\t\t\t\t\t\tТОГДА 19\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.ЧастичноДоставлено)\n\t\t\t\t\t\t\t\tТОГДА 21\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.НеДоставлено)\n\t\t\t\t\t\t\t\tТОГДА 23\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Доставлено)\n\t\t\t\t\t\t\t\tТОГДА 24\n\t\t\t\t\t\t\tИНАЧЕ 17\n\t\t\t\t\t\tКОНЕЦ\n\t\t\t\tКОНЕЦ\n\tКОНЕЦ КАК НомерКартинки,\n\tВзаимодействия.Ссылка КАК Ссылка,\n\tЕСТЬNULL(ПредОтбор.Ссылка, НЕОПРЕДЕЛЕНО) КАК ВзаимодействиеОснование,\n\tПредметыПапкиВзаимодействий.Предмет,\n\tВзаимодействия.Ответственный КАК Ответственный,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.Рассмотрено, Ложь) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.РассмотретьПосле, ДатаВремя(1,1,1)) КАК РассмотретьПосле,\n\tВзаимодействия.Дата,\n\tВзаимодействия.Тема,\n\tВзаимодействия.Участники,\n\tВзаимодействия.ПометкаУдаления,\n\tВзаимодействия.Тип,\n\tВзаимодействия.СтатусИсходящегоПисьма,\n\tВзаимодействия.Входящий\nИЗ\n\tЖурналДокументов.Взаимодействия КАК Взаимодействия\n\t\tЛЕВОЕ СОЕДИНЕНИЕ ПредОтбор КАК ПредОтбор\n\t\tПО Взаимодействия.ВзаимодействиеОснование = ПредОтбор.Ссылка\n\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыПапкиВзаимодействий\n\t\tПО Взаимодействия.Ссылка = ПредметыПапкиВзаимодействий.Взаимодействие\n{ГДЕ\n\t(Взаимодействия.Дата МЕЖДУ &НачалоПериода И &КонецПериода)}" + }, + "fields": [ + [ + { + "dataPath": "ВзаимодействиеОснование", + "name": "ВзаимодействиеОснование" + }, + { + "dataPath": "Ссылка", + "name": "Ссылка" + }, + { + "dataPath": "Ответственный", + "name": "Ответственный" + }, + { + "dataPath": "Предмет", + "name": "Предмет" + }, + { + "dataPath": "Дата", + "name": "Дата" + }, + { + "dataPath": "Рассмотрено", + "name": "Рассмотрено" + }, + { + "dataPath": "РассмотретьПосле", + "name": "РассмотретьПосле" + }, + { + "dataPath": "Тема", + "name": "Тема" + }, + { + "dataPath": "Участники", + "name": "Участники" + }, + { + "dataPath": "НомерКартинки", + "name": "НомерКартинки" + }, + { + "dataPath": "ПометкаУдаления", + "name": "ПометкаУдаления" + }, + { + "dataPath": "Тип", + "name": "Тип" + }, + { + "dataPath": "СтатусИсходящегоПисьма", + "name": "СтатусИсходящегоПисьма" + }, + { + "dataPath": "Входящий", + "name": "Входящий" + } + ], + [] + ] + } + ], + "dataPath": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимодействия/Templates/ИерархияВзаимодействийПредмет/Template.dcs" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "9f4b8e36-83ff-4694-8540-b5f47b18395f", + "name": "ИерархияВзаимодействийКонтакт", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "DocumentJournal.Взаимодействия.Template.ИерархияВзаимодействийКонтакт", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Макет.ИерархияВзаимодействийКонтакт" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Иерархия взаимодействий контакт" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "DATA_COMPOSITION_SCHEME", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.DataCompositionSchema", + "dataSets": [ + { + "name": "ИерархияВзаимодействий", + "type": "DATA_SET_QUERY", + "dataSource": "ИсточникДанных1", + "items": [], + "querySource": { + "line": 120, + "column": 10, + "textQuery": "ВЫБРАТЬ РАЗРЕШЕННЫЕ РАЗЛИЧНЫЕ\n\tВзаимодействия.Ссылка КАК Ссылка\nПОМЕСТИТЬ ВзаимодействияПоКонтакту\nИЗ\n\tРегистрСведений.КонтактыВзаимодействий КАК КонтактыВзаимодействий\n\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ ЖурналДокументов.Взаимодействия КАК Взаимодействия\n\t\tПО КонтактыВзаимодействий.Взаимодействие = Взаимодействия.Ссылка\nГДЕ\n\tКонтактыВзаимодействий.Контакт = &Контакт\n{ГДЕ\n\t(Взаимодействия.Дата МЕЖДУ &НачалоПериода И &КонецПериода)}\n;\n\n////////////////////////////////////////////////////////////////////////////////\nВЫБРАТЬ РАЗРЕШЕННЫЕ РАЗЛИЧНЫЕ\n\tВзаимодействия.Ссылка,\n\tВзаимодействия.Ответственный,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.Рассмотрено, ЛОЖЬ) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.РассмотретьПосле, ДАТАВРЕМЯ(1, 1, 1)) КАК РассмотретьПосле,\n\tВзаимодействия.Тип,\n\tВзаимодействия.СтатусИсходящегоПисьма,\n\tВзаимодействия.ПометкаУдаления,\n\tВзаимодействия.Входящий\nПОМЕСТИТЬ ПредОтбор\nИЗ\n\tЖурналДокументов.Взаимодействия КАК Взаимодействия\n\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыПапкиВзаимодействий\n\t\tПО Взаимодействия.Ссылка = ПредметыПапкиВзаимодействий.Взаимодействие\nГДЕ\n\tВзаимодействия.Ссылка В\n\t\t\t(ВЫБРАТЬ\n\t\t\t\tВзаимодействияПоКонтакту.Ссылка\n\t\t\tИЗ\n\t\t\t\tВзаимодействияПоКонтакту КАК ВзаимодействияПоКонтакту)\n;\n\n////////////////////////////////////////////////////////////////////////////////\nВЫБРАТЬ РАЗРЕШЕННЫЕ\n\tВЫБОР\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.Встреча\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 10\n\t\t\t\t\tИНАЧЕ 0\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЗапланированноеВзаимодействие\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 11\n\t\t\t\t\tИНАЧЕ 1\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ТелефонныйЗвонок\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 12\n\t\t\t\t\tИНАЧЕ 2\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЭлектронноеПисьмоВходящее\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 13\n\t\t\t\t\tИНАЧЕ 3\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.ЭлектронноеПисьмоИсходящее\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 14\n\t\t\t\t\tИНАЧЕ ВЫБОР\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СтатусыИсходящегоЭлектронногоПисьма.Черновик)\n\t\t\t\t\t\t\t\tТОГДА 15\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СтатусыИсходящегоЭлектронногоПисьма.Исходящее)\n\t\t\t\t\t\t\t\tТОГДА 16\n\t\t\t\t\t\t\tИНАЧЕ 4\n\t\t\t\t\t\tКОНЕЦ\n\t\t\t\tКОНЕЦ\n\t\tКОГДА Взаимодействия.Ссылка ССЫЛКА Документ.СообщениеSMS\n\t\t\tТОГДА ВЫБОР\n\t\t\t\t\tКОГДА Взаимодействия.ПометкаУдаления\n\t\t\t\t\t\tТОГДА 22\n\t\t\t\t\tИНАЧЕ ВЫБОР\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Черновик)\n\t\t\t\t\t\t\t\tТОГДА 17\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Исходящее)\n\t\t\t\t\t\t\t\tТОГДА 18\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Доставляется)\n\t\t\t\t\t\t\t\tТОГДА 19\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.ЧастичноДоставлено)\n\t\t\t\t\t\t\t\tТОГДА 21\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.НеДоставлено)\n\t\t\t\t\t\t\t\tТОГДА 23\n\t\t\t\t\t\t\tКОГДА Взаимодействия.СтатусИсходящегоПисьма = ЗНАЧЕНИЕ(Перечисление.СостоянияДокументаСообщениеSMS.Доставлено)\n\t\t\t\t\t\t\t\tТОГДА 24\n\t\t\t\t\t\t\tИНАЧЕ 17\n\t\t\t\t\t\tКОНЕЦ\n\t\t\t\tКОНЕЦ\n\tКОНЕЦ КАК НомерКартинки,\n\tВзаимодействия.Ссылка КАК Ссылка,\n\tВзаимодействия.Ответственный КАК Ответственный,\n\tЕСТЬNULL(ПредОтбор.Ссылка, НЕОПРЕДЕЛЕНО) КАК ВзаимодействиеОснование,\n\tПредметыПапкиВзаимодействий.Предмет,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.Рассмотрено, ЛОЖЬ) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыПапкиВзаимодействий.РассмотретьПосле, ДАТАВРЕМЯ(1, 1, 1)) КАК РассмотретьПосле,\n\tВзаимодействия.Дата,\n\tВзаимодействия.Тема,\n\tВзаимодействия.Участники,\n\tВзаимодействия.ПометкаУдаления,\n\tВзаимодействия.Тип,\n\tВзаимодействия.СтатусИсходящегоПисьма,\n\tВзаимодействия.Входящий\nИЗ\n\tЖурналДокументов.Взаимодействия КАК Взаимодействия\n\t\tЛЕВОЕ СОЕДИНЕНИЕ ПредОтбор КАК ПредОтбор\n\t\tПО Взаимодействия.ВзаимодействиеОснование = ПредОтбор.Ссылка\n\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыПапкиВзаимодействий\n\t\tПО Взаимодействия.Ссылка = ПредметыПапкиВзаимодействий.Взаимодействие\nГДЕ\n\tВзаимодействия.Ссылка В\n\t\t\t(ВЫБРАТЬ\n\t\t\t\tВзаимодействияПоКонтакту.Ссылка\n\t\t\tИЗ\n\t\t\t\tВзаимодействияПоКонтакту КАК ВзаимодействияПоКонтакту)" + }, + "fields": [ + [ + { + "dataPath": "Ссылка", + "name": "Ссылка" + }, + { + "dataPath": "Ответственный", + "name": "Ответственный" + }, + { + "dataPath": "Рассмотрено", + "name": "Рассмотрено" + }, + { + "dataPath": "РассмотретьПосле", + "name": "РассмотретьПосле" + }, + { + "dataPath": "Дата", + "name": "Дата" + }, + { + "dataPath": "ВзаимодействиеОснование", + "name": "ВзаимодействиеОснование" + }, + { + "dataPath": "НомерКартинки", + "name": "НомерКартинки" + }, + { + "dataPath": "Тема", + "name": "Тема" + }, + { + "dataPath": "Участники", + "name": "Участники" + }, + { + "dataPath": "Предмет", + "name": "Предмет" + }, + { + "dataPath": "ПометкаУдаления", + "name": "ПометкаУдаления" + }, + { + "dataPath": "Тип", + "name": "Тип" + }, + { + "dataPath": "СтатусИсходящегоПисьма", + "name": "СтатусИсходящегоПисьма" + }, + { + "dataPath": "Входящий", + "name": "Входящий" + } + ], + [] + ] + } + ], + "dataPath": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимодействия/Templates/ИерархияВзаимодействийКонтакт/Template.dcs" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + }, + { + "uuid": "b4c026eb-4271-4366-b529-1cdfe2874563", + "name": "СхемаОтборВзаимодействияКонтакт", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "DocumentJournal.Взаимодействия.Template.СхемаОтборВзаимодействияКонтакт", + "mdoRefRu": "ЖурналДокументов.Взаимодействия.Макет.СхемаОтборВзаимодействияКонтакт" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Схема отбор взаимодействия контакт" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "DATA_COMPOSITION_SCHEME", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.DataCompositionSchema", + "dataSets": [ + { + "name": "ОсновнойНаборДанных", + "type": "DATA_SET_QUERY", + "dataSource": "ИсточникДанных1", + "items": [], + "querySource": { + "line": 158, + "column": 10, + "textQuery": "ВЫБРАТЬ РАЗРЕШЕННЫЕ\n\tЖурналДокументовВзаимодействия.Ссылка,\n\tЖурналДокументовВзаимодействия.Дата,\n\tЖурналДокументовВзаимодействия.ПометкаУдаления,\n\tЖурналДокументовВзаимодействия.Номер,\n\tЖурналДокументовВзаимодействия.Проведен,\n\tЖурналДокументовВзаимодействия.Автор,\n\tЖурналДокументовВзаимодействия.Входящий,\n\tЖурналДокументовВзаимодействия.Тема,\n\tЖурналДокументовВзаимодействия.Ответственный КАК Ответственный,\n\tЕСТЬNULL(ПредметыВзаимодействий.Рассмотрено, Ложь) КАК Рассмотрено,\n\tЕСТЬNULL(ПредметыВзаимодействий.РассмотретьПосле, ДатаВремя(1,1,1)) КАК РассмотретьПосле,\n\tЖурналДокументовВзаимодействия.Участники,\n\tЖурналДокументовВзаимодействия.Тип,\n\tЖурналДокументовВзаимодействия.СтатусИсходящегоПисьма,\n\tЖурналДокументовВзаимодействия.ЕстьВложения,\n\tЖурналДокументовВзаимодействия.УчетнаяЗапись,\n\tЕСТЬNULL(ПредметыВзаимодействий.Предмет, НЕОПРЕДЕЛЕНО) КАК Предмет,\n\tТИПЗНАЧЕНИЯ(ПредметыВзаимодействий.Предмет) КАК ТипПредмета,\n\tПредметыВзаимодействий.ПапкаЭлектронногоПисьма КАК Папка,\n\tЖурналДокументовВзаимодействия.ПолученоОтправлено,\n\tЖурналДокументовВзаимодействия.Размер,\n\tЖурналДокументовВзаимодействия.Важность,\n\tВЫБОР\n\t\tКОГДА ЖурналДокументовВзаимодействия.Важность = ЗНАЧЕНИЕ(Перечисление.ВариантыВажностиВзаимодействия.Высокая) ТОГДА 2\n\t\tКОГДА ЖурналДокументовВзаимодействия.Важность = ЗНАЧЕНИЕ(Перечисление.ВариантыВажностиВзаимодействия.Низкая) ТОГДА 0\n\t\tИНАЧЕ 1\n\tКОНЕЦ КАК ВажностьНомерКартинки\nИЗ\n\tЖурналДокументов.Взаимодействия КАК ЖурналДокументовВзаимодействия\n\t\t\tВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.ПредметыПапкиВзаимодействий КАК ПредметыВзаимодействий\n\t\tПО ЖурналДокументовВзаимодействия.Ссылка = ПредметыВзаимодействий.Взаимодействие\n\t\t{ВНУТРЕННЕЕ СОЕДИНЕНИЕ РегистрСведений.КонтактыВзаимодействий КАК КонтактыВзаимодействий\nПО ЖурналДокументовВзаимодействия.Ссылка = КонтактыВзаимодействий.Взаимодействие}\n{ГДЕ\n\tЖурналДокументовВзаимодействия.Ссылка КАК Поиск\n\t,\nКонтактыВзаимодействий.Контакт}\n{ГДЕ\n\t(ЖурналДокументовВзаимодействия.Дата МЕЖДУ &ДатаНачала И &ДатаОкончания)}" + }, + "fields": [ + [ + { + "dataPath": "Дата", + "name": "Дата" + }, + { + "dataPath": "ПометкаУдаления", + "name": "ПометкаУдаления" + }, + { + "dataPath": "Номер", + "name": "Номер" + }, + { + "dataPath": "Проведен", + "name": "Проведен" + }, + { + "dataPath": "Ссылка", + "name": "Ссылка" + }, + { + "dataPath": "Автор", + "name": "Автор" + }, + { + "dataPath": "Входящий", + "name": "Входящий" + }, + { + "dataPath": "ЕстьВложения", + "name": "ЕстьВложения" + }, + { + "dataPath": "Ответственный", + "name": "Ответственный" + }, + { + "dataPath": "Предмет", + "name": "Предмет" + }, + { + "dataPath": "СтатусИсходящегоПисьма", + "name": "СтатусИсходящегоПисьма" + }, + { + "dataPath": "Участники", + "name": "Участники" + }, + { + "dataPath": "ТипПредмета", + "name": "ТипПредмета" + }, + { + "dataPath": "УчетнаяЗапись", + "name": "УчетнаяЗапись" + }, + { + "dataPath": "Рассмотрено", + "name": "Рассмотрено" + }, + { + "dataPath": "РассмотретьПосле", + "name": "РассмотретьПосле" + }, + { + "dataPath": "Тип", + "name": "Тип" + }, + { + "dataPath": "Папка", + "name": "Папка" + }, + { + "dataPath": "Тема", + "name": "Тема" + }, + { + "dataPath": "ПолученоОтправлено", + "name": "ПолученоОтправлено" + }, + { + "dataPath": "Размер", + "name": "Размер" + }, + { + "dataPath": "Важность", + "name": "Важность" + }, + { + "dataPath": "ВажностьНомерКартинки", + "name": "ВажностьНомерКартинки" + }, + { + "dataPath": "Контакт", + "name": "Контакт" + }, + { + "dataPath": "Поиск", + "name": "Поиск" + } + ], + [] + ] + } + ], + "dataPath": "src/test/resources/ext/edt/ssl_3_2/configuration/src/DocumentJournals/Взаимодействия/Templates/СхемаОтборВзаимодействияКонтакт/Template.dcs" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.DocumentJournal/columns/c/com.github._1c_syntax.bsl.mdo.children.DocumentJournalColumn/owner" + } + } + ], + [] + ], + "uuid": "7da57c89-af2c-445a-96f7-39250f70306f" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Documents.\320\220\320\275\320\272\320\265\321\202\320\260.json" "b/src/test/resources/fixtures/ssl_3_2/Documents.\320\220\320\275\320\272\320\265\321\202\320\260.json" new file mode 100644 index 000000000..6d381445a --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Documents.\320\220\320\275\320\272\320\265\321\202\320\260.json" @@ -0,0 +1,2587 @@ +{"com.github._1c_syntax.bsl.mdo.Document": { + "attributes": [ + [ + { + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.StandardAttribute.Posted", + "mdoRefRu": "Документ.Анкета.СтандартныйРеквизит.Проведен" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "DOCUMENT", + "mdoRef": "Document.Анкета", + "mdoRefRu": "Документ.Анкета" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Проведен", + "nameEn": "Posted" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.StandardAttribute.Ref", + "mdoRefRu": "Документ.Анкета.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.Анкета", + "nameEn": "DocumentRef.Анкета" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.StandardAttribute.DeletionMark", + "mdoRefRu": "Документ.Анкета.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.StandardAttribute.Date", + "mdoRefRu": "Документ.Анкета.СтандартныйРеквизит.Дата" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "Дата", + "nameEn": "Date" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.StandardAttribute.Number", + "mdoRefRu": "Документ.Анкета.СтандартныйРеквизит.Номер" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 11, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Номер", + "nameEn": "Number" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "acf15b79-a6c4-4c46-8013-50d3b223baf6", + "name": "Опрос", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.Опрос", + "mdoRefRu": "Документ.Анкета.Реквизит.Опрос" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Опрос" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.НазначениеОпросов", + "nameEn": "DocumentRef.НазначениеОпросов" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f6a29b80-e4c3-4c4f-8e2c-d4dda851d813", + "name": "Респондент", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.Респондент", + "mdoRefRu": "Документ.Анкета.Реквизит.Респондент" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Респондент" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.Респондент", + "nameEn": "DefinedType.Респондент" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "2d8d5d74-2bc0-4282-af66-e4a37694c147", + "name": "ДатаРедактирования", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.ДатаРедактирования", + "mdoRefRu": "Документ.Анкета.Реквизит.ДатаРедактирования" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата редактирования" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "cfd31341-287b-4684-9ac0-b28b4e066f15", + "name": "РедактируемыйРаздел", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.РедактируемыйРаздел", + "mdoRefRu": "Документ.Анкета.Реквизит.РедактируемыйРаздел" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Редактируемый раздел" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВопросыШаблонаАнкеты", + "nameEn": "CatalogRef.ВопросыШаблонаАнкеты" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 10, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "81de1b0b-7f2d-4098-ae99-061c6a90dc29", + "name": "Комментарий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.Комментарий", + "mdoRefRu": "Документ.Анкета.Реквизит.Комментарий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Комментарий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": true, + "fillFromFillingValue": false + }, + { + "uuid": "77c8a065-a8aa-4f39-93b6-c88f4c38ec66", + "name": "Интервьюер", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.Интервьюер", + "mdoRefRu": "Документ.Анкета.Реквизит.Интервьюер" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Интервьюер" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.Интервьюер", + "nameEn": "DefinedType.Интервьюер" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "366fa6da-d3bf-4bb0-9a55-a307f9edee6a", + "name": "ШаблонАнкеты", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.ШаблонАнкеты", + "mdoRefRu": "Документ.Анкета.Реквизит.ШаблонАнкеты" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Шаблон анкеты" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ШаблоныАнкет", + "nameEn": "CatalogRef.ШаблоныАнкет" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dd0610c8-cd87-4fe2-8a1f-70157132785b", + "name": "РежимАнкетирования", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.РежимАнкетирования", + "mdoRefRu": "Документ.Анкета.Реквизит.РежимАнкетирования" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Режим анкетирования" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.РежимыАнкетирования", + "nameEn": "EnumRef.РежимыАнкетирования" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Анкета", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + [ + { + "uuid": "f829e2a9-5bdb-4171-8b32-8d10d5968813", + "name": "ФормаДокумента", + "mdoReference": { + "type": "FORM", + "mdoRef": "Document.Анкета.Form.ФормаДокумента", + "mdoRefRu": "Документ.Анкета.Форма.ФормаДокумента" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма документа" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Documents/Анкета/Forms/ФормаДокумента/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "AfterWrite", + "name": "ПослеЗаписи" + }, + { + "event": "AfterWriteAtServer", + "name": "ПослеЗаписиНаСервере" + }, + { + "event": "OnReadAtServer", + "name": "ПриЧтенииНаСервере" + }, + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "BeforeClose", + "name": "ПередЗакрытием" + }, + { + "event": "BeforeWriteAtServer", + "name": "ПередЗаписьюНаСервере" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "PAGES", + "id": 257, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 259, + "name": "СтраницаГлавное", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Главное" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 15, + "name": "ГруппаОсновныеРеквизиты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основные реквизиты" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 2, + "name": "ГруппаНомерДата", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер дата" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 5, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Date", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 3, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Number", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 244, + "name": "ГруппаКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Колонки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 184, + "name": "ГруппаШапкаЛево", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Шапка лево" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 12, + "name": "Респондент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Респондент", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 212, + "name": "РежимАнкетирования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.РежимАнкетирования", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 209, + "name": "Интервьюер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Интервьюер", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 37, + "name": "ГруппаШапкаПраво", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Шапка право" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 206, + "name": "ШаблонАнкеты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ШаблонАнкеты", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "Опрос", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Опрос", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 66, + "name": "ДатаРедактирования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ДатаРедактирования", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 111, + "name": "Комментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Комментарий", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 274, + "name": "СтраницаАнкета", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Анкета" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 266, + "name": "КоманднаяПанельШапка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель шапка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR_BUTTON", + "id": 227, + "name": "СкрытьПоказатьДеревоРазделовШапка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показать разделы" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "BUTTON_GROUP", + "id": 272, + "name": "ГруппаКомандНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Команд навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR_BUTTON", + "id": 268, + "name": "ПредыдущийРаздел", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Назад" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "COMMAND_BAR_BUTTON", + "id": 270, + "name": "СледующийРаздел", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Далее" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 281, + "name": "ГруппаАнкета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 249, + "name": "ГруппаКолонкиАнкеты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Колонки анкеты" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 77, + "name": "ГруппаДеревоРазделов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дерево разделов" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 69, + "name": "ДеревоРазделов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДеревоРазделов", + "items": [ + { + "type": "LABEL_FIELD", + "id": 72, + "name": "ДеревоРазделовФормулировка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Раздел" + } + } + ] + }, + "dataPath": "ДеревоРазделов.Формулировка", + "items": [] + } + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 95, + "name": "ГруппаОжидание", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ожидание" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 103, + "name": "ГруппаОжиданиеЭлементы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ожидание элементы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_DECORATION", + "id": 98, + "name": "КартинкаДлительныйПроцесс", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подождите пожалуйста…\nОткрывается раздел анкеты" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 100, + "name": "НадписьПодождите", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подождите пожалуйста…\nОткрывается раздел анкеты\n" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 43, + "name": "ГруппаТелоАнкеты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тело анкеты" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_DECORATION", + "id": 78, + "name": "НадписьВступление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + } + ] + }, + { + "type": "COMMAND_BAR", + "id": 176, + "name": "КоманднаяПанельПодвал", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель подвал" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR_BUTTON", + "id": 107, + "name": "ПредыдущийРазделПодвал", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "COMMAND_BAR_BUTTON", + "id": 108, + "name": "СледующийРазделПодвал", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 221, + "name": "ГруппаПодвал", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подвал" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументОбъект.Анкета", + "nameEn": "DocumentObject.Анкета" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ОтборРеспондентов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 5, + "name": "ИмяМетаданныхРеспондент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + }, + { + "id": 2, + "name": "ВозможностьПредварительногоСохранения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 6, + "name": "ШаблонАнкеты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + }, + { + "id": 7, + "name": "ВопросыПредставлениеТипы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 8, + "name": "ТаблицаВопросовРаздела", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + }, + { + "id": 9, + "name": "ВариантыОтветовНаВопросы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + }, + { + "id": 10, + "name": "ПодчиненныеВопросы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + }, + { + "id": 12, + "name": "ДеревоРазделов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 13, + "name": "ДобавленныеДинамическиРеквизиты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 3, + "name": "Вступление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + }, + { + "id": 14, + "name": "Заключение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + }, + { + "id": 15, + "name": "НомерТекущегоРаздела", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 11, + "name": "ПредыдущийРазделБезВопросов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 16, + "name": "ИмяЭлементаДляПозиционирования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 200, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 17, + "name": "ЭтоСеансОбычногоПользователя", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 20, + "name": "ПараметрыПодключаемыхКоманд", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [], + "composite": false, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "647ba8f8-57f7-4c19-af59-525517c1e392", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "Document.Анкета.Form.ФормаСписка", + "mdoRefRu": "Документ.Анкета.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Documents/Анкета/Forms/ФормаСписка/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[7]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 23, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 6, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Номер", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 4, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Дата", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 34, + "name": "РежимАнкетирования", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Режим" + } + } + ] + }, + "dataPath": "Список.РежимАнкетирования", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 37, + "name": "ШаблонАнкеты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Шаблон" + } + } + ] + }, + "dataPath": "Список.ШаблонАнкеты", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 8, + "name": "Опрос", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Опрос", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 10, + "name": "Респондент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Респондент", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 12, + "name": "ДатаРедактирования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ДатаРедактирования", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 20, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ссылка", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "DOCUMENT", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/Documents/Анкета/Ext/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/Documents/Анкета/Ext/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Documents/Анкета/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Documents/Анкета/Ext/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "Анкета", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 27, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "POSTING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UNDO_POSTING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_POSTING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_POSTING_REGULAR", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_UNDO_POSTING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CHANGE_OF_POSTED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "registerRecords": [ + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОтветыНаВопросыАнкет", + "mdoRefRu": "РегистрСведений.ОтветыНаВопросыАнкет" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "tabularSections": [ + { + "uuid": "39062cb3-4ae8-4c0d-889b-038a55179946", + "name": "Состав", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "Document.Анкета.TabularSection.Состав", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Состав" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "attributes": [ + [ + { + "uuid": "39062cb3-4ae8-4c0d-889b-038a55179946", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.StandardAttribute.LineNumber", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерСтроки", + "nameEn": "LineNumber" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c62d4212-36ca-4afb-bac9-269b6f64ca51", + "name": "Вопрос", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.Вопрос", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.Вопрос" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вопрос" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[4]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5cec5e16-46ad-4f8c-b869-f5b1cc487884", + "name": "ЭлементарныйВопрос", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.ЭлементарныйВопрос", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.ЭлементарныйВопрос" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Элементарный вопрос" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПланВидовХарактеристикСсылка.ВопросыДляАнкетирования", + "nameEn": "ChartOfCharacteristicTypesRef.ВопросыДляАнкетирования" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ca0363bb-81c2-4fce-b2f0-e8f42d118a74", + "name": "НомерЯчейки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.НомерЯчейки", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.НомерЯчейки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер ячейки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "7aacdf81-49fd-47a3-a36a-c483f1b05872", + "name": "Ответ", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.Ответ", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.Ответ" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ответ" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "Характеристика.ВопросыДляАнкетирования", + "nameEn": "Characteristic.ВопросыДляАнкетирования" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "857015e2-afb2-403d-bfb7-7acb5080797b", + "name": "ОткрытыйОтвет", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.ОткрытыйОтвет", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.ОткрытыйОтвет" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Открытый ответ" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "100ec1d0-3719-4feb-8a66-02f2c89fcd36", + "name": "БезОтвета", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.БезОтвета", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.БезОтвета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Без ответа" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ] + } + ], + "templates": [], + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Documents.\320\220\320\275\320\272\320\265\321\202\320\260_edt.json" "b/src/test/resources/fixtures/ssl_3_2/Documents.\320\220\320\275\320\272\320\265\321\202\320\260_edt.json" new file mode 100644 index 000000000..53f9dc60b --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Documents.\320\220\320\275\320\272\320\265\321\202\320\260_edt.json" @@ -0,0 +1,2571 @@ +{"com.github._1c_syntax.bsl.mdo.Document": { + "attributes": [ + [ + { + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.StandardAttribute.Posted", + "mdoRefRu": "Документ.Анкета.СтандартныйРеквизит.Проведен" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "DOCUMENT", + "mdoRef": "Document.Анкета", + "mdoRefRu": "Документ.Анкета" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Проведен", + "nameEn": "Posted" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.StandardAttribute.Ref", + "mdoRefRu": "Документ.Анкета.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.Анкета", + "nameEn": "DocumentRef.Анкета" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.StandardAttribute.DeletionMark", + "mdoRefRu": "Документ.Анкета.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.StandardAttribute.Date", + "mdoRefRu": "Документ.Анкета.СтандартныйРеквизит.Дата" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "Дата", + "nameEn": "Date" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.StandardAttribute.Number", + "mdoRefRu": "Документ.Анкета.СтандартныйРеквизит.Номер" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 11, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Номер", + "nameEn": "Number" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "acf15b79-a6c4-4c46-8013-50d3b223baf6", + "name": "Опрос", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.Опрос", + "mdoRefRu": "Документ.Анкета.Реквизит.Опрос" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Опрос" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументСсылка.НазначениеОпросов", + "nameEn": "DocumentRef.НазначениеОпросов" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f6a29b80-e4c3-4c4f-8e2c-d4dda851d813", + "name": "Респондент", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.Респондент", + "mdoRefRu": "Документ.Анкета.Реквизит.Респондент" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Респондент" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.Респондент", + "nameEn": "DefinedType.Респондент" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "2d8d5d74-2bc0-4282-af66-e4a37694c147", + "name": "ДатаРедактирования", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.ДатаРедактирования", + "mdoRefRu": "Документ.Анкета.Реквизит.ДатаРедактирования" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата редактирования" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "cfd31341-287b-4684-9ac0-b28b4e066f15", + "name": "РедактируемыйРаздел", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.РедактируемыйРаздел", + "mdoRefRu": "Документ.Анкета.Реквизит.РедактируемыйРаздел" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Редактируемый раздел" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВопросыШаблонаАнкеты", + "nameEn": "CatalogRef.ВопросыШаблонаАнкеты" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 10, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (10, Переменная)", + "nameEn": "StringQualifiers (10, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "81de1b0b-7f2d-4098-ae99-061c6a90dc29", + "name": "Комментарий", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.Комментарий", + "mdoRefRu": "Документ.Анкета.Реквизит.Комментарий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Комментарий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": true, + "fillFromFillingValue": false + }, + { + "uuid": "77c8a065-a8aa-4f39-93b6-c88f4c38ec66", + "name": "Интервьюер", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.Интервьюер", + "mdoRefRu": "Документ.Анкета.Реквизит.Интервьюер" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Интервьюер" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.Интервьюер", + "nameEn": "DefinedType.Интервьюер" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "366fa6da-d3bf-4bb0-9a55-a307f9edee6a", + "name": "ШаблонАнкеты", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.ШаблонАнкеты", + "mdoRefRu": "Документ.Анкета.Реквизит.ШаблонАнкеты" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Шаблон анкеты" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ШаблоныАнкет", + "nameEn": "CatalogRef.ШаблоныАнкет" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "dd0610c8-cd87-4fe2-8a1f-70157132785b", + "name": "РежимАнкетирования", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.Attribute.РежимАнкетирования", + "mdoRefRu": "Документ.Анкета.Реквизит.РежимАнкетирования" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Режим анкетирования" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.РежимыАнкетирования", + "nameEn": "EnumRef.РежимыАнкетирования" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Анкета", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + [ + { + "uuid": "f829e2a9-5bdb-4171-8b32-8d10d5968813", + "name": "ФормаДокумента", + "mdoReference": { + "type": "FORM", + "mdoRef": "Document.Анкета.Form.ФормаДокумента", + "mdoRefRu": "Документ.Анкета.Форма.ФормаДокумента" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма документа" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Documents/Анкета/Forms/ФормаДокумента/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + [ + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "BeforeClose", + "name": "ПередЗакрытием" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "PAGES", + "id": 257, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 259, + "name": "СтраницаГлавное", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Главное" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 15, + "name": "ГруппаОсновныеРеквизиты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основные реквизиты" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 2, + "name": "ГруппаНомерДата", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер дата" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 5, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Date", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 3, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Number", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 244, + "name": "ГруппаКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Колонки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 184, + "name": "ГруппаШапкаЛево", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Шапка лево" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 12, + "name": "Респондент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Респондент", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 212, + "name": "РежимАнкетирования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.РежимАнкетирования", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 209, + "name": "Интервьюер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Интервьюер", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 37, + "name": "ГруппаШапкаПраво", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Шапка право" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 206, + "name": "ШаблонАнкеты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ШаблонАнкеты", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "Опрос", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Опрос", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 66, + "name": "ДатаРедактирования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.ДатаРедактирования", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 111, + "name": "Комментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Объект.Комментарий", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 274, + "name": "СтраницаАнкета", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Анкета" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR", + "id": 266, + "name": "КоманднаяПанельШапка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель шапка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "BUTTON", + "id": 227, + "name": "СкрытьПоказатьДеревоРазделовШапка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показать разделы" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "FORM_GROUP", + "id": 272, + "name": "ГруппаКомандНавигации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Команд навигации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "BUTTON", + "id": 268, + "name": "ПредыдущийРаздел", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Назад" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "BUTTON", + "id": 270, + "name": "СледующийРаздел", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Далее" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 281, + "name": "ГруппаАнкета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 249, + "name": "ГруппаКолонкиАнкеты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Колонки анкеты" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 77, + "name": "ГруппаДеревоРазделов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дерево разделов" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 69, + "name": "ДеревоРазделов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДеревоРазделов", + "items": [ + { + "type": "LABEL_FIELD", + "id": 72, + "name": "ДеревоРазделовФормулировка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Раздел" + } + } + ] + }, + "dataPath": "ДеревоРазделов.Формулировка", + "items": [] + } + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 95, + "name": "ГруппаОжидание", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ожидание" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 103, + "name": "ГруппаОжиданиеЭлементы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ожидание элементы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "DECORATION", + "id": 98, + "name": "КартинкаДлительныйПроцесс", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подождите пожалуйста…\nОткрывается раздел анкеты" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 100, + "name": "НадписьПодождите", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подождите пожалуйста…\nОткрывается раздел анкеты\n" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 43, + "name": "ГруппаТелоАнкеты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тело анкеты" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL", + "id": 78, + "name": "НадписьВступление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + } + ] + }, + { + "type": "COMMAND_BAR", + "id": 176, + "name": "КоманднаяПанельПодвал", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель подвал" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "BUTTON", + "id": 107, + "name": "ПредыдущийРазделПодвал", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "BUTTON", + "id": 108, + "name": "СледующийРазделПодвал", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 221, + "name": "ГруппаПодвал", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подвал" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ДокументОбъект.Анкета", + "nameEn": "DocumentObject.Анкета" + }, + "variant": "METADATA", + "kind": "DOCUMENT" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ОтборРеспондентов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 5, + "name": "ИмяМетаданныхРеспондент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + }, + { + "id": 2, + "name": "ВозможностьПредварительногоСохранения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 6, + "name": "ШаблонАнкеты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + }, + { + "id": 7, + "name": "ВопросыПредставлениеТипы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 8, + "name": "ТаблицаВопросовРаздела", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + }, + { + "id": 9, + "name": "ВариантыОтветовНаВопросы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + }, + { + "id": 10, + "name": "ПодчиненныеВопросы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[6]/type" + } + }, + { + "id": 12, + "name": "ДеревоРазделов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 13, + "name": "ДобавленныеДинамическиРеквизиты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 3, + "name": "Вступление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + }, + { + "id": 14, + "name": "Заключение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + }, + { + "id": 15, + "name": "НомерТекущегоРаздела", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 11, + "name": "ПредыдущийРазделБезВопросов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 16, + "name": "ИмяЭлементаДляПозиционирования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 200, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 17, + "name": "ЭтоСеансОбычногоПользователя", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 20, + "name": "ПараметрыПодключаемыхКоманд", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [], + "composite": false, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "647ba8f8-57f7-4c19-af59-525517c1e392", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "Document.Анкета.Form.ФормаСписка", + "mdoRefRu": "Документ.Анкета.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Documents/Анкета/Forms/ФормаСписка/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[3]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 23, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 6, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Номер", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 4, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Дата", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 34, + "name": "РежимАнкетирования", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Режим" + } + } + ] + }, + "dataPath": "Список.РежимАнкетирования", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 37, + "name": "ШаблонАнкеты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Шаблон" + } + } + ] + }, + "dataPath": "Список.ШаблонАнкеты", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 8, + "name": "Опрос", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Опрос", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 10, + "name": "Респондент", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Респондент", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 12, + "name": "ДатаРедактирования", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.ДатаРедактирования", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 20, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Список.Ссылка", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "DOCUMENT", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/Documents/Анкета/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/Documents/Анкета/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Documents/Анкета/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Documents/Анкета/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "Анкета", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 27, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "POSTING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UNDO_POSTING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_POSTING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_POSTING_REGULAR", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_UNDO_POSTING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CHANGE_OF_POSTED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "registerRecords": [ + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОтветыНаВопросыАнкет", + "mdoRefRu": "РегистрСведений.ОтветыНаВопросыАнкет" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "tabularSections": [ + { + "uuid": "39062cb3-4ae8-4c0d-889b-038a55179946", + "name": "Состав", + "mdoReference": { + "type": "TABULAR_SECTION", + "mdoRef": "Document.Анкета.TabularSection.Состав", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Состав" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "attributes": [ + [ + { + "uuid": "39062cb3-4ae8-4c0d-889b-038a55179946", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.StandardAttribute.LineNumber", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерСтроки", + "nameEn": "LineNumber" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c62d4212-36ca-4afb-bac9-269b6f64ca51", + "name": "Вопрос", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.Вопрос", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.Вопрос" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вопрос" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[4]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5cec5e16-46ad-4f8c-b869-f5b1cc487884", + "name": "ЭлементарныйВопрос", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.ЭлементарныйВопрос", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.ЭлементарныйВопрос" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Элементарный вопрос" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПланВидовХарактеристикСсылка.ВопросыДляАнкетирования", + "nameEn": "ChartOfCharacteristicTypesRef.ВопросыДляАнкетирования" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "ca0363bb-81c2-4fce-b2f0-e8f42d118a74", + "name": "НомерЯчейки", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.НомерЯчейки", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.НомерЯчейки" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер ячейки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[14]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "7aacdf81-49fd-47a3-a36a-c483f1b05872", + "name": "Ответ", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.Ответ", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.Ответ" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ответ" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "Характеристика.ВопросыДляАнкетирования", + "nameEn": "Characteristic.ВопросыДляАнкетирования" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "857015e2-afb2-403d-bfb7-7acb5080797b", + "name": "ОткрытыйОтвет", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.ОткрытыйОтвет", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.ОткрытыйОтвет" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Открытый ответ" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "100ec1d0-3719-4feb-8a66-02f2c89fcd36", + "name": "БезОтвета", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Document.Анкета.TabularSection.Состав.Attribute.БезОтвета", + "mdoRefRu": "Документ.Анкета.ТабличнаяЧасть.Состав.Реквизит.БезОтвета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Без ответа" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/tabularSections/com.github._1c_syntax.bsl.mdo.children.ObjectTabularSection/mdoReference" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Document/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ] + } + ], + "templates": [], + "uuid": "73eff626-a363-4a5a-879e-61ef6ce0726f" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217.json" "b/src/test/resources/fixtures/ssl_3_2/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217.json" new file mode 100644 index 000000000..59a302dc8 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217.json" @@ -0,0 +1,327 @@ +{"com.github._1c_syntax.bsl.mdo.Enum": { + "attributes": [ + [ + { + "uuid": "36b15776-5211-4afa-9b6c-c042121218c0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.StandardAttribute.Order", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.СтандартныйРеквизит.Порядок" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "ENUM", + "mdoRef": "Enum.СтатусыОбработчиковОбновления", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Порядок", + "nameEn": "Order" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "36b15776-5211-4afa-9b6c-c042121218c0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.StandardAttribute.Ref", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.СтатусыОбработчиковОбновления", + "nameEn": "EnumRef.СтатусыОбработчиковОбновления" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Статусы обработчиков обновления", + "enumValues": [ + [ + { + "uuid": "422a0e10-361f-46ba-b92e-3088d81e12a4", + "name": "Выполнен", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.EnumValue.Выполнен", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.ЗначениеПеречисления.Выполнен" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполнен" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + }, + { + "uuid": "f37b7b25-abd2-4e19-9712-78aafceb4f43", + "name": "НеВыполнялся", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.EnumValue.НеВыполнялся", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.ЗначениеПеречисления.НеВыполнялся" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Не выполнялся" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + }, + { + "uuid": "7cd4c6ea-5795-4bea-a159-1e66650c42fe", + "name": "Выполняется", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.EnumValue.Выполняется", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.ЗначениеПеречисления.Выполняется" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполняется" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + }, + { + "uuid": "091fcffa-da7e-4375-bf0b-11cc4950b5ad", + "name": "Приостановлен", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.EnumValue.Приостановлен", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.ЗначениеПеречисления.Приостановлен" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Приостановлен" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + }, + { + "uuid": "57e91491-73b6-43f7-b7f8-26efec56ce9e", + "name": "Ошибка", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.EnumValue.Ошибка", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.ЗначениеПеречисления.Ошибка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ошибка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + } + ], + [] + ], + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "ENUM", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/Enums/СтатусыОбработчиковОбновления/Ext/ManagerModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Enums/СтатусыОбработчиковОбновления/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "СтатусыОбработчиковОбновления", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статусы обработчиков обновления" + } + } + ] + }, + "templates": [], + "uuid": "36b15776-5211-4afa-9b6c-c042121218c0" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217_edt.json" "b/src/test/resources/fixtures/ssl_3_2/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217_edt.json" new file mode 100644 index 000000000..650cb0cc0 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Enums.\320\241\321\202\320\260\321\202\321\203\321\201\321\213\320\236\320\261\321\200\320\260\320\261\320\276\321\202\321\207\320\270\320\272\320\276\320\262\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\321\217_edt.json" @@ -0,0 +1,327 @@ +{"com.github._1c_syntax.bsl.mdo.Enum": { + "attributes": [ + [ + { + "uuid": "36b15776-5211-4afa-9b6c-c042121218c0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.StandardAttribute.Order", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.СтандартныйРеквизит.Порядок" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "ENUM", + "mdoRef": "Enum.СтатусыОбработчиковОбновления", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Порядок", + "nameEn": "Order" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "36b15776-5211-4afa-9b6c-c042121218c0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.StandardAttribute.Ref", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.СтатусыОбработчиковОбновления", + "nameEn": "EnumRef.СтатусыОбработчиковОбновления" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Статусы обработчиков обновления", + "enumValues": [ + [ + { + "uuid": "422a0e10-361f-46ba-b92e-3088d81e12a4", + "name": "Выполнен", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.EnumValue.Выполнен", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.ЗначениеПеречисления.Выполнен" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполнен" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + }, + { + "uuid": "f37b7b25-abd2-4e19-9712-78aafceb4f43", + "name": "НеВыполнялся", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.EnumValue.НеВыполнялся", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.ЗначениеПеречисления.НеВыполнялся" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Не выполнялся" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + }, + { + "uuid": "7cd4c6ea-5795-4bea-a159-1e66650c42fe", + "name": "Выполняется", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.EnumValue.Выполняется", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.ЗначениеПеречисления.Выполняется" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполняется" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + }, + { + "uuid": "091fcffa-da7e-4375-bf0b-11cc4950b5ad", + "name": "Приостановлен", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.EnumValue.Приостановлен", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.ЗначениеПеречисления.Приостановлен" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Приостановлен" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + }, + { + "uuid": "57e91491-73b6-43f7-b7f8-26efec56ce9e", + "name": "Ошибка", + "mdoReference": { + "type": "ENUM_VALUE", + "mdoRef": "Enum.СтатусыОбработчиковОбновления.EnumValue.Ошибка", + "mdoRefRu": "Перечисление.СтатусыОбработчиковОбновления.ЗначениеПеречисления.Ошибка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ошибка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + } + } + ], + [] + ], + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "ENUM", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/Enums/СтатусыОбработчиковОбновления/ManagerModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Enums/СтатусыОбработчиковОбновления/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Enum/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "СтатусыОбработчиковОбновления", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статусы обработчиков обновления" + } + } + ] + }, + "templates": [], + "uuid": "36b15776-5211-4afa-9b6c-c042121218c0" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/EventSubscriptions.\320\222\320\260\321\200\320\270\320\260\320\275\321\202\321\213\320\236\321\202\321\207\320\265\321\202\320\276\320\262\320\237\320\265\321\200\320\265\320\264\320\243\320\264\320\260\320\273\320\265\320\275\320\270\320\265\320\274\320\230\320\264\320\265\320\275\321\202\320\270\321\204\320\270\320\272\320\260\321\202\320\276\321\200\320\260\320\236\320\261\321\212\320\265\320\272\321\202\320\260\320\234\320\265\321\202\320\260\320\264\320\260\320\275\320\275\321\213\321\205.json" "b/src/test/resources/fixtures/ssl_3_2/EventSubscriptions.\320\222\320\260\321\200\320\270\320\260\320\275\321\202\321\213\320\236\321\202\321\207\320\265\321\202\320\276\320\262\320\237\320\265\321\200\320\265\320\264\320\243\320\264\320\260\320\273\320\265\320\275\320\270\320\265\320\274\320\230\320\264\320\265\320\275\321\202\320\270\321\204\320\270\320\272\320\260\321\202\320\276\321\200\320\260\320\236\320\261\321\212\320\265\320\272\321\202\320\260\320\234\320\265\321\202\320\260\320\264\320\260\320\275\320\275\321\213\321\205.json" new file mode 100644 index 000000000..a808033ab --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/EventSubscriptions.\320\222\320\260\321\200\320\270\320\260\320\275\321\202\321\213\320\236\321\202\321\207\320\265\321\202\320\276\320\262\320\237\320\265\321\200\320\265\320\264\320\243\320\264\320\260\320\273\320\265\320\275\320\270\320\265\320\274\320\230\320\264\320\265\320\275\321\202\320\270\321\204\320\270\320\272\320\260\321\202\320\276\321\200\320\260\320\236\320\261\321\212\320\265\320\272\321\202\320\260\320\234\320\265\321\202\320\260\320\264\320\260\320\275\320\275\321\213\321\205.json" @@ -0,0 +1,69 @@ +{"com.github._1c_syntax.bsl.mdo.EventSubscription": { + "comment": "", + "description": "Варианты отчетов перед удалением идентификатора объекта метаданных", + "event": "BeforeDelete", + "handler": { + "methodPath": "CommonModule.ВариантыОтчетов.ПередУдалениемИдентификатораОбъектаМетаданных", + "moduleName": "ВариантыОтчетов", + "methodName": "ПередУдалениемИдентификатораОбъектаМетаданных" + }, + "mdoReference": { + "type": "EVENT_SUBSCRIPTION", + "mdoRef": "EventSubscription.ВариантыОтчетовПередУдалениемИдентификатораОбъектаМетаданных", + "mdoRefRu": "ПодпискаНаСобытие.ВариантыОтчетовПередУдалениемИдентификатораОбъектаМетаданных" + }, + "mdoType": "EVENT_SUBSCRIPTION", + "name": "ВариантыОтчетовПередУдалениемИдентификатораОбъектаМетаданных", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Варианты отчетов перед удалением идентификатора объекта метаданных" + } + } + ] + }, + "uuid": "a64b15fa-fc34-43fe-a366-d27c0f1c3df2", + "valueType": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникОбъект.ИдентификаторыОбъектовМетаданных", + "nameEn": "CatalogObject.ИдентификаторыОбъектовМетаданных" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникОбъект.ИдентификаторыОбъектовРасширений", + "nameEn": "CatalogObject.ИдентификаторыОбъектовРасширений" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + } +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" "b/src/test/resources/fixtures/ssl_3_2/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" new file mode 100644 index 000000000..41c23328b --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213.json" @@ -0,0 +1,3913 @@ +{"com.github._1c_syntax.bsl.mdo.ExchangePlan": { + "attributes": [ + [ + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.ExchangeDate", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.ДатаОбмена" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "EXCHANGE_PLAN", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "ДатаОбмена", + "nameEn": "ExchangeDate" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.ThisNode", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.ЭтотУзел" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПланОбменаСсылка.ОбновлениеИнформационнойБазы", + "nameEn": "ExchangePlanRef.ОбновлениеИнформационнойБазы" + }, + "variant": "METADATA", + "kind": "EXCHANGE_PLAN" + } + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "ЭтотУзел", + "nameEn": "ThisNode" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.ReceivedNo", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.НомерПринятого" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерПринятого", + "nameEn": "ReceivedNo" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.SentNo", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.НомерОтправленного" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "fullName": { + "nameRu": "НомерОтправленного", + "nameEn": "SentNo" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.Ref", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.DeletionMark", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.Description", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.Наименование" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 25, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Наименование", + "nameEn": "Description" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.Code", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.Код" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 9, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Код", + "nameEn": "Code" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5371672a-c8e0-4c12-834e-f23dd885b49a", + "name": "Очередь", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.Attribute.Очередь", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.Реквизит.Очередь" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Очередь" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": false, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "8583ca82-a4f5-4f2a-9b9a-7807b4560e85", + "name": "Временная", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.Attribute.Временная", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.Реквизит.Временная" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Временная" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "content": [ + [ + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияРассылкиОтчетов", + "mdoRefRu": "РегистрСведений.ИсторияРассылкиОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияРассылокОтчетов", + "mdoRefRu": "РегистрСведений.СостоянияРассылокОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЭлектронноеПисьмоВходящееПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ЭлектронноеПисьмоВходящееПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЭкземплярыСервераDSS", + "mdoRefRu": "Справочник.ЭкземплярыСервераDSS" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.МестаХраненияДвоичныхДанных", + "mdoRefRu": "РегистрСведений.МестаХраненияДвоичныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ШаблоныАнкет", + "mdoRefRu": "Справочник.ШаблоныАнкет" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПроцессыДляЗапуска", + "mdoRefRu": "РегистрСведений.ПроцессыДляЗапуска" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НаличиеФайлов", + "mdoRefRu": "РегистрСведений.НаличиеФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПочтовыйКлиент", + "mdoRefRu": "Константа.ИспользоватьПочтовыйКлиент" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыАдминистрированияИБ", + "mdoRefRu": "Константа.ПараметрыАдминистрированияИБ" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьШаблоныСообщений", + "mdoRefRu": "Константа.ИспользоватьШаблоныСообщений" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыИтоговИАгрегатов", + "mdoRefRu": "Константа.ПараметрыИтоговИАгрегатов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СообщенияОбменаДанными", + "mdoRefRu": "РегистрСведений.СообщенияОбменаДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НаборыДополнительныхРеквизитовИСведений", + "mdoRefRu": "Справочник.НаборыДополнительныхРеквизитовИСведений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПериодыНерабочихДнейКалендаря", + "mdoRefRu": "РегистрСведений.ПериодыНерабочихДнейКалендаря" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.АрхивСообщенийОбменов", + "mdoRefRu": "РегистрСведений.АрхивСообщенийОбменов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПапкиЭлектронныхПисем", + "mdoRefRu": "Справочник.ПапкиЭлектронныхПисем" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВариантыОтчетов", + "mdoRefRu": "Справочник.ВариантыОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОтветыНаВопросыАнкет", + "mdoRefRu": "РегистрСведений.ОтветыНаВопросыАнкет" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ВерсииОбъектов", + "mdoRefRu": "РегистрСведений.ВерсииОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ДатаУведомленияОНовыхЗадачах", + "mdoRefRu": "Константа.ДатаУведомленияОНовыхЗадачах" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КэшПереводов", + "mdoRefRu": "РегистрСведений.КэшПереводов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыКомментарииСтатистики", + "mdoRefRu": "РегистрСведений.ЗамерыКомментарииСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьЭлектронныеПодписи", + "mdoRefRu": "Константа.ИспользоватьЭлектронныеПодписи" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПрофилиКлючевыхОпераций", + "mdoRefRu": "Справочник.ПрофилиКлючевыхОпераций" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыРезервногоКопирования", + "mdoRefRu": "Константа.ПараметрыРезервногоКопирования" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДополнительныеОтчетыИОбработки", + "mdoRefRu": "Константа.ИспользоватьДополнительныеОтчетыИОбработки" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СтатистикаКонфигурации", + "mdoRefRu": "РегистрСведений.СтатистикаКонфигурации" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НомераОтсканированныхФайлов", + "mdoRefRu": "РегистрСведений.НомераОтсканированныхФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.РазделыДатЗапретаИзменения", + "mdoRefRu": "ПланВидовХарактеристик.РазделыДатЗапретаИзменения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НеудаленныеОбъекты", + "mdoRefRu": "РегистрСведений.НеудаленныеОбъекты" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПериодХраненияЗамеров", + "mdoRefRu": "Константа.ПериодХраненияЗамеров" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкиПодчиненногоУзлаРИБ", + "mdoRefRu": "Константа.НастройкиПодчиненногоУзлаРИБ" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НепринятыеКОбработкеПочтовымСерверомИсходящиеПисьма", + "mdoRefRu": "РегистрСведений.НепринятыеКОбработкеПочтовымСерверомИсходящиеПисьма" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВопросыШаблонаАнкеты", + "mdoRefRu": "Справочник.ВопросыШаблонаАнкеты" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыВремени", + "mdoRefRu": "РегистрСведений.ЗамерыВремени" + }, + "allow": false + }, + { + "metadata": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КурсыВалют", + "mdoRefRu": "РегистрСведений.КурсыВалют" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ВерсияДатЗапретаИзменения", + "mdoRefRu": "Константа.ВерсияДатЗапретаИзменения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбъектыНезарегистрированныеПриЗацикливании", + "mdoRefRu": "РегистрСведений.ОбъектыНезарегистрированныеПриЗацикливании" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСервисМобильнойПодписи", + "mdoRefRu": "Константа.ИспользоватьСервисМобильнойПодписи" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкаПроксиСервера", + "mdoRefRu": "Константа.НастройкаПроксиСервера" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗапрещатьЗагрузкуФайловПоРасширению", + "mdoRefRu": "Константа.ЗапрещатьЗагрузкуФайловПоРасширению" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбработчикиСобытийСинхронизацииДанных", + "mdoRefRu": "РегистрСведений.ОбработчикиСобытийСинхронизацииДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗаявленияНаВыпускСертификата", + "mdoRefRu": "РегистрСведений.ЗаявленияНаВыпускСертификата" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВнешниеКомпоненты", + "mdoRefRu": "Справочник.ВнешниеКомпоненты" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.АдресПубликацииИнформационнойБазыВИнтернете", + "mdoRefRu": "Константа.АдресПубликацииИнформационнойБазыВИнтернете" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.КлючиДоступа", + "mdoRefRu": "Справочник.КлючиДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НаборыЗначенийДоступа", + "mdoRefRu": "РегистрСведений.НаборыЗначенийДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиУчетныхЗаписейЭлектроннойПочты", + "mdoRefRu": "РегистрСведений.НастройкиУчетныхЗаписейЭлектроннойПочты" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КалендарныеГрафики", + "mdoRefRu": "РегистрСведений.КалендарныеГрафики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗапретитьОтображениеНебезопасногоСодержимогоВПисьмах", + "mdoRefRu": "Константа.ЗапретитьОтображениеНебезопасногоСодержимогоВПисьмах" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ШаблоныСообщенийПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ШаблоныСообщенийПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.Календари", + "mdoRefRu": "Справочник.Календари" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИдентификаторыПолученныхЭлектронныхПисем", + "mdoRefRu": "РегистрСведений.ИдентификаторыПолученныхЭлектронныхПисем" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбновлениеКлючейДоступаКДанным", + "mdoRefRu": "РегистрСведений.ОбновлениеКлючейДоступаКДанным" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.Валюты", + "mdoRefRu": "Справочник.Валюты" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ШаблоныСообщений", + "mdoRefRu": "Справочник.ШаблоныСообщений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗависимостиПравДоступа", + "mdoRefRu": "РегистрСведений.ЗависимостиПравДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СлужебныеАдресныеСведения", + "mdoRefRu": "РегистрСведений.СлужебныеАдресныеСведения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УровниСокращенийАдресныхСведений", + "mdoRefRu": "РегистрСведений.УровниСокращенийАдресныхСведений" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.РазрешитьДоступКИнтернетСервисам", + "mdoRefRu": "Константа.РазрешитьДоступКИнтернетСервисам" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияОригиналовПервичныхДокументов", + "mdoRefRu": "РегистрСведений.СостоянияОригиналовПервичныхДокументов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СоответствияОбъектовИнформационныхБаз", + "mdoRefRu": "РегистрСведений.СоответствияОбъектовИнформационныхБаз" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанныхВЛокальномРежиме", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанныхВЛокальномРежиме" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗадачиОбменаДаннымиВнутренняяПубликация", + "mdoRefRu": "РегистрСведений.ЗадачиОбменаДаннымиВнутренняяПубликация" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияАдминистративнойИерархии", + "mdoRefRu": "РегистрСведений.ИсторияАдминистративнойИерархии" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ВерсияКлассификатораБанков", + "mdoRefRu": "Константа.ВерсияКлассификатораБанков" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ВыполнятьЗамерыПроизводительности", + "mdoRefRu": "Константа.ВыполнятьЗамерыПроизводительности" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПрофильБезопасностиИнформационнойБазы", + "mdoRefRu": "Константа.ПрофильБезопасностиИнформационнойБазы" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПодписантыСервисаМобильнойПодписи", + "mdoRefRu": "Справочник.ПодписантыСервисаМобильнойПодписи" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЗапланированноеВзаимодействиеПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ЗапланированноеВзаимодействиеПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИерархияГруппПользователей", + "mdoRefRu": "РегистрСведений.ИерархияГруппПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиОбменаДаннымиXDTO", + "mdoRefRu": "РегистрСведений.НастройкиОбменаДаннымиXDTO" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПризнакРассмотрено", + "mdoRefRu": "Константа.ИспользоватьПризнакРассмотрено" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СервисМобильнойПодписиСтатусы", + "mdoRefRu": "РегистрСведений.СервисМобильнойПодписиСтатусы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПредопределенныеВариантыОтчетовВерсийРасширений", + "mdoRefRu": "РегистрСведений.ПредопределенныеВариантыОтчетовВерсийРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкиРегистрацииСобытийДоступаКДанным", + "mdoRefRu": "Константа.НастройкиРегистрацииСобытийДоступаКДанным" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СубъектыДляСкрытияПерсональныхДанных", + "mdoRefRu": "РегистрСведений.СубъектыДляСкрытияПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокРасширенийФайловOpenDocumentОбластиДанных", + "mdoRefRu": "Константа.СписокРасширенийФайловOpenDocumentОбластиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанныхВМоделиСервиса", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанныхВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИспользованиеПоставляемыхДополнительныхОтчетовИОбработокВОбластяхДанных", + "mdoRefRu": "РегистрСведений.ИспользованиеПоставляемыхДополнительныхОтчетовИОбработокВОбластяхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НастройкиОтправкиВГосключ", + "mdoRefRu": "Справочник.НастройкиОтправкиВГосключ" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РазрешенияНаИспользованиеВнешнихРесурсов", + "mdoRefRu": "РегистрСведений.РазрешенияНаИспользованиеВнешнихРесурсов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиСинхронизацииФайлов", + "mdoRefRu": "РегистрСведений.НастройкиСинхронизацииФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияРезервногоКопированияВстроенногоХранилищаДвоичныхДанных", + "mdoRefRu": "РегистрСведений.ИсторияРезервногоКопированияВстроенногоХранилищаДвоичныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиРаботыСФайловымАрхивом", + "mdoRefRu": "РегистрСведений.НастройкиРаботыСФайловымАрхивом" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПрогрессОбновления", + "mdoRefRu": "РегистрСведений.ПрогрессОбновления" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.КлючевыеОперации", + "mdoRefRu": "Справочник.КлючевыеОперации" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВидыПроверок", + "mdoRefRu": "Справочник.ВидыПроверок" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НезависимоеИспользованиеДополнительныхОтчетовИОбработокВМоделиСервиса", + "mdoRefRu": "Константа.НезависимоеИспользованиеДополнительныхОтчетовИОбработокВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВариантыОтветовАнкет", + "mdoRefRu": "Справочник.ВариантыОтветовАнкет" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.Заметки", + "mdoRefRu": "Справочник.Заметки" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.АдресДляВосстановленияПароляУчетнойЗаписи", + "mdoRefRu": "Константа.АдресДляВосстановленияПароляУчетнойЗаписи" + }, + "allow": false + }, + { + "metadata": { + "type": "TASK", + "mdoRef": "Task.ЗадачаИсполнителя", + "mdoRefRu": "Задача.ЗадачаИсполнителя" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДополнительныеСведения", + "mdoRefRu": "РегистрСведений.ДополнительныеСведения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СнимкиОтчетов", + "mdoRefRu": "РегистрСведений.СнимкиОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПредопределенныеВариантыОтчетовРасширений", + "mdoRefRu": "Справочник.ПредопределенныеВариантыОтчетовРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаКРегиструРезультатыПроверкиУчета", + "mdoRefRu": "РегистрСведений.КлючиДоступаКРегиструРезультатыПроверкиУчета" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПутиКПрограммамЭлектроннойПодписиИШифрованияНаСерверахLinux", + "mdoRefRu": "РегистрСведений.ПутиКПрограммамЭлектроннойПодписиИШифрованияНаСерверахLinux" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияПроверокВеденияУчета", + "mdoRefRu": "РегистрСведений.СостоянияПроверокВеденияУчета" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.НазначениеОпросов", + "mdoRefRu": "Документ.НазначениеОпросов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СценарииОбменовДанными", + "mdoRefRu": "Справочник.СценарииОбменовДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСкрытиеПерсональныхДанныхСубъектов", + "mdoRefRu": "Константа.ИспользоватьСкрытиеПерсональныхДанныхСубъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СрокиХраненияПерсональныхДанных", + "mdoRefRu": "РегистрСведений.СрокиХраненияПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ИдентификаторыОбъектовМетаданных", + "mdoRefRu": "Справочник.ИдентификаторыОбъектовМетаданных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ФайлыВРабочемКаталоге", + "mdoRefRu": "РегистрСведений.ФайлыВРабочемКаталоге" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьШифрование", + "mdoRefRu": "Константа.ИспользоватьШифрование" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДанныеОбработанныеВЦентральномУзлеРИБ", + "mdoRefRu": "РегистрСведений.ДанныеОбработанныеВЦентральномУзлеРИБ" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбработчикиОбновления", + "mdoRefRu": "РегистрСведений.ОбработчикиОбновления" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсполнителиЗадач", + "mdoRefRu": "РегистрСведений.ИсполнителиЗадач" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.УчетныеЗаписиDSS", + "mdoRefRu": "Справочник.УчетныеЗаписиDSS" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.ТелефонныйЗвонок", + "mdoRefRu": "Документ.ТелефонныйЗвонок" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиВерсионированияОбъектов", + "mdoRefRu": "РегистрСведений.НастройкиВерсионированияОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.РолиИсполнителей", + "mdoRefRu": "Справочник.РолиИсполнителей" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ОбщиеВнешниеКомпоненты", + "mdoRefRu": "Справочник.ОбщиеВнешниеКомпоненты" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.РазрешитьДоступКИнтернетСервисамЭлектроннойПодписи", + "mdoRefRu": "Константа.РазрешитьДоступКИнтернетСервисамЭлектроннойПодписи" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокЗапрещенныхРасширенийОбластиДанных", + "mdoRefRu": "Константа.СписокЗапрещенныхРасширенийОбластиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.МашиночитаемыеДоверенности", + "mdoRefRu": "Справочник.МашиночитаемыеДоверенности" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиТранспортаОбменаОбластейДанных", + "mdoRefRu": "РегистрСведений.НастройкиТранспортаОбменаОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОтправлятьПисьмаВФорматеHTML", + "mdoRefRu": "Константа.ОтправлятьПисьмаВФорматеHTML" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПодчиненныеБизнесПроцессы", + "mdoRefRu": "Константа.ИспользоватьПодчиненныеБизнесПроцессы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияКонтактовВзаимодействий", + "mdoRefRu": "РегистрСведений.СостоянияКонтактовВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбластиПерсональныхДанных", + "mdoRefRu": "РегистрСведений.ОбластиПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СтатусыСинхронизацииФайловСОблачнымСервисом", + "mdoRefRu": "РегистрСведений.СтатусыСинхронизацииФайловСОблачнымСервисом" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатыЗапретаЗагрузки", + "mdoRefRu": "Константа.ИспользоватьДатыЗапретаЗагрузки" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДанныеПроизводственногоКалендаря", + "mdoRefRu": "РегистрСведений.ДанныеПроизводственногоКалендаря" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьВерсионированиеОбъектов", + "mdoRefRu": "Константа.ИспользоватьВерсионированиеОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СеансыОбменовДанными", + "mdoRefRu": "Справочник.СеансыОбменовДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВерсииРасширений", + "mdoRefRu": "Справочник.ВерсииРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НаследованиеНастроекПравОбъектов", + "mdoRefRu": "РегистрСведений.НаследованиеНастроекПравОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПричиныИзмененияАдресныхСведений", + "mdoRefRu": "РегистрСведений.ПричиныИзмененияАдресныхСведений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ХранилищеФайлов", + "mdoRefRu": "РегистрСведений.ХранилищеФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СессииОбменаСообщениямиСистемы", + "mdoRefRu": "РегистрСведений.СессииОбменаСообщениямиСистемы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокРасширенийТекстовыхФайлов", + "mdoRefRu": "Константа.СписокРасширенийТекстовыхФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.БезопасноеХранилищеДанныхОбластейДанных", + "mdoRefRu": "РегистрСведений.БезопасноеХранилищеДанныхОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗагруженныеВерсииАдресныхСведений", + "mdoRefRu": "РегистрСведений.ЗагруженныеВерсииАдресныхСведений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПраваРолей", + "mdoRefRu": "РегистрСведений.ПраваРолей" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ТелефонныйЗвонокПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ТелефонныйЗвонокПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.ЗапланированноеВзаимодействие", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокРасширенийФайловOpenDocument", + "mdoRefRu": "Константа.СписокРасширенийФайловOpenDocument" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПравилаПроверкиУчета", + "mdoRefRu": "Справочник.ПравилаПроверкиУчета" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ДатаПоследнейВыгрузкиЗамеровПроизводительностиUTC", + "mdoRefRu": "Константа.ДатаПоследнейВыгрузкиЗамеровПроизводительностиUTC" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.Встреча", + "mdoRefRu": "Документ.Встреча" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.Пользователи", + "mdoRefRu": "Справочник.Пользователи" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗагрузитьСообщениеОбменаДанными", + "mdoRefRu": "Константа.ЗагрузитьСообщениеОбменаДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПроверятьЭлектронныеПодписиНаСервере", + "mdoRefRu": "Константа.ПроверятьЭлектронныеПодписиНаСервере" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПровайдерSMS", + "mdoRefRu": "Константа.ПровайдерSMS" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПользовательСтандартногоИнтерфейсаOData", + "mdoRefRu": "Константа.ПользовательСтандартногоИнтерфейсаOData" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ВерсииПодсистем", + "mdoRefRu": "РегистрСведений.ВерсииПодсистем" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПользовательскиеНастройкиОтчетов", + "mdoRefRu": "Справочник.ПользовательскиеНастройкиОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияОбменовДанными", + "mdoRefRu": "РегистрСведений.СостоянияОбменовДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОповещенияПользователейСертификатов", + "mdoRefRu": "РегистрСведений.ОповещенияПользователейСертификатов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьАвтономнуюРаботуВМоделиСервиса", + "mdoRefRu": "Константа.ИспользоватьАвтономнуюРаботуВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПредметыПапкиВзаимодействий", + "mdoRefRu": "РегистрСведений.ПредметыПапкиВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗначенияГруппДоступаПоУмолчанию", + "mdoRefRu": "РегистрСведений.ЗначенияГруппДоступаПоУмолчанию" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОсновныеПечатныеФормыКонтрагентов", + "mdoRefRu": "РегистрСведений.ОсновныеПечатныеФормыКонтрагентов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.РазрешенныеНеаккредитованныеУЦ", + "mdoRefRu": "Константа.РазрешенныеНеаккредитованныеУЦ" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОтложенноеОбновлениеЗавершеноУспешно", + "mdoRefRu": "Константа.ОтложенноеОбновлениеЗавершеноУспешно" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИзвлекатьТекстыФайловНаСервере", + "mdoRefRu": "Константа.ИзвлекатьТекстыФайловНаСервере" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПрофилиБезопасностиДляДОО", + "mdoRefRu": "Константа.ИспользоватьПрофилиБезопасностиДляДОО" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоЗамеровВПакетеЭкспорта", + "mdoRefRu": "Константа.КоличествоЗамеровВПакетеЭкспорта" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДополнительныеРеквизитыИСведения", + "mdoRefRu": "Константа.ИспользоватьДополнительныеРеквизитыИСведения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаВнешнихПользователей", + "mdoRefRu": "РегистрСведений.КлючиДоступаВнешнихПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.РазрешитьВыполнениеДООРегламентнымиЗаданиямиВМоделиСервиса", + "mdoRefRu": "Константа.РазрешитьВыполнениеДООРегламентнымиЗаданиямиВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.СообщениеSMS", + "mdoRefRu": "Документ.СообщениеSMS" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОчередьИзвлеченияТекста", + "mdoRefRu": "РегистрСведений.ОчередьИзвлеченияТекста" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьАнкетирование", + "mdoRefRu": "Константа.ИспользоватьАнкетирование" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.УчетныеЗаписиЭлектроннойПочты", + "mdoRefRu": "Справочник.УчетныеЗаписиЭлектроннойПочты" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.МаксимальныйРазмерФайла", + "mdoRefRu": "Константа.МаксимальныйРазмерФайла" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗапросыРазрешенийНаИспользованиеВнешнихРесурсов", + "mdoRefRu": "РегистрСведений.ЗапросыРазрешенийНаИспользованиеВнешнихРесурсов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПользовательскиеНастройкиДоступаКОбработкам", + "mdoRefRu": "РегистрСведений.ПользовательскиеНастройкиДоступаКОбработкам" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПакетыИнформацииПриЗапуске", + "mdoRefRu": "РегистрСведений.ПакетыИнформацииПриЗапуске" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыОбластиСтатистики", + "mdoRefRu": "РегистрСведений.ЗамерыОбластиСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыБлокировкиРаботыСВнешнимиРесурсами", + "mdoRefRu": "Константа.ПараметрыБлокировкиРаботыСВнешнимиРесурсами" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СертификатыПолучателейРассылкиОтчетов", + "mdoRefRu": "РегистрСведений.СертификатыПолучателейРассылкиОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПриоритетОбновленияВОбластяхДанных", + "mdoRefRu": "Константа.ПриоритетОбновленияВОбластяхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.Анкета", + "mdoRefRu": "Документ.Анкета" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаНаборовГруппДоступа", + "mdoRefRu": "РегистрСведений.КлючиДоступаНаборовГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.УдалитьНастройкиВходаПользователей", + "mdoRefRu": "Константа.УдалитьНастройкиВходаПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыАдресногоКлассификатора", + "mdoRefRu": "Константа.ПараметрыАдресногоКлассификатора" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПроизводственныеКалендари", + "mdoRefRu": "Справочник.ПроизводственныеКалендари" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СтроковыеКонтактыВзаимодействий", + "mdoRefRu": "Справочник.СтроковыеКонтактыВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПоставляемыеДополнительныеОтчетыИОбработки", + "mdoRefRu": "Справочник.ПоставляемыеДополнительныеОтчетыИОбработки" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЭлектронноеПисьмоИсходящееПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ЭлектронноеПисьмоИсходящееПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НазначениеДополнительныхОбработок", + "mdoRefRu": "РегистрСведений.НазначениеДополнительныхОбработок" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВидыКонтактнойИнформации", + "mdoRefRu": "Справочник.ВидыКонтактнойИнформации" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СтраныМира", + "mdoRefRu": "Справочник.СтраныМира" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.МашиночитаемыеДоверенностиСтатусы", + "mdoRefRu": "РегистрСведений.МашиночитаемыеДоверенностиСтатусы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СоздаватьЭлектронныеПодписиНаСервере", + "mdoRefRu": "Константа.СоздаватьЭлектронныеПодписиНаСервере" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьГруппыВнешнихПользователей", + "mdoRefRu": "Константа.ИспользоватьГруппыВнешнихПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатуИВремяВСрокахЗадач", + "mdoRefRu": "Константа.ИспользоватьДатуИВремяВСрокахЗадач" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьГосключ", + "mdoRefRu": "Константа.ИспользоватьГосключ" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СогласияНаОбработкуПерсональныхДанных", + "mdoRefRu": "РегистрСведений.СогласияНаОбработкуПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПубличныеИдентификаторыСинхронизируемыхОбъектов", + "mdoRefRu": "РегистрСведений.ПубличныеИдентификаторыСинхронизируемыхОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.ОтзывСогласияНаОбработкуПерсональныхДанных", + "mdoRefRu": "Документ.ОтзывСогласияНаОбработкуПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлассификаторыМЧД", + "mdoRefRu": "РегистрСведений.КлассификаторыМЧД" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьКомандуЗаметки", + "mdoRefRu": "Константа.ИспользоватьКомандуЗаметки" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СертификатыКлючейЭлектроннойПодписиИШифрования", + "mdoRefRu": "Справочник.СертификатыКлючейЭлектроннойПодписиИШифрования" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДополнительныеАдресныеСведения", + "mdoRefRu": "РегистрСведений.ДополнительныеАдресныеСведения" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СтатусОбновленияКонфигурации", + "mdoRefRu": "Константа.СтатусОбновленияКонфигурации" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьОтправкуSMSВШаблонахСообщений", + "mdoRefRu": "Константа.ИспользоватьОтправкуSMSВШаблонахСообщений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбновлениеКлючейДоступаТекущиеЗадания", + "mdoRefRu": "РегистрСведений.ОбновлениеКлючейДоступаТекущиеЗадания" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СведенияОФайлах", + "mdoRefRu": "РегистрСведений.СведенияОФайлах" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КонтурСинхронизации", + "mdoRefRu": "РегистрСведений.КонтурСинхронизации" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоПотоковОбновленияДоступа", + "mdoRefRu": "Константа.КоличествоПотоковОбновленияДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СоставыГруппПользователей", + "mdoRefRu": "РегистрСведений.СоставыГруппПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПотокиОбновления", + "mdoRefRu": "РегистрСведений.ПотокиОбновления" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьКомандуНапоминаний", + "mdoRefRu": "Константа.ИспользоватьКомандуНапоминаний" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПользовательскиеМакетыПечати", + "mdoRefRu": "РегистрСведений.ПользовательскиеМакетыПечати" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УдалитьБезопасноеХранилищеДанныхОбластейДанных", + "mdoRefRu": "РегистрСведений.УдалитьБезопасноеХранилищеДанныхОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.МуниципальнаяИерархия", + "mdoRefRu": "РегистрСведений.МуниципальнаяИерархия" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ТаблицыГруппДоступа", + "mdoRefRu": "РегистрСведений.ТаблицыГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЗакладкиВзаимодействий", + "mdoRefRu": "Справочник.ЗакладкиВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СостоянияОригиналовПервичныхДокументов", + "mdoRefRu": "Справочник.СостоянияОригиналовПервичныхДокументов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИзмененияОбщихДанныхУзлов", + "mdoRefRu": "РегистрСведений.ИзмененияОбщихДанныхУзлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбновлениеКлючейДоступаПользователей", + "mdoRefRu": "РегистрСведений.ОбновлениеКлючейДоступаПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.РассылкиОтчетов", + "mdoRefRu": "Справочник.РассылкиОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НеразделенныеПользователи", + "mdoRefRu": "РегистрСведений.НеразделенныеПользователи" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УведомленияОПрочтении", + "mdoRefRu": "РегистрСведений.УведомленияОПрочтении" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДанныеОбъектовДляРегистрацииВОбменах", + "mdoRefRu": "РегистрСведений.ДанныеОбъектовДляРегистрацииВОбменах" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДанныеБизнесПроцессов", + "mdoRefRu": "РегистрСведений.ДанныеБизнесПроцессов" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СпискиОтзываСертификатов", + "mdoRefRu": "РегистрСведений.СпискиОтзываСертификатов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.МинимальныйИнтервалРегламентныхЗаданийДОИОВМоделиСервиса", + "mdoRefRu": "Константа.МинимальныйИнтервалРегламентныхЗаданийДОИОВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользованиеКаталогаДополнительныхОтчетовИОбработокВМоделиСервиса", + "mdoRefRu": "Константа.ИспользованиеКаталогаДополнительныхОтчетовИОбработокВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДлительныеОперации", + "mdoRefRu": "РегистрСведений.ДлительныеОперации" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УдалитьЗамерыВремени3", + "mdoRefRu": "РегистрСведений.УдалитьЗамерыВремени3" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиПравОбъектов", + "mdoRefRu": "РегистрСведений.НастройкиПравОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ДополнительныеОтчетыИОбработки", + "mdoRefRu": "Справочник.ДополнительныеОтчетыИОбработки" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВнешниеПользователи", + "mdoRefRu": "Справочник.ВнешниеПользователи" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПапкиФайлов", + "mdoRefRu": "Справочник.ПапкиФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СубъектыДляРасчетаСроковХранения", + "mdoRefRu": "РегистрСведений.СубъектыДляРасчетаСроковХранения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НапоминанияПользователя", + "mdoRefRu": "РегистрСведений.НапоминанияПользователя" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ДатаОбновленияПовторноИспользуемыхЗначенийМРО", + "mdoRefRu": "Константа.ДатаОбновленияПовторноИспользуемыхЗначенийМРО" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиПолномочийМЧД", + "mdoRefRu": "РегистрСведений.НастройкиПолномочийМЧД" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗначенияГруппДоступа", + "mdoRefRu": "РегистрСведений.ЗначенияГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияМуниципальнойИерархии", + "mdoRefRu": "РегистрСведений.ИсторияМуниципальнойИерархии" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьАльтернативныйСерверДляЗагрузкиКурсовВалют", + "mdoRefRu": "Константа.ИспользоватьАльтернативныйСерверДляЗагрузкиКурсовВалют" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПолнотекстовыйПоиск", + "mdoRefRu": "Константа.ИспользоватьПолнотекстовыйПоиск" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КаталогСообщенийОбменаДаннымиДляWindows", + "mdoRefRu": "Константа.КаталогСообщенийОбменаДаннымиДляWindows" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.АвтоматическиНастраиватьРазрешенияВПрофиляхБезопасности", + "mdoRefRu": "Константа.АвтоматическиНастраиватьРазрешенияВПрофиляхБезопасности" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.РежимОчисткиФайлов", + "mdoRefRu": "Константа.РежимОчисткиФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КэшПрограммныхИнтерфейсов", + "mdoRefRu": "РегистрСведений.КэшПрограммныхИнтерфейсов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ГруппыЗначенийДоступа", + "mdoRefRu": "РегистрСведений.ГруппыЗначенийДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиКомандПечати", + "mdoRefRu": "РегистрСведений.НастройкиКомандПечати" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ДанныеДляОтложенногоОбновления", + "mdoRefRu": "Константа.ДанныеДляОтложенногоОбновления" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СервисПереводаТекста", + "mdoRefRu": "Константа.СервисПереводаТекста" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НеИспользоватьРазделениеПоОбластямДанных", + "mdoRefRu": "Константа.НеИспользоватьРазделениеПоОбластямДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КаталогСообщенийОбменаДаннымиДляLinux", + "mdoRefRu": "Константа.КаталогСообщенийОбменаДаннымиДляLinux" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СведенияОБлокируемыхОбъектах", + "mdoRefRu": "Константа.СведенияОБлокируемыхОбъектах" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПредопределенныеВариантыОтчетов", + "mdoRefRu": "Справочник.ПредопределенныеВариантыОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьЭлектроннуюПочтуВШаблонахСообщений", + "mdoRefRu": "Константа.ИспользоватьЭлектроннуюПочтуВШаблонахСообщений" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанныхВМоделиСервисаСПриложениемВИнтернете", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанныхВМоделиСервисаСПриложениемВИнтернете" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОценкаПроизводительностиПериодЗаписи", + "mdoRefRu": "Константа.ОценкаПроизводительностиПериодЗаписи" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ГлавныйУзел", + "mdoRefRu": "Константа.ГлавныйУзел" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.АдресСервисаМЧДРР", + "mdoRefRu": "Константа.АдресСервисаМЧДРР" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗаголовокСистемы", + "mdoRefRu": "Константа.ЗаголовокСистемы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РучныеИзмененияГрафиковРаботы", + "mdoRefRu": "РегистрСведений.РучныеИзмененияГрафиковРаботы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьБизнесПроцессыИЗадачи", + "mdoRefRu": "Константа.ИспользоватьБизнесПроцессыИЗадачи" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияОбменовДаннымиОбластейДанных", + "mdoRefRu": "РегистрСведений.СостоянияОбменовДаннымиОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыПользователей", + "mdoRefRu": "Справочник.ГруппыПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользуютсяПрофилиБезопасности", + "mdoRefRu": "Константа.ИспользуютсяПрофилиБезопасности" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СтандартныеПодсистемыВАвтономномРежиме", + "mdoRefRu": "Константа.СтандартныеПодсистемыВАвтономномРежиме" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОграничиватьДоступНаУровнеЗаписейУниверсально", + "mdoRefRu": "Константа.ОграничиватьДоступНаУровнеЗаписейУниверсально" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЭлектронныеПодписиМЧД", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписиМЧД" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗарегистрированыИзмененияДанных", + "mdoRefRu": "Константа.ЗарегистрированыИзмененияДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиОчисткиФайлов", + "mdoRefRu": "РегистрСведений.НастройкиОчисткиФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбщиеНастройкиУзловИнформационныхБаз", + "mdoRefRu": "РегистрСведений.ОбщиеНастройкиУзловИнформационныхБаз" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЗначенияСвойствОбъектовИерархия", + "mdoRefRu": "Справочник.ЗначенияСвойствОбъектовИерархия" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.МаксимальныйРазмерФайлаОбластиДанных", + "mdoRefRu": "Константа.МаксимальныйРазмерФайлаОбластиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьВнешнихПользователей", + "mdoRefRu": "Константа.ИспользоватьВнешнихПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.УчетныеЗаписиСинхронизацииФайлов", + "mdoRefRu": "Справочник.УчетныеЗаписиСинхронизацииФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПараметрыРаботыПрограммы", + "mdoRefRu": "РегистрСведений.ПараметрыРаботыПрограммы" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПрограммыЭлектроннойПодписиИШифрования", + "mdoRefRu": "Справочник.ПрограммыЭлектроннойПодписиИШифрования" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ИдентификаторыОбъектовРасширений", + "mdoRefRu": "Справочник.ИдентификаторыОбъектовРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияПапокПисем", + "mdoRefRu": "РегистрСведений.СостоянияПапокПисем" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкиКолонтитулов", + "mdoRefRu": "Константа.НастройкиКолонтитулов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СертификатыПользователяDSS", + "mdoRefRu": "РегистрСведений.СертификатыПользователяDSS" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.АдминистративнаяИерархия", + "mdoRefRu": "РегистрСведений.АдминистративнаяИерархия" + }, + "allow": false + }, + { + "metadata": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ОбъектыАдресацииЗадач", + "mdoRefRu": "ПланВидовХарактеристик.ОбъектыАдресацииЗадач" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьГруппыПользователей", + "mdoRefRu": "Константа.ИспользоватьГруппыПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СинхронизироватьДанныеСПриложениемВИнтернетеПриНачалеРаботыПрограммы", + "mdoRefRu": "Константа.СинхронизироватьДанныеСПриложениемВИнтернетеПриНачалеРаботыПрограммы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкиВходаПользователей", + "mdoRefRu": "Константа.НастройкиВходаПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПсевдонимыПредопределенныхУзлов", + "mdoRefRu": "РегистрСведений.ПсевдонимыПредопределенныхУзлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияУспешныхОбменовДаннымиОбластейДанных", + "mdoRefRu": "РегистрСведений.СостоянияУспешныхОбменовДаннымиОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьНесколькоПроизводственныхКалендарей", + "mdoRefRu": "Константа.ИспользоватьНесколькоПроизводственныхКалендарей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПравилаДляОбменаДанными", + "mdoRefRu": "РегистрСведений.ПравилаДляОбменаДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбластиСтатистики", + "mdoRefRu": "РегистрСведений.ОбластиСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкаПодчиненногоУзлаРИБЗавершена", + "mdoRefRu": "Константа.НастройкаПодчиненногоУзлаРИБЗавершена" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыИсполнителейЗадач", + "mdoRefRu": "Справочник.ГруппыИсполнителейЗадач" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КвартирыОфисыПомещения", + "mdoRefRu": "РегистрСведений.КвартирыОфисыПомещения" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НастройкиТранспортаСообщенийОбмена", + "mdoRefRu": "Справочник.НастройкиТранспортаСообщенийОбмена" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЗначенияСвойствОбъектов", + "mdoRefRu": "Справочник.ЗначенияСвойствОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ОбщиеНастройкиАвторизацииИнтернетСервисов", + "mdoRefRu": "Справочник.ОбщиеНастройкиАвторизацииИнтернетСервисов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДатыПоследнейЗагрузкиПочтовыхСообщений", + "mdoRefRu": "РегистрСведений.ДатыПоследнейЗагрузкиПочтовыхСообщений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЭлектронныеПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПараметрыОграниченияДоступа", + "mdoRefRu": "РегистрСведений.ПараметрыОграниченияДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.КлассификаторБанков", + "mdoRefRu": "Справочник.КлассификаторБанков" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗемельныеУчастки", + "mdoRefRu": "РегистрСведений.ЗемельныеУчастки" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияАдресныхОбъектов", + "mdoRefRu": "РегистрСведений.ИсторияАдресныхОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокЗапрещенныхРасширений", + "mdoRefRu": "Константа.СписокЗапрещенныхРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПериодическиеСерверныеОповещения", + "mdoRefRu": "РегистрСведений.ПериодическиеСерверныеОповещения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СообщенияОбменаДаннымиОбластейДанных", + "mdoRefRu": "РегистрСведений.СообщенияОбменаДаннымиОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиВариантовОтчетов", + "mdoRefRu": "РегистрСведений.НастройкиВариантовОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СообщениеSMSПрисоединенныеФайлы", + "mdoRefRu": "Справочник.СообщениеSMSПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СертификатыШифрования", + "mdoRefRu": "РегистрСведений.СертификатыШифрования" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИспользованиеДополнительныхОтчетовИОбработокСервисаВАвтономномРабочемМесте", + "mdoRefRu": "РегистрСведений.ИспользованиеДополнительныхОтчетовИОбработокСервисаВАвтономномРабочемМесте" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗаблокированныеДляПолученияУчетныеЗаписи", + "mdoRefRu": "РегистрСведений.ЗаблокированныеДляПолученияУчетныеЗаписи" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПараметрыРаботыВерсийРасширений", + "mdoRefRu": "РегистрСведений.ПараметрыРаботыВерсийРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ХранилищеДвоичныхДанных", + "mdoRefRu": "Справочник.ХранилищеДвоичныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОсновныеПечатныеФормыОбъектов", + "mdoRefRu": "РегистрСведений.ОсновныеПечатныеФормыОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиТранспортаОбменаОбластиДанных", + "mdoRefRu": "РегистрСведений.НастройкиТранспортаОбменаОбластиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьНапоминанияПользователя", + "mdoRefRu": "Константа.ИспользоватьНапоминанияПользователя" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УничтоженныеПерсональныеДанные", + "mdoRefRu": "РегистрСведений.УничтоженныеПерсональныеДанные" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПрефиксУзлаРаспределеннойИнформационнойБазы", + "mdoRefRu": "Константа.ПрефиксУзлаРаспределеннойИнформационнойБазы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СообщениеОбменаДаннымиИзГлавногоУзла", + "mdoRefRu": "Константа.СообщениеОбменаДаннымиИзГлавногоУзла" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьЗаметки", + "mdoRefRu": "Константа.ИспользоватьЗаметки" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОчередьИнсталляцииПоставляемыхДополнительныхОтчетовИОбработокВОбластиДанных", + "mdoRefRu": "РегистрСведений.ОчередьИнсталляцииПоставляемыхДополнительныхОтчетовИОбработокВОбластиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЯзыкиПечатныхФорм", + "mdoRefRu": "Справочник.ЯзыкиПечатныхФорм" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСервисПереводаТекста", + "mdoRefRu": "Константа.ИспользоватьСервисПереводаТекста" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.СогласиеНаОбработкуПерсональныхДанных", + "mdoRefRu": "Документ.СогласиеНаОбработкуПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РезультатыОбменаДанными", + "mdoRefRu": "РегистрСведений.РезультатыОбменаДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.БуферОперацийСтатистики", + "mdoRefRu": "РегистрСведений.БуферОперацийСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОтправленныеСерверныеОповещения", + "mdoRefRu": "РегистрСведений.ОтправленныеСерверныеОповещения" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыЦентраМониторинга", + "mdoRefRu": "Константа.ПараметрыЦентраМониторинга" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОграничиватьДоступНаУровнеЗаписей", + "mdoRefRu": "Константа.ОграничиватьДоступНаУровнеЗаписей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.АдресныеОбъекты", + "mdoRefRu": "РегистрСведений.АдресныеОбъекты" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СвойстваРасширений", + "mdoRefRu": "РегистрСведений.СвойстваРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.АктОбУничтоженииПерсональныхДанных", + "mdoRefRu": "Документ.АктОбУничтоженииПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыВнешнихПользователей", + "mdoRefRu": "Справочник.ГруппыВнешнихПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыВремениТехнологические", + "mdoRefRu": "РегистрСведений.ЗамерыВремениТехнологические" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьРазделениеПоОбластямДанных", + "mdoRefRu": "Константа.ИспользоватьРазделениеПоОбластямДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ХранитьФайлыВТомахНаДиске", + "mdoRefRu": "Константа.ХранитьФайлыВТомахНаДиске" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСервисСклоненияMorpher", + "mdoRefRu": "Константа.ИспользоватьСервисСклоненияMorpher" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СведенияОбОбновленииИБ", + "mdoRefRu": "Константа.СведенияОбОбновленииИБ" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыДоступа", + "mdoRefRu": "Справочник.ГруппыДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбщиеПоставляемыеМакетыПечати", + "mdoRefRu": "РегистрСведений.ОбщиеПоставляемыеМакетыПечати" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоПотоковОбновленияИнформационнойБазы", + "mdoRefRu": "Константа.КоличествоПотоковОбновленияИнформационнойБазы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияУспешныхОбменовДанными", + "mdoRefRu": "РегистрСведений.СостоянияУспешныхОбменовДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИспользуемыеВидыДоступа", + "mdoRefRu": "РегистрСведений.ИспользуемыеВидыДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОтложенноеОбновлениеВГлавномУзлеЗавершеноУспешно", + "mdoRefRu": "Константа.ОтложенноеОбновлениеВГлавномУзлеЗавершеноУспешно" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДатыЗапретаИзменения", + "mdoRefRu": "РегистрСведений.ДатыЗапретаИзменения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УдаляемыеОбъекты", + "mdoRefRu": "РегистрСведений.УдаляемыеОбъекты" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВстречаПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ВстречаПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаКРегистрам", + "mdoRefRu": "РегистрСведений.КлючиДоступаКРегистрам" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатыЗапретаИзменения", + "mdoRefRu": "Константа.ИспользоватьДатыЗапретаИзменения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаКОбъектам", + "mdoRefRu": "РегистрСведений.КлючиДоступаКОбъектам" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПрочиеВзаимодействия", + "mdoRefRu": "Константа.ИспользоватьПрочиеВзаимодействия" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЭтоАвтономноеРабочееМесто", + "mdoRefRu": "Константа.ЭтоАвтономноеРабочееМесто" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НаборыГруппДоступа", + "mdoRefRu": "Справочник.НаборыГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ТомаХраненияФайлов", + "mdoRefRu": "Справочник.ТомаХраненияФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ВерсииПодсистемОбластейДанных", + "mdoRefRu": "РегистрСведений.ВерсииПодсистемОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПравилаОбработкиЭлектроннойПочты", + "mdoRefRu": "Справочник.ПравилаОбработкиЭлектроннойПочты" + }, + "allow": false + }, + { + "metadata": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ВопросыДляАнкетирования", + "mdoRefRu": "ПланВидовХарактеристик.ВопросыДляАнкетирования" + }, + "allow": false + }, + { + "metadata": { + "type": "BUSINESS_PROCESS", + "mdoRef": "BusinessProcess.Задание", + "mdoRefRu": "БизнесПроцесс.Задание" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиАрхиваСообщенийОбменов", + "mdoRefRu": "РегистрСведений.НастройкиАрхиваСообщенийОбменов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.МакетыПечатныхФорм", + "mdoRefRu": "Справочник.МакетыПечатныхФорм" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИдентификаторыОбъектовВерсийРасширений", + "mdoRefRu": "РегистрСведений.ИдентификаторыОбъектовВерсийРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ФиксацияОбработкиДанныхОбработчиками", + "mdoRefRu": "РегистрСведений.ФиксацияОбработкиДанныхОбработчиками" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СинхронизироватьДанныеСПриложениемВИнтернетеПриЗавершенииРаботыПрограммы", + "mdoRefRu": "Константа.СинхронизироватьДанныеСПриложениемВИнтернетеПриЗавершенииРаботыПрограммы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоЭлементовВТранзакцииЗагрузкиДанных", + "mdoRefRu": "Константа.КоличествоЭлементовВТранзакцииЗагрузкиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗагрузитьРасширенияИзменяющиеСтруктуруДанных", + "mdoRefRu": "Константа.ЗагрузитьРасширенияИзменяющиеСтруктуруДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаПользователей", + "mdoRefRu": "РегистрСведений.КлючиДоступаПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаГруппДоступа", + "mdoRefRu": "РегистрСведений.КлючиДоступаГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.МашиночитаемыеДоверенностиПрисоединенныеФайлы", + "mdoRefRu": "Справочник.МашиночитаемыеДоверенностиПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДомаЗданияСтроения", + "mdoRefRu": "РегистрСведений.ДомаЗданияСтроения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИспользуемыеВидыДоступаПоТаблицам", + "mdoRefRu": "РегистрСведений.ИспользуемыеВидыДоступаПоТаблицам" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.МашиночитаемыеДоверенностиПредставителиИДоверители", + "mdoRefRu": "РегистрСведений.МашиночитаемыеДоверенностиПредставителиИДоверители" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДампыПлатформы", + "mdoRefRu": "РегистрСведений.ДампыПлатформы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.АдресПубликацииИнформационнойБазыВЛокальнойСети", + "mdoRefRu": "Константа.АдресПубликацииИнформационнойБазыВЛокальнойСети" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КодировкиФайлов", + "mdoRefRu": "РегистрСведений.КодировкиФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыОперацииСтатистики", + "mdoRefRu": "РегистрСведений.ЗамерыОперацииСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПоследнееОбновлениеДоступа", + "mdoRefRu": "Константа.ПоследнееОбновлениеДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.Файлы", + "mdoRefRu": "Справочник.Файлы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПрефиксПоследнегоАвтономногоРабочегоМеста", + "mdoRefRu": "Константа.ПрефиксПоследнегоАвтономногоРабочегоМеста" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИсточникДанныхАдресногоКлассификатора", + "mdoRefRu": "Константа.ИсточникДанныхАдресногоКлассификатора" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыСтатистики", + "mdoRefRu": "РегистрСведений.ЗамерыСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КомментарииСтатистики", + "mdoRefRu": "РегистрСведений.КомментарииСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СинхронизироватьФайлы", + "mdoRefRu": "Константа.СинхронизироватьФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВерсииФайлов", + "mdoRefRu": "Справочник.ВерсииФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОперацииСтатистики", + "mdoRefRu": "РегистрСведений.ОперацииСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УдалитьДвоичныеДанныеФайлов", + "mdoRefRu": "РегистрСведений.УдалитьДвоичныеДанныеФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбработчикиОбновленияОбщихДанных", + "mdoRefRu": "РегистрСведений.ОбработчикиОбновленияОбщихДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПовторитьЗагрузкуСообщенияОбменаДаннымиПередЗапуском", + "mdoRefRu": "Константа.ПовторитьЗагрузкуСообщенияОбменаДаннымиПередЗапуском" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КомментарииОперацииСтатистики", + "mdoRefRu": "РегистрСведений.КомментарииОперацииСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КонтактыВзаимодействий", + "mdoRefRu": "РегистрСведений.КонтактыВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СведенияОХраненииДедуплицированныхФайлов", + "mdoRefRu": "РегистрСведений.СведенияОХраненииДедуплицированныхФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РабочиеКаталогиФайлов", + "mdoRefRu": "РегистрСведений.РабочиеКаталогиФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПакетыДляОтправки", + "mdoRefRu": "РегистрСведений.ПакетыДляОтправки" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ДетализироватьОбновлениеИБВЖурналеРегистрации", + "mdoRefRu": "Константа.ДетализироватьОбновлениеИБВЖурналеРегистрации" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПрофилиГруппДоступа", + "mdoRefRu": "Справочник.ПрофилиГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанных", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИдентификаторИнформационнойБазы", + "mdoRefRu": "Константа.ИдентификаторИнформационнойБазы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПоставляемыеМакетыПечати", + "mdoRefRu": "РегистрСведений.ПоставляемыеМакетыПечати" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИзменятьЗаданияЗаднимЧислом", + "mdoRefRu": "Константа.ИзменятьЗаданияЗаднимЧислом" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РежимыПодключенияВнешнихМодулей", + "mdoRefRu": "РегистрСведений.РежимыПодключенияВнешнихМодулей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.БезопасноеХранилищеДанных", + "mdoRefRu": "РегистрСведений.БезопасноеХранилищеДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияПредметовВзаимодействий", + "mdoRefRu": "РегистрСведений.СостоянияПредметовВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РезультатыПроверкиУчета", + "mdoRefRu": "РегистрСведений.РезультатыПроверкиУчета" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанныхВМоделиСервисаСЛокальнойПрограммой", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанныхВМоделиСервисаСЛокальнойПрограммой" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СведенияОПользователях", + "mdoRefRu": "РегистрСведений.СведенияОПользователях" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.БлокировкиСеансовОбластейДанных", + "mdoRefRu": "РегистрСведений.БлокировкиСеансовОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьУдалениеПомеченныхОбъектов", + "mdoRefRu": "Константа.ИспользоватьУдалениеПомеченныхОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатуНачалаЗадач", + "mdoRefRu": "Константа.ИспользоватьДатуНачалаЗадач" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НастройкиАвторизацииИнтернетСервисов", + "mdoRefRu": "Справочник.НастройкиАвторизацииИнтернетСервисов" + }, + "allow": false + } + ], + [] + ], + "description": "Обновление информационной базы", + "distributedInfoBase": false, + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [], + "includeConfigurationExtensions": false, + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "EXCHANGE_PLAN", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/ExchangePlans/ОбновлениеИнформационно_Базы/Ext/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/ExchangePlans/ОбновлениеИнформационно_Базы/Ext/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/ExchangePlans/ОбновлениеИнформационно_Базы/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/ExchangePlans/ОбновлениеИнформационно_Базы/Ext/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ОбновлениеИнформационнойБазы", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 21, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "predefinedValues": [], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Обновление информационной базы" + } + } + ] + }, + "tabularSections": [], + "templates": [], + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" "b/src/test/resources/fixtures/ssl_3_2/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" new file mode 100644 index 000000000..b4d3b0a2c --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/ExchangePlans.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\230\320\275\321\204\320\276\321\200\320\274\320\260\321\206\320\270\320\276\320\275\320\275\320\276\320\271\320\221\320\260\320\267\321\213_edt.json" @@ -0,0 +1,3913 @@ +{"com.github._1c_syntax.bsl.mdo.ExchangePlan": { + "attributes": [ + [ + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.ExchangeDate", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.ДатаОбмена" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "EXCHANGE_PLAN", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "ДатаОбмена", + "nameEn": "ExchangeDate" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.ThisNode", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.ЭтотУзел" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПланОбменаСсылка.ОбновлениеИнформационнойБазы", + "nameEn": "ExchangePlanRef.ОбновлениеИнформационнойБазы" + }, + "variant": "METADATA", + "kind": "EXCHANGE_PLAN" + } + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "ЭтотУзел", + "nameEn": "ThisNode" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.ReceivedNo", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.НомерПринятого" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерПринятого", + "nameEn": "ReceivedNo" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.SentNo", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.НомерОтправленного" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "fullName": { + "nameRu": "НомерОтправленного", + "nameEn": "SentNo" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.Ref", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.DeletionMark", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.Description", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.Наименование" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 25, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Наименование", + "nameEn": "Description" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.StandardAttribute.Code", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.СтандартныйРеквизит.Код" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 9, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Код", + "nameEn": "Code" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5371672a-c8e0-4c12-834e-f23dd885b49a", + "name": "Очередь", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.Attribute.Очередь", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.Реквизит.Очередь" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Очередь" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": false, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "8583ca82-a4f5-4f2a-9b9a-7807b4560e85", + "name": "Временная", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "ExchangePlan.ОбновлениеИнформационнойБазы.Attribute.Временная", + "mdoRefRu": "ПланОбмена.ОбновлениеИнформационнойБазы.Реквизит.Временная" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Временная" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[6]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "content": [ + [ + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияРассылкиОтчетов", + "mdoRefRu": "РегистрСведений.ИсторияРассылкиОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияРассылокОтчетов", + "mdoRefRu": "РегистрСведений.СостоянияРассылокОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЭлектронноеПисьмоВходящееПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ЭлектронноеПисьмоВходящееПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЭкземплярыСервераDSS", + "mdoRefRu": "Справочник.ЭкземплярыСервераDSS" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.МестаХраненияДвоичныхДанных", + "mdoRefRu": "РегистрСведений.МестаХраненияДвоичныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ШаблоныАнкет", + "mdoRefRu": "Справочник.ШаблоныАнкет" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПроцессыДляЗапуска", + "mdoRefRu": "РегистрСведений.ПроцессыДляЗапуска" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НаличиеФайлов", + "mdoRefRu": "РегистрСведений.НаличиеФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПочтовыйКлиент", + "mdoRefRu": "Константа.ИспользоватьПочтовыйКлиент" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыАдминистрированияИБ", + "mdoRefRu": "Константа.ПараметрыАдминистрированияИБ" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьШаблоныСообщений", + "mdoRefRu": "Константа.ИспользоватьШаблоныСообщений" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыИтоговИАгрегатов", + "mdoRefRu": "Константа.ПараметрыИтоговИАгрегатов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СообщенияОбменаДанными", + "mdoRefRu": "РегистрСведений.СообщенияОбменаДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НаборыДополнительныхРеквизитовИСведений", + "mdoRefRu": "Справочник.НаборыДополнительныхРеквизитовИСведений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПериодыНерабочихДнейКалендаря", + "mdoRefRu": "РегистрСведений.ПериодыНерабочихДнейКалендаря" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.АрхивСообщенийОбменов", + "mdoRefRu": "РегистрСведений.АрхивСообщенийОбменов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПапкиЭлектронныхПисем", + "mdoRefRu": "Справочник.ПапкиЭлектронныхПисем" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВариантыОтчетов", + "mdoRefRu": "Справочник.ВариантыОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОтветыНаВопросыАнкет", + "mdoRefRu": "РегистрСведений.ОтветыНаВопросыАнкет" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ВерсииОбъектов", + "mdoRefRu": "РегистрСведений.ВерсииОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ДатаУведомленияОНовыхЗадачах", + "mdoRefRu": "Константа.ДатаУведомленияОНовыхЗадачах" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КэшПереводов", + "mdoRefRu": "РегистрСведений.КэшПереводов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыКомментарииСтатистики", + "mdoRefRu": "РегистрСведений.ЗамерыКомментарииСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьЭлектронныеПодписи", + "mdoRefRu": "Константа.ИспользоватьЭлектронныеПодписи" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПрофилиКлючевыхОпераций", + "mdoRefRu": "Справочник.ПрофилиКлючевыхОпераций" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыРезервногоКопирования", + "mdoRefRu": "Константа.ПараметрыРезервногоКопирования" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДополнительныеОтчетыИОбработки", + "mdoRefRu": "Константа.ИспользоватьДополнительныеОтчетыИОбработки" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СтатистикаКонфигурации", + "mdoRefRu": "РегистрСведений.СтатистикаКонфигурации" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НомераОтсканированныхФайлов", + "mdoRefRu": "РегистрСведений.НомераОтсканированныхФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.РазделыДатЗапретаИзменения", + "mdoRefRu": "ПланВидовХарактеристик.РазделыДатЗапретаИзменения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НеудаленныеОбъекты", + "mdoRefRu": "РегистрСведений.НеудаленныеОбъекты" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПериодХраненияЗамеров", + "mdoRefRu": "Константа.ПериодХраненияЗамеров" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкиПодчиненногоУзлаРИБ", + "mdoRefRu": "Константа.НастройкиПодчиненногоУзлаРИБ" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НепринятыеКОбработкеПочтовымСерверомИсходящиеПисьма", + "mdoRefRu": "РегистрСведений.НепринятыеКОбработкеПочтовымСерверомИсходящиеПисьма" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВопросыШаблонаАнкеты", + "mdoRefRu": "Справочник.ВопросыШаблонаАнкеты" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыВремени", + "mdoRefRu": "РегистрСведений.ЗамерыВремени" + }, + "allow": false + }, + { + "metadata": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КурсыВалют", + "mdoRefRu": "РегистрСведений.КурсыВалют" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ВерсияДатЗапретаИзменения", + "mdoRefRu": "Константа.ВерсияДатЗапретаИзменения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбъектыНезарегистрированныеПриЗацикливании", + "mdoRefRu": "РегистрСведений.ОбъектыНезарегистрированныеПриЗацикливании" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСервисМобильнойПодписи", + "mdoRefRu": "Константа.ИспользоватьСервисМобильнойПодписи" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкаПроксиСервера", + "mdoRefRu": "Константа.НастройкаПроксиСервера" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗапрещатьЗагрузкуФайловПоРасширению", + "mdoRefRu": "Константа.ЗапрещатьЗагрузкуФайловПоРасширению" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбработчикиСобытийСинхронизацииДанных", + "mdoRefRu": "РегистрСведений.ОбработчикиСобытийСинхронизацииДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗаявленияНаВыпускСертификата", + "mdoRefRu": "РегистрСведений.ЗаявленияНаВыпускСертификата" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВнешниеКомпоненты", + "mdoRefRu": "Справочник.ВнешниеКомпоненты" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.АдресПубликацииИнформационнойБазыВИнтернете", + "mdoRefRu": "Константа.АдресПубликацииИнформационнойБазыВИнтернете" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.КлючиДоступа", + "mdoRefRu": "Справочник.КлючиДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НаборыЗначенийДоступа", + "mdoRefRu": "РегистрСведений.НаборыЗначенийДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиУчетныхЗаписейЭлектроннойПочты", + "mdoRefRu": "РегистрСведений.НастройкиУчетныхЗаписейЭлектроннойПочты" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КалендарныеГрафики", + "mdoRefRu": "РегистрСведений.КалендарныеГрафики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗапретитьОтображениеНебезопасногоСодержимогоВПисьмах", + "mdoRefRu": "Константа.ЗапретитьОтображениеНебезопасногоСодержимогоВПисьмах" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ШаблоныСообщенийПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ШаблоныСообщенийПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.Календари", + "mdoRefRu": "Справочник.Календари" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИдентификаторыПолученныхЭлектронныхПисем", + "mdoRefRu": "РегистрСведений.ИдентификаторыПолученныхЭлектронныхПисем" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбновлениеКлючейДоступаКДанным", + "mdoRefRu": "РегистрСведений.ОбновлениеКлючейДоступаКДанным" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.Валюты", + "mdoRefRu": "Справочник.Валюты" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ШаблоныСообщений", + "mdoRefRu": "Справочник.ШаблоныСообщений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗависимостиПравДоступа", + "mdoRefRu": "РегистрСведений.ЗависимостиПравДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СлужебныеАдресныеСведения", + "mdoRefRu": "РегистрСведений.СлужебныеАдресныеСведения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УровниСокращенийАдресныхСведений", + "mdoRefRu": "РегистрСведений.УровниСокращенийАдресныхСведений" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.РазрешитьДоступКИнтернетСервисам", + "mdoRefRu": "Константа.РазрешитьДоступКИнтернетСервисам" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияОригиналовПервичныхДокументов", + "mdoRefRu": "РегистрСведений.СостоянияОригиналовПервичныхДокументов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СоответствияОбъектовИнформационныхБаз", + "mdoRefRu": "РегистрСведений.СоответствияОбъектовИнформационныхБаз" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанныхВЛокальномРежиме", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанныхВЛокальномРежиме" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗадачиОбменаДаннымиВнутренняяПубликация", + "mdoRefRu": "РегистрСведений.ЗадачиОбменаДаннымиВнутренняяПубликация" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияАдминистративнойИерархии", + "mdoRefRu": "РегистрСведений.ИсторияАдминистративнойИерархии" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ВерсияКлассификатораБанков", + "mdoRefRu": "Константа.ВерсияКлассификатораБанков" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ВыполнятьЗамерыПроизводительности", + "mdoRefRu": "Константа.ВыполнятьЗамерыПроизводительности" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПрофильБезопасностиИнформационнойБазы", + "mdoRefRu": "Константа.ПрофильБезопасностиИнформационнойБазы" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПодписантыСервисаМобильнойПодписи", + "mdoRefRu": "Справочник.ПодписантыСервисаМобильнойПодписи" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЗапланированноеВзаимодействиеПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ЗапланированноеВзаимодействиеПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИерархияГруппПользователей", + "mdoRefRu": "РегистрСведений.ИерархияГруппПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиОбменаДаннымиXDTO", + "mdoRefRu": "РегистрСведений.НастройкиОбменаДаннымиXDTO" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПризнакРассмотрено", + "mdoRefRu": "Константа.ИспользоватьПризнакРассмотрено" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СервисМобильнойПодписиСтатусы", + "mdoRefRu": "РегистрСведений.СервисМобильнойПодписиСтатусы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПредопределенныеВариантыОтчетовВерсийРасширений", + "mdoRefRu": "РегистрСведений.ПредопределенныеВариантыОтчетовВерсийРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкиРегистрацииСобытийДоступаКДанным", + "mdoRefRu": "Константа.НастройкиРегистрацииСобытийДоступаКДанным" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СубъектыДляСкрытияПерсональныхДанных", + "mdoRefRu": "РегистрСведений.СубъектыДляСкрытияПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокРасширенийФайловOpenDocumentОбластиДанных", + "mdoRefRu": "Константа.СписокРасширенийФайловOpenDocumentОбластиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанныхВМоделиСервиса", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанныхВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИспользованиеПоставляемыхДополнительныхОтчетовИОбработокВОбластяхДанных", + "mdoRefRu": "РегистрСведений.ИспользованиеПоставляемыхДополнительныхОтчетовИОбработокВОбластяхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НастройкиОтправкиВГосключ", + "mdoRefRu": "Справочник.НастройкиОтправкиВГосключ" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РазрешенияНаИспользованиеВнешнихРесурсов", + "mdoRefRu": "РегистрСведений.РазрешенияНаИспользованиеВнешнихРесурсов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиСинхронизацииФайлов", + "mdoRefRu": "РегистрСведений.НастройкиСинхронизацииФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияРезервногоКопированияВстроенногоХранилищаДвоичныхДанных", + "mdoRefRu": "РегистрСведений.ИсторияРезервногоКопированияВстроенногоХранилищаДвоичныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиРаботыСФайловымАрхивом", + "mdoRefRu": "РегистрСведений.НастройкиРаботыСФайловымАрхивом" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПрогрессОбновления", + "mdoRefRu": "РегистрСведений.ПрогрессОбновления" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.КлючевыеОперации", + "mdoRefRu": "Справочник.КлючевыеОперации" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВидыПроверок", + "mdoRefRu": "Справочник.ВидыПроверок" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НезависимоеИспользованиеДополнительныхОтчетовИОбработокВМоделиСервиса", + "mdoRefRu": "Константа.НезависимоеИспользованиеДополнительныхОтчетовИОбработокВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВариантыОтветовАнкет", + "mdoRefRu": "Справочник.ВариантыОтветовАнкет" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.Заметки", + "mdoRefRu": "Справочник.Заметки" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.АдресДляВосстановленияПароляУчетнойЗаписи", + "mdoRefRu": "Константа.АдресДляВосстановленияПароляУчетнойЗаписи" + }, + "allow": false + }, + { + "metadata": { + "type": "TASK", + "mdoRef": "Task.ЗадачаИсполнителя", + "mdoRefRu": "Задача.ЗадачаИсполнителя" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДополнительныеСведения", + "mdoRefRu": "РегистрСведений.ДополнительныеСведения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СнимкиОтчетов", + "mdoRefRu": "РегистрСведений.СнимкиОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПредопределенныеВариантыОтчетовРасширений", + "mdoRefRu": "Справочник.ПредопределенныеВариантыОтчетовРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаКРегиструРезультатыПроверкиУчета", + "mdoRefRu": "РегистрСведений.КлючиДоступаКРегиструРезультатыПроверкиУчета" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПутиКПрограммамЭлектроннойПодписиИШифрованияНаСерверахLinux", + "mdoRefRu": "РегистрСведений.ПутиКПрограммамЭлектроннойПодписиИШифрованияНаСерверахLinux" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияПроверокВеденияУчета", + "mdoRefRu": "РегистрСведений.СостоянияПроверокВеденияУчета" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.НазначениеОпросов", + "mdoRefRu": "Документ.НазначениеОпросов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СценарииОбменовДанными", + "mdoRefRu": "Справочник.СценарииОбменовДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСкрытиеПерсональныхДанныхСубъектов", + "mdoRefRu": "Константа.ИспользоватьСкрытиеПерсональныхДанныхСубъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СрокиХраненияПерсональныхДанных", + "mdoRefRu": "РегистрСведений.СрокиХраненияПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ИдентификаторыОбъектовМетаданных", + "mdoRefRu": "Справочник.ИдентификаторыОбъектовМетаданных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ФайлыВРабочемКаталоге", + "mdoRefRu": "РегистрСведений.ФайлыВРабочемКаталоге" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьШифрование", + "mdoRefRu": "Константа.ИспользоватьШифрование" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДанныеОбработанныеВЦентральномУзлеРИБ", + "mdoRefRu": "РегистрСведений.ДанныеОбработанныеВЦентральномУзлеРИБ" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбработчикиОбновления", + "mdoRefRu": "РегистрСведений.ОбработчикиОбновления" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсполнителиЗадач", + "mdoRefRu": "РегистрСведений.ИсполнителиЗадач" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.УчетныеЗаписиDSS", + "mdoRefRu": "Справочник.УчетныеЗаписиDSS" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.ТелефонныйЗвонок", + "mdoRefRu": "Документ.ТелефонныйЗвонок" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиВерсионированияОбъектов", + "mdoRefRu": "РегистрСведений.НастройкиВерсионированияОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.РолиИсполнителей", + "mdoRefRu": "Справочник.РолиИсполнителей" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ОбщиеВнешниеКомпоненты", + "mdoRefRu": "Справочник.ОбщиеВнешниеКомпоненты" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.РазрешитьДоступКИнтернетСервисамЭлектроннойПодписи", + "mdoRefRu": "Константа.РазрешитьДоступКИнтернетСервисамЭлектроннойПодписи" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокЗапрещенныхРасширенийОбластиДанных", + "mdoRefRu": "Константа.СписокЗапрещенныхРасширенийОбластиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.МашиночитаемыеДоверенности", + "mdoRefRu": "Справочник.МашиночитаемыеДоверенности" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиТранспортаОбменаОбластейДанных", + "mdoRefRu": "РегистрСведений.НастройкиТранспортаОбменаОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОтправлятьПисьмаВФорматеHTML", + "mdoRefRu": "Константа.ОтправлятьПисьмаВФорматеHTML" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПодчиненныеБизнесПроцессы", + "mdoRefRu": "Константа.ИспользоватьПодчиненныеБизнесПроцессы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияКонтактовВзаимодействий", + "mdoRefRu": "РегистрСведений.СостоянияКонтактовВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбластиПерсональныхДанных", + "mdoRefRu": "РегистрСведений.ОбластиПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СтатусыСинхронизацииФайловСОблачнымСервисом", + "mdoRefRu": "РегистрСведений.СтатусыСинхронизацииФайловСОблачнымСервисом" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатыЗапретаЗагрузки", + "mdoRefRu": "Константа.ИспользоватьДатыЗапретаЗагрузки" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДанныеПроизводственногоКалендаря", + "mdoRefRu": "РегистрСведений.ДанныеПроизводственногоКалендаря" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьВерсионированиеОбъектов", + "mdoRefRu": "Константа.ИспользоватьВерсионированиеОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СеансыОбменовДанными", + "mdoRefRu": "Справочник.СеансыОбменовДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВерсииРасширений", + "mdoRefRu": "Справочник.ВерсииРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НаследованиеНастроекПравОбъектов", + "mdoRefRu": "РегистрСведений.НаследованиеНастроекПравОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПричиныИзмененияАдресныхСведений", + "mdoRefRu": "РегистрСведений.ПричиныИзмененияАдресныхСведений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ХранилищеФайлов", + "mdoRefRu": "РегистрСведений.ХранилищеФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СессииОбменаСообщениямиСистемы", + "mdoRefRu": "РегистрСведений.СессииОбменаСообщениямиСистемы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокРасширенийТекстовыхФайлов", + "mdoRefRu": "Константа.СписокРасширенийТекстовыхФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.БезопасноеХранилищеДанныхОбластейДанных", + "mdoRefRu": "РегистрСведений.БезопасноеХранилищеДанныхОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗагруженныеВерсииАдресныхСведений", + "mdoRefRu": "РегистрСведений.ЗагруженныеВерсииАдресныхСведений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПраваРолей", + "mdoRefRu": "РегистрСведений.ПраваРолей" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ТелефонныйЗвонокПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ТелефонныйЗвонокПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.ЗапланированноеВзаимодействие", + "mdoRefRu": "Документ.ЗапланированноеВзаимодействие" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокРасширенийФайловOpenDocument", + "mdoRefRu": "Константа.СписокРасширенийФайловOpenDocument" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПравилаПроверкиУчета", + "mdoRefRu": "Справочник.ПравилаПроверкиУчета" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ДатаПоследнейВыгрузкиЗамеровПроизводительностиUTC", + "mdoRefRu": "Константа.ДатаПоследнейВыгрузкиЗамеровПроизводительностиUTC" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.Встреча", + "mdoRefRu": "Документ.Встреча" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.Пользователи", + "mdoRefRu": "Справочник.Пользователи" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗагрузитьСообщениеОбменаДанными", + "mdoRefRu": "Константа.ЗагрузитьСообщениеОбменаДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПроверятьЭлектронныеПодписиНаСервере", + "mdoRefRu": "Константа.ПроверятьЭлектронныеПодписиНаСервере" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПровайдерSMS", + "mdoRefRu": "Константа.ПровайдерSMS" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПользовательСтандартногоИнтерфейсаOData", + "mdoRefRu": "Константа.ПользовательСтандартногоИнтерфейсаOData" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ВерсииПодсистем", + "mdoRefRu": "РегистрСведений.ВерсииПодсистем" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПользовательскиеНастройкиОтчетов", + "mdoRefRu": "Справочник.ПользовательскиеНастройкиОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияОбменовДанными", + "mdoRefRu": "РегистрСведений.СостоянияОбменовДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОповещенияПользователейСертификатов", + "mdoRefRu": "РегистрСведений.ОповещенияПользователейСертификатов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьАвтономнуюРаботуВМоделиСервиса", + "mdoRefRu": "Константа.ИспользоватьАвтономнуюРаботуВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПредметыПапкиВзаимодействий", + "mdoRefRu": "РегистрСведений.ПредметыПапкиВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗначенияГруппДоступаПоУмолчанию", + "mdoRefRu": "РегистрСведений.ЗначенияГруппДоступаПоУмолчанию" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОсновныеПечатныеФормыКонтрагентов", + "mdoRefRu": "РегистрСведений.ОсновныеПечатныеФормыКонтрагентов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.РазрешенныеНеаккредитованныеУЦ", + "mdoRefRu": "Константа.РазрешенныеНеаккредитованныеУЦ" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОтложенноеОбновлениеЗавершеноУспешно", + "mdoRefRu": "Константа.ОтложенноеОбновлениеЗавершеноУспешно" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИзвлекатьТекстыФайловНаСервере", + "mdoRefRu": "Константа.ИзвлекатьТекстыФайловНаСервере" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПрофилиБезопасностиДляДОО", + "mdoRefRu": "Константа.ИспользоватьПрофилиБезопасностиДляДОО" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоЗамеровВПакетеЭкспорта", + "mdoRefRu": "Константа.КоличествоЗамеровВПакетеЭкспорта" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДополнительныеРеквизитыИСведения", + "mdoRefRu": "Константа.ИспользоватьДополнительныеРеквизитыИСведения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаВнешнихПользователей", + "mdoRefRu": "РегистрСведений.КлючиДоступаВнешнихПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.РазрешитьВыполнениеДООРегламентнымиЗаданиямиВМоделиСервиса", + "mdoRefRu": "Константа.РазрешитьВыполнениеДООРегламентнымиЗаданиямиВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.СообщениеSMS", + "mdoRefRu": "Документ.СообщениеSMS" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОчередьИзвлеченияТекста", + "mdoRefRu": "РегистрСведений.ОчередьИзвлеченияТекста" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьАнкетирование", + "mdoRefRu": "Константа.ИспользоватьАнкетирование" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.УчетныеЗаписиЭлектроннойПочты", + "mdoRefRu": "Справочник.УчетныеЗаписиЭлектроннойПочты" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.МаксимальныйРазмерФайла", + "mdoRefRu": "Константа.МаксимальныйРазмерФайла" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗапросыРазрешенийНаИспользованиеВнешнихРесурсов", + "mdoRefRu": "РегистрСведений.ЗапросыРазрешенийНаИспользованиеВнешнихРесурсов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПользовательскиеНастройкиДоступаКОбработкам", + "mdoRefRu": "РегистрСведений.ПользовательскиеНастройкиДоступаКОбработкам" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПакетыИнформацииПриЗапуске", + "mdoRefRu": "РегистрСведений.ПакетыИнформацииПриЗапуске" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыОбластиСтатистики", + "mdoRefRu": "РегистрСведений.ЗамерыОбластиСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыБлокировкиРаботыСВнешнимиРесурсами", + "mdoRefRu": "Константа.ПараметрыБлокировкиРаботыСВнешнимиРесурсами" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СертификатыПолучателейРассылкиОтчетов", + "mdoRefRu": "РегистрСведений.СертификатыПолучателейРассылкиОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПриоритетОбновленияВОбластяхДанных", + "mdoRefRu": "Константа.ПриоритетОбновленияВОбластяхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.Анкета", + "mdoRefRu": "Документ.Анкета" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаНаборовГруппДоступа", + "mdoRefRu": "РегистрСведений.КлючиДоступаНаборовГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.УдалитьНастройкиВходаПользователей", + "mdoRefRu": "Константа.УдалитьНастройкиВходаПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыАдресногоКлассификатора", + "mdoRefRu": "Константа.ПараметрыАдресногоКлассификатора" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПроизводственныеКалендари", + "mdoRefRu": "Справочник.ПроизводственныеКалендари" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СтроковыеКонтактыВзаимодействий", + "mdoRefRu": "Справочник.СтроковыеКонтактыВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПоставляемыеДополнительныеОтчетыИОбработки", + "mdoRefRu": "Справочник.ПоставляемыеДополнительныеОтчетыИОбработки" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЭлектронноеПисьмоИсходящееПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ЭлектронноеПисьмоИсходящееПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НазначениеДополнительныхОбработок", + "mdoRefRu": "РегистрСведений.НазначениеДополнительныхОбработок" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВидыКонтактнойИнформации", + "mdoRefRu": "Справочник.ВидыКонтактнойИнформации" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СтраныМира", + "mdoRefRu": "Справочник.СтраныМира" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.МашиночитаемыеДоверенностиСтатусы", + "mdoRefRu": "РегистрСведений.МашиночитаемыеДоверенностиСтатусы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СоздаватьЭлектронныеПодписиНаСервере", + "mdoRefRu": "Константа.СоздаватьЭлектронныеПодписиНаСервере" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьГруппыВнешнихПользователей", + "mdoRefRu": "Константа.ИспользоватьГруппыВнешнихПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатуИВремяВСрокахЗадач", + "mdoRefRu": "Константа.ИспользоватьДатуИВремяВСрокахЗадач" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьГосключ", + "mdoRefRu": "Константа.ИспользоватьГосключ" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СогласияНаОбработкуПерсональныхДанных", + "mdoRefRu": "РегистрСведений.СогласияНаОбработкуПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПубличныеИдентификаторыСинхронизируемыхОбъектов", + "mdoRefRu": "РегистрСведений.ПубличныеИдентификаторыСинхронизируемыхОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.ОтзывСогласияНаОбработкуПерсональныхДанных", + "mdoRefRu": "Документ.ОтзывСогласияНаОбработкуПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлассификаторыМЧД", + "mdoRefRu": "РегистрСведений.КлассификаторыМЧД" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьКомандуЗаметки", + "mdoRefRu": "Константа.ИспользоватьКомандуЗаметки" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СертификатыКлючейЭлектроннойПодписиИШифрования", + "mdoRefRu": "Справочник.СертификатыКлючейЭлектроннойПодписиИШифрования" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДополнительныеАдресныеСведения", + "mdoRefRu": "РегистрСведений.ДополнительныеАдресныеСведения" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СтатусОбновленияКонфигурации", + "mdoRefRu": "Константа.СтатусОбновленияКонфигурации" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьОтправкуSMSВШаблонахСообщений", + "mdoRefRu": "Константа.ИспользоватьОтправкуSMSВШаблонахСообщений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбновлениеКлючейДоступаТекущиеЗадания", + "mdoRefRu": "РегистрСведений.ОбновлениеКлючейДоступаТекущиеЗадания" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СведенияОФайлах", + "mdoRefRu": "РегистрСведений.СведенияОФайлах" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КонтурСинхронизации", + "mdoRefRu": "РегистрСведений.КонтурСинхронизации" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоПотоковОбновленияДоступа", + "mdoRefRu": "Константа.КоличествоПотоковОбновленияДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СоставыГруппПользователей", + "mdoRefRu": "РегистрСведений.СоставыГруппПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПотокиОбновления", + "mdoRefRu": "РегистрСведений.ПотокиОбновления" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьКомандуНапоминаний", + "mdoRefRu": "Константа.ИспользоватьКомандуНапоминаний" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПользовательскиеМакетыПечати", + "mdoRefRu": "РегистрСведений.ПользовательскиеМакетыПечати" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УдалитьБезопасноеХранилищеДанныхОбластейДанных", + "mdoRefRu": "РегистрСведений.УдалитьБезопасноеХранилищеДанныхОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.МуниципальнаяИерархия", + "mdoRefRu": "РегистрСведений.МуниципальнаяИерархия" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ТаблицыГруппДоступа", + "mdoRefRu": "РегистрСведений.ТаблицыГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЗакладкиВзаимодействий", + "mdoRefRu": "Справочник.ЗакладкиВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СостоянияОригиналовПервичныхДокументов", + "mdoRefRu": "Справочник.СостоянияОригиналовПервичныхДокументов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИзмененияОбщихДанныхУзлов", + "mdoRefRu": "РегистрСведений.ИзмененияОбщихДанныхУзлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбновлениеКлючейДоступаПользователей", + "mdoRefRu": "РегистрСведений.ОбновлениеКлючейДоступаПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.РассылкиОтчетов", + "mdoRefRu": "Справочник.РассылкиОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НеразделенныеПользователи", + "mdoRefRu": "РегистрСведений.НеразделенныеПользователи" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УведомленияОПрочтении", + "mdoRefRu": "РегистрСведений.УведомленияОПрочтении" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДанныеОбъектовДляРегистрацииВОбменах", + "mdoRefRu": "РегистрСведений.ДанныеОбъектовДляРегистрацииВОбменах" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДанныеБизнесПроцессов", + "mdoRefRu": "РегистрСведений.ДанныеБизнесПроцессов" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.ЭлектронноеПисьмоИсходящее", + "mdoRefRu": "Документ.ЭлектронноеПисьмоИсходящее" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СпискиОтзываСертификатов", + "mdoRefRu": "РегистрСведений.СпискиОтзываСертификатов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.МинимальныйИнтервалРегламентныхЗаданийДОИОВМоделиСервиса", + "mdoRefRu": "Константа.МинимальныйИнтервалРегламентныхЗаданийДОИОВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользованиеКаталогаДополнительныхОтчетовИОбработокВМоделиСервиса", + "mdoRefRu": "Константа.ИспользованиеКаталогаДополнительныхОтчетовИОбработокВМоделиСервиса" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДлительныеОперации", + "mdoRefRu": "РегистрСведений.ДлительныеОперации" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УдалитьЗамерыВремени3", + "mdoRefRu": "РегистрСведений.УдалитьЗамерыВремени3" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиПравОбъектов", + "mdoRefRu": "РегистрСведений.НастройкиПравОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ДополнительныеОтчетыИОбработки", + "mdoRefRu": "Справочник.ДополнительныеОтчетыИОбработки" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВнешниеПользователи", + "mdoRefRu": "Справочник.ВнешниеПользователи" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПапкиФайлов", + "mdoRefRu": "Справочник.ПапкиФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СубъектыДляРасчетаСроковХранения", + "mdoRefRu": "РегистрСведений.СубъектыДляРасчетаСроковХранения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НапоминанияПользователя", + "mdoRefRu": "РегистрСведений.НапоминанияПользователя" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ДатаОбновленияПовторноИспользуемыхЗначенийМРО", + "mdoRefRu": "Константа.ДатаОбновленияПовторноИспользуемыхЗначенийМРО" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиПолномочийМЧД", + "mdoRefRu": "РегистрСведений.НастройкиПолномочийМЧД" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗначенияГруппДоступа", + "mdoRefRu": "РегистрСведений.ЗначенияГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияМуниципальнойИерархии", + "mdoRefRu": "РегистрСведений.ИсторияМуниципальнойИерархии" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьАльтернативныйСерверДляЗагрузкиКурсовВалют", + "mdoRefRu": "Константа.ИспользоватьАльтернативныйСерверДляЗагрузкиКурсовВалют" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПолнотекстовыйПоиск", + "mdoRefRu": "Константа.ИспользоватьПолнотекстовыйПоиск" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КаталогСообщенийОбменаДаннымиДляWindows", + "mdoRefRu": "Константа.КаталогСообщенийОбменаДаннымиДляWindows" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.АвтоматическиНастраиватьРазрешенияВПрофиляхБезопасности", + "mdoRefRu": "Константа.АвтоматическиНастраиватьРазрешенияВПрофиляхБезопасности" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.РежимОчисткиФайлов", + "mdoRefRu": "Константа.РежимОчисткиФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КэшПрограммныхИнтерфейсов", + "mdoRefRu": "РегистрСведений.КэшПрограммныхИнтерфейсов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ГруппыЗначенийДоступа", + "mdoRefRu": "РегистрСведений.ГруппыЗначенийДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиКомандПечати", + "mdoRefRu": "РегистрСведений.НастройкиКомандПечати" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ДанныеДляОтложенногоОбновления", + "mdoRefRu": "Константа.ДанныеДляОтложенногоОбновления" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СервисПереводаТекста", + "mdoRefRu": "Константа.СервисПереводаТекста" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НеИспользоватьРазделениеПоОбластямДанных", + "mdoRefRu": "Константа.НеИспользоватьРазделениеПоОбластямДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КаталогСообщенийОбменаДаннымиДляLinux", + "mdoRefRu": "Константа.КаталогСообщенийОбменаДаннымиДляLinux" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СведенияОБлокируемыхОбъектах", + "mdoRefRu": "Константа.СведенияОБлокируемыхОбъектах" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПредопределенныеВариантыОтчетов", + "mdoRefRu": "Справочник.ПредопределенныеВариантыОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьЭлектроннуюПочтуВШаблонахСообщений", + "mdoRefRu": "Константа.ИспользоватьЭлектроннуюПочтуВШаблонахСообщений" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанныхВМоделиСервисаСПриложениемВИнтернете", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанныхВМоделиСервисаСПриложениемВИнтернете" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОценкаПроизводительностиПериодЗаписи", + "mdoRefRu": "Константа.ОценкаПроизводительностиПериодЗаписи" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ГлавныйУзел", + "mdoRefRu": "Константа.ГлавныйУзел" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.АдресСервисаМЧДРР", + "mdoRefRu": "Константа.АдресСервисаМЧДРР" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗаголовокСистемы", + "mdoRefRu": "Константа.ЗаголовокСистемы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РучныеИзмененияГрафиковРаботы", + "mdoRefRu": "РегистрСведений.РучныеИзмененияГрафиковРаботы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьБизнесПроцессыИЗадачи", + "mdoRefRu": "Константа.ИспользоватьБизнесПроцессыИЗадачи" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияОбменовДаннымиОбластейДанных", + "mdoRefRu": "РегистрСведений.СостоянияОбменовДаннымиОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыПользователей", + "mdoRefRu": "Справочник.ГруппыПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользуютсяПрофилиБезопасности", + "mdoRefRu": "Константа.ИспользуютсяПрофилиБезопасности" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СтандартныеПодсистемыВАвтономномРежиме", + "mdoRefRu": "Константа.СтандартныеПодсистемыВАвтономномРежиме" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОграничиватьДоступНаУровнеЗаписейУниверсально", + "mdoRefRu": "Константа.ОграничиватьДоступНаУровнеЗаписейУниверсально" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЭлектронныеПодписиМЧД", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписиМЧД" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗарегистрированыИзмененияДанных", + "mdoRefRu": "Константа.ЗарегистрированыИзмененияДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиОчисткиФайлов", + "mdoRefRu": "РегистрСведений.НастройкиОчисткиФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбщиеНастройкиУзловИнформационныхБаз", + "mdoRefRu": "РегистрСведений.ОбщиеНастройкиУзловИнформационныхБаз" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЗначенияСвойствОбъектовИерархия", + "mdoRefRu": "Справочник.ЗначенияСвойствОбъектовИерархия" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.МаксимальныйРазмерФайлаОбластиДанных", + "mdoRefRu": "Константа.МаксимальныйРазмерФайлаОбластиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьВнешнихПользователей", + "mdoRefRu": "Константа.ИспользоватьВнешнихПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.УчетныеЗаписиСинхронизацииФайлов", + "mdoRefRu": "Справочник.УчетныеЗаписиСинхронизацииФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПараметрыРаботыПрограммы", + "mdoRefRu": "РегистрСведений.ПараметрыРаботыПрограммы" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПрограммыЭлектроннойПодписиИШифрования", + "mdoRefRu": "Справочник.ПрограммыЭлектроннойПодписиИШифрования" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ИдентификаторыОбъектовРасширений", + "mdoRefRu": "Справочник.ИдентификаторыОбъектовРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияПапокПисем", + "mdoRefRu": "РегистрСведений.СостоянияПапокПисем" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкиКолонтитулов", + "mdoRefRu": "Константа.НастройкиКолонтитулов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СертификатыПользователяDSS", + "mdoRefRu": "РегистрСведений.СертификатыПользователяDSS" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.АдминистративнаяИерархия", + "mdoRefRu": "РегистрСведений.АдминистративнаяИерархия" + }, + "allow": false + }, + { + "metadata": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ОбъектыАдресацииЗадач", + "mdoRefRu": "ПланВидовХарактеристик.ОбъектыАдресацииЗадач" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьГруппыПользователей", + "mdoRefRu": "Константа.ИспользоватьГруппыПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СинхронизироватьДанныеСПриложениемВИнтернетеПриНачалеРаботыПрограммы", + "mdoRefRu": "Константа.СинхронизироватьДанныеСПриложениемВИнтернетеПриНачалеРаботыПрограммы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкиВходаПользователей", + "mdoRefRu": "Константа.НастройкиВходаПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПсевдонимыПредопределенныхУзлов", + "mdoRefRu": "РегистрСведений.ПсевдонимыПредопределенныхУзлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияУспешныхОбменовДаннымиОбластейДанных", + "mdoRefRu": "РегистрСведений.СостоянияУспешныхОбменовДаннымиОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьНесколькоПроизводственныхКалендарей", + "mdoRefRu": "Константа.ИспользоватьНесколькоПроизводственныхКалендарей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПравилаДляОбменаДанными", + "mdoRefRu": "РегистрСведений.ПравилаДляОбменаДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбластиСтатистики", + "mdoRefRu": "РегистрСведений.ОбластиСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкаПодчиненногоУзлаРИБЗавершена", + "mdoRefRu": "Константа.НастройкаПодчиненногоУзлаРИБЗавершена" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыИсполнителейЗадач", + "mdoRefRu": "Справочник.ГруппыИсполнителейЗадач" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КвартирыОфисыПомещения", + "mdoRefRu": "РегистрСведений.КвартирыОфисыПомещения" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НастройкиТранспортаСообщенийОбмена", + "mdoRefRu": "Справочник.НастройкиТранспортаСообщенийОбмена" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЗначенияСвойствОбъектов", + "mdoRefRu": "Справочник.ЗначенияСвойствОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ОбщиеНастройкиАвторизацииИнтернетСервисов", + "mdoRefRu": "Справочник.ОбщиеНастройкиАвторизацииИнтернетСервисов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДатыПоследнейЗагрузкиПочтовыхСообщений", + "mdoRefRu": "РегистрСведений.ДатыПоследнейЗагрузкиПочтовыхСообщений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЭлектронныеПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПараметрыОграниченияДоступа", + "mdoRefRu": "РегистрСведений.ПараметрыОграниченияДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.КлассификаторБанков", + "mdoRefRu": "Справочник.КлассификаторБанков" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗемельныеУчастки", + "mdoRefRu": "РегистрСведений.ЗемельныеУчастки" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияАдресныхОбъектов", + "mdoRefRu": "РегистрСведений.ИсторияАдресныхОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокЗапрещенныхРасширений", + "mdoRefRu": "Константа.СписокЗапрещенныхРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПериодическиеСерверныеОповещения", + "mdoRefRu": "РегистрСведений.ПериодическиеСерверныеОповещения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СообщенияОбменаДаннымиОбластейДанных", + "mdoRefRu": "РегистрСведений.СообщенияОбменаДаннымиОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиВариантовОтчетов", + "mdoRefRu": "РегистрСведений.НастройкиВариантовОтчетов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.СообщениеSMSПрисоединенныеФайлы", + "mdoRefRu": "Справочник.СообщениеSMSПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СертификатыШифрования", + "mdoRefRu": "РегистрСведений.СертификатыШифрования" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИспользованиеДополнительныхОтчетовИОбработокСервисаВАвтономномРабочемМесте", + "mdoRefRu": "РегистрСведений.ИспользованиеДополнительныхОтчетовИОбработокСервисаВАвтономномРабочемМесте" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗаблокированныеДляПолученияУчетныеЗаписи", + "mdoRefRu": "РегистрСведений.ЗаблокированныеДляПолученияУчетныеЗаписи" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПараметрыРаботыВерсийРасширений", + "mdoRefRu": "РегистрСведений.ПараметрыРаботыВерсийРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ХранилищеДвоичныхДанных", + "mdoRefRu": "Справочник.ХранилищеДвоичныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОсновныеПечатныеФормыОбъектов", + "mdoRefRu": "РегистрСведений.ОсновныеПечатныеФормыОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиТранспортаОбменаОбластиДанных", + "mdoRefRu": "РегистрСведений.НастройкиТранспортаОбменаОбластиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьНапоминанияПользователя", + "mdoRefRu": "Константа.ИспользоватьНапоминанияПользователя" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УничтоженныеПерсональныеДанные", + "mdoRefRu": "РегистрСведений.УничтоженныеПерсональныеДанные" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПрефиксУзлаРаспределеннойИнформационнойБазы", + "mdoRefRu": "Константа.ПрефиксУзлаРаспределеннойИнформационнойБазы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СообщениеОбменаДаннымиИзГлавногоУзла", + "mdoRefRu": "Константа.СообщениеОбменаДаннымиИзГлавногоУзла" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьЗаметки", + "mdoRefRu": "Константа.ИспользоватьЗаметки" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОчередьИнсталляцииПоставляемыхДополнительныхОтчетовИОбработокВОбластиДанных", + "mdoRefRu": "РегистрСведений.ОчередьИнсталляцииПоставляемыхДополнительныхОтчетовИОбработокВОбластиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ЯзыкиПечатныхФорм", + "mdoRefRu": "Справочник.ЯзыкиПечатныхФорм" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСервисПереводаТекста", + "mdoRefRu": "Константа.ИспользоватьСервисПереводаТекста" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.СогласиеНаОбработкуПерсональныхДанных", + "mdoRefRu": "Документ.СогласиеНаОбработкуПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РезультатыОбменаДанными", + "mdoRefRu": "РегистрСведений.РезультатыОбменаДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.БуферОперацийСтатистики", + "mdoRefRu": "РегистрСведений.БуферОперацийСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОтправленныеСерверныеОповещения", + "mdoRefRu": "РегистрСведений.ОтправленныеСерверныеОповещения" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыЦентраМониторинга", + "mdoRefRu": "Константа.ПараметрыЦентраМониторинга" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОграничиватьДоступНаУровнеЗаписей", + "mdoRefRu": "Константа.ОграничиватьДоступНаУровнеЗаписей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.АдресныеОбъекты", + "mdoRefRu": "РегистрСведений.АдресныеОбъекты" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СвойстваРасширений", + "mdoRefRu": "РегистрСведений.СвойстваРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.АктОбУничтоженииПерсональныхДанных", + "mdoRefRu": "Документ.АктОбУничтоженииПерсональныхДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыВнешнихПользователей", + "mdoRefRu": "Справочник.ГруппыВнешнихПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыВремениТехнологические", + "mdoRefRu": "РегистрСведений.ЗамерыВремениТехнологические" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьРазделениеПоОбластямДанных", + "mdoRefRu": "Константа.ИспользоватьРазделениеПоОбластямДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ХранитьФайлыВТомахНаДиске", + "mdoRefRu": "Константа.ХранитьФайлыВТомахНаДиске" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСервисСклоненияMorpher", + "mdoRefRu": "Константа.ИспользоватьСервисСклоненияMorpher" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СведенияОбОбновленииИБ", + "mdoRefRu": "Константа.СведенияОбОбновленииИБ" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыДоступа", + "mdoRefRu": "Справочник.ГруппыДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбщиеПоставляемыеМакетыПечати", + "mdoRefRu": "РегистрСведений.ОбщиеПоставляемыеМакетыПечати" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоПотоковОбновленияИнформационнойБазы", + "mdoRefRu": "Константа.КоличествоПотоковОбновленияИнформационнойБазы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияУспешныхОбменовДанными", + "mdoRefRu": "РегистрСведений.СостоянияУспешныхОбменовДанными" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИспользуемыеВидыДоступа", + "mdoRefRu": "РегистрСведений.ИспользуемыеВидыДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ОтложенноеОбновлениеВГлавномУзлеЗавершеноУспешно", + "mdoRefRu": "Константа.ОтложенноеОбновлениеВГлавномУзлеЗавершеноУспешно" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДатыЗапретаИзменения", + "mdoRefRu": "РегистрСведений.ДатыЗапретаИзменения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УдаляемыеОбъекты", + "mdoRefRu": "РегистрСведений.УдаляемыеОбъекты" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВстречаПрисоединенныеФайлы", + "mdoRefRu": "Справочник.ВстречаПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаКРегистрам", + "mdoRefRu": "РегистрСведений.КлючиДоступаКРегистрам" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатыЗапретаИзменения", + "mdoRefRu": "Константа.ИспользоватьДатыЗапретаИзменения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаКОбъектам", + "mdoRefRu": "РегистрСведений.КлючиДоступаКОбъектам" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПрочиеВзаимодействия", + "mdoRefRu": "Константа.ИспользоватьПрочиеВзаимодействия" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЭтоАвтономноеРабочееМесто", + "mdoRefRu": "Константа.ЭтоАвтономноеРабочееМесто" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НаборыГруппДоступа", + "mdoRefRu": "Справочник.НаборыГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ТомаХраненияФайлов", + "mdoRefRu": "Справочник.ТомаХраненияФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ВерсииПодсистемОбластейДанных", + "mdoRefRu": "РегистрСведений.ВерсииПодсистемОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПравилаОбработкиЭлектроннойПочты", + "mdoRefRu": "Справочник.ПравилаОбработкиЭлектроннойПочты" + }, + "allow": false + }, + { + "metadata": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ВопросыДляАнкетирования", + "mdoRefRu": "ПланВидовХарактеристик.ВопросыДляАнкетирования" + }, + "allow": false + }, + { + "metadata": { + "type": "BUSINESS_PROCESS", + "mdoRef": "BusinessProcess.Задание", + "mdoRefRu": "БизнесПроцесс.Задание" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиАрхиваСообщенийОбменов", + "mdoRefRu": "РегистрСведений.НастройкиАрхиваСообщенийОбменов" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.МакетыПечатныхФорм", + "mdoRefRu": "Справочник.МакетыПечатныхФорм" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИдентификаторыОбъектовВерсийРасширений", + "mdoRefRu": "РегистрСведений.ИдентификаторыОбъектовВерсийРасширений" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ФиксацияОбработкиДанныхОбработчиками", + "mdoRefRu": "РегистрСведений.ФиксацияОбработкиДанныхОбработчиками" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СинхронизироватьДанныеСПриложениемВИнтернетеПриЗавершенииРаботыПрограммы", + "mdoRefRu": "Константа.СинхронизироватьДанныеСПриложениемВИнтернетеПриЗавершенииРаботыПрограммы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоЭлементовВТранзакцииЗагрузкиДанных", + "mdoRefRu": "Константа.КоличествоЭлементовВТранзакцииЗагрузкиДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗагрузитьРасширенияИзменяющиеСтруктуруДанных", + "mdoRefRu": "Константа.ЗагрузитьРасширенияИзменяющиеСтруктуруДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаПользователей", + "mdoRefRu": "РегистрСведений.КлючиДоступаПользователей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлючиДоступаГруппДоступа", + "mdoRefRu": "РегистрСведений.КлючиДоступаГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.МашиночитаемыеДоверенностиПрисоединенныеФайлы", + "mdoRefRu": "Справочник.МашиночитаемыеДоверенностиПрисоединенныеФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДомаЗданияСтроения", + "mdoRefRu": "РегистрСведений.ДомаЗданияСтроения" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИспользуемыеВидыДоступаПоТаблицам", + "mdoRefRu": "РегистрСведений.ИспользуемыеВидыДоступаПоТаблицам" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.МашиночитаемыеДоверенностиПредставителиИДоверители", + "mdoRefRu": "РегистрСведений.МашиночитаемыеДоверенностиПредставителиИДоверители" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДампыПлатформы", + "mdoRefRu": "РегистрСведений.ДампыПлатформы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.АдресПубликацииИнформационнойБазыВЛокальнойСети", + "mdoRefRu": "Константа.АдресПубликацииИнформационнойБазыВЛокальнойСети" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КодировкиФайлов", + "mdoRefRu": "РегистрСведений.КодировкиФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыОперацииСтатистики", + "mdoRefRu": "РегистрСведений.ЗамерыОперацииСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПоследнееОбновлениеДоступа", + "mdoRefRu": "Константа.ПоследнееОбновлениеДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.Файлы", + "mdoRefRu": "Справочник.Файлы" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПрефиксПоследнегоАвтономногоРабочегоМеста", + "mdoRefRu": "Константа.ПрефиксПоследнегоАвтономногоРабочегоМеста" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИсточникДанныхАдресногоКлассификатора", + "mdoRefRu": "Константа.ИсточникДанныхАдресногоКлассификатора" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗамерыСтатистики", + "mdoRefRu": "РегистрСведений.ЗамерыСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КомментарииСтатистики", + "mdoRefRu": "РегистрСведений.КомментарииСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.СинхронизироватьФайлы", + "mdoRefRu": "Константа.СинхронизироватьФайлы" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ВерсииФайлов", + "mdoRefRu": "Справочник.ВерсииФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОперацииСтатистики", + "mdoRefRu": "РегистрСведений.ОперацииСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УдалитьДвоичныеДанныеФайлов", + "mdoRefRu": "РегистрСведений.УдалитьДвоичныеДанныеФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбработчикиОбновленияОбщихДанных", + "mdoRefRu": "РегистрСведений.ОбработчикиОбновленияОбщихДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ПовторитьЗагрузкуСообщенияОбменаДаннымиПередЗапуском", + "mdoRefRu": "Константа.ПовторитьЗагрузкуСообщенияОбменаДаннымиПередЗапуском" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КомментарииОперацииСтатистики", + "mdoRefRu": "РегистрСведений.КомментарииОперацииСтатистики" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КонтактыВзаимодействий", + "mdoRefRu": "РегистрСведений.КонтактыВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СведенияОХраненииДедуплицированныхФайлов", + "mdoRefRu": "РегистрСведений.СведенияОХраненииДедуплицированныхФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РабочиеКаталогиФайлов", + "mdoRefRu": "РегистрСведений.РабочиеКаталогиФайлов" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПакетыДляОтправки", + "mdoRefRu": "РегистрСведений.ПакетыДляОтправки" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ДетализироватьОбновлениеИБВЖурналеРегистрации", + "mdoRefRu": "Константа.ДетализироватьОбновлениеИБВЖурналеРегистрации" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.ПрофилиГруппДоступа", + "mdoRefRu": "Справочник.ПрофилиГруппДоступа" + }, + "allow": false + }, + { + "metadata": { + "type": "DOCUMENT", + "mdoRef": "Document.ЭлектронноеПисьмоВходящее", + "mdoRefRu": "Документ.ЭлектронноеПисьмоВходящее" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанных", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИдентификаторИнформационнойБазы", + "mdoRefRu": "Константа.ИдентификаторИнформационнойБазы" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПоставляемыеМакетыПечати", + "mdoRefRu": "РегистрСведений.ПоставляемыеМакетыПечати" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИзменятьЗаданияЗаднимЧислом", + "mdoRefRu": "Константа.ИзменятьЗаданияЗаднимЧислом" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РежимыПодключенияВнешнихМодулей", + "mdoRefRu": "РегистрСведений.РежимыПодключенияВнешнихМодулей" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.БезопасноеХранилищеДанных", + "mdoRefRu": "РегистрСведений.БезопасноеХранилищеДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СостоянияПредметовВзаимодействий", + "mdoRefRu": "РегистрСведений.СостоянияПредметовВзаимодействий" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.РезультатыПроверкиУчета", + "mdoRefRu": "РегистрСведений.РезультатыПроверкиУчета" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанныхВМоделиСервисаСЛокальнойПрограммой", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанныхВМоделиСервисаСЛокальнойПрограммой" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СведенияОПользователях", + "mdoRefRu": "РегистрСведений.СведенияОПользователях" + }, + "allow": false + }, + { + "metadata": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.БлокировкиСеансовОбластейДанных", + "mdoRefRu": "РегистрСведений.БлокировкиСеансовОбластейДанных" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьУдалениеПомеченныхОбъектов", + "mdoRefRu": "Константа.ИспользоватьУдалениеПомеченныхОбъектов" + }, + "allow": false + }, + { + "metadata": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатуНачалаЗадач", + "mdoRefRu": "Константа.ИспользоватьДатуНачалаЗадач" + }, + "allow": false + }, + { + "metadata": { + "type": "CATALOG", + "mdoRef": "Catalog.НастройкиАвторизацииИнтернетСервисов", + "mdoRefRu": "Справочник.НастройкиАвторизацииИнтернетСервисов" + }, + "allow": false + } + ], + [] + ], + "description": "Обновление информационной базы", + "distributedInfoBase": false, + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [], + "includeConfigurationExtensions": false, + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "EXCHANGE_PLAN", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/ExchangePlans/ОбновлениеИнформационно_Базы/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/ExchangePlans/ОбновлениеИнформационно_Базы/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/ExchangePlans/ОбновлениеИнформационно_Базы/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/ExchangePlans/ОбновлениеИнформационно_Базы/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.ExchangePlan/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ОбновлениеИнформационнойБазы", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 21, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "predefinedValues": [], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Обновление информационной базы" + } + } + ] + }, + "tabularSections": [], + "templates": [], + "uuid": "3fc019d1-aec8-4835-96c5-3bbf43da0b94" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/FilterCriteria.\320\241\320\262\321\217\320\267\320\260\320\275\320\275\321\213\320\265\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\321\213.json" "b/src/test/resources/fixtures/ssl_3_2/FilterCriteria.\320\241\320\262\321\217\320\267\320\260\320\275\320\275\321\213\320\265\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\321\213.json" new file mode 100644 index 000000000..9a27ccae1 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/FilterCriteria.\320\241\320\262\321\217\320\267\320\260\320\275\320\275\321\213\320\265\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\321\213.json" @@ -0,0 +1,45 @@ +{"com.github._1c_syntax.bsl.mdo.FilterCriterion": { + "commands": [], + "comment": "", + "content": [], + "description": "Связанные документы", + "explanation": { + "content": [] + }, + "forms": [], + "mdoReference": { + "type": "FILTER_CRITERION", + "mdoRef": "FilterCriterion.СвязанныеДокументы", + "mdoRefRu": "КритерийОтбора.СвязанныеДокументы" + }, + "mdoType": "FILTER_CRITERION", + "moduleTypes": [], + "modules": [], + "name": "СвязанныеДокументы", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Связанные документы" + } + } + ] + }, + "uuid": "18bf6916-83cc-41e5-a35b-1489450ae632" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/FilterCriteria.\320\241\320\262\321\217\320\267\320\260\320\275\320\275\321\213\320\265\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\321\213_edt.json" "b/src/test/resources/fixtures/ssl_3_2/FilterCriteria.\320\241\320\262\321\217\320\267\320\260\320\275\320\275\321\213\320\265\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\321\213_edt.json" new file mode 100644 index 000000000..9a27ccae1 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/FilterCriteria.\320\241\320\262\321\217\320\267\320\260\320\275\320\275\321\213\320\265\320\224\320\276\320\272\321\203\320\274\320\265\320\275\321\202\321\213_edt.json" @@ -0,0 +1,45 @@ +{"com.github._1c_syntax.bsl.mdo.FilterCriterion": { + "commands": [], + "comment": "", + "content": [], + "description": "Связанные документы", + "explanation": { + "content": [] + }, + "forms": [], + "mdoReference": { + "type": "FILTER_CRITERION", + "mdoRef": "FilterCriterion.СвязанныеДокументы", + "mdoRefRu": "КритерийОтбора.СвязанныеДокументы" + }, + "mdoType": "FILTER_CRITERION", + "moduleTypes": [], + "modules": [], + "name": "СвязанныеДокументы", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Связанные документы" + } + } + ] + }, + "uuid": "18bf6916-83cc-41e5-a35b-1489450ae632" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/FunctionalOptions.\320\230\321\201\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\321\214\320\220\320\275\320\272\320\265\321\202\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.json" "b/src/test/resources/fixtures/ssl_3_2/FunctionalOptions.\320\230\321\201\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\321\214\320\220\320\275\320\272\320\265\321\202\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.json" new file mode 100644 index 000000000..ad7af03a1 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/FunctionalOptions.\320\230\321\201\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\321\214\320\220\320\275\320\272\320\265\321\202\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.json" @@ -0,0 +1,94 @@ +{"com.github._1c_syntax.bsl.mdo.FunctionalOption": { + "comment": "", + "content": [ + [ + { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ВопросыДляАнкетирования", + "mdoRefRu": "ПланВидовХарактеристик.ВопросыДляАнкетирования" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ВариантыОтветовАнкет", + "mdoRefRu": "Справочник.ВариантыОтветовАнкет" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.НазначениеОпросов", + "mdoRefRu": "Документ.НазначениеОпросов" + }, + { + "type": "DOCUMENT", + "mdoRef": "Document.Анкета", + "mdoRefRu": "Документ.Анкета" + }, + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОтветыНаВопросыАнкет", + "mdoRefRu": "РегистрСведений.ОтветыНаВопросыАнкет" + }, + { + "type": "REPORT", + "mdoRef": "Report.АнализОпроса", + "mdoRefRu": "Отчет.АнализОпроса" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ШаблоныАнкет", + "mdoRefRu": "Справочник.ШаблоныАнкет" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ВопросыШаблонаАнкеты", + "mdoRefRu": "Справочник.ВопросыШаблонаАнкеты" + }, + { + "type": "REPORT", + "mdoRef": "Report.АналитическийОтчетПоАнкетированию", + "mdoRefRu": "Отчет.АналитическийОтчетПоАнкетированию" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ДоступныеАнкеты", + "mdoRefRu": "Обработка.ДоступныеАнкеты" + }, + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.НачатьИнтервью", + "mdoRefRu": "ОбщаяКоманда.НачатьИнтервью" + } + ], + [] + ], + "description": "Использовать анкетирование", + "location": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьАнкетирование", + "mdoRefRu": "Константа.ИспользоватьАнкетирование" + }, + "mdoReference": { + "type": "FUNCTIONAL_OPTION", + "mdoRef": "FunctionalOption.ИспользоватьАнкетирование", + "mdoRefRu": "ФункциональнаяОпция.ИспользоватьАнкетирование" + }, + "mdoType": "FUNCTIONAL_OPTION", + "name": "ИспользоватьАнкетирование", + "objectBelonging": "OWN", + "privilegedGetMode": true, + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Использовать анкетирование" + } + } + ] + }, + "uuid": "697d5715-dd04-40be-9b28-539734725158" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/FunctionalOptionsParameters.\320\242\320\270\320\277\320\222\320\265\321\200\321\201\320\270\320\276\320\275\320\270\321\200\321\203\320\265\320\274\320\276\320\263\320\276\320\236\320\261\321\212\320\265\320\272\321\202\320\260.json" "b/src/test/resources/fixtures/ssl_3_2/FunctionalOptionsParameters.\320\242\320\270\320\277\320\222\320\265\321\200\321\201\320\270\320\276\320\275\320\270\321\200\321\203\320\265\320\274\320\276\320\263\320\276\320\236\320\261\321\212\320\265\320\272\321\202\320\260.json" new file mode 100644 index 000000000..aafbf0d59 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/FunctionalOptionsParameters.\320\242\320\270\320\277\320\222\320\265\321\200\321\201\320\270\320\276\320\275\320\270\321\200\321\203\320\265\320\274\320\276\320\263\320\276\320\236\320\261\321\212\320\265\320\272\321\202\320\260.json" @@ -0,0 +1,33 @@ +{"com.github._1c_syntax.bsl.mdo.FunctionalOptionsParameter": { + "comment": "", + "description": "Тип версионируемого объекта", + "mdoReference": { + "type": "FUNCTIONAL_OPTIONS_PARAMETER", + "mdoRef": "FunctionalOptionsParameter.ТипВерсионируемогоОбъекта", + "mdoRefRu": "ПараметрФункциональныхОпций.ТипВерсионируемогоОбъекта" + }, + "mdoType": "FUNCTIONAL_OPTIONS_PARAMETER", + "name": "ТипВерсионируемогоОбъекта", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип версионируемого объекта" + } + } + ] + }, + "use": { + "type": "DIMENSION", + "mdoRef": "InformationRegister.НастройкиВерсионированияОбъектов.Dimension.ТипОбъекта", + "mdoRefRu": "РегистрСведений.НастройкиВерсионированияОбъектов.Измерение.ТипОбъекта" + }, + "uuid": "245c07a9-98b0-452b-b899-dc8751ab7ce0" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" "b/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" new file mode 100644 index 000000000..22828da96 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" @@ -0,0 +1,814 @@ +{"com.github._1c_syntax.bsl.mdo.InformationRegister": { + "attributes": [ + [ + { + "uuid": "7bf36370-3761-4fd5-bea5-90fa142a9d57", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.StandardAttribute.Active", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.СтандартныйРеквизит.Активность" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Активность", + "nameEn": "Active" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "7bf36370-3761-4fd5-bea5-90fa142a9d57", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.StandardAttribute.LineNumber", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерСтроки", + "nameEn": "LineNumber" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "7bf36370-3761-4fd5-bea5-90fa142a9d57", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.StandardAttribute.Recorder", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.СтандартныйРеквизит.Регистратор" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Регистратор", + "nameEn": "Recorder" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "7bf36370-3761-4fd5-bea5-90fa142a9d57", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.StandardAttribute.Period", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.СтандартныйРеквизит.Период" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "Период", + "nameEn": "Period" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Склонения представлений объектов", + "dimensions": [ + [ + { + "uuid": "1541ad74-3e73-4699-bccf-c13313fbedfe", + "name": "ХешПредставления", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Dimension.ХешПредставления", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Измерение.ХешПредставления" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Хеш представления" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 40, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "master": false, + "denyIncompleteValues": true, + "useInTotals": true + }, + { + "uuid": "1037ecb7-6819-4ba2-8c93-eccbbdf825be", + "name": "Объект", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Dimension.Объект", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Измерение.Объект" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Объект" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.ОбъектСклонения", + "nameEn": "DefinedType.ОбъектСклонения" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "master": true, + "denyIncompleteValues": false, + "useInTotals": true + } + ], + [] + ], + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + { + "uuid": "823f925c-b71f-42b1-a71e-0aab823f59c6", + "name": "ФормаЗаписи", + "mdoReference": { + "type": "FORM", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Form.ФормаЗаписи", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Форма.ФормаЗаписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма записи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/InformationRegisters/СклоненияПредставлени_Объектов/Forms/ФормаЗаписи/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/forms/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 1, + "name": "ХешПредставления", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ХешПредставления", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 4, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.Объект", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 7, + "name": "ИменительныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ИменительныйПадеж", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "РодительныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.РодительныйПадеж", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 13, + "name": "ДательныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ДательныйПадеж", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 16, + "name": "ВинительныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ВинительныйПадеж", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 19, + "name": "ТворительныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ТворительныйПадеж", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 22, + "name": "ПредложныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ПредложныйПадеж", + "items": [] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Запись", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "РегистрСведенийМенеджерЗаписи.СклоненияПредставленийОбъектов", + "nameEn": "InformationRegisterRecordManager.СклоненияПредставленийОбъектов" + }, + "variant": "METADATA", + "kind": "INFORMATION_REGISTER" + } + } + ], + "composite": false, + "qualifiers": [] + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "INFORMATION_REGISTER", + "moduleTypes": [], + "modules": [], + "name": "СклоненияПредставленийОбъектов", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 14, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "TOTALS_CONTROL", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "resources": [ + [ + { + "uuid": "3b81427f-cf64-4a5e-adb3-5415d515fecd", + "name": "ИменительныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.ИменительныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.ИменительныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Именительный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + } + }, + { + "uuid": "e9f2b604-7181-476d-8b34-3a544cbb353d", + "name": "РодительныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.РодительныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.РодительныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Родительный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" + } + }, + { + "uuid": "73773919-d01c-41dd-bb31-9c66648ac0ff", + "name": "ДательныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.ДательныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.ДательныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дательный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" + } + }, + { + "uuid": "5d1afad0-3d7e-4214-b52a-72c184490084", + "name": "ВинительныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.ВинительныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.ВинительныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Винительный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" + } + }, + { + "uuid": "5f7901a1-f992-42fa-9ddb-d63574da3b56", + "name": "ТворительныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.ТворительныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.ТворительныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Творительный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" + } + }, + { + "uuid": "26abd45a-12b3-4312-88fb-53c90a6e6679", + "name": "ПредложныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.ПредложныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.ПредложныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предложный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" + } + } + ], + [] + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Склонения представлений объектов" + } + } + ] + }, + "templates": [], + "uuid": "7bf36370-3761-4fd5-bea5-90fa142a9d57" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" "b/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" new file mode 100644 index 000000000..c4a8e14a1 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\241\320\272\320\273\320\276\320\275\320\265\320\275\320\270\321\217\320\237\321\200\320\265\320\264\321\201\321\202\320\260\320\262\320\273\320\265\320\275\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" @@ -0,0 +1,814 @@ +{"com.github._1c_syntax.bsl.mdo.InformationRegister": { + "attributes": [ + [ + { + "uuid": "7bf36370-3761-4fd5-bea5-90fa142a9d57", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.StandardAttribute.Active", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.СтандартныйРеквизит.Активность" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Активность", + "nameEn": "Active" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "7bf36370-3761-4fd5-bea5-90fa142a9d57", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.StandardAttribute.LineNumber", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерСтроки", + "nameEn": "LineNumber" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "7bf36370-3761-4fd5-bea5-90fa142a9d57", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.StandardAttribute.Recorder", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.СтандартныйРеквизит.Регистратор" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Регистратор", + "nameEn": "Recorder" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "7bf36370-3761-4fd5-bea5-90fa142a9d57", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.StandardAttribute.Period", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.СтандартныйРеквизит.Период" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "Период", + "nameEn": "Period" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Склонения представлений объектов", + "dimensions": [ + [ + { + "uuid": "1541ad74-3e73-4699-bccf-c13313fbedfe", + "name": "ХешПредставления", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Dimension.ХешПредставления", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Измерение.ХешПредставления" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Хеш представления" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 40, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "master": false, + "denyIncompleteValues": true, + "useInTotals": true + }, + { + "uuid": "1037ecb7-6819-4ba2-8c93-eccbbdf825be", + "name": "Объект", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Dimension.Объект", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Измерение.Объект" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Объект" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.ОбъектСклонения", + "nameEn": "DefinedType.ОбъектСклонения" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "master": true, + "denyIncompleteValues": false, + "useInTotals": true + } + ], + [] + ], + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + { + "uuid": "823f925c-b71f-42b1-a71e-0aab823f59c6", + "name": "ФормаЗаписи", + "mdoReference": { + "type": "FORM", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Form.ФормаЗаписи", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Форма.ФормаЗаписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма записи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/InformationRegisters/СклоненияПредставлени_Объектов/Forms/ФормаЗаписи/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/forms/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [ + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 1, + "name": "ХешПредставления", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ХешПредставления", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 4, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.Объект", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 7, + "name": "ИменительныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ИменительныйПадеж", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "РодительныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.РодительныйПадеж", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 13, + "name": "ДательныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ДательныйПадеж", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 16, + "name": "ВинительныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ВинительныйПадеж", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 19, + "name": "ТворительныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ТворительныйПадеж", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 22, + "name": "ПредложныйПадеж", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "Запись.ПредложныйПадеж", + "items": [] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Запись", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "РегистрСведенийМенеджерЗаписи.СклоненияПредставленийОбъектов", + "nameEn": "InformationRegisterRecordManager.СклоненияПредставленийОбъектов" + }, + "variant": "METADATA", + "kind": "INFORMATION_REGISTER" + } + } + ], + "composite": false, + "qualifiers": [] + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "INFORMATION_REGISTER", + "moduleTypes": [], + "modules": [], + "name": "СклоненияПредставленийОбъектов", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 14, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "TOTALS_CONTROL", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "resources": [ + [ + { + "uuid": "3b81427f-cf64-4a5e-adb3-5415d515fecd", + "name": "ИменительныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.ИменительныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.ИменительныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Именительный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + } + }, + { + "uuid": "e9f2b604-7181-476d-8b34-3a544cbb353d", + "name": "РодительныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.РодительныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.РодительныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Родительный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" + } + }, + { + "uuid": "73773919-d01c-41dd-bb31-9c66648ac0ff", + "name": "ДательныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.ДательныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.ДательныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дательный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" + } + }, + { + "uuid": "5d1afad0-3d7e-4214-b52a-72c184490084", + "name": "ВинительныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.ВинительныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.ВинительныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Винительный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" + } + }, + { + "uuid": "5f7901a1-f992-42fa-9ddb-d63574da3b56", + "name": "ТворительныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.ТворительныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.ТворительныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Творительный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" + } + }, + { + "uuid": "26abd45a-12b3-4312-88fb-53c90a6e6679", + "name": "ПредложныйПадеж", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.СклоненияПредставленийОбъектов.Resource.ПредложныйПадеж", + "mdoRefRu": "РегистрСведений.СклоненияПредставленийОбъектов.Ресурс.ПредложныйПадеж" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предложный падеж" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/resources/c/com.github._1c_syntax.bsl.mdo.children.Resource/type" + } + } + ], + [] + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Склонения представлений объектов" + } + } + ] + }, + "templates": [], + "uuid": "7bf36370-3761-4fd5-bea5-90fa142a9d57" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270.json" "b/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270.json" new file mode 100644 index 000000000..80b2846f1 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270.json" @@ -0,0 +1,1469 @@ +{"com.github._1c_syntax.bsl.mdo.InformationRegister": { + "attributes": [ + [ + { + "uuid": "b50f3157-3c3a-4553-a16a-7fcd660e2824", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.StandardAttribute.Active", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.СтандартныйРеквизит.Активность" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЭлектронныеПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Активность", + "nameEn": "Active" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b50f3157-3c3a-4553-a16a-7fcd660e2824", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.StandardAttribute.LineNumber", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерСтроки", + "nameEn": "LineNumber" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b50f3157-3c3a-4553-a16a-7fcd660e2824", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.StandardAttribute.Recorder", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.СтандартныйРеквизит.Регистратор" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Регистратор", + "nameEn": "Recorder" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b50f3157-3c3a-4553-a16a-7fcd660e2824", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.StandardAttribute.Period", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.СтандартныйРеквизит.Период" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "Период", + "nameEn": "Period" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "54bfe81c-06b2-45a8-8bc1-bd22240cfe32", + "name": "ОшибкаПриАвтоматическомПродлении", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ОшибкаПриАвтоматическомПродлении", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ОшибкаПриАвтоматическомПродлении" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ошибка при автоматическом продлении" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "46f71ecc-5cee-4b8d-9f6d-d38a86787a76", + "name": "ПропуститьПриПродлении", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ПропуститьПриПродлении", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ПропуститьПриПродлении" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пропустить при продлении" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b896cd10-5da4-4c90-b2cf-5b98bd173122", + "name": "ИдентификаторПодписи", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ИдентификаторПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ИдентификаторПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Идентификатор подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "UUID" + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "216410ad-91e5-4c41-b08b-905faa830410", + "name": "ПодписьМатематическиВерна", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ПодписьМатематическиВерна", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ПодписьМатематическиВерна" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись математически верна" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "df2bf85a-9e42-40d2-ae10-d8f5dbf06e61", + "name": "ОшибкаМатематическойПроверкиПодписи", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ОшибкаМатематическойПроверкиПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ОшибкаМатематическойПроверкиПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ошибка математической проверки подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1e0a3a73-3fd9-43f7-8ee5-e54565264232", + "name": "ОшибкаПроверкиДополнительныхАтрибутов", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ОшибкаПроверкиДополнительныхАтрибутов", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ОшибкаПроверкиДополнительныхАтрибутов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ошибка проверки дополнительных атрибутов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "0f4de605-5df9-4bb9-92e8-f37c6903396e", + "name": "ДополнительныеАтрибутыПровереныВручную", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ДополнительныеАтрибутыПровереныВручную", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ДополнительныеАтрибутыПровереныВручную" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительные атрибуты проверены вручную" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "66c8a1f2-248d-4b2a-b427-38fb4f63410a", + "name": "АвторРучнойПроверкиДополнительныхАтрибутов", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.АвторРучнойПроверкиДополнительныхАтрибутов", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.АвторРучнойПроверкиДополнительныхАтрибутов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор ручной проверки дополнительных атрибутов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a4b3ed40-b440-49f4-ab22-53fdad8c66c6", + "name": "ОбоснованиеРучнойПроверкиДополнительныхАтрибутов", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ОбоснованиеРучнойПроверкиДополнительныхАтрибутов", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ОбоснованиеРучнойПроверкиДополнительныхАтрибутов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Обоснование ручной проверки дополнительных атрибутов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Электронные подписи", + "dimensions": [ + [ + { + "uuid": "f6dae699-06eb-41ef-878b-3fdfe1b1f213", + "name": "ПодписанныйОбъект", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Dimension.ПодписанныйОбъект", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Измерение.ПодписанныйОбъект" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подписанный объект" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.ПодписанныйОбъект", + "nameEn": "DefinedType.ПодписанныйОбъект" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "master": true, + "denyIncompleteValues": false, + "useInTotals": true + }, + { + "uuid": "fe6de86a-54c9-4ae2-9f17-cfce38b7b560", + "name": "ПорядковыйНомер", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Dimension.ПорядковыйНомер", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Измерение.ПорядковыйНомер" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Порядковый номер" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + }, + "master": false, + "denyIncompleteValues": false, + "useInTotals": true + } + ], + [] + ], + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + { + "uuid": "9ba59a76-ed54-4d17-83f1-f315a5722a1e", + "name": "ОбоснованиеДостоверностиПодписи", + "mdoReference": { + "type": "FORM", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Form.ОбоснованиеДостоверностиПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Форма.ОбоснованиеДостоверностиПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Обоснование достоверности подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/InformationRegisters/ЭлектронныеПодписи/Forms/ОбоснованиеДостоверностиПодписи/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/forms/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [], + "items": [ + { + "type": "USUAL_GROUP", + "id": 9, + "name": "ГруппаОбоснование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Обоснование" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 4, + "name": "ДекорацияПояснение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Введите обоснование, по которому подпись можно считать верной, если подпись не проходит автоматическую проверку. Например, допустимые причины:\n- недоступен список отзыва, но известно, что сертификат не отозван; \n- не удается проверить цепочку сертификатов, но это не важно для данной подписи;\n- подпись является неквалифицированной (не важна юридическая значимость подписи);\n- другие ситуации, не связанные с несоответствием подписи документу (когда документ изменен).\n\n" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 1, + "name": "ОбоснованиеРучнойПроверкиДополнительныхАтрибутов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[9]/synonym" + }, + "dataPath": "ОбоснованиеРучнойПроверкиДополнительныхАтрибутов", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 11, + "name": "ДекорацияПояснение2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статус подписи может измениться (например, будет отозван или просрочен сертификат), но отметка о проверке с обоснованием останется. При необходимости перепроверьте подпись позднее. " + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + { + "id": 1, + "name": "ОбоснованиеРучнойПроверкиДополнительныхАтрибутов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[9]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "INFORMATION_REGISTER", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/InformationRegisters/ЭлектронныеПодписи/Ext/ManagerModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/InformationRegisters/ЭлектронныеПодписи/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ЭлектронныеПодписи", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 14, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "TOTALS_CONTROL", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "resources": [ + [ + { + "uuid": "895aea8f-4c4e-44e5-b720-0a2e683191b3", + "name": "ТребуетсяПроверка", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.ТребуетсяПроверка", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.ТребуетсяПроверка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Требуется проверка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "uuid": "a3b14a36-049d-4f94-bafc-cf7b874f9bf0", + "name": "ТипПодписи", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.ТипПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.ТипПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ТипыПодписиКриптографии", + "nameEn": "EnumRef.ТипыПодписиКриптографии" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "uuid": "6c954862-62d0-4901-8448-ea62a1174660", + "name": "СрокДействияПоследнейМеткиВремени", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.СрокДействияПоследнейМеткиВремени", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.СрокДействияПоследнейМеткиВремени" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок действия последней метки времени" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" + } + }, + { + "uuid": "19858faf-2bc5-4cfb-b258-cb101ab66e87", + "name": "ДатаПроверкиПодписи", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.ДатаПроверкиПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.ДатаПроверкиПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата проверки подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" + } + }, + { + "uuid": "308358bc-773a-43fa-adff-dcc5884a2bd4", + "name": "Комментарий", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.Комментарий", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.Комментарий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Комментарий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + }, + { + "uuid": "ed541a1c-a842-40a9-b357-612db71ec32c", + "name": "КомуВыданСертификат", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.КомуВыданСертификат", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.КомуВыданСертификат" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Кому выдан сертификат" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + }, + { + "uuid": "b0e37495-7d9e-41d0-8225-652f9ac328cf", + "name": "Отпечаток", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.Отпечаток", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.Отпечаток" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отпечаток" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 28, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "uuid": "3bd2e1c8-9ef3-449b-acf6-397b90669c49", + "name": "Подпись", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.Подпись", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.Подпись" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "uuid": "cb334191-2ff3-439e-bdaf-4b8fe6561c3b", + "name": "ПодписьВерна", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.ПодписьВерна", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.ПодписьВерна" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись верна" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "uuid": "5f3a30b0-1ba8-423c-9bc2-f9a87cafe818", + "name": "ДатаПодписи", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.ДатаПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.ДатаПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" + } + }, + { + "uuid": "766d8852-3bb4-4a6c-81c0-911722af4e8e", + "name": "УстановившийПодпись", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.УстановившийПодпись", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.УстановившийПодпись" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установивший подпись" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/type" + } + } + ], + [] + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Электронные подписи" + } + } + ] + }, + "templates": [], + "uuid": "b50f3157-3c3a-4553-a16a-7fcd660e2824" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270_edt.json" "b/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270_edt.json" new file mode 100644 index 000000000..d5366953c --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/InformationRegisters.\320\255\320\273\320\265\320\272\321\202\321\200\320\276\320\275\320\275\321\213\320\265\320\237\320\276\320\264\320\277\320\270\321\201\320\270_edt.json" @@ -0,0 +1,1469 @@ +{"com.github._1c_syntax.bsl.mdo.InformationRegister": { + "attributes": [ + [ + { + "uuid": "b50f3157-3c3a-4553-a16a-7fcd660e2824", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.StandardAttribute.Active", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.СтандартныйРеквизит.Активность" + }, + "comment": "", + "synonym": { + "content": [] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЭлектронныеПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "fullName": { + "nameRu": "Активность", + "nameEn": "Active" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b50f3157-3c3a-4553-a16a-7fcd660e2824", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.StandardAttribute.LineNumber", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.СтандартныйРеквизит.НомерСтроки" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "НомерСтроки", + "nameEn": "LineNumber" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b50f3157-3c3a-4553-a16a-7fcd660e2824", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.StandardAttribute.Recorder", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.СтандартныйРеквизит.Регистратор" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Регистратор", + "nameEn": "Recorder" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b50f3157-3c3a-4553-a16a-7fcd660e2824", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.StandardAttribute.Period", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.СтандартныйРеквизит.Период" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "Период", + "nameEn": "Period" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "54bfe81c-06b2-45a8-8bc1-bd22240cfe32", + "name": "ОшибкаПриАвтоматическомПродлении", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ОшибкаПриАвтоматическомПродлении", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ОшибкаПриАвтоматическомПродлении" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ошибка при автоматическом продлении" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "46f71ecc-5cee-4b8d-9f6d-d38a86787a76", + "name": "ПропуститьПриПродлении", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ПропуститьПриПродлении", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ПропуститьПриПродлении" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пропустить при продлении" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b896cd10-5da4-4c90-b2cf-5b98bd173122", + "name": "ИдентификаторПодписи", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ИдентификаторПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ИдентификаторПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Идентификатор подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "UUID" + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "216410ad-91e5-4c41-b08b-905faa830410", + "name": "ПодписьМатематическиВерна", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ПодписьМатематическиВерна", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ПодписьМатематическиВерна" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись математически верна" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "df2bf85a-9e42-40d2-ae10-d8f5dbf06e61", + "name": "ОшибкаМатематическойПроверкиПодписи", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ОшибкаМатематическойПроверкиПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ОшибкаМатематическойПроверкиПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ошибка математической проверки подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "1e0a3a73-3fd9-43f7-8ee5-e54565264232", + "name": "ОшибкаПроверкиДополнительныхАтрибутов", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ОшибкаПроверкиДополнительныхАтрибутов", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ОшибкаПроверкиДополнительныхАтрибутов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ошибка проверки дополнительных атрибутов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "0f4de605-5df9-4bb9-92e8-f37c6903396e", + "name": "ДополнительныеАтрибутыПровереныВручную", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ДополнительныеАтрибутыПровереныВручную", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ДополнительныеАтрибутыПровереныВручную" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительные атрибуты проверены вручную" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "66c8a1f2-248d-4b2a-b427-38fb4f63410a", + "name": "АвторРучнойПроверкиДополнительныхАтрибутов", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.АвторРучнойПроверкиДополнительныхАтрибутов", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.АвторРучнойПроверкиДополнительныхАтрибутов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор ручной проверки дополнительных атрибутов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "a4b3ed40-b440-49f4-ab22-53fdad8c66c6", + "name": "ОбоснованиеРучнойПроверкиДополнительныхАтрибутов", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Attribute.ОбоснованиеРучнойПроверкиДополнительныхАтрибутов", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Реквизит.ОбоснованиеРучнойПроверкиДополнительныхАтрибутов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Обоснование ручной проверки дополнительных атрибутов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [], + "comment": "", + "description": "Электронные подписи", + "dimensions": [ + [ + { + "uuid": "f6dae699-06eb-41ef-878b-3fdfe1b1f213", + "name": "ПодписанныйОбъект", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Dimension.ПодписанныйОбъект", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Измерение.ПодписанныйОбъект" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подписанный объект" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ОпределяемыйТип.ПодписанныйОбъект", + "nameEn": "DefinedType.ПодписанныйОбъект" + }, + "variant": "METADATA", + "kind": "DEFINED_TYPE" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "master": true, + "denyIncompleteValues": false, + "useInTotals": true + }, + { + "uuid": "fe6de86a-54c9-4ae2-9f17-cfce38b7b560", + "name": "ПорядковыйНомер", + "mdoReference": { + "type": "DIMENSION", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Dimension.ПорядковыйНомер", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Измерение.ПорядковыйНомер" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Порядковый номер" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + }, + "master": false, + "denyIncompleteValues": false, + "useInTotals": true + } + ], + [] + ], + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "forms": [ + { + "uuid": "9ba59a76-ed54-4d17-83f1-f315a5722a1e", + "name": "ОбоснованиеДостоверностиПодписи", + "mdoReference": { + "type": "FORM", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Form.ОбоснованиеДостоверностиПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Форма.ОбоснованиеДостоверностиПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Обоснование достоверности подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/InformationRegisters/ЭлектронныеПодписи/Forms/ОбоснованиеДостоверностиПодписи/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/forms/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "handlers": [], + "items": [ + { + "type": "USUAL_GROUP", + "id": 9, + "name": "ГруппаОбоснование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Обоснование" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL", + "id": 4, + "name": "ДекорацияПояснение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Введите обоснование, по которому подпись можно считать верной, если подпись не проходит автоматическую проверку. Например, допустимые причины:\n- недоступен список отзыва, но известно, что сертификат не отозван; \n- не удается проверить цепочку сертификатов, но это не важно для данной подписи;\n- подпись является неквалифицированной (не важна юридическая значимость подписи);\n- другие ситуации, не связанные с несоответствием подписи документу (когда документ изменен).\n\n" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 1, + "name": "ОбоснованиеРучнойПроверкиДополнительныхАтрибутов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[9]/synonym" + }, + "dataPath": "ОбоснованиеРучнойПроверкиДополнительныхАтрибутов", + "items": [] + }, + { + "type": "LABEL", + "id": 11, + "name": "ДекорацияПояснение2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статус подписи может измениться (например, будет отозван или просрочен сертификат), но отметка о проверке с обоснованием останется. При необходимости перепроверьте подпись позднее. " + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + { + "id": 1, + "name": "ОбоснованиеРучнойПроверкиДополнительныхАтрибутов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[9]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "mdoType": "INFORMATION_REGISTER", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/InformationRegisters/ЭлектронныеПодписи/ManagerModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/InformationRegisters/ЭлектронныеПодписи/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ЭлектронныеПодписи", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 14, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "TOTALS_CONTROL", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "resources": [ + [ + { + "uuid": "895aea8f-4c4e-44e5-b720-0a2e683191b3", + "name": "ТребуетсяПроверка", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.ТребуетсяПроверка", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.ТребуетсяПроверка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Требуется проверка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "uuid": "a3b14a36-049d-4f94-bafc-cf7b874f9bf0", + "name": "ТипПодписи", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.ТипПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.ТипПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ТипыПодписиКриптографии", + "nameEn": "EnumRef.ТипыПодписиКриптографии" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "uuid": "6c954862-62d0-4901-8448-ea62a1174660", + "name": "СрокДействияПоследнейМеткиВремени", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.СрокДействияПоследнейМеткиВремени", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.СрокДействияПоследнейМеткиВремени" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок действия последней метки времени" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" + } + }, + { + "uuid": "19858faf-2bc5-4cfb-b258-cb101ab66e87", + "name": "ДатаПроверкиПодписи", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.ДатаПроверкиПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.ДатаПроверкиПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата проверки подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" + } + }, + { + "uuid": "308358bc-773a-43fa-adff-dcc5884a2bd4", + "name": "Комментарий", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.Комментарий", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.Комментарий" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Комментарий" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + }, + { + "uuid": "ed541a1c-a842-40a9-b357-612db71ec32c", + "name": "КомуВыданСертификат", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.КомуВыданСертификат", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.КомуВыданСертификат" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Кому выдан сертификат" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[5]/type" + } + }, + { + "uuid": "b0e37495-7d9e-41d0-8225-652f9ac328cf", + "name": "Отпечаток", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.Отпечаток", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.Отпечаток" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отпечаток" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 28, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "uuid": "3bd2e1c8-9ef3-449b-acf6-397b90669c49", + "name": "Подпись", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.Подпись", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.Подпись" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_STORAGE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "uuid": "cb334191-2ff3-439e-bdaf-4b8fe6561c3b", + "name": "ПодписьВерна", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.ПодписьВерна", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.ПодписьВерна" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подпись верна" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "uuid": "5f3a30b0-1ba8-423c-9bc2-f9a87cafe818", + "name": "ДатаПодписи", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.ДатаПодписи", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.ДатаПодписи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата подписи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[4]/type" + } + }, + { + "uuid": "766d8852-3bb4-4a6c-81c0-911722af4e8e", + "name": "УстановившийПодпись", + "mdoReference": { + "type": "RESOURCE", + "mdoRef": "InformationRegister.ЭлектронныеПодписи.Resource.УстановившийПодпись", + "mdoRefRu": "РегистрСведений.ЭлектронныеПодписи.Ресурс.УстановившийПодпись" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установивший подпись" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.InformationRegister/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/type" + } + } + ], + [] + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Электронные подписи" + } + } + ] + }, + "templates": [], + "uuid": "b50f3157-3c3a-4553-a16a-7fcd660e2824" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Languages.\320\240\321\203\321\201\321\201\320\272\320\270\320\271.json" "b/src/test/resources/fixtures/ssl_3_2/Languages.\320\240\321\203\321\201\321\201\320\272\320\270\320\271.json" new file mode 100644 index 000000000..f6414a54f --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Languages.\320\240\321\203\321\201\321\201\320\272\320\270\320\271.json" @@ -0,0 +1,29 @@ +{"com.github._1c_syntax.bsl.mdo.Language": { + "comment": "", + "description": "Русский", + "languageCode": "ru", + "mdoReference": { + "type": "LANGUAGE", + "mdoRef": "Language.Русский", + "mdoRefRu": "Язык.Русский" + }, + "mdoType": "LANGUAGE", + "name": "Русский", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Русский" + } + } + ] + }, + "uuid": "db4a9ccb-9ef5-4b3c-8577-b6fe5db1b62e" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" "b/src/test/resources/fixtures/ssl_3_2/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" new file mode 100644 index 000000000..43b23d5da --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262.json" @@ -0,0 +1,115 @@ +{"com.github._1c_syntax.bsl.mdo.Report": { + "attributes": [], + "commands": [], + "comment": "", + "description": "Анализ версий объектов", + "explanation": { + "content": [] + }, + "forms": [], + "mdoReference": { + "type": "REPORT", + "mdoRef": "Report.АнализВерсийОбъектов", + "mdoRefRu": "Отчет.АнализВерсийОбъектов" + }, + "mdoType": "REPORT", + "moduleTypes": [], + "modules": [], + "name": "АнализВерсийОбъектов", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Анализ версий объектов" + } + } + ] + }, + "tabularSections": [], + "templates": [ + { + "uuid": "9111e28e-c1c7-414b-9288-61bd06a04d04", + "name": "ОсновнаяСхемаКомпоновкиДанных", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "Report.АнализВерсийОбъектов.Template.ОсновнаяСхемаКомпоновкиДанных", + "mdoRefRu": "Отчет.АнализВерсийОбъектов.Макет.ОсновнаяСхемаКомпоновкиДанных" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основная схема компоновки данных" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "DATA_COMPOSITION_SCHEME", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.DataCompositionSchema", + "dataSets": [ + { + "name": "НаборДанных1", + "type": "DATA_SET_QUERY", + "dataSource": "ИсточникДанных1", + "items": [], + "querySource": { + "line": 46, + "column": 10, + "textQuery": "ВЫБРАТЬ\n\tТИПЗНАЧЕНИЯ(ВерсииОбъектов.Объект) КАК ТипОбъекта,\n\tСУММА(ВерсииОбъектов.РазмерДанных / 1024 / 1024) КАК РазмерДанных,\n\tКОЛИЧЕСТВО(1) КАК Количество\nИЗ\n\tРегистрСведений.ВерсииОбъектов КАК ВерсииОбъектов\nГДЕ\n\tВерсииОбъектов.РазмерДанных > 0\n\nСГРУППИРОВАТЬ ПО\n\tТИПЗНАЧЕНИЯ(ВерсииОбъектов.Объект)\n\nУПОРЯДОЧИТЬ ПО\n\tРазмерДанных УБЫВ,\n\tКоличество УБЫВ" + }, + "fields": [ + [ + { + "dataPath": "Количество", + "name": "Количество" + }, + { + "dataPath": "РазмерДанных", + "name": "РазмерДанных" + }, + { + "dataPath": "ТипОбъекта", + "name": "ТипОбъекта" + } + ], + [] + ] + } + ], + "dataPath": "src/test/resources/ext/designer/ssl_3_2/src/cf/Reports/АнализВерсийОбъектов/Templates/ОсновнаяСхемаКомпоновкиДанных/Ext/Template.xml" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Report/mdoReference" + } + } + ], + "uuid": "b3f7f763-bea9-4f59-9450-df95e5c3d89d" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" "b/src/test/resources/fixtures/ssl_3_2/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" new file mode 100644 index 000000000..6c8471597 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Reports.\320\220\320\275\320\260\320\273\320\270\320\267\320\222\320\265\321\200\321\201\320\270\320\271\320\236\320\261\321\212\320\265\320\272\321\202\320\276\320\262_edt.json" @@ -0,0 +1,115 @@ +{"com.github._1c_syntax.bsl.mdo.Report": { + "attributes": [], + "commands": [], + "comment": "", + "description": "Анализ версий объектов", + "explanation": { + "content": [] + }, + "forms": [], + "mdoReference": { + "type": "REPORT", + "mdoRef": "Report.АнализВерсийОбъектов", + "mdoRefRu": "Отчет.АнализВерсийОбъектов" + }, + "mdoType": "REPORT", + "moduleTypes": [], + "modules": [], + "name": "АнализВерсийОбъектов", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "USE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Анализ версий объектов" + } + } + ] + }, + "tabularSections": [], + "templates": [ + { + "uuid": "9111e28e-c1c7-414b-9288-61bd06a04d04", + "name": "ОсновнаяСхемаКомпоновкиДанных", + "mdoReference": { + "type": "TEMPLATE", + "mdoRef": "Report.АнализВерсийОбъектов.Template.ОсновнаяСхемаКомпоновкиДанных", + "mdoRefRu": "Отчет.АнализВерсийОбъектов.Макет.ОсновнаяСхемаКомпоновкиДанных" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основная схема компоновки данных" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [], + "templateType": "DATA_COMPOSITION_SCHEME", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.DataCompositionSchema", + "dataSets": [ + { + "name": "НаборДанных1", + "type": "DATA_SET_QUERY", + "dataSource": "ИсточникДанных1", + "items": [], + "querySource": { + "line": 46, + "column": 10, + "textQuery": "ВЫБРАТЬ\n\tТИПЗНАЧЕНИЯ(ВерсииОбъектов.Объект) КАК ТипОбъекта,\n\tСУММА(ВерсииОбъектов.РазмерДанных / 1024 / 1024) КАК РазмерДанных,\n\tКОЛИЧЕСТВО(1) КАК Количество\nИЗ\n\tРегистрСведений.ВерсииОбъектов КАК ВерсииОбъектов\nГДЕ\n\tВерсииОбъектов.РазмерДанных > 0\n\nСГРУППИРОВАТЬ ПО\n\tТИПЗНАЧЕНИЯ(ВерсииОбъектов.Объект)\n\nУПОРЯДОЧИТЬ ПО\n\tРазмерДанных УБЫВ,\n\tКоличество УБЫВ" + }, + "fields": [ + [ + { + "dataPath": "Количество", + "name": "Количество" + }, + { + "dataPath": "РазмерДанных", + "name": "РазмерДанных" + }, + { + "dataPath": "ТипОбъекта", + "name": "ТипОбъекта" + } + ], + [] + ] + } + ], + "dataPath": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Reports/АнализВерсийОбъектов/Templates/ОсновнаяСхемаКомпоновкиДанных/Template.dcs" + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Report/mdoReference" + } + } + ], + "uuid": "b3f7f763-bea9-4f59-9450-df95e5c3d89d" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Roles.\320\221\320\260\320\267\320\276\320\262\321\213\320\265\320\237\321\200\320\260\320\262\320\260\320\221\320\241\320\237.json" "b/src/test/resources/fixtures/ssl_3_2/Roles.\320\221\320\260\320\267\320\276\320\262\321\213\320\265\320\237\321\200\320\260\320\262\320\260\320\221\320\241\320\237.json" new file mode 100644 index 000000000..39f2daf4e --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Roles.\320\221\320\260\320\267\320\276\320\262\321\213\320\265\320\237\321\200\320\260\320\262\320\260\320\221\320\241\320\237.json" @@ -0,0 +1,4838 @@ +{"com.github._1c_syntax.bsl.mdo.Role": { + "comment": "Базовые права, которые должны быть у любого пользователя (кроме внешних пользователей).", + "data": { + "setForNewObjects": false, + "setForAttributesByDefault": true, + "independentRightsOfChildObjects": false, + "objectRights": [ + [ + { + "name": { + "type": "COMMON_ATTRIBUTE", + "mdoRef": "CommonAttribute.НаименованиеЯзык1", + "mdoRefRu": "ОбщийРеквизит.НаименованиеЯзык1" + }, + "rights": [ + [ + { + "name": "VIEW", + "value": true + }, + { + "name": "EDIT", + "value": true + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ОбластьДанныхИспользование", + "mdoRefRu": "ПараметрСеанса.ОбластьДанныхИспользование" + }, + "rights": [ + { + "name": "GET", + "value": true + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НаличиеФайлов", + "mdoRefRu": "РегистрСведений.НаличиеФайлов" + }, + "rights": [ + [ + { + "name": "READ", + "value": true + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ПропуститьПроверкуЗапретаИзменения", + "mdoRefRu": "ПараметрСеанса.ПропуститьПроверкуЗапретаИзменения" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.СчетчикПроблемВеденияУчета", + "mdoRefRu": "ПараметрСеанса.СчетчикПроблемВеденияУчета" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "name": "SET", + "value": true + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПочтовыйКлиент", + "mdoRefRu": "Константа.ИспользоватьПочтовыйКлиент" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьШаблоныСообщений", + "mdoRefRu": "Константа.ИспользоватьШаблоныСообщений" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыИтоговИАгрегатов", + "mdoRefRu": "Константа.ПараметрыИтоговИАгрегатов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.НаборыДополнительныхРеквизитовИСведений", + "mdoRefRu": "Справочник.НаборыДополнительныхРеквизитовИСведений" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMAND", + "mdoRef": "DataProcessor.Сканирование.Command.СканироватьЛист", + "mdoRefRu": "Обработка.Сканирование.Команда.СканироватьЛист" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПериодыНерабочихДнейКалендаря", + "mdoRefRu": "РегистрСведений.ПериодыНерабочихДнейКалендаря" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ВариантыОтчетов", + "mdoRefRu": "Справочник.ВариантыОтчетов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "name": "INPUT_BY_STRING", + "value": true + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ДатаУведомленияОНовыхЗадачах", + "mdoRefRu": "Константа.ДатаУведомленияОНовыхЗадачах" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.СохранениеПоФорматуВыгрузки", + "mdoRefRu": "ОбщаяФорма.СохранениеПоФорматуВыгрузки" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьЭлектронныеПодписи", + "mdoRefRu": "Константа.ИспользоватьЭлектронныеПодписи" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ОбновитьВерсиюДатЗапретаИзмененияПослеЗагрузкиДанных", + "mdoRefRu": "ПараметрСеанса.ОбновитьВерсиюДатЗапретаИзмененияПослеЗагрузкиДанных" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ПраваДоступа", + "mdoRefRu": "ОбщаяКоманда.ПраваДоступа" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДополнительныеОтчетыИОбработки", + "mdoRefRu": "Константа.ИспользоватьДополнительныеОтчетыИОбработки" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НомераОтсканированныхФайлов", + "mdoRefRu": "РегистрСведений.НомераОтсканированныхФайлов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CHART_OF_CHARACTERISTIC_TYPES", + "mdoRef": "ChartOfCharacteristicTypes.ДополнительныеРеквизитыИСведения", + "mdoRefRu": "ПланВидовХарактеристик.ДополнительныеРеквизитыИСведения" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ВерсияДатЗапретаИзменения", + "mdoRefRu": "Константа.ВерсияДатЗапретаИзменения" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.РазблокированиеРеквизитов", + "mdoRefRu": "ОбщаяФорма.РазблокированиеРеквизитов" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗапрещатьЗагрузкуФайловПоРасширению", + "mdoRefRu": "Константа.ЗапрещатьЗагрузкуФайловПоРасширению" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_ATTRIBUTE", + "mdoRef": "CommonAttribute.ОтредактированныеПредопределенныеРеквизиты", + "mdoRefRu": "ОбщийРеквизит.ОтредактированныеПредопределенныеРеквизиты" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.РегиональныеНастройки", + "mdoRefRu": "ОбщаяФорма.РегиональныеНастройки" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ВнешниеКомпоненты", + "mdoRefRu": "Справочник.ВнешниеКомпоненты" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.АдресПубликацииИнформационнойБазыВИнтернете", + "mdoRefRu": "Константа.АдресПубликацииИнформационнойБазыВИнтернете" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СоздаватьПодкаталогиСИменамиВладельцев", + "mdoRefRu": "Константа.СоздаватьПодкаталогиСИменамиВладельцев" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПанельОтчетов", + "mdoRefRu": "ОбщаяФорма.ПанельОтчетов" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.АутентификацияВСервисе", + "mdoRefRu": "ОбщаяФорма.АутентификацияВСервисе" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.НерекомендуемаяВерсияПлатформы", + "mdoRefRu": "Обработка.НерекомендуемаяВерсияПлатформы" + }, + "rights": [ + [ + { + "name": "USE", + "value": true + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.БуферОбмена", + "mdoRefRu": "ПараметрСеанса.БуферОбмена" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[5]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.НастроитьПрава", + "mdoRefRu": "ОбщаяКоманда.НастроитьПрава" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СпособХраненияФайлов", + "mdoRefRu": "Константа.СпособХраненияФайлов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ТекущийПользователь", + "mdoRefRu": "ПараметрСеанса.ТекущийПользователь" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СлужебныеАдресныеСведения", + "mdoRefRu": "РегистрСведений.СлужебныеАдресныеСведения" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ФормаВариантаОтчета", + "mdoRefRu": "ОбщаяФорма.ФормаВариантаОтчета" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВопросОбУстановкеРасширения1СПредприятия", + "mdoRefRu": "ОбщаяФорма.ВопросОбУстановкеРасширения1СПредприятия" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.УровниСокращенийАдресныхСведений", + "mdoRefRu": "РегистрСведений.УровниСокращенийАдресныхСведений" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанныхВЛокальномРежиме", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанныхВЛокальномРежиме" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияАдминистративнойИерархии", + "mdoRefRu": "РегистрСведений.ИсторияАдминистративнойИерархии" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ВерсияКлассификатораБанков", + "mdoRefRu": "Константа.ВерсияКлассификатораБанков" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ВыполнятьЗамерыПроизводительности", + "mdoRefRu": "Константа.ВыполнятьЗамерыПроизводительности" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ПодписантыСервисаМобильнойПодписи", + "mdoRefRu": "Справочник.ПодписантыСервисаМобильнойПодписи" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMAND", + "mdoRef": "Catalog.ВариантыОтчетов.Command.Открыть", + "mdoRefRu": "Справочник.ВариантыОтчетов.Команда.Открыть" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ТекстИнформированияПользователяОНедоступностиФайлаВАрхиве", + "mdoRefRu": "Константа.ТекстИнформированияПользователяОНедоступностиФайлаВАрхиве" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИерархияГруппПользователей", + "mdoRefRu": "РегистрСведений.ИерархияГруппПользователей" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПризнакРассмотрено", + "mdoRefRu": "Константа.ИспользоватьПризнакРассмотрено" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СервисМобильнойПодписиСтатусы", + "mdoRefRu": "РегистрСведений.СервисМобильнойПодписиСтатусы" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПредопределенныеВариантыОтчетовВерсийРасширений", + "mdoRefRu": "РегистрСведений.ПредопределенныеВариантыОтчетовВерсийРасширений" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ДобавлятьМеткиВремениАвтоматически", + "mdoRefRu": "Константа.ДобавлятьМеткиВремениАвтоматически" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокРасширенийФайловOpenDocumentОбластиДанных", + "mdoRefRu": "Константа.СписокРасширенийФайловOpenDocumentОбластиДанных" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанныхВМоделиСервиса", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанныхВМоделиСервиса" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ЭлектроннаяПодпись", + "mdoRefRu": "ОбщаяФорма.ЭлектроннаяПодпись" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИспользованиеПоставляемыхДополнительныхОтчетовИОбработокВОбластяхДанных", + "mdoRefRu": "РегистрСведений.ИспользованиеПоставляемыхДополнительныхОтчетовИОбработокВОбластяхДанных" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.НастройкиОтправкиВГосключ", + "mdoRefRu": "Справочник.НастройкиОтправкиВГосключ" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.РедактированиеДокументаOfficeOpen", + "mdoRefRu": "ОбщаяФорма.РедактированиеДокументаOfficeOpen" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_ATTRIBUTE", + "mdoRef": "CommonAttribute.НаименованиеЯзык2", + "mdoRefRu": "ОбщийРеквизит.НаименованиеЯзык2" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НастройкиЭлектроннойПодписиИШифрования", + "mdoRefRu": "ОбщаяФорма.НастройкиЭлектроннойПодписиИШифрования" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ФормаВыбораЦвета", + "mdoRefRu": "ОбщаяФорма.ФормаВыбораЦвета" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.УстановкаВнешнейКомпонентыНевозможна", + "mdoRefRu": "ОбщаяФорма.УстановкаВнешнейКомпонентыНевозможна" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВопросОбУстановкеВнешнейКомпоненты", + "mdoRefRu": "ОбщаяФорма.ВопросОбУстановкеВнешнейКомпоненты" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПраваДоступаУпрощенно", + "mdoRefRu": "ОбщаяФорма.ПраваДоступаУпрощенно" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВыборУзловПлановОбмена", + "mdoRefRu": "ОбщаяФорма.ВыборУзловПлановОбмена" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ПредопределенныеВариантыОтчетовРасширений", + "mdoRefRu": "Справочник.ПредопределенныеВариантыОтчетовРасширений" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПредупрежденияПриЗавершенииРаботы", + "mdoRefRu": "ОбщаяФорма.ПредупрежденияПриЗавершенииРаботы" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ИдентификаторыОбъектовМетаданных", + "mdoRefRu": "Справочник.ИдентификаторыОбъектовМетаданных" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПредупреждениеБезопасности", + "mdoRefRu": "ОбщаяФорма.ПредупреждениеБезопасности" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьШифрование", + "mdoRefRu": "Константа.ИспользоватьШифрование" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПараметрыПроксиСервера", + "mdoRefRu": "ОбщаяФорма.ПараметрыПроксиСервера" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбработчикиОбновления", + "mdoRefRu": "РегистрСведений.ОбработчикиОбновления" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВходВПрограммуЗапрещен", + "mdoRefRu": "ОбщаяФорма.ВходВПрограммуЗапрещен" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ОбщиеВнешниеКомпоненты", + "mdoRefRu": "Справочник.ОбщиеВнешниеКомпоненты" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокЗапрещенныхРасширенийОбластиДанных", + "mdoRefRu": "Константа.СписокЗапрещенныхРасширенийОбластиДанных" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ОтправлятьПисьмаВФорматеHTML", + "mdoRefRu": "Константа.ОтправлятьПисьмаВФорматеHTML" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПодчиненныеБизнесПроцессы", + "mdoRefRu": "Константа.ИспользоватьПодчиненныеБизнесПроцессы" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СтатусыСинхронизацииФайловСОблачнымСервисом", + "mdoRefRu": "РегистрСведений.СтатусыСинхронизацииФайловСОблачнымСервисом" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатыЗапретаЗагрузки", + "mdoRefRu": "Константа.ИспользоватьДатыЗапретаЗагрузки" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДанныеПроизводственногоКалендаря", + "mdoRefRu": "РегистрСведений.ДанныеПроизводственногоКалендаря" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьВерсионированиеОбъектов", + "mdoRefRu": "Константа.ИспользоватьВерсионированиеОбъектов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ВыполняетсяОбновлениеИБ", + "mdoRefRu": "ПараметрСеанса.ВыполняетсяОбновлениеИБ" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПричиныИзмененияАдресныхСведений", + "mdoRefRu": "РегистрСведений.ПричиныИзмененияАдресныхСведений" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.УправлениеПодключениемDSS", + "mdoRefRu": "Обработка.УправлениеПодключениемDSS" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ЗагрузкаДанныхИзФайла", + "mdoRefRu": "Обработка.ЗагрузкаДанныхИзФайла" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ПредупрежденияПриЗавершенииРаботы", + "mdoRefRu": "ОбщаяКоманда.ПредупрежденияПриЗавершенииРаботы" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокРасширенийТекстовыхФайлов", + "mdoRefRu": "Константа.СписокРасширенийТекстовыхФайлов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВопросОбУстановкеРасширенияРаботыСКриптографией", + "mdoRefRu": "ОбщаяФорма.ВопросОбУстановкеРасширенияРаботыСКриптографией" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВыборРолиИсполнителя", + "mdoRefRu": "ОбщаяФорма.ВыборРолиИсполнителя" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗагруженныеВерсииАдресныхСведений", + "mdoRefRu": "РегистрСведений.ЗагруженныеВерсииАдресныхСведений" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ВыполняетсяУдалениеОбъектов", + "mdoRefRu": "ПараметрСеанса.ВыполняетсяУдалениеОбъектов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[5]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMAND", + "mdoRef": "DataProcessor.ИнформацияПриЗапуске.Command.ИнформацияПриЗапуске", + "mdoRefRu": "Обработка.ИнформацияПриЗапуске.Команда.ИнформацияПриЗапуске" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.РедактированиеГиперссылки", + "mdoRefRu": "ОбщаяФорма.РедактированиеГиперссылки" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.УсовершенствоватьПодписиАвтоматически", + "mdoRefRu": "Константа.УсовершенствоватьПодписиАвтоматически" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокРасширенийФайловOpenDocument", + "mdoRefRu": "Константа.СписокРасширенийФайловOpenDocument" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВводНаРазныхЯзыках", + "mdoRefRu": "ОбщаяФорма.ВводНаРазныхЯзыках" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НастройкиПравОбъектов", + "mdoRefRu": "ОбщаяФорма.НастройкиПравОбъектов" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ДатаПоследнейВыгрузкиЗамеровПроизводительностиUTC", + "mdoRefRu": "Константа.ДатаПоследнейВыгрузкиЗамеровПроизводительностиUTC" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.Вопрос", + "mdoRefRu": "ОбщаяФорма.Вопрос" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.Пользователи", + "mdoRefRu": "Справочник.Пользователи" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "name": "UPDATE", + "value": true + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВыборОбъектовМетаданных", + "mdoRefRu": "ОбщаяФорма.ВыборОбъектовМетаданных" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗагрузитьСообщениеОбменаДанными", + "mdoRefRu": "Константа.ЗагрузитьСообщениеОбменаДанными" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ПроверятьЭлектронныеПодписиНаСервере", + "mdoRefRu": "Константа.ПроверятьЭлектронныеПодписиНаСервере" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ОграничениеДоступаНаУровнеЗаписейУниверсально", + "mdoRefRu": "ПараметрСеанса.ОграничениеДоступаНаУровнеЗаписейУниверсально" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ПровайдерSMS", + "mdoRefRu": "Константа.ПровайдерSMS" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ОсновнойЯзык", + "mdoRefRu": "Константа.ОсновнойЯзык" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ВводКонтактнойИнформации", + "mdoRefRu": "Обработка.ВводКонтактнойИнформации" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДополнительныйЯзык1", + "mdoRefRu": "Константа.ИспользоватьДополнительныйЯзык1" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ПользовательскиеНастройкиОтчетов", + "mdoRefRu": "Справочник.ПользовательскиеНастройкиОтчетов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "name": "INSERT", + "value": true + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[99]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.АвторизованныйПользователь", + "mdoRefRu": "ПараметрСеанса.АвторизованныйПользователь" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ХранитьИсториюРассылкиОтчетов", + "mdoRefRu": "Константа.ХранитьИсториюРассылкиОтчетов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ФормаНастроекОтчета", + "mdoRefRu": "ОбщаяФорма.ФормаНастроекОтчета" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ФормаПоиска", + "mdoRefRu": "ОбщаяФорма.ФормаПоиска" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ДополнительныеПараметрыПроксиСервера", + "mdoRefRu": "ОбщаяФорма.ДополнительныеПараметрыПроксиСервера" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.РасширенноеПредставлениеОшибки", + "mdoRefRu": "ОбщаяФорма.РасширенноеПредставлениеОшибки" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.РазрешенныеНеаккредитованныеУЦ", + "mdoRefRu": "Константа.РазрешенныеНеаккредитованныеУЦ" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ОтчетОСохраненииФайловЭлектронныхПодписей", + "mdoRefRu": "ОбщаяФорма.ОтчетОСохраненииФайловЭлектронныхПодписей" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ОтложенноеОбновлениеЗавершеноУспешно", + "mdoRefRu": "Константа.ОтложенноеОбновлениеЗавершеноУспешно" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИзвлекатьТекстыФайловНаСервере", + "mdoRefRu": "Константа.ИзвлекатьТекстыФайловНаСервере" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ЗаполнениеКалендарныхГрафиков", + "mdoRefRu": "Обработка.ЗаполнениеКалендарныхГрафиков" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДополнительныеРеквизитыИСведения", + "mdoRefRu": "Константа.ИспользоватьДополнительныеРеквизитыИСведения" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.Сканирование", + "mdoRefRu": "Обработка.Сканирование" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьАнкетирование", + "mdoRefRu": "Константа.ИспользоватьАнкетирование" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.СдвигГраницыИтогов", + "mdoRefRu": "Обработка.СдвигГраницыИтогов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВыборФорматаВложений", + "mdoRefRu": "ОбщаяФорма.ВыборФорматаВложений" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.МаксимальныйРазмерФайла", + "mdoRefRu": "Константа.МаксимальныйРазмерФайла" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ПолнотекстовыйПоискВДанных", + "mdoRefRu": "Обработка.ПолнотекстовыйПоискВДанных" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ВерсияРасширений", + "mdoRefRu": "ПараметрСеанса.ВерсияРасширений" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.РасширенныйВводКонтактнойИнформации", + "mdoRefRu": "Обработка.РасширенныйВводКонтактнойИнформации" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ПриоритетОбновленияВОбластяхДанных", + "mdoRefRu": "Константа.ПриоритетОбновленияВОбластяхДанных" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПраваДоступа", + "mdoRefRu": "ОбщаяФорма.ПраваДоступа" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДополнительныйЯзык2", + "mdoRefRu": "Константа.ИспользоватьДополнительныйЯзык2" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.СменаПароля", + "mdoRefRu": "ОбщаяФорма.СменаПароля" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВыборИсполнителяБизнесПроцесса", + "mdoRefRu": "ОбщаяФорма.ВыборИсполнителяБизнесПроцесса" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ПроизводственныеКалендари", + "mdoRefRu": "Справочник.ПроизводственныеКалендари" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ЗаменаИОбъединениеЭлементов", + "mdoRefRu": "Обработка.ЗаменаИОбъединениеЭлементов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ВидыКонтактнойИнформации", + "mdoRefRu": "Справочник.ВидыКонтактнойИнформации" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.СтраныМира", + "mdoRefRu": "Справочник.СтраныМира" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СоздаватьЭлектронныеПодписиНаСервере", + "mdoRefRu": "Константа.СоздаватьЭлектронныеПодписиНаСервере" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьГруппыВнешнихПользователей", + "mdoRefRu": "Константа.ИспользоватьГруппыВнешнихПользователей" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатуИВремяВСрокахЗадач", + "mdoRefRu": "Константа.ИспользоватьДатуИВремяВСрокахЗадач" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.СохранениеВместеСЭлектроннойПодписью", + "mdoRefRu": "ОбщаяФорма.СохранениеВместеСЭлектроннойПодписью" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КлассификаторыМЧД", + "mdoRefRu": "РегистрСведений.КлассификаторыМЧД" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMAND", + "mdoRef": "Catalog.ПодписантыСервисаМобильнойПодписи.Command.ПодписантыСервисаМобильнойПодписи", + "mdoRefRu": "Справочник.ПодписантыСервисаМобильнойПодписи.Команда.ПодписантыСервисаМобильнойПодписи" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьКомандуЗаметки", + "mdoRefRu": "Константа.ИспользоватьКомандуЗаметки" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДополнительныеАдресныеСведения", + "mdoRefRu": "РегистрСведений.ДополнительныеАдресныеСведения" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСервисDSS", + "mdoRefRu": "Константа.ИспользоватьСервисDSS" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.Склонения", + "mdoRefRu": "ОбщаяФорма.Склонения" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СтатусОбновленияКонфигурации", + "mdoRefRu": "Константа.СтатусОбновленияКонфигурации" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьОтправкуSMSВШаблонахСообщений", + "mdoRefRu": "Константа.ИспользоватьОтправкуSMSВШаблонахСообщений" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.КонтрольИзмененияРолейПользователяИБ", + "mdoRefRu": "ОбщаяФорма.КонтрольИзмененияРолейПользователяИБ" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.СоставыГруппПользователей", + "mdoRefRu": "РегистрСведений.СоставыГруппПользователей" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ИнтерактивнаяПроверкаЗаполненияКонтактнойИнформации", + "mdoRefRu": "ПараметрСеанса.ИнтерактивнаяПроверкаЗаполненияКонтактнойИнформации" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[5]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьКомандуНапоминаний", + "mdoRefRu": "Константа.ИспользоватьКомандуНапоминаний" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПользовательскиеМакетыПечати", + "mdoRefRu": "РегистрСведений.ПользовательскиеМакетыПечати" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.МуниципальнаяИерархия", + "mdoRefRu": "РегистрСведений.МуниципальнаяИерархия" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.УстановитьРасширениеДляРаботыС1СПредприятием", + "mdoRefRu": "ОбщаяКоманда.УстановитьРасширениеДляРаботыС1СПредприятием" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.АдресаСерверовМетокВремени", + "mdoRefRu": "Константа.АдресаСерверовМетокВремени" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПодготовкаНовогоПисьма", + "mdoRefRu": "ОбщаяФорма.ПодготовкаНовогоПисьма" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоМесяцевХраненияИсторииРассылкиОтчетов", + "mdoRefRu": "Константа.КоличествоМесяцевХраненияИсторииРассылкиОтчетов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоПотоковДлительныхОпераций", + "mdoRefRu": "Константа.КоличествоПотоковДлительныхОпераций" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НапоминаниеПриРедактировании", + "mdoRefRu": "ОбщаяФорма.НапоминаниеПриРедактировании" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_ATTRIBUTE", + "mdoRef": "CommonAttribute.КомментарийЯзык1", + "mdoRefRu": "ОбщийРеквизит.КомментарийЯзык1" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВыборДаты", + "mdoRefRu": "ОбщаяФорма.ВыборДаты" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ОсновнойЯзык", + "mdoRefRu": "ПараметрСеанса.ОсновнойЯзык" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMAND", + "mdoRef": "DataProcessor.ПолнотекстовыйПоискВДанных.Command.ПолнотекстовыйПоиск", + "mdoRefRu": "Обработка.ПолнотекстовыйПоискВДанных.Команда.ПолнотекстовыйПоиск" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.СравнениеТабличныхДокументов", + "mdoRefRu": "ОбщаяФорма.СравнениеТабличныхДокументов" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ДатаОбновленияПовторноИспользуемыхЗначенийМРО", + "mdoRefRu": "Константа.ДатаОбновленияПовторноИспользуемыхЗначенийМРО" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияМуниципальнойИерархии", + "mdoRefRu": "РегистрСведений.ИсторияМуниципальнойИерархии" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПолнотекстовыйПоиск", + "mdoRefRu": "Константа.ИспользоватьПолнотекстовыйПоиск" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ДополнительныйЯзык2", + "mdoRefRu": "Константа.ДополнительныйЯзык2" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПечатьДокументов", + "mdoRefRu": "ОбщаяФорма.ПечатьДокументов" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВыборТиповПользователей", + "mdoRefRu": "ОбщаяФорма.ВыборТиповПользователей" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиКомандПечати", + "mdoRefRu": "РегистрСведений.НастройкиКомандПечати" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СервисПереводаТекста", + "mdoRefRu": "Константа.СервисПереводаТекста" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.НеИспользоватьРазделениеПоОбластямДанных", + "mdoRefRu": "Константа.НеИспользоватьРазделениеПоОбластямДанных" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ФормаОтчета", + "mdoRefRu": "ОбщаяФорма.ФормаОтчета" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ПервоеОбновлениеДоступаЗавершилось", + "mdoRefRu": "Константа.ПервоеОбновлениеДоступаЗавершилось" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СведенияОБлокируемыхОбъектах", + "mdoRefRu": "Константа.СведенияОБлокируемыхОбъектах" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.РекомендацияПоПовышениюСкоростиРаботы", + "mdoRefRu": "Обработка.РекомендацияПоПовышениюСкоростиРаботы" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ПредопределенныеВариантыОтчетов", + "mdoRefRu": "Справочник.ПредопределенныеВариантыОтчетов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.СменитьПароль", + "mdoRefRu": "ОбщаяКоманда.СменитьПароль" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьЭлектроннуюПочтуВШаблонахСообщений", + "mdoRefRu": "Константа.ИспользоватьЭлектроннуюПочтуВШаблонахСообщений" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВспомогательнаяФормаНастроекОтчета", + "mdoRefRu": "ОбщаяФорма.ВспомогательнаяФормаНастроекОтчета" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "REPORT", + "mdoRef": "Report.ПраваДоступа", + "mdoRefRu": "Отчет.ПраваДоступа" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ОценкаПроизводительностиПериодЗаписи", + "mdoRefRu": "Константа.ОценкаПроизводительностиПериодЗаписи" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ГлавныйУзел", + "mdoRefRu": "Константа.ГлавныйУзел" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ЗаголовокСистемы", + "mdoRefRu": "Константа.ЗаголовокСистемы" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.РедактированиеТабличногоДокумента", + "mdoRefRu": "ОбщаяФорма.РедактированиеТабличногоДокумента" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьБизнесПроцессыИЗадачи", + "mdoRefRu": "Константа.ИспользоватьБизнесПроцессыИЗадачи" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыПользователей", + "mdoRefRu": "Справочник.ГруппыПользователей" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользуютсяПрофилиБезопасности", + "mdoRefRu": "Константа.ИспользуютсяПрофилиБезопасности" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НастройкаРабочегоКаталога", + "mdoRefRu": "ОбщаяФорма.НастройкаРабочегоКаталога" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СтандартныеПодсистемыВАвтономномРежиме", + "mdoRefRu": "Константа.СтандартныеПодсистемыВАвтономномРежиме" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.КонтрольДинамическогоОбновления", + "mdoRefRu": "ОбщаяФорма.КонтрольДинамическогоОбновления" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ОграничиватьДоступНаУровнеЗаписейУниверсально", + "mdoRefRu": "Константа.ОграничиватьДоступНаУровнеЗаписейУниверсально" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ЗначенияСвойствОбъектовИерархия", + "mdoRefRu": "Справочник.ЗначенияСвойствОбъектовИерархия" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ФормаВыбораШрифта", + "mdoRefRu": "ОбщаяФорма.ФормаВыбораШрифта" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.МаксимальныйРазмерФайлаОбластиДанных", + "mdoRefRu": "Константа.МаксимальныйРазмерФайлаОбластиДанных" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьВнешнихПользователей", + "mdoRefRu": "Константа.ИспользоватьВнешнихПользователей" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.УчетныеЗаписиСинхронизацииФайлов", + "mdoRefRu": "Справочник.УчетныеЗаписиСинхронизацииФайлов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НачалоРаботыСЭлектроннойПодписью", + "mdoRefRu": "ОбщаяФорма.НачалоРаботыСЭлектроннойПодписью" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ПрограммыЭлектроннойПодписиИШифрования", + "mdoRefRu": "Справочник.ПрограммыЭлектроннойПодписиИШифрования" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ИдентификаторыОбъектовРасширений", + "mdoRefRu": "Справочник.ИдентификаторыОбъектовРасширений" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ВыполняетсяЗаписьОбъекта", + "mdoRefRu": "ПараметрСеанса.ВыполняетсяЗаписьОбъекта" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[5]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.АдминистративнаяИерархия", + "mdoRefRu": "РегистрСведений.АдминистративнаяИерархия" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьГруппыПользователей", + "mdoRefRu": "Константа.ИспользоватьГруппыПользователей" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьНесколькоПроизводственныхКалендарей", + "mdoRefRu": "Константа.ИспользоватьНесколькоПроизводственныхКалендарей" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.НастройкаПодчиненногоУзлаРИБЗавершена", + "mdoRefRu": "Константа.НастройкаПодчиненногоУзлаРИБЗавершена" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КвартирыОфисыПомещения", + "mdoRefRu": "РегистрСведений.КвартирыОфисыПомещения" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ЗначенияСвойствОбъектов", + "mdoRefRu": "Справочник.ЗначенияСвойствОбъектов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMAND", + "mdoRef": "DataProcessor.НастройкиПользователей.Command.НастройкиПользователя", + "mdoRefRu": "Обработка.НастройкиПользователей.Команда.НастройкиПользователя" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.Сертификат", + "mdoRefRu": "ОбщаяФорма.Сертификат" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.КлассификаторБанков", + "mdoRefRu": "Справочник.КлассификаторБанков" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ЗемельныеУчастки", + "mdoRefRu": "РегистрСведений.ЗемельныеУчастки" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсторияАдресныхОбъектов", + "mdoRefRu": "РегистрСведений.ИсторияАдресныхОбъектов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВыборДействияПриОбнаруженииОтличийФайла", + "mdoRefRu": "ОбщаяФорма.ВыборДействияПриОбнаруженииОтличийФайла" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СписокЗапрещенныхРасширений", + "mdoRefRu": "Константа.СписокЗапрещенныхРасширений" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ПараметрыОбработчикаОбновления", + "mdoRefRu": "ПараметрСеанса.ПараметрыОбработчикаОбновления" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиВариантовОтчетов", + "mdoRefRu": "РегистрСведений.НастройкиВариантовОтчетов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[99]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ПрисоединенныеФайлы", + "mdoRefRu": "ОбщаяКоманда.ПрисоединенныеФайлы" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПоддерживаемыеКлиентскиеПриложения", + "mdoRefRu": "ОбщаяФорма.ПоддерживаемыеКлиентскиеПриложения" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.Обсуждения", + "mdoRefRu": "ОбщаяКоманда.Обсуждения" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ИнтерактивнаяПроверкаЗаполненияСвойств", + "mdoRefRu": "ПараметрСеанса.ИнтерактивнаяПроверкаЗаполненияСвойств" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[5]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.КаталогВременныхФайловДляWindows", + "mdoRefRu": "Константа.КаталогВременныхФайловДляWindows" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьНапоминанияПользователя", + "mdoRefRu": "Константа.ИспользоватьНапоминанияПользователя" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ТипПодписиКриптографииПоУмолчанию", + "mdoRefRu": "Константа.ТипПодписиКриптографииПоУмолчанию" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ПрефиксУзлаРаспределеннойИнформационнойБазы", + "mdoRefRu": "Константа.ПрефиксУзлаРаспределеннойИнформационнойБазы" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СообщениеОбменаДаннымиИзГлавногоУзла", + "mdoRefRu": "Константа.СообщениеОбменаДаннымиИзГлавногоУзла" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьЗаметки", + "mdoRefRu": "Константа.ИспользоватьЗаметки" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.ЯзыкиПечатныхФорм", + "mdoRefRu": "Справочник.ЯзыкиПечатныхФорм" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСервисПереводаТекста", + "mdoRefRu": "Константа.ИспользоватьСервисПереводаТекста" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.СозданиеНачальногоОбразаСФайлами", + "mdoRefRu": "ОбщаяФорма.СозданиеНачальногоОбразаСФайлами" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "REPORT", + "mdoRef": "Report.МестаИспользованияСсылок", + "mdoRefRu": "Отчет.МестаИспользованияСсылок" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыЦентраМониторинга", + "mdoRefRu": "Константа.ПараметрыЦентраМониторинга" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ОграничиватьДоступНаУровнеЗаписей", + "mdoRefRu": "Константа.ОграничиватьДоступНаУровнеЗаписей" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.АдресныеОбъекты", + "mdoRefRu": "РегистрСведений.АдресныеОбъекты" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.РазрешенныеНеаккредитованныеУЦ", + "mdoRefRu": "ОбщаяФорма.РазрешенныеНеаккредитованныеУЦ" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьРазделениеПоОбластямДанных", + "mdoRefRu": "Константа.ИспользоватьРазделениеПоОбластямДанных" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ХранитьФайлыВТомахНаДиске", + "mdoRefRu": "Константа.ХранитьФайлыВТомахНаДиске" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.КонструкторФормул", + "mdoRefRu": "Обработка.КонструкторФормул" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСервисСклоненияMorpher", + "mdoRefRu": "Константа.ИспользоватьСервисСклоненияMorpher" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СведенияОбОбновленииИБ", + "mdoRefRu": "Константа.СведенияОбОбновленииИБ" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.РедактированиеМеток", + "mdoRefRu": "ОбщаяФорма.РедактированиеМеток" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.РегистрироватьИзмененияПравДоступа", + "mdoRefRu": "Константа.РегистрироватьИзмененияПравДоступа" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONFIGURATION", + "mdoRef": "Configuration.БиблиотекаСтандартныхПодсистем", + "mdoRefRu": "Конфигурация.БиблиотекаСтандартныхПодсистем" + }, + "rights": [ + [ + { + "name": "MAIN_WINDOW_MODE_NORMAL", + "value": true + }, + { + "name": "MAIN_WINDOW_MODE_WORKPLACE", + "value": true + }, + { + "name": "MAIN_WINDOW_MODE_EMBEDDED_WORKPLACE", + "value": true + }, + { + "name": "MAIN_WINDOW_MODE_FULLSCREEN_WORKPLACE", + "value": true + }, + { + "name": "MAIN_WINDOW_MODE_KIOSK", + "value": true + }, + { + "name": "ANALYTICS_SYSTEM_CLIENT", + "value": true + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВводЗначенийСпискомСФлажками", + "mdoRefRu": "ОбщаяФорма.ВводЗначенийСпискомСФлажками" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ОбщиеПоставляемыеМакетыПечати", + "mdoRefRu": "РегистрСведений.ОбщиеПоставляемыеМакетыПечати" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоПотоковОбновленияИнформационнойБазы", + "mdoRefRu": "Константа.КоличествоПотоковОбновленияИнформационнойБазы" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ОтложенноеОбновлениеВГлавномУзлеЗавершеноУспешно", + "mdoRefRu": "Константа.ОтложенноеОбновлениеВГлавномУзлеЗавершеноУспешно" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатыЗапретаИзменения", + "mdoRefRu": "Константа.ИспользоватьДатыЗапретаИзменения" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ОтключениеОбновленияКлючейДоступа", + "mdoRefRu": "ПараметрСеанса.ОтключениеОбновленияКлючейДоступа" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьПрочиеВзаимодействия", + "mdoRefRu": "Константа.ИспользоватьПрочиеВзаимодействия" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ЭтоАвтономноеРабочееМесто", + "mdoRefRu": "Константа.ЭтоАвтономноеРабочееМесто" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ИнформацияПриЗапуске", + "mdoRefRu": "Обработка.ИнформацияПриЗапуске" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ПараметрыКлиентаНаСервере", + "mdoRefRu": "ПараметрСеанса.ПараметрыКлиентаНаСервере" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_ATTRIBUTE", + "mdoRef": "CommonAttribute.КомментарийЯзык2", + "mdoRefRu": "ОбщийРеквизит.КомментарийЯзык2" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[2]" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ДатаОбновленияПовторноИспользуемыхЗначенийМРО", + "mdoRefRu": "ПараметрСеанса.ДатаОбновленияПовторноИспользуемыхЗначенийМРО" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.КаталогВременныхФайловДляLinux", + "mdoRefRu": "Константа.КаталогВременныхФайловДляLinux" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CATALOG", + "mdoRef": "Catalog.МакетыПечатныхФорм", + "mdoRefRu": "Справочник.МакетыПечатныхФорм" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[12]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right[3]" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИдентификаторыОбъектовВерсийРасширений", + "mdoRefRu": "РегистрСведений.ИдентификаторыОбъектовВерсийРасширений" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.КоличествоЭлементовВТранзакцииЗагрузкиДанных", + "mdoRefRu": "Константа.КоличествоЭлементовВТранзакцииЗагрузкиДанных" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ТекущийВнешнийПользователь", + "mdoRefRu": "ПараметрСеанса.ТекущийВнешнийПользователь" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ГрупповоеИзменениеРеквизитов", + "mdoRefRu": "Обработка.ГрупповоеИзменениеРеквизитов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ДополнительныйЯзык1", + "mdoRefRu": "Константа.ДополнительныйЯзык1" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.УстановленныеРасширения", + "mdoRefRu": "ПараметрСеанса.УстановленныеРасширения" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПечатьДокументовOfficeOpen", + "mdoRefRu": "ОбщаяФорма.ПечатьДокументовOfficeOpen" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ПерсональнаяНастройкаПроксиСервера", + "mdoRefRu": "ОбщаяКоманда.ПерсональнаяНастройкаПроксиСервера" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДомаЗданияСтроения", + "mdoRefRu": "РегистрСведений.ДомаЗданияСтроения" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПустойРабочийСтол", + "mdoRefRu": "ОбщаяФорма.ПустойРабочийСтол" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВыборОсновнойПечатнойФормы", + "mdoRefRu": "ОбщаяФорма.ВыборОсновнойПечатнойФормы" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.АдресПубликацииИнформационнойБазыВЛокальнойСети", + "mdoRefRu": "Константа.АдресПубликацииИнформационнойБазыВЛокальнойСети" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.КодировкиФайлов", + "mdoRefRu": "РегистрСведений.КодировкиФайлов" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИсточникДанныхАдресногоКлассификатора", + "mdoRefRu": "Константа.ИсточникДанныхАдресногоКлассификатора" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.СвойстваИсправленийПередОбновлениемИБ", + "mdoRefRu": "Константа.СвойстваИсправленийПередОбновлениемИБ" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ДействующиеДатыЗапретаИзменения", + "mdoRefRu": "ПараметрСеанса.ДействующиеДатыЗапретаИзменения" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.РаботаСВнешнимиРесурсамиЗаблокирована", + "mdoRefRu": "ПараметрСеанса.РаботаСВнешнимиРесурсамиЗаблокирована" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ПараметрыХраненияФайловВИБ", + "mdoRefRu": "Константа.ПараметрыХраненияФайловВИБ" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ДлительнаяОперация", + "mdoRefRu": "ОбщаяФорма.ДлительнаяОперация" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.РезультатыОбновленияПрограммы", + "mdoRefRu": "Обработка.РезультатыОбновленияПрограммы" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.СохранениеПечатнойФормы", + "mdoRefRu": "ОбщаяФорма.СохранениеПечатнойФормы" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ПовторитьЗагрузкуСообщенияОбменаДаннымиПередЗапуском", + "mdoRefRu": "Константа.ПовторитьЗагрузкуСообщенияОбменаДаннымиПередЗапуском" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ПодключенныеРасширения", + "mdoRefRu": "ПараметрСеанса.ПодключенныеРасширения" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ДетализироватьОбновлениеИБВЖурналеРегистрации", + "mdoRefRu": "Константа.ДетализироватьОбновлениеИБВЖурналеРегистрации" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.НастройкиПользователей", + "mdoRefRu": "Обработка.НастройкиПользователей" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ПоискИУдалениеДублей", + "mdoRefRu": "Обработка.ПоискИУдалениеДублей" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьСинхронизациюДанных", + "mdoRefRu": "Константа.ИспользоватьСинхронизациюДанных" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИдентификаторИнформационнойБазы", + "mdoRefRu": "Константа.ИдентификаторИнформационнойБазы" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ПрограммыЭлектроннойПодписиИШифрования", + "mdoRefRu": "Обработка.ПрограммыЭлектроннойПодписиИШифрования" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[31]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПоставляемыеМакетыПечати", + "mdoRefRu": "РегистрСведений.ПоставляемыеМакетыПечати" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИзменятьЗаданияЗаднимЧислом", + "mdoRefRu": "Константа.ИзменятьЗаданияЗаднимЧислом" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВыборПутиКАрхивуФайловТомов", + "mdoRefRu": "ОбщаяФорма.ВыборПутиКАрхивуФайловТомов" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ОбластьДанныхЗначение", + "mdoRefRu": "ПараметрСеанса.ОбластьДанныхЗначение" + }, + "rights": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[2]/rights/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.УсовершенствоватьПодписиСДаты", + "mdoRefRu": "Константа.УсовершенствоватьПодписиСДаты" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + }, + { + "name": { + "type": "CONSTANT", + "mdoRef": "Constant.ИспользоватьДатуНачалаЗадач", + "mdoRefRu": "Константа.ИспользоватьДатуНачалаЗадач" + }, + "rights": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight[3]/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Role/data/objectRights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$ObjectRight/rights/c/com.github._1c_syntax.bsl.mdo.storage.RoleData$Right" + } + ], + [] + ] + } + ], + [] + ] + }, + "description": "Базовые права БСП", + "mdoReference": { + "type": "ROLE", + "mdoRef": "Role.БазовыеПраваБСП", + "mdoRefRu": "Роль.БазовыеПраваБСП" + }, + "mdoType": "ROLE", + "name": "БазовыеПраваБСП", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Базовые права БСП" + } + } + ] + }, + "uuid": "cf19f220-f6d4-4c9e-b5d5-9d94234f0a2c" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/ScheduledJobs.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\220\320\263\321\200\320\265\320\263\320\260\321\202\320\276\320\262.json" "b/src/test/resources/fixtures/ssl_3_2/ScheduledJobs.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\220\320\263\321\200\320\265\320\263\320\260\321\202\320\276\320\262.json" new file mode 100644 index 000000000..a7d4cd606 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/ScheduledJobs.\320\236\320\261\320\275\320\276\320\262\320\273\320\265\320\275\320\270\320\265\320\220\320\263\321\200\320\265\320\263\320\260\321\202\320\276\320\262.json" @@ -0,0 +1,38 @@ +{"com.github._1c_syntax.bsl.mdo.ScheduledJob": { + "comment": "", + "description": "", + "key": "ОбновлениеАгрегатов", + "mdoReference": { + "type": "SCHEDULED_JOB", + "mdoRef": "ScheduledJob.ОбновлениеАгрегатов", + "mdoRefRu": "РегламентноеЗадание.ОбновлениеАгрегатов" + }, + "mdoType": "SCHEDULED_JOB", + "methodName": { + "methodPath": "CommonModule.УправлениеИтогамиИАгрегатамиСлужебный.ОбновлениеАгрегатовОбработчикЗадания", + "moduleName": "УправлениеИтогамиИАгрегатамиСлужебный", + "methodName": "ОбновлениеАгрегатовОбработчикЗадания" + }, + "name": "ОбновлениеАгрегатов", + "objectBelonging": "OWN", + "predefined": true, + "restartCountOnFailure": 3, + "restartIntervalOnFailure": 10, + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Обновление агрегатов" + } + } + ] + }, + "use": false, + "uuid": "798bd34c-d0ee-4590-9b1d-8bc47e42ca8c" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/SessionParameters.\320\242\320\265\320\272\321\203\321\211\320\270\320\271\320\237\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\214.json" "b/src/test/resources/fixtures/ssl_3_2/SessionParameters.\320\242\320\265\320\272\321\203\321\211\320\270\320\271\320\237\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\214.json" new file mode 100644 index 000000000..38f75ed14 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/SessionParameters.\320\242\320\265\320\272\321\203\321\211\320\270\320\271\320\237\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\214.json" @@ -0,0 +1,65 @@ +{"com.github._1c_syntax.bsl.mdo.SessionParameter": { + "comment": "", + "description": "Текущий пользователь", + "mdoReference": { + "type": "SESSION_PARAMETER", + "mdoRef": "SessionParameter.ТекущийПользователь", + "mdoRefRu": "ПараметрСеанса.ТекущийПользователь" + }, + "mdoType": "SESSION_PARAMETER", + "name": "ТекущийПользователь", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "GET", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SET" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Текущий пользователь" + } + } + ] + }, + "uuid": "1ed910db-e434-4efd-9b12-c25353a31d5a", + "valueType": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + } +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262.json" "b/src/test/resources/fixtures/ssl_3_2/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262.json" new file mode 100644 index 000000000..4c4a0f5f2 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262.json" @@ -0,0 +1,7493 @@ +{"com.github._1c_syntax.bsl.mdo.SettingsStorage": { + "comment": "", + "description": "Хранилище вариантов отчетов", + "forms": [ + [ + { + "uuid": "077e2c42-bc3b-48bf-bbc2-41effe20f613", + "name": "БыстрыеНастройкиОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.БыстрыеНастройкиОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.БыстрыеНастройкиОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Быстрые настройки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/БыстрыеНастро_киОтчета/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [] + }, + "handlers": [ + [ + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "TABLE", + "id": 1, + "name": "БыстрыеНастройки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/synonym" + }, + "dataPath": "БыстрыеНастройки", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 38, + "name": "БыстрыеНастройкиГруппаНастройка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Настройка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 14, + "name": "БыстрыеНастройкиПометка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пометка" + } + } + ] + }, + "dataPath": "БыстрыеНастройки.Пометка", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 56, + "name": "БыстрыеНастройкиКартинкаНастройки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Картинка настройки" + } + } + ] + }, + "dataPath": "БыстрыеНастройки.КартинкаНастройки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 20, + "name": "БыстрыеНастройкиЗаголовок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "БыстрыеНастройки.Заголовок", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 93, + "name": "БыстрыеНастройкиВидСравнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условие" + } + } + ] + }, + "dataPath": "БыстрыеНастройки.ВидСравнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 106, + "name": "ВыводитьЗаголовкиНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выводить заголовки настроек" + } + } + ] + }, + "dataPath": "ВыводитьЗаголовкиНастроек", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "БыстрыеНастройки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + } + }, + { + "id": 2, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "SETTINGS_COMPOSER" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ВариантМодифицирован", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 5, + "name": "КлючТекущегоВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + } + }, + { + "id": 6, + "name": "ВыводитьЗаголовкиНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + } + ], + [] + ] + }, + "owner": { + "type": "SETTINGS_STORAGE", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "57964dd6-4b0b-4590-bc44-de744cc423af", + "name": "ВыборВариантаОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ВыборВариантаОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ВыборВариантаОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор варианта отчета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ВыборВариантаОтчета/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + [ + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПередЗагрузкойДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 22, + "name": "БыстрыеОтборы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Быстрые фильтры" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 56, + "name": "ОтборАвтор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "dataPath": "ОтборАвтор", + "items": [] + } + ] + }, + { + "type": "TABLE", + "id": 1, + "name": "ДеревоВариантовОтчета", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дерево вариантов отчета" + } + } + ] + }, + "dataPath": "ДеревоВариантовОтчета", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 4, + "name": "ДеревоВариантовОтчетаПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование" + } + } + ] + }, + "dataPath": "ДеревоВариантовОтчета.Наименование", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 29, + "name": "ДеревоВариантовОтчетаКартинкаАвтора", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Картинка автора" + } + } + ] + }, + "dataPath": "ДеревоВариантовОтчета.КартинкаАвтора", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "ДеревоВариантовОтчетаАвтор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДеревоВариантовОтчета.Автор", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 62, + "name": "ДеревоВариантовОтчетаКартинкаНазначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Картинка назначение" + } + } + ] + }, + "dataPath": "ДеревоВариантовОтчета.КартинкаНазначение", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 11, + "name": "ВариантОписание", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание" + } + } + ] + }, + "dataPath": "ВариантОписание", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "ДеревоВариантовОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ТекущийПользователь", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ОтчетИнформация", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 3, + "name": "ПолныеПраваНаВарианты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 6, + "name": "ВариантОписание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 7, + "name": "ПоказыватьЛичныеВариантыОтчетовДругихАвторов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 8, + "name": "КлючВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 9, + "name": "ОтборАвтор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВнешниеПользователи", + "nameEn": "CatalogRef.ВнешниеПользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + } + } + ], + "composite": true, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "f5bb88eb-c239-4ae3-a297-dfbbd679e008", + "name": "ВыборПоляОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ВыборПоляОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ВыборПоляОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор поля отчета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ВыборПоляОтчета/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "USUAL_GROUP", + "id": 94, + "name": "ГруппаДоступныеПоля", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступные поля" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 3, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 4, + "name": "ИмяКоллекцииПолей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 5, + "name": "ИдентификаторЭлементаСтруктурыНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 7, + "name": "Режим", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "c888ccc1-9116-4b88-b950-aeabd54191c0", + "name": "ВыборФинансовогоПериода", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ВыборФинансовогоПериода", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ВыборФинансовогоПериода" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор финансового периода" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ВыборФинансовогоПериода/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор периода" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 99, + "name": "ГруппаВыборГода", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор года" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 187, + "name": "ПерейтиНаГодНазадВарианты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перейти на год назад (варианты)" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 90, + "name": "ПерейтиНаГодНазадДоступно", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "<" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 184, + "name": "ПерейтиНаГодНазадНедоступно", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "LABEL_FIELD", + "id": 92, + "name": "ДатаНачалаГода", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата начала года" + } + } + ] + }, + "dataPath": "ДатаНачалаГода", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 95, + "name": "ПерейтиНаГодВперед", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": ">" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 176, + "name": "ГруппаВыборПериода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 178, + "name": "Месяцы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Месяцы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 150, + "name": "Квартал1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Квартал 1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 101, + "name": "ВыбратьМесяц1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "январь" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 103, + "name": "ВыбратьМесяц2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "февраль" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 105, + "name": "ВыбратьМесяц3", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "март" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 154, + "name": "Квартал2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Квартал 2" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 109, + "name": "ВыбратьМесяц4", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "апрель" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 111, + "name": "ВыбратьМесяц5", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "май" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 113, + "name": "ВыбратьМесяц6", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "июнь" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 158, + "name": "Квартал3", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Квартал 3" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 117, + "name": "ВыбратьМесяц7", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "июль" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 119, + "name": "ВыбратьМесяц8", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "август" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 121, + "name": "ВыбратьМесяц9", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "сентябрь" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 162, + "name": "Квартал4", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Квартал 4" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 125, + "name": "ВыбратьМесяц10", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "октябрь" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 127, + "name": "ВыбратьМесяц11", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "ноябрь" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 129, + "name": "ВыбратьМесяц12", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "декабрь" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 180, + "name": "Кварталы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Кварталы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 107, + "name": "ВыбратьКвартал1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "1 квартал" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 115, + "name": "ВыбратьКвартал2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "2 квартал" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 123, + "name": "ВыбратьКвартал3", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "3 квартал" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 131, + "name": "ВыбратьКвартал4", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "4 квартал" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 182, + "name": "НарастающимИтогом", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Нарастающим итогом" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 174, + "name": "ВыбратьДень", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "день..." + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 133, + "name": "ВыбратьПолугодие", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "полугодие" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 137, + "name": "Выбрать9Месяцев", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "9 месяцев" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 139, + "name": "ВыбратьГод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "год" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 198, + "name": "ГруппаОчиститьПериод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Очистить период" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 189, + "name": "ОчиститьПериод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "за все время" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 195, + "name": "ПерейтиКСтандартномуВариантуПериода", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Стандартный вариант" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 2, + "name": "НачалоПериода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + } + } + ] + } + }, + { + "id": 3, + "name": "КонецПериода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 4, + "name": "ДатаНачалаГода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 5, + "name": "ИмяТекущегоЭлемента", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 1, + "name": "ОграничениеСнизу", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 6, + "name": "ВыбранныйГодОграничен", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 7, + "name": "Период", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "STANDARD_PERIOD" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 8, + "name": "ИмяКоманды", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + "PLATFORM_APPLICATION" + ] + }, + { + "uuid": "ff4d92a7-5fa3-4a46-a6f5-47c3952edb22", + "name": "ВыборФинансовогоПериодаДень", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ВыборФинансовогоПериодаДень", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ВыборФинансовогоПериодаДень" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор финансового периода день" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ВыборФинансовогоПериодаДень/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор дня" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "CALENDAR_FIELD", + "id": 1, + "name": "День", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "День" + } + } + ] + }, + "dataPath": "День", + "items": [] + } + ], + "attributes": [ + { + "id": 1, + "name": "День", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "bb350b39-1f4d-460a-98c9-8d2308cf22f0", + "name": "ГруппаВыбранныхПолей", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ГруппаВыбранныхПолей", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ГруппаВыбранныхПолей" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа выбранных полей" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ГруппаВыбранныхПоле_/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "USUAL_GROUP", + "id": 13, + "name": "Основное", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 1, + "name": "ЗаголовокГруппы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок" + } + } + ] + }, + "dataPath": "ЗаголовокГруппы", + "items": [] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 4, + "name": "Расположение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Расположение" + } + } + ] + }, + "dataPath": "РасположениеГруппы", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ЗаголовокГруппы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 2, + "name": "РасположениеГруппы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "eaeb5aa8-8edf-4f74-8011-2d476f543bf6", + "name": "НастройкаПоля", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.НастройкаПоля", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.НастройкаПоля" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Настройка поля" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/Настро_каПоля/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + { + "type": "PAGES", + "id": 482, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 484, + "name": "БыстрыеНастройки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 488, + "name": "БыстрыеНастройкиКолонка1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Быстрые настройки колонка 1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 266, + "name": "Сортировка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сортировать" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 1, + "name": "СортироватьПоВозрастанию", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По возрастанию" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 3, + "name": "СортироватьПоУбыванию", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По убыванию" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 494, + "name": "Сгруппировать", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сгруппировать" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_BUTTON", + "id": 440, + "name": "СгруппироватьПоВыбранномуПолю", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По полю" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 200, + "name": "Перемещение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Переместить" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 186, + "name": "ПереместитьПолеВлево", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Влево" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 188, + "name": "ПереместитьПолеВправо", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вправо" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 192, + "name": "ПереместитьПолеНиже", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ниже" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 190, + "name": "ПереместитьПолеВыше", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выше" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 206, + "name": "УстановкаШириныВысоты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установить" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 308, + "name": "УстановкаВысотыСтроки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установка высоты строки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 310, + "name": "ВысотаСтроки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Высота строки" + } + } + ] + }, + "dataPath": "ВысотаСтроки", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 389, + "name": "УстановитьВысотуСтроки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 313, + "name": "УстановкаШириныКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установка ширины колонки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 315, + "name": "ШиринаКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ширина колонки" + } + } + ] + }, + "dataPath": "ШиринаКолонки", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 391, + "name": "УстановитьШиринуКолонки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 491, + "name": "БыстрыеНастройкиКолонка2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Быстрые настройки колонка1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 198, + "name": "Вставка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вставка" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 445, + "name": "ВставкаКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вставить" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 447, + "name": "ВставкаКолонка1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вставка колонка 1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 156, + "name": "ВставитьПолеСлева", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Поле слева" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 160, + "name": "ВставитьГруппировкуВыше", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группировку выше" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 449, + "name": "ВставкаКолонка2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вставка колонка 2" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 158, + "name": "ВставитьПолеСправа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Поле справа" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 162, + "name": "ВставитьГруппировкуНиже", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группировку ниже" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 457, + "name": "УстановкаЦветаКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выделить" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 459, + "name": "УстановкаЦветаКолонка1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установка цвета колонка 1" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_BUTTON", + "id": 172, + "name": "ОформитьОтрицательные", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отрицательные красным" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 461, + "name": "УстановкаЦветаКолонка2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установка цвета колонка 2" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_BUTTON", + "id": 174, + "name": "ОформитьПоложительные", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Положительные зеленым" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 496, + "name": "Изменить", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Изменить" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 303, + "name": "Переименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Переименование" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 305, + "name": "ПредставлениеПоля", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Имя поля" + } + } + ] + }, + "dataPath": "ПредставлениеПоля", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 393, + "name": "ПереименоватьПоле", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Переименовать" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_BUTTON", + "id": 164, + "name": "СкрытьПоле", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Скрыть поле" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 486, + "name": "Фильтры", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтры" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 8, + "name": "ФильтрПоУсловию", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По условию" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 376, + "name": "СвойстваФильтраПоУсловиюСлева", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойства фильтра по условию слева" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 373, + "name": "Использование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Использование" + } + } + ] + }, + "dataPath": "Использование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "ВидСравнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид сравнения" + } + } + ] + }, + "dataPath": "ВидСравнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 378, + "name": "СвойстваФильтраПоУсловиюСправа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойства фильтра по условию справа" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 13, + "name": "ПравоеЗначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Правое значение" + } + } + ] + }, + "dataPath": "ПравоеЗначение", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 16, + "name": "ФильтрПоЗначению", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По значению" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 404, + "name": "ФильтрПоЗначениюСтраницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтр по значению" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 406, + "name": "ЗначенияФильтра", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 18, + "name": "Значения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Значения", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 34, + "name": "ЗначенияПометка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Значения.Check", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 31, + "name": "ЗначенияЗначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значение" + } + } + ] + }, + "dataPath": "Значения.Value", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 435, + "name": "ОпцииЗаполненияФильтраПоЗначению", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Опции заполнения фильтра по значению" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 415, + "name": "СтатистикаФильтраПоЗначению", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 437, + "name": "ВывестиВсеЗначенияРазделаОтчета", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вывести все" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 408, + "name": "Ожидание", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ожидание" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 423, + "name": "СтатусыОжидания", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статусы ожидания" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 421, + "name": "ОжиданиеЗаполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ожидание заполнения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_DECORATION", + "id": 410, + "name": "ИндикаторДлительнойОперации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Индикатор длительной операции" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 418, + "name": "ПредставлениеДлительнойОперации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполняется чтение строк поля" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 425, + "name": "ОшибкаЗаполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ошибка заполнения" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ] + } + ], + [] + ] + } + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ВидСравнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 2, + "name": "ПравоеЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 3, + "name": "Значения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "Использование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 7, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 8, + "name": "ПредставлениеПоля", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление поля" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 9, + "name": "ВысотаСтроки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 10, + "name": "ШиринаКолонки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type" + } + }, + { + "id": 11, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 12, + "name": "СвойстваЗаголовка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 13, + "name": "ИдентификаторЭлементаСтруктурыНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 5, + "name": "ДоступныеЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 6, + "name": "СнятьФильтрПоУсловию", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 14, + "name": "ИндексыГруппИЭлементов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 17, + "name": "КоличествоСтрокВРазделеОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 15, + "name": "ВыведеныВсеЗначенияРазделаОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 16, + "name": "КоличествоПервыхЧитаемыхСтрок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[15]/type" + } + }, + { + "id": 18, + "name": "АдресДанныхРасшифровки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 19, + "name": "Документ", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "SPREADSHEET_DOCUMENT" + } + ], + "composite": false, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "b2f17ef1-3f6f-4029-b3e2-28d6b79c5b76", + "name": "ПанельДругихОтчетов", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ПанельДругихОтчетов", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ПанельДругихОтчетов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Панель других отчетов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ПанельДругихОтчетов/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Другие отчеты" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 1, + "name": "СтраницаДругиеОтчеты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница другие отчеты" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 3, + "name": "ГруппаДругиеВариантыОтчета", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Варианты отчета" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 5, + "name": "ГруппаПодвал", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подвал" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "CHECK_BOX_FIELD", + "id": 7, + "name": "ЗакрыватьПослеВыбора", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Закрывать это окно после перехода к отчету" + } + } + ] + }, + "dataPath": "ЗакрыватьПослеВыбора", + "items": [] + } + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "ВариантСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВариантыОтчетов", + "nameEn": "CatalogRef.ВариантыОтчетов" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ПодсистемаСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ИдентификаторыОбъектовМетаданных", + "nameEn": "CatalogRef.ИдентификаторыОбъектовМетаданных" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ИдентификаторыОбъектовРасширений", + "nameEn": "CatalogRef.ИдентификаторыОбъектовРасширений" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "ОтчетСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ДополнительныеОтчетыИОбработки", + "nameEn": "CatalogRef.ДополнительныеОтчетыИОбработки" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + } + } + ], + "composite": true, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ГруппыПодсистем", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 5, + "name": "ЕстьДругиеОтчеты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 8, + "name": "ВариантыПанели", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 9, + "name": "ВариантыПанелиНомерЭлемента", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": false, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } + } + } + } + ] + } + }, + { + "id": 10, + "name": "ВариантыПанелиКлючТекущегоВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 11, + "name": "ЗакрыватьПослеВыбора", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 12, + "name": "ОтчетНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 6, + "name": "ВидимыеВарианты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "364cbfe2-bc44-4387-aa7e-6b4aa086c9e9", + "name": "СохранениеВариантаОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.СохранениеВариантаОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.СохранениеВариантаОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сохранение варианта отчета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/СохранениеВариантаОтчета/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "event": "FillCheckProcessingAtServer", + "name": "ОбработкаПроверкиЗаполненияНаСервере" + } + ], + [] + ], + "items": [ + { + "type": "PAGES", + "id": 24, + "name": "Страницы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 25, + "name": "Основное", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 52, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 294, + "name": "ГруппаДоступенНазначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступен назначение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 98, + "name": "Доступен", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступен" + } + } + ] + }, + "dataPath": "Доступен", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 252, + "name": "Назначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "Объект.Назначение", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 268, + "name": "ГруппаДоступность", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступность" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 206, + "name": "ПользователиВарианта", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показать в панелях отчетов пользователей (начальная настройка)" + } + } + ] + }, + "dataPath": "ПользователиВарианта", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 236, + "name": "ПользователиВариантаПометка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ПользователиВарианта.Check", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 219, + "name": "ПользователиВариантаЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ПользователиВарианта.Value", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 247, + "name": "УведомитьПользователей", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уведомить в чате об этом варианте отчета" + } + } + ] + }, + "dataPath": "УведомитьПользователей", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 250, + "name": "ГруппаОписание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 8, + "name": "Описание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "Объект.Описание", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 190, + "name": "Страница1Подвал", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница 1 подвал" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 86, + "name": "ЧтоБудетДальше", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Что будет дальше" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 88, + "name": "Новый", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Новый" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_DECORATION", + "id": 187, + "name": "ДекорацияЧтоБудетДальшеНовый", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Будет сохранен новый вариант отчета.\nНажмите \"Далее\" для размещения варианта отчета в разделах приложения." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 87, + "name": "Перезапись", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перезапись" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_DECORATION", + "id": 184, + "name": "ДекорацияЧтоБудетДальшеПерезапись", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Будет перезаписан существующий вариант отчета.\nНажмите \"Далее\" для размещения варианта отчета в разделах приложения." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 201, + "name": "ПерезаписьНевозможна", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перезапись невозможна" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL_DECORATION", + "id": 203, + "name": "ДекорацияЧтоБудетДальшеПерезаписьНевозможна", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование занято другим вариантом отчета.\nВведите другое наименование или выберите вариант из списка." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + } + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 26, + "name": "Дополнительно", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительно" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 261, + "name": "ГруппаШапка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Шапка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 225, + "name": "СброситьНастройки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сбросить настройки" + } + } + ] + }, + "dataPath": "СброситьНастройки", + "items": [] + }, + { + "type": "COMMAND_BAR", + "id": 263, + "name": "КоманднаяПанельДеревоПодсистем", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель дерево подсистем" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "SEARCH_STRING_ADDITION", + "id": 265, + "name": "СтрокаПоискаДеревоПодсистем", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "TABLE", + "id": 74, + "name": "ДеревоПодсистем", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дерево подсистем" + } + } + ] + }, + "dataPath": "ДеревоПодсистем", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 77, + "name": "ГруппаКолонок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Колонок" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 78, + "name": "ДеревоПодсистемИспользование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДеревоПодсистем.Использование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 80, + "name": "ДеревоПодсистемПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Раздел, Группа" + } + } + ] + }, + "dataPath": "ДеревоПодсистем.Представление", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 82, + "name": "ДеревоПодсистемВажность", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Важность" + } + } + ] + }, + "dataPath": "ДеревоПодсистем.Важность", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 137, + "name": "ДеревоПодсистемПользователиПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Видимость по умолчанию" + } + } + ] + }, + "dataPath": "ДеревоПодсистем.ПользователиПредставление", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ПрототипКлюч", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 3, + "name": "ВариантыОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 9, + "name": "ВариантСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 5, + "name": "ВариантКлючВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 11, + "name": "ПрототипСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 16, + "name": "ИдентификаторТекущейСтроки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type" + } + }, + { + "id": 15, + "name": "Доступен", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 13, + "name": "ДеревоПодсистем", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Размещение в панелях отчетов" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 19, + "name": "Контекст", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 20, + "name": "СброситьНастройки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 21, + "name": "ОписаниеМодифицировано", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 22, + "name": "НаименованиеМодифицировано", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 23, + "name": "ПрототипПредопределенный", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 24, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникОбъект.ВариантыОтчетов", + "nameEn": "CatalogObject.ВариантыОтчетов" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ПользователиВарианта", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пользователи варианта" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 6, + "name": "ИспользоватьВнешнихПользователей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 7, + "name": "ИспользоватьГруппыПользователей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 4, + "name": "ЭтоКонтекстныйВариантОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 8, + "name": "ВариантыКонтекста", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 10, + "name": "УведомитьПользователей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "7433b2a9-f634-4af7-ac85-6aa1280ea239", + "name": "СохранениеВариантаОтчетаВФайл", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.СохранениеВариантаОтчетаВФайл", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.СохранениеВариантаОтчетаВФайл" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сохранение варианта отчета в файл" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/СохранениеВариантаОтчетаВФа_л/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + { + "type": "PAGES", + "id": 29, + "name": "ВариантыСохранения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Варианты сохранения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 31, + "name": "ОдинВариантОтчета", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Один вариант отчета" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 1, + "name": "ИмяФайла", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Имя файла" + } + } + ] + }, + "dataPath": "ИмяФайла", + "items": [] + }, + { + "type": "TABLE", + "id": 4, + "name": "ПерсональныеНастройки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Персональные настройки" + } + } + ] + }, + "dataPath": "ПерсональныеНастройки", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 20, + "name": "ПользовательскиеНастройкиПометка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ПерсональныеНастройки.Check", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 17, + "name": "ПользовательскиеНастройкиЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ПерсональныеНастройки.Value", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 33, + "name": "НесколькоВариантовОтчетов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Несколько вариантов отчетов" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 35, + "name": "ИмяКаталога", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Каталог" + } + } + ] + }, + "dataPath": "ИмяКаталога", + "items": [] + }, + { + "type": "TABLE", + "id": 38, + "name": "ОписаниеВариантовОтчетов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание вариантов отчетов" + } + } + ] + }, + "dataPath": "ОписаниеВариантовОтчетов", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 51, + "name": "ОписаниеВариантовОтчетовСсылка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вариант отчета" + } + } + ] + }, + "dataPath": "ОписаниеВариантовОтчетов.Ссылка", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 72, + "name": "ОписаниеВариантовОтчетовИмяФайлаКраткое", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ОписаниеВариантовОтчетов.ИмяФайлаКраткое", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ИмяФайла", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 2, + "name": "ПерсональныеНастройки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 3, + "name": "ХранилищеПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 11, + "name": "ИмяКаталога", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 13, + "name": "ОписаниеВариантовОтчетов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 14, + "name": "ИмяФайлаБезРасширения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 15, + "name": "РасширениеАрхива", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "9f32e85c-2ed6-41db-b0ec-6d8596940e80", + "name": "УсловияОтборовОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.УсловияОтборовОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.УсловияОтборовОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условия отборов отчета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/УсловияОтборовОтчета/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[11]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условия фильтров отчета" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "TABLE", + "id": 28, + "name": "Отборы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Отборы", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 41, + "name": "ОтборыПредставлениеПользовательскойНастройки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Поле" + } + } + ] + }, + "dataPath": "Отборы.ПредставлениеПользовательскойНастройки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 44, + "name": "ОтборыВидСравнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Отборы.ВидСравнения", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 3, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 4, + "name": "ИмяТаблицы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 5, + "name": "ИдентификаторЭлементаСтруктурыНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 6, + "name": "Картинки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 7, + "name": "Режим", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 8, + "name": "Отборы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "7adced5f-3a5f-419a-926c-0452aad86c86", + "name": "ФильтроватьПоПолю", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ФильтроватьПоПолю", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ФильтроватьПоПолю" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтровать по полю" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ФильтроватьПоПолю/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 1, + "name": "ЭлементОтбора1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Элемент отбора 1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 44, + "name": "Использование1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Использование 1" + } + } + ] + }, + "dataPath": "Использование1", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 58, + "name": "ГруппаЛевоеЗначение1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Левое значение 1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 24, + "name": "ЛевоеЗначение1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ЛевоеЗначение1", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 60, + "name": "ПредставлениеЛевогоЗначения1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление левого значения 1" + } + } + ] + }, + "dataPath": "ПредставлениеЛевогоЗначения1", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 5, + "name": "ВидСравнения1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид сравнения 1" + } + } + ] + }, + "dataPath": "ВидСравнения1", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 8, + "name": "ПравоеЗначение1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Правое значение 1" + } + } + ] + }, + "dataPath": "ПравоеЗначение1", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 30, + "name": "Дополнительно", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Еще" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 47, + "name": "ИспользованиеГруппы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Использование группы" + } + } + ] + }, + "dataPath": "ИспользованиеГруппы", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 17, + "name": "ТипГруппыЭлементовФильтра", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ТипГруппыЭлементовФильтра", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 3, + "name": "ЭлементОтбора2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Элемент отбора 2" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 63, + "name": "ГруппаЛевоеЗначение2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Левое значение 2" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 27, + "name": "ЛевоеЗначение2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ЛевоеЗначение2", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 65, + "name": "ПредставлениеЛевогоЗначения2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление левого значения 2" + } + } + ] + }, + "dataPath": "ПредставлениеЛевогоЗначения2", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 11, + "name": "ВидСравнения2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид сравнения 2" + } + } + ] + }, + "dataPath": "ВидСравнения2", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 14, + "name": "ПравоеЗначение2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Правое значение 2" + } + } + ] + }, + "dataPath": "ПравоеЗначение2", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "ВидСравнения1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 2, + "name": "ПравоеЗначение1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 3, + "name": "ВидСравнения2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 4, + "name": "ПравоеЗначение2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 5, + "name": "ТипГруппыЭлементовФильтра", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип группы элементов фильтра" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 20, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 6, + "name": "ЛевоеЗначение1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 7, + "name": "ЛевоеЗначение2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 8, + "name": "Использование1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 9, + "name": "Использование2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 10, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 11, + "name": "СвойстваЗаголовка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 12, + "name": "ПредставлениеЛевогоЗначения1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 13, + "name": "ПредставлениеЛевогоЗначения2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 14, + "name": "ТипЗначенияФильтра", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "TYPE_DESCRIPTION" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 15, + "name": "ДоступныеЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 16, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 17, + "name": "КлючТекущегоВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 18, + "name": "ИспользованиеГруппы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "f259b6b4-d582-429f-a16f-027a6bcb7438", + "name": "ЭлементУсловногоОформленияОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ЭлементУсловногоОформленияОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ЭлементУсловногоОформленияОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Элемент условного оформления отчета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ЭлементУсловногоОформленияОтчета/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "PAGES", + "id": 412, + "name": "Страницы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 419, + "name": "ГруппаОсновное", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 447, + "name": "ГруппаОсновноеКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное колонки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 443, + "name": "ГруппаОсновноеЛеваяКолонка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное левая колонка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 372, + "name": "Использование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Используется" + } + } + ] + }, + "dataPath": "Использование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 93, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Наименование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 436, + "name": "РежимОтображения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Режим отображения" + } + } + ] + }, + "dataPath": "РежимОтображения", + "items": [] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 356, + "name": "ВариантВыбораОформляемыхПолей", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Оформлять" + } + } + ] + }, + "dataPath": "ВариантВыбораОформляемыхПолей", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 359, + "name": "ОформляемоеПоле", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Оформляемое поле" + } + } + ] + }, + "dataPath": "ОформляемоеПоле", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 445, + "name": "ГруппаОсновноеПраваяКолонка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное правая колонка" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 30, + "name": "ОформляемыеПоля", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Оформляемые поля" + } + } + ] + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Fields", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 206, + "name": "ОформляемыеПоляГруппаКолонокПоле", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[11]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 203, + "name": "ОформляемыеПоляИспользование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Fields.Use", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 211, + "name": "ОформляемыеПоляПоле", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Fields.Field", + "items": [] + } + ], + [] + ] + } + ] + } + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 333, + "name": "ГруппаОформление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Оформление" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 72, + "name": "Оформление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Appearance", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 201, + "name": "ОформлениеГруппаИспользованиеПараметра", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Использование параметра" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 96, + "name": "ОформлениеИспользование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Appearance.Use", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 105, + "name": "ОформлениеПараметр", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Appearance.Parameter", + "items": [] + } + ], + [] + ] + }, + { + "type": "COLUMN_GROUP", + "id": 108, + "name": "ОформлениеГруппаКолонокЗначениеПараметра", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 110, + "name": "ОформлениеКартинкаЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Appearance.ValuePicture", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 113, + "name": "ОформлениеЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Appearance.Value", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 335, + "name": "ГруппаОтбор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 51, + "name": "Отбор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 214, + "name": "ОтборИспользование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.Use", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 217, + "name": "ОтборГруппаКолонокОтбор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтр" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 224, + "name": "ОтборГруппаКолонокОсновныеЭлементыОтбора", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основные элементы фильтра" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 229, + "name": "ОтборГруппаКолонокЛевоеЗначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Левое значение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 231, + "name": "ОтборКартинкаЛевогоЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.LeftValuePicture", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 234, + "name": "ОтборЛевоеЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.LeftValue", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 237, + "name": "ОтборВидСравнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.ComparisonType", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 240, + "name": "ОтборГруппаКолонокПравоеЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 242, + "name": "ОтборКартинкаПравогоЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.RightValuePicture", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 245, + "name": "ОтборПравоеЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.RightValue", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 248, + "name": "ОтборДата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.Date", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 226, + "name": "ОтборТипГруппы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.GroupType", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 329, + "name": "ОтборГруппа6", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 219, + "name": "ОтборГруппаКолонокПрименение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Применение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 251, + "name": "ОтборПрименение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.Application", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 254, + "name": "ОтборРежимОтображения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.ViewMode", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 221, + "name": "ОтборПредставление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.Presentation", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 417, + "name": "ГруппаВариантыИспользования", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Область использования" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 156, + "name": "ВариантыИспользованияКоманды", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Варианты использования (команды)" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "COMMAND_BAR", + "id": 199, + "name": "КомандыИзменитьФлажки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Изменить флажки" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "BUTTON_GROUP", + "id": 343, + "name": "ГруппаИзменитьФлажки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "COMMAND_BAR_BUTTON", + "id": 190, + "name": "Показывать_УстановитьПометки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включить все" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "COMMAND_BAR_BUTTON", + "id": 188, + "name": "Показывать_СнятьПометки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выключить все" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 160, + "name": "ВариантыИспользованияПометки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Варианты использования (пометки)" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 185, + "name": "ИспользоватьВГруппировке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В группировке" + } + } + ] + }, + "dataPath": "ИспользоватьВГруппировке", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 176, + "name": "ИспользоватьВИерархическойГруппировке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В иерархической группировке" + } + } + ] + }, + "dataPath": "ИспользоватьВИерархическойГруппировке", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 173, + "name": "ИспользоватьВОбщемИтоге", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В общем итоге" + } + } + ] + }, + "dataPath": "ИспользоватьВОбщемИтоге", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 179, + "name": "ИспользоватьВЗаголовкеПолей", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В заголовке полей" + } + } + ] + }, + "dataPath": "ИспользоватьВЗаголовкеПолей", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 182, + "name": "ИспользоватьВЗаголовке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В заголовке" + } + } + ] + }, + "dataPath": "ИспользоватьВЗаголовке", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 167, + "name": "ИспользоватьВПараметрах", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В параметрах" + } + } + ] + }, + "dataPath": "ИспользоватьВПараметрах", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 170, + "name": "ИспользоватьВОтборе", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В фильтрах" + } + } + ] + }, + "dataPath": "ИспользоватьВОтборе", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 3, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 5, + "name": "ИдентификаторЭлементаСтруктурыНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 2, + "name": "ИдентификаторКД", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 6, + "name": "НаименованиеПоУмолчанию", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 8, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 9, + "name": "ИспользоватьВГруппировке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 10, + "name": "ИспользоватьВПараметрах", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 11, + "name": "ИспользоватьВОтборе", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[7]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 12, + "name": "ИспользоватьВОбщемИтоге", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 13, + "name": "ИспользоватьВИерархическойГруппировке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 14, + "name": "ИспользоватьВЗаголовкеПолей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 15, + "name": "ИспользоватьВЗаголовке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 16, + "name": "ФлажкиОбластиОтображения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 17, + "name": "ТребуетсяОбновлениеНаименованияПоУмолчанию", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 18, + "name": "ЭтоНовый", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 4, + "name": "ВариантВыбораОформляемыхПолей", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вариант выбора оформляемых полей" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 7, + "name": "ОформляемоеПоле", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 19, + "name": "Использование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 20, + "name": "РежимОтображения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[15]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "mdoType": "SETTINGS_STORAGE", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Ext/ManagerModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/SettingsStorages/ХранилищеВариантовОтчетов/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ХранилищеВариантовОтчетов", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Хранилище вариантов отчетов" + } + } + ] + }, + "templates": [], + "uuid": "14512818-58b0-44cc-b00d-d37913c57aad" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262_edt.json" "b/src/test/resources/fixtures/ssl_3_2/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262_edt.json" new file mode 100644 index 000000000..46016454b --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/SettingsStorages.\320\245\321\200\320\260\320\275\320\270\320\273\320\270\321\211\320\265\320\222\320\260\321\200\320\270\320\260\320\275\321\202\320\276\320\262\320\236\321\202\321\207\320\265\321\202\320\276\320\262_edt.json" @@ -0,0 +1,7493 @@ +{"com.github._1c_syntax.bsl.mdo.SettingsStorage": { + "comment": "", + "description": "Хранилище вариантов отчетов", + "forms": [ + [ + { + "uuid": "077e2c42-bc3b-48bf-bbc2-41effe20f613", + "name": "БыстрыеНастройкиОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.БыстрыеНастройкиОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.БыстрыеНастройкиОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Быстрые настройки" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/БыстрыеНастро_киОтчета/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [] + }, + "handlers": [ + [ + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "TABLE", + "id": 1, + "name": "БыстрыеНастройки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/synonym" + }, + "dataPath": "БыстрыеНастройки", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 38, + "name": "БыстрыеНастройкиГруппаНастройка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Настройка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 14, + "name": "БыстрыеНастройкиПометка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пометка" + } + } + ] + }, + "dataPath": "БыстрыеНастройки.Пометка", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 56, + "name": "БыстрыеНастройкиКартинкаНастройки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Картинка настройки" + } + } + ] + }, + "dataPath": "БыстрыеНастройки.КартинкаНастройки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 20, + "name": "БыстрыеНастройкиЗаголовок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "БыстрыеНастройки.Заголовок", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 93, + "name": "БыстрыеНастройкиВидСравнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условие" + } + } + ] + }, + "dataPath": "БыстрыеНастройки.ВидСравнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 106, + "name": "ВыводитьЗаголовкиНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выводить заголовки настроек" + } + } + ] + }, + "dataPath": "ВыводитьЗаголовкиНастроек", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "БыстрыеНастройки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TABLE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + } + }, + { + "id": 2, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DATA_COMPOSITION_SETTINGS_COMPOSER" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ВариантМодифицирован", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 5, + "name": "КлючТекущегоВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + } + }, + { + "id": 6, + "name": "ВыводитьЗаголовкиНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + } + ], + [] + ] + }, + "owner": { + "type": "SETTINGS_STORAGE", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "57964dd6-4b0b-4590-bc44-de744cc423af", + "name": "ВыборВариантаОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ВыборВариантаОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ВыборВариантаОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор варианта отчета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ВыборВариантаОтчета/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + [ + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПередЗагрузкойДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 22, + "name": "БыстрыеОтборы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Быстрые фильтры" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 56, + "name": "ОтборАвтор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "dataPath": "ОтборАвтор", + "items": [] + } + ] + }, + { + "type": "TABLE", + "id": 1, + "name": "ДеревоВариантовОтчета", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дерево вариантов отчета" + } + } + ] + }, + "dataPath": "ДеревоВариантовОтчета", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 4, + "name": "ДеревоВариантовОтчетаПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование" + } + } + ] + }, + "dataPath": "ДеревоВариантовОтчета.Наименование", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 29, + "name": "ДеревоВариантовОтчетаКартинкаАвтора", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Картинка автора" + } + } + ] + }, + "dataPath": "ДеревоВариантовОтчета.КартинкаАвтора", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "ДеревоВариантовОтчетаАвтор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДеревоВариантовОтчета.Автор", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 62, + "name": "ДеревоВариантовОтчетаКартинкаНазначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Картинка назначение" + } + } + ] + }, + "dataPath": "ДеревоВариантовОтчета.КартинкаНазначение", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 11, + "name": "ВариантОписание", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание" + } + } + ] + }, + "dataPath": "ВариантОписание", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "ДеревоВариантовОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ТекущийПользователь", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ОтчетИнформация", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 3, + "name": "ПолныеПраваНаВарианты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 6, + "name": "ВариантОписание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 7, + "name": "ПоказыватьЛичныеВариантыОтчетовДругихАвторов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 8, + "name": "КлючВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 9, + "name": "ОтборАвтор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВнешниеПользователи", + "nameEn": "CatalogRef.ВнешниеПользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + } + } + ], + "composite": true, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "f5bb88eb-c239-4ae3-a297-dfbbd679e008", + "name": "ВыборПоляОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ВыборПоляОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ВыборПоляОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор поля отчета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ВыборПоляОтчета/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/synonym" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "USUAL_GROUP", + "id": 94, + "name": "ГруппаДоступныеПоля", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступные поля" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 3, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 4, + "name": "ИмяКоллекцииПолей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 5, + "name": "ИдентификаторЭлементаСтруктурыНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 7, + "name": "Режим", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "c888ccc1-9116-4b88-b950-aeabd54191c0", + "name": "ВыборФинансовогоПериода", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ВыборФинансовогоПериода", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ВыборФинансовогоПериода" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор финансового периода" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ВыборФинансовогоПериода/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор периода" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 99, + "name": "ГруппаВыборГода", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор года" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 187, + "name": "ПерейтиНаГодНазадВарианты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перейти на год назад (варианты)" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 90, + "name": "ПерейтиНаГодНазадДоступно", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "<" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 184, + "name": "ПерейтиНаГодНазадНедоступно", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "LABEL_FIELD", + "id": 92, + "name": "ДатаНачалаГода", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата начала года" + } + } + ] + }, + "dataPath": "ДатаНачалаГода", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 95, + "name": "ПерейтиНаГодВперед", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": ">" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 176, + "name": "ГруппаВыборПериода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 178, + "name": "Месяцы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Месяцы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 150, + "name": "Квартал1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Квартал 1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 101, + "name": "ВыбратьМесяц1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "январь" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 103, + "name": "ВыбратьМесяц2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "февраль" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 105, + "name": "ВыбратьМесяц3", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "март" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 154, + "name": "Квартал2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Квартал 2" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 109, + "name": "ВыбратьМесяц4", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "апрель" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 111, + "name": "ВыбратьМесяц5", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "май" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 113, + "name": "ВыбратьМесяц6", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "июнь" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 158, + "name": "Квартал3", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Квартал 3" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 117, + "name": "ВыбратьМесяц7", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "июль" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 119, + "name": "ВыбратьМесяц8", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "август" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 121, + "name": "ВыбратьМесяц9", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "сентябрь" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 162, + "name": "Квартал4", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Квартал 4" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 125, + "name": "ВыбратьМесяц10", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "октябрь" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 127, + "name": "ВыбратьМесяц11", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "ноябрь" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 129, + "name": "ВыбратьМесяц12", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "декабрь" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 180, + "name": "Кварталы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Кварталы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 107, + "name": "ВыбратьКвартал1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "1 квартал" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 115, + "name": "ВыбратьКвартал2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "2 квартал" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 123, + "name": "ВыбратьКвартал3", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "3 квартал" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 131, + "name": "ВыбратьКвартал4", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "4 квартал" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 182, + "name": "НарастающимИтогом", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Нарастающим итогом" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 174, + "name": "ВыбратьДень", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "день..." + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 133, + "name": "ВыбратьПолугодие", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "полугодие" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 137, + "name": "Выбрать9Месяцев", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "9 месяцев" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 139, + "name": "ВыбратьГод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "год" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 198, + "name": "ГруппаОчиститьПериод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Очистить период" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 189, + "name": "ОчиститьПериод", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "за все время" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 195, + "name": "ПерейтиКСтандартномуВариантуПериода", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Стандартный вариант" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 2, + "name": "НачалоПериода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 1, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (Дата)", + "nameEn": "DateQualifiers (Date)" + } + } + } + } + ] + } + }, + { + "id": 3, + "name": "КонецПериода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 4, + "name": "ДатаНачалаГода", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 5, + "name": "ИмяТекущегоЭлемента", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 1, + "name": "ОграничениеСнизу", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 6, + "name": "ВыбранныйГодОграничен", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 7, + "name": "Период", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "STANDARD_PERIOD" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 8, + "name": "ИмяКоманды", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + "PLATFORM_APPLICATION" + ] + }, + { + "uuid": "ff4d92a7-5fa3-4a46-a6f5-47c3952edb22", + "name": "ВыборФинансовогоПериодаДень", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ВыборФинансовогоПериодаДень", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ВыборФинансовогоПериодаДень" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор финансового периода день" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ВыборФинансовогоПериодаДень/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбор дня" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "CALENDAR_FIELD", + "id": 1, + "name": "День", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "День" + } + } + ] + }, + "dataPath": "День", + "items": [] + } + ], + "attributes": [ + { + "id": 1, + "name": "День", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "bb350b39-1f4d-460a-98c9-8d2308cf22f0", + "name": "ГруппаВыбранныхПолей", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ГруппаВыбранныхПолей", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ГруппаВыбранныхПолей" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа выбранных полей" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ГруппаВыбранныхПоле_/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "USUAL_GROUP", + "id": 13, + "name": "Основное", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 1, + "name": "ЗаголовокГруппы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок" + } + } + ] + }, + "dataPath": "ЗаголовокГруппы", + "items": [] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 4, + "name": "Расположение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Расположение" + } + } + ] + }, + "dataPath": "РасположениеГруппы", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ЗаголовокГруппы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 2, + "name": "РасположениеГруппы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "eaeb5aa8-8edf-4f74-8011-2d476f543bf6", + "name": "НастройкаПоля", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.НастройкаПоля", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.НастройкаПоля" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Настройка поля" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/Настро_каПоля/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + { + "type": "PAGES", + "id": 482, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 484, + "name": "БыстрыеНастройки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 488, + "name": "БыстрыеНастройкиКолонка1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Быстрые настройки колонка 1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 266, + "name": "Сортировка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сортировать" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 1, + "name": "СортироватьПоВозрастанию", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По возрастанию" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 3, + "name": "СортироватьПоУбыванию", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По убыванию" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 494, + "name": "Сгруппировать", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сгруппировать" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_BUTTON", + "id": 440, + "name": "СгруппироватьПоВыбранномуПолю", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По полю" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 200, + "name": "Перемещение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Переместить" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 186, + "name": "ПереместитьПолеВлево", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Влево" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 188, + "name": "ПереместитьПолеВправо", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вправо" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 192, + "name": "ПереместитьПолеНиже", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ниже" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 190, + "name": "ПереместитьПолеВыше", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выше" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 206, + "name": "УстановкаШириныВысоты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установить" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 308, + "name": "УстановкаВысотыСтроки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установка высоты строки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 310, + "name": "ВысотаСтроки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Высота строки" + } + } + ] + }, + "dataPath": "ВысотаСтроки", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 389, + "name": "УстановитьВысотуСтроки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 313, + "name": "УстановкаШириныКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установка ширины колонки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 315, + "name": "ШиринаКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ширина колонки" + } + } + ] + }, + "dataPath": "ШиринаКолонки", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 391, + "name": "УстановитьШиринуКолонки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 491, + "name": "БыстрыеНастройкиКолонка2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Быстрые настройки колонка1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 198, + "name": "Вставка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вставка" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 445, + "name": "ВставкаКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вставить" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 447, + "name": "ВставкаКолонка1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вставка колонка 1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 156, + "name": "ВставитьПолеСлева", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Поле слева" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 160, + "name": "ВставитьГруппировкуВыше", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группировку выше" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 449, + "name": "ВставкаКолонка2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вставка колонка 2" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_BUTTON", + "id": 158, + "name": "ВставитьПолеСправа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Поле справа" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 162, + "name": "ВставитьГруппировкуНиже", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группировку ниже" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 457, + "name": "УстановкаЦветаКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выделить" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 459, + "name": "УстановкаЦветаКолонка1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установка цвета колонка 1" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_BUTTON", + "id": 172, + "name": "ОформитьОтрицательные", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отрицательные красным" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 461, + "name": "УстановкаЦветаКолонка2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Установка цвета колонка 2" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_BUTTON", + "id": 174, + "name": "ОформитьПоложительные", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Положительные зеленым" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 496, + "name": "Изменить", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Изменить" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 303, + "name": "Переименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Переименование" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 305, + "name": "ПредставлениеПоля", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Имя поля" + } + } + ] + }, + "dataPath": "ПредставлениеПоля", + "items": [] + }, + { + "type": "USUAL_BUTTON", + "id": 393, + "name": "ПереименоватьПоле", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Переименовать" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_BUTTON", + "id": 164, + "name": "СкрытьПоле", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Скрыть поле" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 486, + "name": "Фильтры", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтры" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 8, + "name": "ФильтрПоУсловию", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По условию" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 376, + "name": "СвойстваФильтраПоУсловиюСлева", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойства фильтра по условию слева" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 373, + "name": "Использование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Использование" + } + } + ] + }, + "dataPath": "Использование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 10, + "name": "ВидСравнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид сравнения" + } + } + ] + }, + "dataPath": "ВидСравнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 378, + "name": "СвойстваФильтраПоУсловиюСправа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Свойства фильтра по условию справа" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 13, + "name": "ПравоеЗначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Правое значение" + } + } + ] + }, + "dataPath": "ПравоеЗначение", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 16, + "name": "ФильтрПоЗначению", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "По значению" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 404, + "name": "ФильтрПоЗначениюСтраницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтр по значению" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 406, + "name": "ЗначенияФильтра", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 18, + "name": "Значения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Значения", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 34, + "name": "ЗначенияПометка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Значения.Check", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 31, + "name": "ЗначенияЗначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Значение" + } + } + ] + }, + "dataPath": "Значения.Value", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 435, + "name": "ОпцииЗаполненияФильтраПоЗначению", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Опции заполнения фильтра по значению" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL", + "id": 415, + "name": "СтатистикаФильтраПоЗначению", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 437, + "name": "ВывестиВсеЗначенияРазделаОтчета", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вывести все" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 408, + "name": "Ожидание", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ожидание" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 423, + "name": "СтатусыОжидания", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Статусы ожидания" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 421, + "name": "ОжиданиеЗаполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ожидание заполнения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "DECORATION", + "id": 410, + "name": "ИндикаторДлительнойОперации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Индикатор длительной операции" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 418, + "name": "ПредставлениеДлительнойОперации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполняется чтение строк поля" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 425, + "name": "ОшибкаЗаполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ошибка заполнения" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ] + } + ], + [] + ] + } + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ВидСравнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 2, + "name": "ПравоеЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 3, + "name": "Значения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "Использование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 7, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 8, + "name": "ПредставлениеПоля", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление поля" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 9, + "name": "ВысотаСтроки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 5, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 10, + "name": "ШиринаКолонки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type" + } + }, + { + "id": 11, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 12, + "name": "СвойстваЗаголовка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 13, + "name": "ИдентификаторЭлементаСтруктурыНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 5, + "name": "ДоступныеЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 6, + "name": "СнятьФильтрПоУсловию", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 14, + "name": "ИндексыГруппИЭлементов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 17, + "name": "КоличествоСтрокВРазделеОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 15, + "name": "ВыведеныВсеЗначенияРазделаОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 16, + "name": "КоличествоПервыхЧитаемыхСтрок", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[15]/type" + } + }, + { + "id": 18, + "name": "АдресДанныхРасшифровки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 19, + "name": "Документ", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "SPREADSHEET_DOCUMENT" + } + ], + "composite": false, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "b2f17ef1-3f6f-4029-b3e2-28d6b79c5b76", + "name": "ПанельДругихОтчетов", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ПанельДругихОтчетов", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ПанельДругихОтчетов" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Панель других отчетов" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ПанельДругихОтчетов/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Другие отчеты" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 1, + "name": "СтраницаДругиеОтчеты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница другие отчеты" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 3, + "name": "ГруппаДругиеВариантыОтчета", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Варианты отчета" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 5, + "name": "ГруппаПодвал", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Подвал" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "CHECK_BOX_FIELD", + "id": 7, + "name": "ЗакрыватьПослеВыбора", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Закрывать это окно после перехода к отчету" + } + } + ] + }, + "dataPath": "ЗакрыватьПослеВыбора", + "items": [] + } + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "ВариантСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВариантыОтчетов", + "nameEn": "CatalogRef.ВариантыОтчетов" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ПодсистемаСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ИдентификаторыОбъектовМетаданных", + "nameEn": "CatalogRef.ИдентификаторыОбъектовМетаданных" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ИдентификаторыОбъектовРасширений", + "nameEn": "CatalogRef.ИдентификаторыОбъектовРасширений" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [] + } + }, + { + "id": 3, + "name": "ОтчетСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 3, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ДополнительныеОтчетыИОбработки", + "nameEn": "CatalogRef.ДополнительныеОтчетыИОбработки" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + } + } + ], + "composite": true, + "qualifiers": [] + } + }, + { + "id": 4, + "name": "ГруппыПодсистем", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 5, + "name": "ЕстьДругиеОтчеты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 8, + "name": "ВариантыПанели", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 9, + "name": "ВариантыПанелиНомерЭлемента", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 10, + "scale": 0, + "nonNegative": false, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыЧисла (10.0)", + "nameEn": "NumberQualifiers (10.0)" + } + } + } + } + ] + } + }, + { + "id": 10, + "name": "ВариантыПанелиКлючТекущегоВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 11, + "name": "ЗакрыватьПослеВыбора", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 12, + "name": "ОтчетНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 6, + "name": "ВидимыеВарианты", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "364cbfe2-bc44-4387-aa7e-6b4aa086c9e9", + "name": "СохранениеВариантаОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.СохранениеВариантаОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.СохранениеВариантаОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сохранение варианта отчета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/СохранениеВариантаОтчета/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "event": "FillCheckProcessingAtServer", + "name": "ОбработкаПроверкиЗаполненияНаСервере" + } + ], + [] + ], + "items": [ + { + "type": "PAGES", + "id": 24, + "name": "Страницы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 25, + "name": "Основное", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 52, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 294, + "name": "ГруппаДоступенНазначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступен назначение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 98, + "name": "Доступен", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступен" + } + } + ] + }, + "dataPath": "Доступен", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 252, + "name": "Назначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "Объект.Назначение", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 268, + "name": "ГруппаДоступность", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доступность" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "TABLE", + "id": 206, + "name": "ПользователиВарианта", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показать в панелях отчетов пользователей (начальная настройка)" + } + } + ] + }, + "dataPath": "ПользователиВарианта", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 236, + "name": "ПользователиВариантаПометка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ПользователиВарианта.Check", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 219, + "name": "ПользователиВариантаЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ПользователиВарианта.Value", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 247, + "name": "УведомитьПользователей", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уведомить в чате об этом варианте отчета" + } + } + ] + }, + "dataPath": "УведомитьПользователей", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 250, + "name": "ГруппаОписание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 8, + "name": "Описание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "Объект.Описание", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 190, + "name": "Страница1Подвал", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страница 1 подвал" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "PAGES", + "id": 86, + "name": "ЧтоБудетДальше", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Что будет дальше" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 88, + "name": "Новый", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Новый" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL", + "id": 187, + "name": "ДекорацияЧтоБудетДальшеНовый", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Будет сохранен новый вариант отчета.\nНажмите \"Далее\" для размещения варианта отчета в разделах приложения." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 87, + "name": "Перезапись", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перезапись" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL", + "id": 184, + "name": "ДекорацияЧтоБудетДальшеПерезапись", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Будет перезаписан существующий вариант отчета.\nНажмите \"Далее\" для размещения варианта отчета в разделах приложения." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + }, + { + "type": "PAGE", + "id": 201, + "name": "ПерезаписьНевозможна", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перезапись невозможна" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "LABEL", + "id": 203, + "name": "ДекорацияЧтоБудетДальшеПерезаписьНевозможна", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование занято другим вариантом отчета.\nВведите другое наименование или выберите вариант из списка." + } + } + ] + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + } + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 26, + "name": "Дополнительно", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительно" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 261, + "name": "ГруппаШапка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Шапка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 225, + "name": "СброситьНастройки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сбросить настройки" + } + } + ] + }, + "dataPath": "СброситьНастройки", + "items": [] + }, + { + "type": "COMMAND_BAR", + "id": 263, + "name": "КоманднаяПанельДеревоПодсистем", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Командная панель дерево подсистем" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "ADDITION", + "id": 265, + "name": "СтрокаПоискаДеревоПодсистем", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "TABLE", + "id": 74, + "name": "ДеревоПодсистем", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дерево подсистем" + } + } + ] + }, + "dataPath": "ДеревоПодсистем", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 77, + "name": "ГруппаКолонок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Колонок" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 78, + "name": "ДеревоПодсистемИспользование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДеревоПодсистем.Использование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 80, + "name": "ДеревоПодсистемПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Раздел, Группа" + } + } + ] + }, + "dataPath": "ДеревоПодсистем.Представление", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 82, + "name": "ДеревоПодсистемВажность", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Важность" + } + } + ] + }, + "dataPath": "ДеревоПодсистем.Важность", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 137, + "name": "ДеревоПодсистемПользователиПредставление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Видимость по умолчанию" + } + } + ] + }, + "dataPath": "ДеревоПодсистем.ПользователиПредставление", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ПрототипКлюч", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 3, + "name": "ВариантыОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 9, + "name": "ВариантСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 5, + "name": "ВариантКлючВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 11, + "name": "ПрототипСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 16, + "name": "ИдентификаторТекущейСтроки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[7]/type" + } + }, + { + "id": 15, + "name": "Доступен", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 13, + "name": "ДеревоПодсистем", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Размещение в панелях отчетов" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 19, + "name": "Контекст", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 20, + "name": "СброситьНастройки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 21, + "name": "ОписаниеМодифицировано", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 22, + "name": "НаименованиеМодифицировано", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 23, + "name": "ПрототипПредопределенный", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 24, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникОбъект.ВариантыОтчетов", + "nameEn": "CatalogObject.ВариантыОтчетов" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ПользователиВарианта", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пользователи варианта" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 6, + "name": "ИспользоватьВнешнихПользователей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 7, + "name": "ИспользоватьГруппыПользователей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 4, + "name": "ЭтоКонтекстныйВариантОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 8, + "name": "ВариантыКонтекста", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 10, + "name": "УведомитьПользователей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[9]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "7433b2a9-f634-4af7-ac85-6aa1280ea239", + "name": "СохранениеВариантаОтчетаВФайл", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.СохранениеВариантаОтчетаВФайл", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.СохранениеВариантаОтчетаВФайл" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Сохранение варианта отчета в файл" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/СохранениеВариантаОтчетаВФа_л/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + { + "type": "PAGES", + "id": 29, + "name": "ВариантыСохранения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Варианты сохранения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 31, + "name": "ОдинВариантОтчета", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Один вариант отчета" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 1, + "name": "ИмяФайла", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Имя файла" + } + } + ] + }, + "dataPath": "ИмяФайла", + "items": [] + }, + { + "type": "TABLE", + "id": 4, + "name": "ПерсональныеНастройки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Персональные настройки" + } + } + ] + }, + "dataPath": "ПерсональныеНастройки", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 20, + "name": "ПользовательскиеНастройкиПометка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ПерсональныеНастройки.Check", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 17, + "name": "ПользовательскиеНастройкиЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ПерсональныеНастройки.Value", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 33, + "name": "НесколькоВариантовОтчетов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Несколько вариантов отчетов" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 35, + "name": "ИмяКаталога", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Каталог" + } + } + ] + }, + "dataPath": "ИмяКаталога", + "items": [] + }, + { + "type": "TABLE", + "id": 38, + "name": "ОписаниеВариантовОтчетов", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание вариантов отчетов" + } + } + ] + }, + "dataPath": "ОписаниеВариантовОтчетов", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 51, + "name": "ОписаниеВариантовОтчетовСсылка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вариант отчета" + } + } + ] + }, + "dataPath": "ОписаниеВариантовОтчетов.Ссылка", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 72, + "name": "ОписаниеВариантовОтчетовИмяФайлаКраткое", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ОписаниеВариантовОтчетов.ИмяФайлаКраткое", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "ИмяФайла", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 2, + "name": "ПерсональныеНастройки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 3, + "name": "ХранилищеПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 11, + "name": "ИмяКаталога", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 13, + "name": "ОписаниеВариантовОтчетов", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[10]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 14, + "name": "ИмяФайлаБезРасширения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 15, + "name": "РасширениеАрхива", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "9f32e85c-2ed6-41db-b0ec-6d8596940e80", + "name": "УсловияОтборовОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.УсловияОтборовОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.УсловияОтборовОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условия отборов отчета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/УсловияОтборовОтчета/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[11]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Условия фильтров отчета" + } + } + ] + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "TABLE", + "id": 28, + "name": "Отборы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Отборы", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 41, + "name": "ОтборыПредставлениеПользовательскойНастройки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Поле" + } + } + ] + }, + "dataPath": "Отборы.ПредставлениеПользовательскойНастройки", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 44, + "name": "ОтборыВидСравнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Отборы.ВидСравнения", + "items": [] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 3, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 4, + "name": "ИмяТаблицы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 5, + "name": "ИдентификаторЭлементаСтруктурыНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 6, + "name": "Картинки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 7, + "name": "Режим", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 8, + "name": "Отборы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "7adced5f-3a5f-419a-926c-0452aad86c86", + "name": "ФильтроватьПоПолю", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ФильтроватьПоПолю", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ФильтроватьПоПолю" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтровать по полю" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ФильтроватьПоПолю/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 1, + "name": "ЭлементОтбора1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Элемент отбора 1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 44, + "name": "Использование1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Использование 1" + } + } + ] + }, + "dataPath": "Использование1", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 58, + "name": "ГруппаЛевоеЗначение1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Левое значение 1" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 24, + "name": "ЛевоеЗначение1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ЛевоеЗначение1", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 60, + "name": "ПредставлениеЛевогоЗначения1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление левого значения 1" + } + } + ] + }, + "dataPath": "ПредставлениеЛевогоЗначения1", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 5, + "name": "ВидСравнения1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид сравнения 1" + } + } + ] + }, + "dataPath": "ВидСравнения1", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 8, + "name": "ПравоеЗначение1", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Правое значение 1" + } + } + ] + }, + "dataPath": "ПравоеЗначение1", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 30, + "name": "Дополнительно", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Еще" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 47, + "name": "ИспользованиеГруппы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Использование группы" + } + } + ] + }, + "dataPath": "ИспользованиеГруппы", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 17, + "name": "ТипГруппыЭлементовФильтра", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "ТипГруппыЭлементовФильтра", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 3, + "name": "ЭлементОтбора2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Элемент отбора 2" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 63, + "name": "ГруппаЛевоеЗначение2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Левое значение 2" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 27, + "name": "ЛевоеЗначение2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ЛевоеЗначение2", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 65, + "name": "ПредставлениеЛевогоЗначения2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Представление левого значения 2" + } + } + ] + }, + "dataPath": "ПредставлениеЛевогоЗначения2", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 11, + "name": "ВидСравнения2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид сравнения 2" + } + } + ] + }, + "dataPath": "ВидСравнения2", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 14, + "name": "ПравоеЗначение2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Правое значение 2" + } + } + ] + }, + "dataPath": "ПравоеЗначение2", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "ВидСравнения1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 2, + "name": "ПравоеЗначение1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 3, + "name": "ВидСравнения2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 4, + "name": "ПравоеЗначение2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 5, + "name": "ТипГруппыЭлементовФильтра", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип группы элементов фильтра" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 20, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 6, + "name": "ЛевоеЗначение1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 7, + "name": "ЛевоеЗначение2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 8, + "name": "Использование1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 9, + "name": "Использование2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 10, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 11, + "name": "СвойстваЗаголовка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 12, + "name": "ПредставлениеЛевогоЗначения1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 13, + "name": "ПредставлениеЛевогоЗначения2", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 14, + "name": "ТипЗначенияФильтра", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "TYPE_DESCRIPTION" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 15, + "name": "ДоступныеЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 16, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 17, + "name": "КлючТекущегоВарианта", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 18, + "name": "ИспользованиеГруппы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[12]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "f259b6b4-d582-429f-a16f-027a6bcb7438", + "name": "ЭлементУсловногоОформленияОтчета", + "mdoReference": { + "type": "FORM", + "mdoRef": "SettingsStorage.ХранилищеВариантовОтчетов.Form.ЭлементУсловногоОформленияОтчета", + "mdoRefRu": "ХранилищеНастроек.ХранилищеВариантовОтчетов.Форма.ЭлементУсловногоОформленияОтчета" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Элемент условного оформления отчета" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/Forms/ЭлементУсловногоОформленияОтчета/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "handlers": [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + } + ], + "items": [ + { + "type": "PAGES", + "id": 412, + "name": "Страницы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 419, + "name": "ГруппаОсновное", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + { + "type": "USUAL_GROUP", + "id": 447, + "name": "ГруппаОсновноеКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное колонки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 443, + "name": "ГруппаОсновноеЛеваяКолонка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное левая колонка" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 372, + "name": "Использование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Используется" + } + } + ] + }, + "dataPath": "Использование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 93, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "Наименование", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 436, + "name": "РежимОтображения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Режим отображения" + } + } + ] + }, + "dataPath": "РежимОтображения", + "items": [] + }, + { + "type": "RADIO_BUTTON_FIELD", + "id": 356, + "name": "ВариантВыбораОформляемыхПолей", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Оформлять" + } + } + ] + }, + "dataPath": "ВариантВыбораОформляемыхПолей", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 359, + "name": "ОформляемоеПоле", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Оформляемое поле" + } + } + ] + }, + "dataPath": "ОформляемоеПоле", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 445, + "name": "ГруппаОсновноеПраваяКолонка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основное правая колонка" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 30, + "name": "ОформляемыеПоля", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Оформляемые поля" + } + } + ] + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Fields", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 206, + "name": "ОформляемыеПоляГруппаКолонокПоле", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[11]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 203, + "name": "ОформляемыеПоляИспользование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Fields.Use", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 211, + "name": "ОформляемыеПоляПоле", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Fields.Field", + "items": [] + } + ], + [] + ] + } + ] + } + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 333, + "name": "ГруппаОформление", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Оформление" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 72, + "name": "Оформление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Appearance", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 201, + "name": "ОформлениеГруппаИспользованиеПараметра", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Использование параметра" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 96, + "name": "ОформлениеИспользование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Appearance.Use", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 105, + "name": "ОформлениеПараметр", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Appearance.Parameter", + "items": [] + } + ], + [] + ] + }, + { + "type": "COLUMN_GROUP", + "id": 108, + "name": "ОформлениеГруппаКолонокЗначениеПараметра", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 110, + "name": "ОформлениеКартинкаЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Appearance.ValuePicture", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 113, + "name": "ОформлениеЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Appearance.Value", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 335, + "name": "ГруппаОтбор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + { + "type": "TABLE", + "id": 51, + "name": "Отбор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 214, + "name": "ОтборИспользование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.Use", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 217, + "name": "ОтборГруппаКолонокОтбор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Фильтр" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 224, + "name": "ОтборГруппаКолонокОсновныеЭлементыОтбора", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основные элементы фильтра" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 229, + "name": "ОтборГруппаКолонокЛевоеЗначение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Левое значение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 231, + "name": "ОтборКартинкаЛевогоЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.LeftValuePicture", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 234, + "name": "ОтборЛевоеЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.LeftValue", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 237, + "name": "ОтборВидСравнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.ComparisonType", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 240, + "name": "ОтборГруппаКолонокПравоеЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 242, + "name": "ОтборКартинкаПравогоЗначения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.RightValuePicture", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 245, + "name": "ОтборПравоеЗначение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.RightValue", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 248, + "name": "ОтборДата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.Date", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 226, + "name": "ОтборТипГруппы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.GroupType", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 329, + "name": "ОтборГруппа6", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "COLUMN_GROUP", + "id": 219, + "name": "ОтборГруппаКолонокПрименение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Применение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 251, + "name": "ОтборПрименение", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.Application", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 254, + "name": "ОтборРежимОтображения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.ViewMode", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 221, + "name": "ОтборПредставление", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "dataPath": "КомпоновщикНастроек.Settings.ConditionalAppearance[0].Filter.Presentation", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ] + }, + { + "type": "PAGE", + "id": 417, + "name": "ГруппаВариантыИспользования", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Область использования" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 156, + "name": "ВариантыИспользованияКоманды", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Варианты использования (команды)" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "COMMAND_BAR", + "id": 199, + "name": "КомандыИзменитьФлажки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Изменить флажки" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "FORM_GROUP", + "id": 343, + "name": "ГруппаИзменитьФлажки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "BUTTON", + "id": 190, + "name": "Показывать_УстановитьПометки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Включить все" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "BUTTON", + "id": 188, + "name": "Показывать_СнятьПометки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выключить все" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + } + ] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 160, + "name": "ВариантыИспользованияПометки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Варианты использования (пометки)" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 185, + "name": "ИспользоватьВГруппировке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В группировке" + } + } + ] + }, + "dataPath": "ИспользоватьВГруппировке", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 176, + "name": "ИспользоватьВИерархическойГруппировке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В иерархической группировке" + } + } + ] + }, + "dataPath": "ИспользоватьВИерархическойГруппировке", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 173, + "name": "ИспользоватьВОбщемИтоге", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В общем итоге" + } + } + ] + }, + "dataPath": "ИспользоватьВОбщемИтоге", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 179, + "name": "ИспользоватьВЗаголовкеПолей", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В заголовке полей" + } + } + ] + }, + "dataPath": "ИспользоватьВЗаголовкеПолей", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 182, + "name": "ИспользоватьВЗаголовке", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В заголовке" + } + } + ] + }, + "dataPath": "ИспользоватьВЗаголовке", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 167, + "name": "ИспользоватьВПараметрах", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В параметрах" + } + } + ] + }, + "dataPath": "ИспользоватьВПараметрах", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 170, + "name": "ИспользоватьВОтборе", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "В фильтрах" + } + } + ] + }, + "dataPath": "ИспользоватьВОтборе", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + "attributes": [ + [ + { + "id": 1, + "name": "КомпоновщикНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[2]/type" + } + }, + { + "id": 3, + "name": "НастройкиОтчета", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 5, + "name": "ИдентификаторЭлементаСтруктурыНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 2, + "name": "ИдентификаторКД", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 6, + "name": "НаименованиеПоУмолчанию", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 8, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 9, + "name": "ИспользоватьВГруппировке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 10, + "name": "ИспользоватьВПараметрах", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 11, + "name": "ИспользоватьВОтборе", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[7]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 12, + "name": "ИспользоватьВОбщемИтоге", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 13, + "name": "ИспользоватьВИерархическойГруппировке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 14, + "name": "ИспользоватьВЗаголовкеПолей", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 15, + "name": "ИспользоватьВЗаголовке", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 16, + "name": "ФлажкиОбластиОтображения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + }, + { + "id": 17, + "name": "ТребуетсяОбновлениеНаименованияПоУмолчанию", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 18, + "name": "ЭтоНовый", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 4, + "name": "ВариантВыбораОформляемыхПолей", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вариант выбора оформляемых полей" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 7, + "name": "ОформляемоеПоле", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[5]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + }, + { + "id": 19, + "name": "Использование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[4]/type" + } + }, + { + "id": 20, + "name": "РежимОтображения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[13]/data/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[15]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "mdoType": "SETTINGS_STORAGE", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/ManagerModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/SettingsStorages/ХранилищеВариантовОтчетов/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.SettingsStorage/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ХранилищеВариантовОтчетов", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Хранилище вариантов отчетов" + } + } + ] + }, + "templates": [], + "uuid": "14512818-58b0-44cc-b00d-d37913c57aad" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/StyleItems.\320\222\320\260\320\266\320\275\320\260\321\217\320\235\320\260\320\264\320\277\320\270\321\201\321\214\320\250\321\200\320\270\321\204\321\202.json" "b/src/test/resources/fixtures/ssl_3_2/StyleItems.\320\222\320\260\320\266\320\275\320\260\321\217\320\235\320\260\320\264\320\277\320\270\321\201\321\214\320\250\321\200\320\270\321\204\321\202.json" new file mode 100644 index 000000000..058cc5ebd --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/StyleItems.\320\222\320\260\320\266\320\275\320\260\321\217\320\235\320\260\320\264\320\277\320\270\321\201\321\214\320\250\321\200\320\270\321\204\321\202.json" @@ -0,0 +1,28 @@ +{"com.github._1c_syntax.bsl.mdo.StyleItem": { + "comment": "", + "description": "Важная надпись шрифт", + "mdoReference": { + "type": "STYLE_ITEM", + "mdoRef": "StyleItem.ВажнаяНадписьШрифт", + "mdoRefRu": "ЭлементСтиля.ВажнаяНадписьШрифт" + }, + "mdoType": "STYLE_ITEM", + "name": "ВажнаяНадписьШрифт", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Важная надпись шрифт" + } + } + ] + }, + "uuid": "fa2a9ef2-00a1-44f4-a82c-6c7288dd62dc" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/StyleItems.\320\222\320\270\320\264\320\224\320\275\321\217\320\237\321\200\320\276\320\270\320\267\320\262\320\276\320\264\321\201\321\202\320\262\320\265\320\275\320\275\320\276\320\263\320\276\320\232\320\260\320\273\320\265\320\275\320\264\320\260\321\200\321\217\320\222\320\276\321\201\320\272\321\200\320\265\321\201\320\265\320\275\321\214\320\265\320\246\320\262\320\265\321\202.json" "b/src/test/resources/fixtures/ssl_3_2/StyleItems.\320\222\320\270\320\264\320\224\320\275\321\217\320\237\321\200\320\276\320\270\320\267\320\262\320\276\320\264\321\201\321\202\320\262\320\265\320\275\320\275\320\276\320\263\320\276\320\232\320\260\320\273\320\265\320\275\320\264\320\260\321\200\321\217\320\222\320\276\321\201\320\272\321\200\320\265\321\201\320\265\320\275\321\214\320\265\320\246\320\262\320\265\321\202.json" new file mode 100644 index 000000000..fe3659f00 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/StyleItems.\320\222\320\270\320\264\320\224\320\275\321\217\320\237\321\200\320\276\320\270\320\267\320\262\320\276\320\264\321\201\321\202\320\262\320\265\320\275\320\275\320\276\320\263\320\276\320\232\320\260\320\273\320\265\320\275\320\264\320\260\321\200\321\217\320\222\320\276\321\201\320\272\321\200\320\265\321\201\320\265\320\275\321\214\320\265\320\246\320\262\320\265\321\202.json" @@ -0,0 +1,28 @@ +{"com.github._1c_syntax.bsl.mdo.StyleItem": { + "comment": "", + "description": "Вид дня производственного календаря \"Воскресенье\"", + "mdoReference": { + "type": "STYLE_ITEM", + "mdoRef": "StyleItem.ВидДняПроизводственногоКалендаряВоскресеньеЦвет", + "mdoRefRu": "ЭлементСтиля.ВидДняПроизводственногоКалендаряВоскресеньеЦвет" + }, + "mdoType": "STYLE_ITEM", + "name": "ВидДняПроизводственногоКалендаряВоскресеньеЦвет", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Вид дня производственного календаря \"Воскресенье\"" + } + } + ] + }, + "uuid": "b7e435a9-6107-4d02-a949-cff793462e31" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Subsystems.\320\220\320\264\320\274\320\270\320\275\320\270\321\201\321\202\321\200\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.json" "b/src/test/resources/fixtures/ssl_3_2/Subsystems.\320\220\320\264\320\274\320\270\320\275\320\270\321\201\321\202\321\200\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.json" new file mode 100644 index 000000000..5b3778db6 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Subsystems.\320\220\320\264\320\274\320\270\320\275\320\270\321\201\321\202\321\200\320\270\321\200\320\276\320\262\320\260\320\275\320\270\320\265.json" @@ -0,0 +1,633 @@ +{"com.github._1c_syntax.bsl.mdo.Subsystem": { + "comment": "", + "content": [ + [ + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.НастройкаСистемнойУчетнойЗаписиЭлектроннойПочты", + "mdoRefRu": "ОбщаяКоманда.НастройкаСистемнойУчетнойЗаписиЭлектроннойПочты" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.АктивныеПользователи", + "mdoRefRu": "Обработка.АктивныеПользователи" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.БлокировкаРаботыПользователей", + "mdoRefRu": "Обработка.БлокировкаРаботыПользователей" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ЖурналРегистрации", + "mdoRefRu": "Обработка.ЖурналРегистрации" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.РегламентныеИФоновыеЗадания", + "mdoRefRu": "Обработка.РегламентныеИФоновыеЗадания" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.УдалениеПомеченныхОбъектов", + "mdoRefRu": "Обработка.УдалениеПомеченныхОбъектов" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.НастройкиПользователей", + "mdoRefRu": "Обработка.НастройкиПользователей" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.Пользователи", + "mdoRefRu": "Справочник.Пользователи" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыДоступа", + "mdoRefRu": "Справочник.ГруппыДоступа" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыПользователей", + "mdoRefRu": "Справочник.ГруппыПользователей" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ВнешниеПользователи", + "mdoRefRu": "Справочник.ВнешниеПользователи" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ГруппыВнешнихПользователей", + "mdoRefRu": "Справочник.ГруппыВнешнихПользователей" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ТомаХраненияФайлов", + "mdoRefRu": "Справочник.ТомаХраненияФайлов" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ВидыКонтактнойИнформации", + "mdoRefRu": "Справочник.ВидыКонтактнойИнформации" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.НаборыДополнительныхРеквизитовИСведений", + "mdoRefRu": "Справочник.НаборыДополнительныхРеквизитовИСведений" + }, + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПользовательскиеМакетыПечати", + "mdoRefRu": "РегистрСведений.ПользовательскиеМакетыПечати" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.УчетныеЗаписиЭлектроннойПочты", + "mdoRefRu": "Справочник.УчетныеЗаписиЭлектроннойПочты" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ПрофилиГруппДоступа", + "mdoRefRu": "Справочник.ПрофилиГруппДоступа" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ДополнительныеОтчетыИОбработки", + "mdoRefRu": "Справочник.ДополнительныеОтчетыИОбработки" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ОписаниеИзмененийПрограммы", + "mdoRefRu": "ОбщаяФорма.ОписаниеИзмененийПрограммы" + }, + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ИсполнителиЗадач", + "mdoRefRu": "РегистрСведений.ИсполнителиЗадач" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.УстановкаОбновлений", + "mdoRefRu": "Обработка.УстановкаОбновлений" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.АвтоматическоеИзвлечениеТекстов", + "mdoRefRu": "Обработка.АвтоматическоеИзвлечениеТекстов" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.УправлениеИтогамиИАгрегатами", + "mdoRefRu": "Обработка.УправлениеИтогамиИАгрегатами" + }, + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.НастройкиСинхронизацииДанных", + "mdoRefRu": "ОбщаяКоманда.НастройкиСинхронизацииДанных" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.СценарииОбменовДанными", + "mdoRefRu": "Справочник.СценарииОбменовДанными" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ВариантыОтчетов", + "mdoRefRu": "Справочник.ВариантыОтчетов" + }, + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ДатыЗапретаИзменения", + "mdoRefRu": "РегистрСведений.ДатыЗапретаИзменения" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.РезервноеКопированиеИБ", + "mdoRefRu": "Обработка.РезервноеКопированиеИБ" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.НастройкаРезервногоКопированияИБ", + "mdoRefRu": "Обработка.НастройкаРезервногоКопированияИБ" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ЗащитаПерсональныхДанных", + "mdoRefRu": "Обработка.ЗащитаПерсональныхДанных" + }, + { + "type": "COMMON_PICTURE", + "mdoRef": "CommonPicture.РазделАдминистрирование48", + "mdoRefRu": "ОбщаяКартинка.РазделАдминистрирование48" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.РассылкиОтчетов", + "mdoRefRu": "Справочник.РассылкиОтчетов" + }, + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.АвтономнаяРаботаВМоделиСервиса", + "mdoRefRu": "ОбщаяКоманда.АвтономнаяРаботаВМоделиСервиса" + }, + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.АвтономнаяРабота", + "mdoRefRu": "ОбщаяКоманда.АвтономнаяРабота" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ИнформацияПриЗапуске", + "mdoRefRu": "Обработка.ИнформацияПриЗапуске" + }, + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.НастройкиСинхронизацииДанныхВМоделиСервиса", + "mdoRefRu": "ОбщаяКоманда.НастройкиСинхронизацииДанныхВМоделиСервиса" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ПанельАдминистрированияБСП", + "mdoRefRu": "Обработка.ПанельАдминистрированияБСП" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ПараметрыПроксиСервера", + "mdoRefRu": "ОбщаяФорма.ПараметрыПроксиСервера" + }, + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НомераОтсканированныхФайлов", + "mdoRefRu": "РегистрСведений.НомераОтсканированныхФайлов" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.Валюты", + "mdoRefRu": "Справочник.Валюты" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ОценкаПроизводительности", + "mdoRefRu": "Обработка.ОценкаПроизводительности" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НастройкаОтправкиSMS", + "mdoRefRu": "ОбщаяФорма.НастройкаОтправкиSMS" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НастройкиРегистрацииСобытийДоступаКПерсональнымДанным", + "mdoRefRu": "ОбщаяФорма.НастройкиРегистрацииСобытийДоступаКПерсональнымДанным" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ЗагрузкаКурсовВалют", + "mdoRefRu": "Обработка.ЗагрузкаКурсовВалют" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.КлассификаторБанков", + "mdoRefRu": "Справочник.КлассификаторБанков" + }, + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ДобавитьПользователейСервиса", + "mdoRefRu": "ОбщаяКоманда.ДобавитьПользователейСервиса" + }, + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ВерсииПодсистемОбластейДанных", + "mdoRefRu": "РегистрСведений.ВерсииПодсистемОбластейДанных" + }, + { + "type": "REPORT", + "mdoRef": "Report.ДатыЗапретаЗагрузки", + "mdoRefRu": "Отчет.ДатыЗапретаЗагрузки" + }, + { + "type": "REPORT", + "mdoRef": "Report.ДатыЗапретаИзменения", + "mdoRefRu": "Отчет.ДатыЗапретаИзменения" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ГрупповоеИзменениеРеквизитов", + "mdoRefRu": "Обработка.ГрупповоеИзменениеРеквизитов" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.РезультатыОбновленияПрограммы", + "mdoRefRu": "Обработка.РезультатыОбновленияПрограммы" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.КлючевыеОперации", + "mdoRefRu": "Справочник.КлючевыеОперации" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.УниверсальныйОбменДаннымиXML", + "mdoRefRu": "Обработка.УниверсальныйОбменДаннымиXML" + }, + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ПанельОтчетовАдминистрирование", + "mdoRefRu": "ОбщаяКоманда.ПанельОтчетовАдминистрирование" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ЗагрузкаДанныхИзФайла", + "mdoRefRu": "Обработка.ЗагрузкаДанныхИзФайла" + }, + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ДополнительныеОбработкиАдминистрирование", + "mdoRefRu": "ОбщаяКоманда.ДополнительныеОбработкиАдминистрирование" + }, + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ДополнительныеОтчетыАдминистрирование", + "mdoRefRu": "ОбщаяКоманда.ДополнительныеОтчетыАдминистрирование" + }, + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиВерсионированияОбъектов", + "mdoRefRu": "РегистрСведений.НастройкиВерсионированияОбъектов" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.СдвигГраницыИтогов", + "mdoRefRu": "Обработка.СдвигГраницыИтогов" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ПереносФайлов", + "mdoRefRu": "Обработка.ПереносФайлов" + }, + { + "type": "REPORT", + "mdoRef": "Report.ОбъемНенужныхФайлов", + "mdoRefRu": "Отчет.ОбъемНенужныхФайлов" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ПоискИУдалениеДублей", + "mdoRefRu": "Обработка.ПоискИУдалениеДублей" + }, + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.ПравилаДляОбменаДанными", + "mdoRefRu": "РегистрСведений.ПравилаДляОбменаДанными" + }, + { + "type": "REPORT", + "mdoRef": "Report.ПрогрессОтложенногоОбновления", + "mdoRefRu": "Отчет.ПрогрессОтложенногоОбновления" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НастройкиЭлектроннойПодписиИШифрования", + "mdoRefRu": "ОбщаяФорма.НастройкиЭлектроннойПодписиИШифрования" + }, + { + "type": "REPORT", + "mdoRef": "Report.УниверсальныйОтчет", + "mdoRefRu": "Отчет.УниверсальныйОтчет" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НастройкаДоступаКСервисуMorpher", + "mdoRefRu": "ОбщаяФорма.НастройкаДоступаКСервисуMorpher" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НастройкаКомандПечати", + "mdoRefRu": "ОбщаяФорма.НастройкаКомандПечати" + }, + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ПредупрежденияПриСинхронизацииДанных", + "mdoRefRu": "ОбщаяКоманда.ПредупрежденияПриСинхронизацииДанных" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.Расширения", + "mdoRefRu": "ОбщаяФорма.Расширения" + }, + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.НастройкиОчисткиФайлов", + "mdoRefRu": "РегистрСведений.НастройкиОчисткиФайлов" + }, + { + "type": "COMMON_COMMAND", + "mdoRef": "CommonCommand.ВремяВПриложении", + "mdoRefRu": "ОбщаяКоманда.ВремяВПриложении" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НастройкиВходаПользователей", + "mdoRefRu": "ОбщаяФорма.НастройкиВходаПользователей" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ВыгрузкаЗагрузкаEnterpriseData", + "mdoRefRu": "Обработка.ВыгрузкаЗагрузкаEnterpriseData" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ПрофилиКлючевыхОпераций", + "mdoRefRu": "Справочник.ПрофилиКлючевыхОпераций" + }, + { + "type": "REPORT", + "mdoRef": "Report.ОценкаПроизводительности", + "mdoRefRu": "Отчет.ОценкаПроизводительности" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.ПодключениеОбсуждений", + "mdoRefRu": "Обработка.ПодключениеОбсуждений" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.НастройкиЦентраМониторинга", + "mdoRefRu": "Обработка.НастройкиЦентраМониторинга" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ПравилаПроверкиУчета", + "mdoRefRu": "Справочник.ПравилаПроверкиУчета" + }, + { + "type": "REPORT", + "mdoRef": "Report.ИспользуемыеВнешниеРесурсы", + "mdoRefRu": "Отчет.ИспользуемыеВнешниеРесурсы" + }, + { + "type": "REPORT", + "mdoRef": "Report.РезультатыПроверкиУчета", + "mdoRefRu": "Отчет.РезультатыПроверкиУчета" + }, + { + "type": "INFORMATION_REGISTER", + "mdoRef": "InformationRegister.АдресныеОбъекты", + "mdoRefRu": "РегистрСведений.АдресныеОбъекты" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.УстановленныеИсправления", + "mdoRefRu": "ОбщаяФорма.УстановленныеИсправления" + }, + { + "type": "DATA_PROCESSOR", + "mdoRef": "DataProcessor.НастройкаСтандартногоИнтерфейсаOData", + "mdoRefRu": "Обработка.НастройкаСтандартногоИнтерфейсаOData" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ВнешниеКомпоненты", + "mdoRefRu": "Справочник.ВнешниеКомпоненты" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.ШаблоныСообщений", + "mdoRefRu": "Справочник.ШаблоныСообщений" + }, + { + "type": "CATALOG", + "mdoRef": "Catalog.СостоянияОригиналовПервичныхДокументов", + "mdoRefRu": "Справочник.СостоянияОригиналовПервичныхДокументов" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.ВосстановлениеПаролей", + "mdoRefRu": "ОбщаяФорма.ВосстановлениеПаролей" + }, + { + "type": "REPORT", + "mdoRef": "Report.ПродлениеСрокаДействияЭлектронныхПодписей", + "mdoRefRu": "Отчет.ПродлениеСрокаДействияЭлектронныхПодписей" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.РазрешенныеНеаккредитованныеУЦ", + "mdoRefRu": "ОбщаяФорма.РазрешенныеНеаккредитованныеУЦ" + }, + { + "type": "REPORT", + "mdoRef": "Report.ДлительностьОтложенногоОбновления", + "mdoRefRu": "Отчет.ДлительностьОтложенногоОбновления" + }, + { + "type": "COMMON_FORM", + "mdoRef": "CommonForm.НастройкиРегистрацииСобытийДоступаКДанным", + "mdoRefRu": "ОбщаяФорма.НастройкиРегистрацииСобытийДоступаКДанным" + }, + { + "type": "REPORT", + "mdoRef": "Report.СертификатыЭлектроннойПодписи", + "mdoRefRu": "Отчет.СертификатыЭлектроннойПодписи" + } + ], + [] + ], + "description": "Администрирование", + "explanation": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Администрирование, настройка, сервисные функции" + } + } + ] + }, + "includeHelpInContents": true, + "includeInCommandInterface": true, + "mdoReference": { + "type": "SUBSYSTEM", + "mdoRef": "Subsystem.Администрирование", + "mdoRefRu": "Подсистема.Администрирование" + }, + "mdoType": "SUBSYSTEM", + "name": "Администрирование", + "objectBelonging": "OWN", + "parentSubsystem": { + "type": "UNKNOWN", + "mdoRef": "", + "mdoRefRu": "" + }, + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW" + } + ], + "subsystems": [ + { + "comment": "", + "content": [ + [ + { + "type": "REPORT", + "mdoRef": "Report.АнализПравДоступа", + "mdoRefRu": "Отчет.АнализПравДоступа" + }, + { + "type": "REPORT", + "mdoRef": "Report.ИзменениеУчастниковГруппПользователей", + "mdoRefRu": "Отчет.ИзменениеУчастниковГруппПользователей" + }, + { + "type": "REPORT", + "mdoRef": "Report.ИзменениеУчетныхЗаписей", + "mdoRefRu": "Отчет.ИзменениеУчетныхЗаписей" + }, + { + "type": "REPORT", + "mdoRef": "Report.ПользователиПоПодразделениям", + "mdoRefRu": "Отчет.ПользователиПоПодразделениям" + }, + { + "type": "REPORT", + "mdoRef": "Report.ПраваРолей", + "mdoRefRu": "Отчет.ПраваРолей" + }, + { + "type": "REPORT", + "mdoRef": "Report.СведенияОПользователях", + "mdoRefRu": "Отчет.СведенияОПользователях" + }, + { + "type": "REPORT", + "mdoRef": "Report.УчастникиГруппДоступа", + "mdoRefRu": "Отчет.УчастникиГруппДоступа" + }, + { + "type": "REPORT", + "mdoRef": "Report.УчастникиГруппПользователей", + "mdoRefRu": "Отчет.УчастникиГруппПользователей" + }, + { + "type": "REPORT", + "mdoRef": "Report.ИзменениеУчастниковГруппДоступа", + "mdoRefRu": "Отчет.ИзменениеУчастниковГруппДоступа" + }, + { + "type": "REPORT", + "mdoRef": "Report.ИзменениеРазрешенныхЗначенийГруппДоступа", + "mdoRefRu": "Отчет.ИзменениеРазрешенныхЗначенийГруппДоступа" + }, + { + "type": "REPORT", + "mdoRef": "Report.ИзменениеРолейПрофилей", + "mdoRefRu": "Отчет.ИзменениеРолейПрофилей" + } + ], + [] + ], + "description": "Контроль работы пользователей", + "explanation": { + "content": [] + }, + "includeHelpInContents": true, + "includeInCommandInterface": true, + "mdoReference": { + "type": "SUBSYSTEM", + "mdoRef": "Subsystem.Администрирование.Subsystem.КонтрольРаботыПользователей", + "mdoRefRu": "Подсистема.Администрирование.Подсистема.КонтрольРаботыПользователей" + }, + "mdoType": "SUBSYSTEM", + "name": "КонтрольРаботыПользователей", + "objectBelonging": "OWN", + "parentSubsystem": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Subsystem/mdoReference" + }, + "possibleRights": [], + "subsystems": [], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Контроль работы пользователей" + } + } + ] + }, + "uuid": "fa04bf1e-69c0-4998-a939-039fcaba83c8" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Администрирование" + } + } + ] + }, + "uuid": "9233322b-dfdb-4c66-91fe-1299292d40a5" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217.json" "b/src/test/resources/fixtures/ssl_3_2/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217.json" new file mode 100644 index 000000000..22abf7f59 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217.json" @@ -0,0 +1,5148 @@ +{"com.github._1c_syntax.bsl.mdo.Task": { + "addressingAttributes": [ + [ + { + "uuid": "0408002c-9255-43a2-8022-82f02ee0e8f4", + "name": "ДополнительныйОбъектАдресации", + "mdoReference": { + "type": "TASK_ADDRESSING_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.AddressingAttribute.ДополнительныйОбъектАдресации", + "mdoRefRu": "Задача.ЗадачаИсполнителя.РеквизитАдресации.ДополнительныйОбъектАдресации" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный объект адресации" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "TASK", + "mdoRef": "Task.ЗадачаИсполнителя", + "mdoRefRu": "Задача.ЗадачаИсполнителя" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "Характеристика.ОбъектыАдресацииЗадач", + "nameEn": "Characteristic.ОбъектыАдресацииЗадач" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "format": { + "content": [] + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "toolTip": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный объект адресации, если задача адресована роли исполнителя" + } + } + ] + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false, + "choiceForm": { + "type": "UNKNOWN", + "mdoRef": "", + "mdoRefRu": "" + } + }, + { + "uuid": "88f44c9b-216d-4d7e-bc88-1e6b253ed01e", + "name": "Исполнитель", + "mdoReference": { + "type": "TASK_ADDRESSING_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.AddressingAttribute.Исполнитель", + "mdoRefRu": "Задача.ЗадачаИсполнителя.РеквизитАдресации.Исполнитель" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Исполнитель" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВнешниеПользователи", + "nameEn": "CatalogRef.ВнешниеПользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "toolTip": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пользователь, которому поручено выполнение задачи" + } + } + ] + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false, + "choiceForm": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/choiceForm" + } + }, + { + "uuid": "1851afd4-5324-45c1-b754-54e65943f945", + "name": "ОсновнойОбъектАдресации", + "mdoReference": { + "type": "TASK_ADDRESSING_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.AddressingAttribute.ОсновнойОбъектАдресации", + "mdoRefRu": "Задача.ЗадачаИсполнителя.РеквизитАдресации.ОсновнойОбъектАдресации" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основной объект адресации" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "toolTip": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основной объект адресации, если задача адресована роли исполнителя" + } + } + ] + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false, + "choiceForm": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/choiceForm" + } + }, + { + "uuid": "bc5eca9b-32d8-44e0-a127-8ad1f47d7957", + "name": "РольИсполнителя", + "mdoReference": { + "type": "TASK_ADDRESSING_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.AddressingAttribute.РольИсполнителя", + "mdoRefRu": "Задача.ЗадачаИсполнителя.РеквизитАдресации.РольИсполнителя" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Роль исполнителя" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.РолиИсполнителей", + "nameEn": "CatalogRef.РолиИсполнителей" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "toolTip": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Роль исполнителя, которой адресована задача" + } + } + ] + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false, + "choiceForm": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/choiceForm" + } + } + ], + [] + ], + "attributes": [ + [ + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.Executed", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.Выполнена" + }, + "comment": "Задача выполнена", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполнена" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Выполнена", + "nameEn": "Executed" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.Description", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.Наименование" + }, + "comment": "Краткое описание задачи", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задача" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Наименование", + "nameEn": "Description" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.RoutePoint", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.ТочкаМаршрута" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "ТочкаМаршрута", + "nameEn": "RoutePoint" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.BusinessProcess", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.БизнесПроцесс" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "fullName": { + "nameRu": "БизнесПроцесс", + "nameEn": "BusinessProcess" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.Ref", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ЗадачаСсылка.ЗадачаИсполнителя", + "nameEn": "TaskRef.ЗадачаИсполнителя" + }, + "variant": "METADATA", + "kind": "TASK" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.DeletionMark", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.Date", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.Дата" + }, + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Записана" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "Дата", + "nameEn": "Date" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.Number", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.Номер" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 14, + "allowedLength": 1, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Номер", + "nameEn": "Number" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "fd96c8ab-602a-4735-b168-52b501e80351", + "name": "Автор", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.Автор", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.Автор" + }, + "objectBelonging": "OWN", + "comment": "Автор бизнес-процесса, который сформировал задачу", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b1dc619d-8d91-4f7a-aa50-1d07ff9aebdc", + "name": "Важность", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.Важность", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.Важность" + }, + "objectBelonging": "OWN", + "comment": "Для упорядочивания исполнителем своих задач по приоритету", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Важность" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ВариантыВажностиЗадачи", + "nameEn": "EnumRef.ВариантыВажностиЗадачи" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "370f0c75-d2c5-4be5-a633-4bcc77998ece", + "name": "ГруппаИсполнителейЗадач", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ГруппаИсполнителейЗадач", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ГруппаИсполнителейЗадач" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа исполнителей задач" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ГруппыИсполнителейЗадач", + "nameEn": "CatalogRef.ГруппыИсполнителейЗадач" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f80b505f-b4ff-45fb-bd88-74b274ae9d2b", + "name": "ДатаИсполнения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ДатаИсполнения", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ДатаИсполнения" + }, + "objectBelonging": "OWN", + "comment": "Дата и время фактического выполнения задачи", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "2139532c-f6cb-4393-936e-cc912e5adca9", + "name": "ДатаНачала", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ДатаНачала", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ДатаНачала" + }, + "objectBelonging": "OWN", + "comment": "Для упорядочивания исполнителем своих задач", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата начала исполнения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "755c3eca-4956-4a44-9b38-c11dae00b87f", + "name": "ДатаПринятияКИсполнению", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ДатаПринятияКИсполнению", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ДатаПринятияКИсполнению" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата принятия к исполнению" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f57c558c-2c94-4b9d-8697-448d0548ab1a", + "name": "Описание", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.Описание", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.Описание" + }, + "objectBelonging": "OWN", + "comment": "Описание постановки задачи для исполнителя", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": true, + "fillFromFillingValue": true + }, + { + "uuid": "a310c09f-4d3a-4d3a-9ad5-7a5735a33a1d", + "name": "Предмет", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.Предмет", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.Предмет" + }, + "objectBelonging": "OWN", + "comment": "Предмет задачи", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предмет" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 4, + "com.github._1c_syntax.bsl.types.value.MDOValueType": "CATALOG_REF", + "com.github._1c_syntax.bsl.types.value.MDOValueType": "CHART_OF_CHARACTERISTIC_TYPES_REF", + "com.github._1c_syntax.bsl.types.value.MDOValueType": "DOCUMENT_REF", + "com.github._1c_syntax.bsl.types.value.MDOValueType": "TASK_REF" + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c32db021-eca1-4b67-aa85-3d6e28c51b53", + "name": "ПредметСтрокой", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ПредметСтрокой", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ПредметСтрокой" + }, + "objectBelonging": "OWN", + "comment": "Строковое представление предмета", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 500, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "e9ed0ee4-3fbe-4093-9078-cb265ed6842c", + "name": "ПринятаКИсполнению", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ПринятаКИсполнению", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ПринятаКИсполнению" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Принята к исполнению" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "02466dcf-02a1-4853-814f-a913a9baba45", + "name": "РезультатВыполнения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.РезультатВыполнения", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.РезультатВыполнения" + }, + "objectBelonging": "OWN", + "comment": "Описание результата выполнения", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Результат выполнения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": true, + "fillFromFillingValue": false + }, + { + "uuid": "c4a40dc9-b619-4219-9d9a-e11f49a14fb1", + "name": "СостояниеБизнесПроцесса", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.СостояниеБизнесПроцесса", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.СостояниеБизнесПроцесса" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Состояние бизнес процесса" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.СостоянияБизнесПроцессов", + "nameEn": "EnumRef.СостоянияБизнесПроцессов" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "62b75eb2-42e1-4484-a77f-b676dd36f3d4", + "name": "СрокИсполнения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.СрокИсполнения", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.СрокИсполнения" + }, + "objectBelonging": "OWN", + "comment": "Плановый срок исполнения задачи", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5e28e22a-dd6e-4703-92bd-13f5cb0dc023", + "name": "АвторСтрокой", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.АвторСтрокой", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.АвторСтрокой" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор строкой" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [ + [ + { + "uuid": "6e5307ea-8fbf-4177-bcc8-f163a6ce1b40", + "name": "ВсеЗадачи", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Task.ЗадачаИсполнителя.Command.ВсеЗадачи", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Команда.ВсеЗадачи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Все задачи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Commands/ВсеЗадачи/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + } + }, + { + "uuid": "0fa77ef7-a836-4459-9bca-6010d0bdfc7f", + "name": "Выполнено", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Task.ЗадачаИсполнителя.Command.Выполнено", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Команда.Выполнено" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполнено" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Commands/Выполнено/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + } + }, + { + "uuid": "c322dc4a-30f3-4d23-9824-4a01c496408d", + "name": "МоиЗадачи", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Task.ЗадачаИсполнителя.Command.МоиЗадачи", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Команда.МоиЗадачи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Мои задачи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Commands/МоиЗадачи/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + } + }, + { + "uuid": "dcff004c-1b61-4a19-b977-ea21bf688614", + "name": "Перенаправить", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Task.ЗадачаИсполнителя.Command.Перенаправить", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Команда.Перенаправить" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перенаправить..." + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Commands/Перенаправить/Ext/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + } + } + ], + [] + ], + "comment": "", + "description": "Задача", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "forms": [ + [ + { + "uuid": "856510ee-74f5-44e9-a3c0-1c60cfb7a787", + "name": "Дополнительно", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.Дополнительно", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.Дополнительно" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительно" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Forms/Дополнительно/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/synonym" + }, + "handlers": [ + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 117, + "name": "Группа2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 119, + "name": "Группа3", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 41, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 71, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.СрокИсполнения", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 51, + "name": "ГруппаБизнесПроцесс", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Бизнес-процесс" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 52, + "name": "БизнесПроцесс", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.BusinessProcess", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 54, + "name": "ТочкаМаршрута", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.RoutePoint", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 63, + "name": "ГруппаРезультат", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Результат выполнения задачи" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 64, + "name": "Выполнена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Executed", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 66, + "name": "ДатаИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.ДатаИсполнения", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 121, + "name": "Группа4", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 43, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Number", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 57, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Date", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 69, + "name": "ГруппаАдресация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задача адресована" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 27, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Исполнитель", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 92, + "name": "ГруппаУточнение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уточнение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 29, + "name": "РольИсполнителя", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.РольИсполнителя", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 113, + "name": "ГруппаОбъектАдресации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Объект адресации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 31, + "name": "ОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.ОсновнойОбъектАдресации", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 33, + "name": "ДополнительныйОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.ДополнительныйОбъектАдресации", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 45, + "name": "ГруппаСправа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Справа" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 56, + "name": "ГруппаДаты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Даты" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 115, + "name": "Группа1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ЗадачаОбъект.ЗадачаИсполнителя", + "nameEn": "TaskObject.ЗадачаИсполнителя" + }, + "variant": "METADATA", + "kind": "TASK" + } + } + ], + "composite": false, + "qualifiers": [] + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "28b761c6-c286-4125-a4ed-da602e49950f", + "name": "ЗадачиПоБизнесПроцессу", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.ЗадачиПоБизнесПроцессу", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.ЗадачиПоБизнесПроцессу" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задачи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Forms/ЗадачиПоБизнесПроцессу/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задачи бизнес-процесса" + } + } + ] + }, + "handlers": [ + [ + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "event": "OnLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 85, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 6, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 4, + "name": "Номер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер" + } + } + ] + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 8, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/synonym" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Исполнитель", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 23, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Предмет", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 82, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + }, + { + "type": "TABLE", + "id": 25, + "name": "ДеревоЗадач", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дерево задач" + } + } + ] + }, + "dataPath": "ДеревоЗадач", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 40, + "name": "ДеревоЗадачВажность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "ДеревоЗадач.Важность", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 49, + "name": "Выполнена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "ДеревоЗадач.Выполнена", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 42, + "name": "ДеревоЗадачОстановлен", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Остановлен" + } + } + ] + }, + "dataPath": "ДеревоЗадач.Остановлен", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 46, + "name": "ТипИНаименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип и наименование" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 44, + "name": "ДеревоЗадачТип", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип" + } + } + ] + }, + "dataPath": "ДеревоЗадач.Тип", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 30, + "name": "ДеревоЗадачНаименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование" + } + } + ] + }, + "dataPath": "ДеревоЗадач.Наименование", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 32, + "name": "ДеревоЗадачИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "ДеревоЗадач.Исполнитель", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 47, + "name": "СрокИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок исполнения" + } + } + ] + }, + "dataPath": "ДеревоЗадач.СрокИсполнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 21, + "name": "ПоказыватьВыполненные", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показывать выполненные" + } + } + ] + }, + "dataPath": "ПоказыватьВыполненные", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ПоказыватьВыполненные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "ДеревоЗадач", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" + } + ], + "composite": false, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "4ac66a22-c736-4e06-a8aa-ef4a71788c65", + "name": "ЗадачиПоПредмету", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.ЗадачиПоПредмету", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.ЗадачиПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задачи по предмету" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Forms/ЗадачиПоПредмету/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 181, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 52, + "name": "ВажностьКартинка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "Список.ВажностьКартинка", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 56, + "name": "Остановлена", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Остановлена" + } + } + ] + }, + "dataPath": "Список.Остановлена", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 54, + "name": "ЗадачаВыполнена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Executed", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 6, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/synonym" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 64, + "name": "ГруппаИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 18, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Исполнитель", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 58, + "name": "РольИсполнителя", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.РольИсполнителя", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 60, + "name": "ОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ОсновнойОбъектАдресации", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 62, + "name": "ДополнительныйОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ДополнительныйОбъектАдресации", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 4, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 23, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.СрокИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 110, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 107, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 96, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + }, + { + "type": "TABLE", + "id": 25, + "name": "ДеревоЗадач", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ДеревоЗадач", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 28, + "name": "ДеревоЗадачВажность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "ДеревоЗадач.Важность", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 30, + "name": "Выполнена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "ДеревоЗадач.Выполнена", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 32, + "name": "ДеревоЗадачОстановлен", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ДеревоЗадач.Остановлен", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 34, + "name": "ТипИНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 35, + "name": "ДеревоЗадачТип", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДеревоЗадач.Тип", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 37, + "name": "ДеревоЗадачНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/synonym" + }, + "dataPath": "ДеревоЗадач.Наименование", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 39, + "name": "ДеревоЗадачИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "ДеревоЗадач.Исполнитель", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 41, + "name": "ДеревоСрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/synonym" + }, + "dataPath": "ДеревоЗадач.СрокИсполнения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 187, + "name": "ДеревоЗадачСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "ДеревоЗадач.Ссылка", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 21, + "name": "ПоказыватьВыполненные", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показывать выполненные задачи" + } + } + ] + }, + "dataPath": "ПоказыватьВыполненные", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "ПоказыватьВыполненные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "ДеревоЗадач", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "9cfe9281-8840-4077-824d-a2c9cbb0b730", + "name": "МоиЗадачи", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.МоиЗадачи", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.МоиЗадачи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Forms/МоиЗадачи/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПередЗагрузкойДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 173, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 9, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 168, + "name": "ПринятаКИсполнению", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ПринятаКИсполнению", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 24, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "Список.ВажностьКартинка", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 16, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 36, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.СрокИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 57, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 40, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 63, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ПредметСтрокой", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 46, + "name": "ДатаНачала", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата начала" + } + } + ] + }, + "dataPath": "Список.ДатаНачала", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 66, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/synonym" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 123, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 38, + "name": "ПоказыватьВыполненные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "ПоказыватьВыполненные", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "ПоказыватьВыполненные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "РежимГруппировки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + }, + { + "id": 4, + "name": "ПараметрыОтбораФормы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "76389fa9-b9e0-492e-9c93-24b5f3bf094c", + "name": "МоиЗадачиДляРабочегоСтола", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.МоиЗадачиДляРабочегоСтола", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.МоиЗадачиДляРабочегоСтола" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Forms/МоиЗадачиДляРабочегоСтола/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 232, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 9, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 161, + "name": "ГруппаКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Колонки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 57, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 24, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "Список.ВажностьКартинка", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 16, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 36, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/synonym" + }, + "dataPath": "Список.СрокИсполнения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 46, + "name": "ДатаНачала", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[8]/title" + }, + "dataPath": "Список.ДатаНачала", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 40, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 65, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/synonym" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 137, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "ПоказыватьВыполненные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "РежимГруппировки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "23e3de37-9315-45e6-bbfd-60aae28c25ae", + "name": "ПеренаправитьЗадачи", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.ПеренаправитьЗадачи", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.ПеренаправитьЗадачи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перенаправить задачи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Forms/ПеренаправитьЗадачи/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбрать исполнителя" + } + } + ] + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "FillCheckProcessingAtServer", + "name": "ОбработкаПроверкиЗаполненияНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 5, + "name": "ДекорацияЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбранная задача" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 72, + "name": "Документ", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Документ" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 11, + "name": "ГруппаАдресация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Адресация" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 12, + "name": "ГруппаАдресацияИсполнитель", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Адресация исполнитель" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 9, + "name": "ТипАдресацииИсполнитель", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип адресации" + } + } + ] + }, + "dataPath": "ТипАдресации", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 1, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "Исполнитель", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 67, + "name": "ГруппаАдресацияРоль", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Адресация роль" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 69, + "name": "ТипАдресацииРоль", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ТипАдресации", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 13, + "name": "Роль", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Роль" + } + } + ] + }, + "dataPath": "Роль", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 60, + "name": "ГруппаОбъектыАдресации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Объекты адресации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 33, + "name": "ГруппаОдинОбъектАдресации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Один объект адресации" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 34, + "name": "ОдинОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[3]/synonym" + }, + "dataPath": "ОсновнойОбъектАдресации", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 36, + "name": "ГруппаДваОбъектаАдресации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Два объекта адресации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 37, + "name": "ОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[3]/synonym" + }, + "dataPath": "ОсновнойОбъектАдресации", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 39, + "name": "ДополнительныйОбъектАдресации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доп. объект адресации" + } + } + ] + }, + "dataPath": "ДополнительныйОбъектАдресации", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 7, + "name": "Комментарий", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Комментарий" + } + } + ] + }, + "dataPath": "Комментарий", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 41, + "name": "ИгнорироватьПредупреждения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Игнорировать предупреждения" + } + } + ] + }, + "dataPath": "ИгнорироватьПредупреждения", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "Комментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + }, + { + "id": 3, + "name": "ТипАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 1, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + } + }, + { + "id": 4, + "name": "Роль", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[4]/type" + } + }, + { + "id": 5, + "name": "ИспользуетсяБезОбъектовАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 6, + "name": "ИспользуетсяСОбъектамиАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 7, + "name": "ОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[3]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" + } + }, + { + "id": 8, + "name": "ТипыДополнительногоОбъектаАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "TYPE_DESCRIPTION" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 9, + "name": "ТипыОсновногоОбъектаАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 10, + "name": "ДополнительныйОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" + } + }, + { + "id": 11, + "name": "ИгнорироватьПредупреждения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "a9957f43-8b6f-4d98-a2d8-77b78047494c", + "name": "ФормаЗадачи", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.ФормаЗадачи", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.ФормаЗадачи" + }, + "objectBelonging": "OWN", + "comment": "Форма выполнения задачи по умолчанию", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма задачи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Forms/ФормаЗадачи/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "handlers": [ + [ + { + "event": "AfterWrite", + "name": "ПослеЗаписи" + }, + { + "event": "AfterWriteAtServer", + "name": "ПослеЗаписиНаСервере" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "OnReadAtServer", + "name": "ПриЧтенииНаСервере" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "OnWriteAtServer", + "name": "ПриЗаписиНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 93, + "name": "ГруппаФормаВыполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма выполнения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_DECORATION", + "id": 94, + "name": "ДекорацияТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выведены общие сведения о задаче.\nДля выполнения задачи необходимо перейти в специальную форму задачи." + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL_DECORATION", + "id": 97, + "name": "ДекорацияОткрытьФормуЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перейти в форму для выполнения задачи" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 99, + "name": "ГруппаСостояние", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Состояние" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "PAGES", + "id": 198, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 200, + "name": "СтраницаОписаниеЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание задачи" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 210, + "name": "ГруппаНаименованиеИНомер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование и номер" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 117, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 115, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Number", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "Описание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "dataPath": "Объект.Описание", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 204, + "name": "ГруппаВажность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 20, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "Объект.Исполнитель", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 12, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.СрокИсполнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 186, + "name": "ГруппаСрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/title" + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 16, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Важность", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 202, + "name": "СтраницаДополнительно", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 106, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/synonym" + }, + "dataPath": "ПредметСтрокой", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 119, + "name": "ДатаИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата выполнения" + } + } + ] + }, + "dataPath": "Объект.ДатаИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 113, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Date", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 85, + "name": "СрокНачалаИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.ДатаПринятияКИсполнению", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 78, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 165, + "name": "АвторСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "dataPath": "АвторСтрокой", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 5, + "name": "ПредметСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + }, + { + "id": 6, + "name": "АвторСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + }, + { + "id": 2, + "name": "НачальныйПризнакВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "e470e15d-1b06-43cb-a9f9-ba489e2f596f", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.ФормаСписка", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Forms/ФормаСписка/Ext/Form/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "handlers": [ + [ + { + "event": "OnSaveDataInSettingsAtServer", + "name": "ПриСохраненииДанныхВНастройкахНаСервере" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "NavigationProcessing", + "name": "ОбработкаПерехода" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[3]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 203, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 54, + "name": "ГруппаЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 55, + "name": "СтрокаБизнесПроцесса", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "СтрокаБизнесПроцесса", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 57, + "name": "СтрокаЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Точка маршрута" + } + } + ] + }, + "dataPath": "СтрокаЗадачи", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 43, + "name": "ГруппаОтбор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отбор" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 49, + "name": "ПоказыватьЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показывать" + } + } + ] + }, + "dataPath": "ПоказыватьЗадачи", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "ПоАвтору", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "dataPath": "ПоАвтору", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 20, + "name": "ПоИсполнителю", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "ПоИсполнителю", + "items": [] + } + ], + [] + ] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 81, + "name": "ВажностьКартинка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Важность (признак)" + } + } + ] + }, + "dataPath": "Список.ВажностьКартинка", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 59, + "name": "Остановлена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список.Остановлена", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 6, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 169, + "name": "ГруппаСрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 30, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/synonym" + }, + "dataPath": "Список.СрокИсполнения", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 10, + "name": "Выполнена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Executed", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 32, + "name": "ДатаИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата исполнения" + } + } + ] + }, + "dataPath": "Список.ДатаИсполнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "COLUMN_GROUP", + "id": 80, + "name": "ГруппаИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 24, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Исполнитель", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 34, + "name": "РольИсполнителя", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.РольИсполнителя", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 40, + "name": "ОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ОсновнойОбъектАдресации", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 38, + "name": "ДополнительныйОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ДополнительныйОбъектАдресации", + "items": [] + } + ], + [] + ] + }, + { + "type": "LABEL_FIELD", + "id": 51, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ПредметСтрокой", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 22, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 8, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/synonym" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 4, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 83, + "name": "Описание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Описание", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 134, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "ПоАвтору", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 3, + "name": "ПоИсполнителю", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 4, + "name": "ПоказыватьЗадачи", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 1, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 5, + "name": "СтрокаБизнесПроцесса", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Строка бизнес процесса" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 100, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 6, + "name": "СтрокаЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Строка задачи" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "mdoType": "TASK", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Ext/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Ext/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Ext/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/Tasks/ЗадачаИсполнителя/Ext/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ЗадачаИсполнителя", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 24, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_ACTIVATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EXECUTE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_EXECUTE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/synonym" + }, + "tabularSections": [], + "templates": [], + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0" +}} \ No newline at end of file diff --git "a/src/test/resources/fixtures/ssl_3_2/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217_edt.json" "b/src/test/resources/fixtures/ssl_3_2/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217_edt.json" new file mode 100644 index 000000000..6edb770e4 --- /dev/null +++ "b/src/test/resources/fixtures/ssl_3_2/Tasks.\320\227\320\260\320\264\320\260\321\207\320\260\320\230\321\201\320\277\320\276\320\273\320\275\320\270\321\202\320\265\320\273\321\217_edt.json" @@ -0,0 +1,5132 @@ +{"com.github._1c_syntax.bsl.mdo.Task": { + "addressingAttributes": [ + [ + { + "uuid": "0408002c-9255-43a2-8022-82f02ee0e8f4", + "name": "ДополнительныйОбъектАдресации", + "mdoReference": { + "type": "TASK_ADDRESSING_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.AddressingAttribute.ДополнительныйОбъектАдресации", + "mdoRefRu": "Задача.ЗадачаИсполнителя.РеквизитАдресации.ДополнительныйОбъектАдресации" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный объект адресации" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "type": "TASK", + "mdoRef": "Task.ЗадачаИсполнителя", + "mdoRefRu": "Задача.ЗадачаИсполнителя" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "Характеристика.ОбъектыАдресацииЗадач", + "nameEn": "Characteristic.ОбъектыАдресацииЗадач" + }, + "variant": "METADATA", + "kind": "CHART_OF_CHARACTERISTIC_TYPES" + } + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 0 + } + ] + }, + "format": { + "content": [] + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "toolTip": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительный объект адресации, если задача адресована роли исполнителя" + } + } + ] + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false, + "choiceForm": { + "type": "UNKNOWN", + "mdoRef": "", + "mdoRefRu": "" + } + }, + { + "uuid": "88f44c9b-216d-4d7e-bc88-1e6b253ed01e", + "name": "Исполнитель", + "mdoReference": { + "type": "TASK_ADDRESSING_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.AddressingAttribute.Исполнитель", + "mdoRefRu": "Задача.ЗадачаИсполнителя.РеквизитАдресации.Исполнитель" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Исполнитель" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 2, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ВнешниеПользователи", + "nameEn": "CatalogRef.ВнешниеПользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + }, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.Пользователи", + "nameEn": "CatalogRef.Пользователи" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "toolTip": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Пользователь, которому поручено выполнение задачи" + } + } + ] + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false, + "choiceForm": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/choiceForm" + } + }, + { + "uuid": "1851afd4-5324-45c1-b754-54e65943f945", + "name": "ОсновнойОбъектАдресации", + "mdoReference": { + "type": "TASK_ADDRESSING_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.AddressingAttribute.ОсновнойОбъектАдресации", + "mdoRefRu": "Задача.ЗадачаИсполнителя.РеквизитАдресации.ОсновнойОбъектАдресации" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основной объект адресации" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "toolTip": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Основной объект адресации, если задача адресована роли исполнителя" + } + } + ] + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false, + "choiceForm": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/choiceForm" + } + }, + { + "uuid": "bc5eca9b-32d8-44e0-a127-8ad1f47d7957", + "name": "РольИсполнителя", + "mdoReference": { + "type": "TASK_ADDRESSING_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.AddressingAttribute.РольИсполнителя", + "mdoRefRu": "Задача.ЗадачаИсполнителя.РеквизитАдресации.РольИсполнителя" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Роль исполнителя" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.РолиИсполнителей", + "nameEn": "CatalogRef.РолиИсполнителей" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "toolTip": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Роль исполнителя, которой адресована задача" + } + } + ] + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false, + "choiceForm": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/choiceForm" + } + } + ], + [] + ], + "attributes": [ + [ + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.Executed", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.Выполнена" + }, + "comment": "Задача выполнена", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполнена" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "BOOLEAN" + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Выполнена", + "nameEn": "Executed" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.Description", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.Наименование" + }, + "comment": "Краткое описание задачи", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задача" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 150, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Наименование", + "nameEn": "Description" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.RoutePoint", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.ТочкаМаршрута" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "ТочкаМаршрута", + "nameEn": "RoutePoint" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.BusinessProcess", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.БизнесПроцесс" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + }, + "fullName": { + "nameRu": "БизнесПроцесс", + "nameEn": "BusinessProcess" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.Ref", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.Ссылка" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ЗадачаСсылка.ЗадачаИсполнителя", + "nameEn": "TaskRef.ЗадачаИсполнителя" + }, + "variant": "METADATA", + "kind": "TASK" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "fullName": { + "nameRu": "Ссылка", + "nameEn": "Ref" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.DeletionMark", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.ПометкаУдаления" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "fullName": { + "nameRu": "ПометкаУдаления", + "nameEn": "DeletionMark" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.Date", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.Дата" + }, + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Записана" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "DATE" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.DateQualifiers": { + "dateFractions": 2, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыДаты (ДатаВремя)", + "nameEn": "DateQualifiers (DateTime)" + } + } + } + } + ] + }, + "fullName": { + "nameRu": "Дата", + "nameEn": "Date" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0", + "mdoReference": { + "type": "STANDARD_ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.StandardAttribute.Number", + "mdoRefRu": "Задача.ЗадачаИсполнителя.СтандартныйРеквизит.Номер" + }, + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "STANDARD", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 14, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "fullName": { + "nameRu": "Номер", + "nameEn": "Number" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "fd96c8ab-602a-4735-b168-52b501e80351", + "name": "Автор", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.Автор", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.Автор" + }, + "objectBelonging": "OWN", + "comment": "Автор бизнес-процесса, который сформировал задачу", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "b1dc619d-8d91-4f7a-aa50-1d07ff9aebdc", + "name": "Важность", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.Важность", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.Важность" + }, + "objectBelonging": "OWN", + "comment": "Для упорядочивания исполнителем своих задач по приоритету", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Важность" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.ВариантыВажностиЗадачи", + "nameEn": "EnumRef.ВариантыВажностиЗадачи" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": true + }, + { + "uuid": "370f0c75-d2c5-4be5-a633-4bcc77998ece", + "name": "ГруппаИсполнителейЗадач", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ГруппаИсполнителейЗадач", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ГруппаИсполнителейЗадач" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа исполнителей задач" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "СправочникСсылка.ГруппыИсполнителейЗадач", + "nameEn": "CatalogRef.ГруппыИсполнителейЗадач" + }, + "variant": "METADATA", + "kind": "CATALOG" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f80b505f-b4ff-45fb-bd88-74b274ae9d2b", + "name": "ДатаИсполнения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ДатаИсполнения", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ДатаИсполнения" + }, + "objectBelonging": "OWN", + "comment": "Дата и время фактического выполнения задачи", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "2139532c-f6cb-4393-936e-cc912e5adca9", + "name": "ДатаНачала", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ДатаНачала", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ДатаНачала" + }, + "objectBelonging": "OWN", + "comment": "Для упорядочивания исполнителем своих задач", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата начала исполнения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "755c3eca-4956-4a44-9b38-c11dae00b87f", + "name": "ДатаПринятияКИсполнению", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ДатаПринятияКИсполнению", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ДатаПринятияКИсполнению" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата принятия к исполнению" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "f57c558c-2c94-4b9d-8697-448d0548ab1a", + "name": "Описание", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.Описание", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.Описание" + }, + "objectBelonging": "OWN", + "comment": "Описание постановки задачи для исполнителя", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 0, + "allowedLength": 0, + "description": { + "value": { + "@class": "com.github._1c_syntax.bsl.types.MultiName", + "nameRu": "КвалификаторыСтроки (0, Переменная)", + "nameEn": "StringQualifiers (0, Variable)" + } + } + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": true, + "fillFromFillingValue": true + }, + { + "uuid": "a310c09f-4d3a-4d3a-9ad5-7a5735a33a1d", + "name": "Предмет", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.Предмет", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.Предмет" + }, + "objectBelonging": "OWN", + "comment": "Предмет задачи", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Предмет" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 4, + "com.github._1c_syntax.bsl.types.value.MDOValueType": "CATALOG_REF", + "com.github._1c_syntax.bsl.types.value.MDOValueType": "CHART_OF_CHARACTERISTIC_TYPES_REF", + "com.github._1c_syntax.bsl.types.value.MDOValueType": "DOCUMENT_REF", + "com.github._1c_syntax.bsl.types.value.MDOValueType": "TASK_REF" + } + ], + "composite": true, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "c32db021-eca1-4b67-aa85-3d6e28c51b53", + "name": "ПредметСтрокой", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ПредметСтрокой", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ПредметСтрокой" + }, + "objectBelonging": "OWN", + "comment": "Строковое представление предмета", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 500, + "allowedLength": 0, + "description": {} + } + } + ] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "e9ed0ee4-3fbe-4093-9078-cb265ed6842c", + "name": "ПринятаКИсполнению", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.ПринятаКИсполнению", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.ПринятаКИсполнению" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Принята к исполнению" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "02466dcf-02a1-4853-814f-a913a9baba45", + "name": "РезультатВыполнения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.РезультатВыполнения", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.РезультатВыполнения" + }, + "objectBelonging": "OWN", + "comment": "Описание результата выполнения", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Результат выполнения" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": true, + "extendedEdit": true, + "fillFromFillingValue": false + }, + { + "uuid": "c4a40dc9-b619-4219-9d9a-e11f49a14fb1", + "name": "СостояниеБизнесПроцесса", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.СостояниеБизнесПроцесса", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.СостояниеБизнесПроцесса" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Состояние бизнес процесса" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ПеречислениеСсылка.СостоянияБизнесПроцессов", + "nameEn": "EnumRef.СостоянияБизнесПроцессов" + }, + "variant": "METADATA", + "kind": "ENUM" + } + } + ], + "composite": false, + "qualifiers": [] + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "62b75eb2-42e1-4484-a77f-b676dd36f3d4", + "name": "СрокИсполнения", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.СрокИсполнения", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.СрокИсполнения" + }, + "objectBelonging": "OWN", + "comment": "Плановый срок исполнения задачи", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + }, + { + "uuid": "5e28e22a-dd6e-4703-92bd-13f5cb0dc023", + "name": "АвторСтрокой", + "mdoReference": { + "type": "ATTRIBUTE", + "mdoRef": "Task.ЗадачаИсполнителя.Attribute.АвторСтрокой", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Реквизит.АвторСтрокой" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Автор строкой" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "passwordMode": false, + "kind": "CUSTOM", + "indexing": "DONT_INDEX", + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/type" + }, + "format": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "editFormat": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "markNegatives": false, + "mask": "", + "multiLine": false, + "extendedEdit": false, + "fillFromFillingValue": false + } + ], + [] + ], + "commands": [ + [ + { + "uuid": "6e5307ea-8fbf-4177-bcc8-f163a6ce1b40", + "name": "ВсеЗадачи", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Task.ЗадачаИсполнителя.Command.ВсеЗадачи", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Команда.ВсеЗадачи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Все задачи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Commands/ВсеЗадачи/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + } + }, + { + "uuid": "0fa77ef7-a836-4459-9bca-6010d0bdfc7f", + "name": "Выполнено", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Task.ЗадачаИсполнителя.Command.Выполнено", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Команда.Выполнено" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выполнено" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Commands/Выполнено/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + } + }, + { + "uuid": "c322dc4a-30f3-4d23-9824-4a01c496408d", + "name": "МоиЗадачи", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Task.ЗадачаИсполнителя.Command.МоиЗадачи", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Команда.МоиЗадачи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Мои задачи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Commands/МоиЗадачи/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + } + }, + { + "uuid": "dcff004c-1b61-4a19-b977-ea21bf688614", + "name": "Перенаправить", + "mdoReference": { + "type": "COMMAND", + "mdoRef": "Task.ЗадачаИсполнителя.Command.Перенаправить", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Команда.Перенаправить" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перенаправить..." + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "CommandModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Commands/Перенаправить/CommandModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + } + } + ], + [] + ], + "comment": "", + "description": "Задача", + "explanation": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "forms": [ + [ + { + "uuid": "856510ee-74f5-44e9-a3c0-1c60cfb7a787", + "name": "Дополнительно", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.Дополнительно", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.Дополнительно" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дополнительно" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Forms/Дополнительно/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/synonym" + }, + "handlers": [ + { + "event": "OnCreateAtServer", + "name": "ПриСозданииНаСервере" + } + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 117, + "name": "Группа2", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 119, + "name": "Группа3", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 41, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 71, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.СрокИсполнения", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 51, + "name": "ГруппаБизнесПроцесс", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Бизнес-процесс" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 52, + "name": "БизнесПроцесс", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.BusinessProcess", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 54, + "name": "ТочкаМаршрута", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.RoutePoint", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 63, + "name": "ГруппаРезультат", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Результат выполнения задачи" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 64, + "name": "Выполнена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Executed", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 66, + "name": "ДатаИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.ДатаИсполнения", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 121, + "name": "Группа4", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 43, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Number", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 57, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Date", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 69, + "name": "ГруппаАдресация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задача адресована" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 27, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Исполнитель", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 92, + "name": "ГруппаУточнение", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Уточнение" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 29, + "name": "РольИсполнителя", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.РольИсполнителя", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 113, + "name": "ГруппаОбъектАдресации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Объект адресации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 31, + "name": "ОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.ОсновнойОбъектАдресации", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 33, + "name": "ДополнительныйОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.ДополнительныйОбъектАдресации", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 45, + "name": "ГруппаСправа", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Справа" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 56, + "name": "ГруппаДаты", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Даты" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 115, + "name": "Группа1", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + } + ], + [] + ], + "attributes": [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "fullName": { + "nameRu": "ЗадачаОбъект.ЗадачаИсполнителя", + "nameEn": "TaskObject.ЗадачаИсполнителя" + }, + "variant": "METADATA", + "kind": "TASK" + } + } + ], + "composite": false, + "qualifiers": [] + } + } + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "28b761c6-c286-4125-a4ed-da602e49950f", + "name": "ЗадачиПоБизнесПроцессу", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.ЗадачиПоБизнесПроцессу", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.ЗадачиПоБизнесПроцессу" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задачи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Forms/ЗадачиПоБизнесПроцессу/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задачи бизнес-процесса" + } + } + ] + }, + "handlers": [ + [ + { + "event": "NotificationProcessing", + "name": "ОбработкаОповещения" + }, + { + "event": "OnLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПриЗагрузкеДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 85, + "name": "ГруппаПользовательскихНастроек", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Группа пользовательских настроек" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Список" + } + } + ] + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 6, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 4, + "name": "Номер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Номер" + } + } + ] + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 8, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/synonym" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Исполнитель", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 23, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Предмет", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 82, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + }, + { + "type": "TABLE", + "id": 25, + "name": "ДеревоЗадач", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дерево задач" + } + } + ] + }, + "dataPath": "ДеревоЗадач", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 40, + "name": "ДеревоЗадачВажность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "ДеревоЗадач.Важность", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 49, + "name": "Выполнена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "ДеревоЗадач.Выполнена", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 42, + "name": "ДеревоЗадачОстановлен", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Остановлен" + } + } + ] + }, + "dataPath": "ДеревоЗадач.Остановлен", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 46, + "name": "ТипИНаименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип и наименование" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 44, + "name": "ДеревоЗадачТип", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип" + } + } + ] + }, + "dataPath": "ДеревоЗадач.Тип", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 30, + "name": "ДеревоЗадачНаименование", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование" + } + } + ] + }, + "dataPath": "ДеревоЗадач.Наименование", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 32, + "name": "ДеревоЗадачИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "ДеревоЗадач.Исполнитель", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 47, + "name": "СрокИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Срок исполнения" + } + } + ] + }, + "dataPath": "ДеревоЗадач.СрокИсполнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 21, + "name": "ПоказыватьВыполненные", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показывать выполненные" + } + } + ] + }, + "dataPath": "ПоказыватьВыполненные", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "DYNAMIC_LIST" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "ПоказыватьВыполненные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "ДеревоЗадач", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "VALUE_TREE" + } + ], + "composite": false, + "qualifiers": [] + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "4ac66a22-c736-4e06-a8aa-ef4a71788c65", + "name": "ЗадачиПоПредмету", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.ЗадачиПоПредмету", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.ЗадачиПоПредмету" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Задачи по предмету" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Forms/ЗадачиПоПредмету/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[2]" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 181, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 52, + "name": "ВажностьКартинка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "Список.ВажностьКартинка", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 56, + "name": "Остановлена", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Остановлена" + } + } + ] + }, + "dataPath": "Список.Остановлена", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 54, + "name": "ЗадачаВыполнена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Executed", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 6, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/synonym" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 64, + "name": "ГруппаИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 18, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Исполнитель", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 58, + "name": "РольИсполнителя", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.РольИсполнителя", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 60, + "name": "ОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ОсновнойОбъектАдресации", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 62, + "name": "ДополнительныйОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ДополнительныйОбъектАдресации", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 4, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 23, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.СрокИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 110, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 107, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 96, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + }, + { + "type": "TABLE", + "id": 25, + "name": "ДеревоЗадач", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ДеревоЗадач", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 28, + "name": "ДеревоЗадачВажность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "ДеревоЗадач.Важность", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 30, + "name": "Выполнена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/synonym" + }, + "dataPath": "ДеревоЗадач.Выполнена", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 32, + "name": "ДеревоЗадачОстановлен", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "ДеревоЗадач.Остановлен", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 34, + "name": "ТипИНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 35, + "name": "ДеревоЗадачТип", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ДеревоЗадач.Тип", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 37, + "name": "ДеревоЗадачНаименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/synonym" + }, + "dataPath": "ДеревоЗадач.Наименование", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 39, + "name": "ДеревоЗадачИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "ДеревоЗадач.Исполнитель", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 41, + "name": "ДеревоСрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/synonym" + }, + "dataPath": "ДеревоЗадач.СрокИсполнения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 187, + "name": "ДеревоЗадачСсылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "ДеревоЗадач.Ссылка", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 21, + "name": "ПоказыватьВыполненные", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показывать выполненные задачи" + } + } + ] + }, + "dataPath": "ПоказыватьВыполненные", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "ПоказыватьВыполненные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "ДеревоЗадач", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[3]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "9cfe9281-8840-4077-824d-a2c9cbb0b730", + "name": "МоиЗадачи", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.МоиЗадачи", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.МоиЗадачи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Forms/МоиЗадачи/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "BeforeLoadDataFromSettingsAtServer", + "name": "ПередЗагрузкойДанныхИзНастроекНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 173, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 9, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "CHECK_BOX_FIELD", + "id": 168, + "name": "ПринятаКИсполнению", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ПринятаКИсполнению", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 24, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "Список.ВажностьКартинка", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 16, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 36, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.СрокИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 57, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 40, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 63, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ПредметСтрокой", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 46, + "name": "ДатаНачала", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата начала" + } + } + ] + }, + "dataPath": "Список.ДатаНачала", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 66, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/synonym" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 123, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 38, + "name": "ПоказыватьВыполненные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "dataPath": "ПоказыватьВыполненные", + "items": [] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "ПоказыватьВыполненные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "РежимГруппировки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + }, + { + "id": 4, + "name": "ПараметрыОтбораФормы", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[3]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "76389fa9-b9e0-492e-9c93-24b5f3bf094c", + "name": "МоиЗадачиДляРабочегоСтола", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.МоиЗадачиДляРабочегоСтола", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.МоиЗадачиДляРабочегоСтола" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Forms/МоиЗадачиДляРабочегоСтола/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[5]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/commands/c/com.github._1c_syntax.bsl.mdo.children.ObjectCommand[3]/synonym" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[4]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 232, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "TABLE", + "id": 9, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + { + "type": "COLUMN_GROUP", + "id": 161, + "name": "ГруппаКолонки", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Колонки" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 57, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 24, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "Список.ВажностьКартинка", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 16, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 36, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/synonym" + }, + "dataPath": "Список.СрокИсполнения", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 46, + "name": "ДатаНачала", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[8]/title" + }, + "dataPath": "Список.ДатаНачала", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 40, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 65, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/synonym" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 137, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "ПоказыватьВыполненные", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 3, + "name": "РежимГруппировки", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "23e3de37-9315-45e6-bbfd-60aae28c25ae", + "name": "ПеренаправитьЗадачи", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.ПеренаправитьЗадачи", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.ПеренаправитьЗадачи" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перенаправить задачи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Forms/ПеренаправитьЗадачи/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбрать исполнителя" + } + } + ] + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "FillCheckProcessingAtServer", + "name": "ОбработкаПроверкиЗаполненияНаСервере" + } + ], + [] + ], + "items": [ + [ + { + "type": "LABEL", + "id": 5, + "name": "ДекорацияЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выбранная задача" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 72, + "name": "Документ", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Документ" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 11, + "name": "ГруппаАдресация", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Адресация" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 12, + "name": "ГруппаАдресацияИсполнитель", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Адресация исполнитель" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 9, + "name": "ТипАдресацииИсполнитель", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Тип адресации" + } + } + ] + }, + "dataPath": "ТипАдресации", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 1, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "Исполнитель", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 67, + "name": "ГруппаАдресацияРоль", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Адресация роль" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "RADIO_BUTTON_FIELD", + "id": 69, + "name": "ТипАдресацииРоль", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "ТипАдресации", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 13, + "name": "Роль", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Роль" + } + } + ] + }, + "dataPath": "Роль", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 60, + "name": "ГруппаОбъектыАдресации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Объекты адресации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 33, + "name": "ГруппаОдинОбъектАдресации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Один объект адресации" + } + } + ] + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 34, + "name": "ОдинОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[3]/synonym" + }, + "dataPath": "ОсновнойОбъектАдресации", + "items": [] + } + ] + }, + { + "type": "USUAL_GROUP", + "id": 36, + "name": "ГруппаДваОбъектаАдресации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Два объекта адресации" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 37, + "name": "ОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[3]/synonym" + }, + "dataPath": "ОсновнойОбъектАдресации", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 39, + "name": "ДополнительныйОбъектАдресации", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Доп. объект адресации" + } + } + ] + }, + "dataPath": "ДополнительныйОбъектАдресации", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 7, + "name": "Комментарий", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Комментарий" + } + } + ] + }, + "dataPath": "Комментарий", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 41, + "name": "ИгнорироватьПредупреждения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Игнорировать предупреждения" + } + } + ] + }, + "dataPath": "ИгнорироватьПредупреждения", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.CustomValueType": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/type/types/java.util.CollSer/com.github._1c_syntax.bsl.types.value.CustomValueType[2]" + } + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 2, + "name": "Комментарий", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + }, + { + "id": 3, + "name": "ТипАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 1, + "scale": 0, + "nonNegative": false, + "description": {} + } + } + ] + } + }, + { + "id": 4, + "name": "Роль", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[4]/type" + } + }, + { + "id": 5, + "name": "ИспользуетсяБезОбъектовАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 6, + "name": "ИспользуетсяСОбъектамиАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + }, + { + "id": 7, + "name": "ОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[3]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" + } + }, + { + "id": 8, + "name": "ТипыДополнительногоОбъектаАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.V8ValueType": "TYPE_DESCRIPTION" + } + ], + "composite": false, + "qualifiers": [] + } + }, + { + "id": 9, + "name": "ТипыОсновногоОбъектаАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[8]/type" + } + }, + { + "id": 10, + "name": "ДополнительныйОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/type" + } + }, + { + "id": 11, + "name": "ИгнорироватьПредупреждения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[4]/title" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "a9957f43-8b6f-4d98-a2d8-77b78047494c", + "name": "ФормаЗадачи", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.ФормаЗадачи", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.ФормаЗадачи" + }, + "objectBelonging": "OWN", + "comment": "Форма выполнения задачи по умолчанию", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма задачи" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Forms/ФормаЗадачи/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[7]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "handlers": [ + [ + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 93, + "name": "ГруппаФормаВыполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма выполнения" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL", + "id": 94, + "name": "ДекорацияТекст", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Выведены общие сведения о задаче.\nДля выполнения задачи необходимо перейти в специальную форму задачи." + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "LABEL", + "id": 97, + "name": "ДекорацияОткрытьФормуЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Перейти в форму для выполнения задачи" + } + } + ] + }, + "dataPath": "", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 99, + "name": "ГруппаСостояние", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Состояние" + } + } + ] + }, + "dataPath": "", + "items": [] + }, + { + "type": "PAGES", + "id": 198, + "name": "Страницы", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Страницы" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "PAGE", + "id": 200, + "name": "СтраницаОписаниеЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Описание задачи" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 210, + "name": "ГруппаНаименованиеИНомер", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Наименование и номер" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 117, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Description", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 115, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Number", + "items": [] + } + ], + [] + ] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "Описание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/synonym" + }, + "dataPath": "Объект.Описание", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 204, + "name": "ГруппаВажность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[2]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 20, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "Объект.Исполнитель", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 12, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.СрокИсполнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 186, + "name": "ГруппаСрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/title" + }, + "dataPath": "", + "items": [ + { + "type": "INPUT_FIELD", + "id": 16, + "name": "Важность", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Важность", + "items": [] + } + ] + } + ], + [] + ] + }, + { + "type": "PAGE", + "id": 202, + "name": "СтраницаДополнительно", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 106, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/synonym" + }, + "dataPath": "ПредметСтрокой", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 119, + "name": "ДатаИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата выполнения" + } + } + ] + }, + "dataPath": "Объект.ДатаИсполнения", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 113, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Date", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 85, + "name": "СрокНачалаИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.ДатаПринятияКИсполнению", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 78, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Объект.Автор", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 165, + "name": "АвторСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "dataPath": "АвторСтрокой", + "items": [] + } + ], + [] + ] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Объект", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/attributes/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 5, + "name": "ПредметСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[8]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + }, + { + "id": 6, + "name": "АвторСтрокой", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[7]/type" + } + }, + { + "id": 2, + "name": "НачальныйПризнакВыполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + }, + { + "uuid": "e470e15d-1b06-43cb-a9f9-ba489e2f596f", + "name": "ФормаСписка", + "mdoReference": { + "type": "FORM", + "mdoRef": "Task.ЗадачаИсполнителя.Form.ФормаСписка", + "mdoRefRu": "Задача.ЗадачаИсполнителя.Форма.ФормаСписка" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Форма списка" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "modules": [ + { + "moduleType": "FormModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/Forms/ФормаСписка/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "formType": "MANAGED", + "data": { + "@class": "com.github._1c_syntax.bsl.mdo.storage.ManagedFormData", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "handlers": [ + [ + { + "event": "OnSaveDataInSettingsAtServer", + "name": "ПриСохраненииДанныхВНастройкахНаСервере" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "event": "OnOpen", + "name": "ПриОткрытии" + }, + { + "event": "NavigationProcessing", + "name": "ОбработкаПерехода" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/handlers/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler" + }, + { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[4]/data/handlers/c/com.github._1c_syntax.bsl.mdo.storage.form.FormHandler[3]" + } + ], + [] + ], + "items": [ + [ + { + "type": "USUAL_GROUP", + "id": 203, + "name": "ГруппаПользовательскихНастроек", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "dataPath": "", + "items": [] + }, + { + "type": "USUAL_GROUP", + "id": 54, + "name": "ГруппаЗаголовок", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Заголовок" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "LABEL_FIELD", + "id": 55, + "name": "СтрокаБизнесПроцесса", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/title" + }, + "dataPath": "СтрокаБизнесПроцесса", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 57, + "name": "СтрокаЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Точка маршрута" + } + } + ] + }, + "dataPath": "СтрокаЗадачи", + "items": [] + } + ], + [] + ] + }, + { + "type": "USUAL_GROUP", + "id": 43, + "name": "ГруппаОтбор", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Отбор" + } + } + ] + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 49, + "name": "ПоказыватьЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Показывать" + } + } + ] + }, + "dataPath": "ПоказыватьЗадачи", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 18, + "name": "ПоАвтору", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "dataPath": "ПоАвтору", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 20, + "name": "ПоИсполнителю", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "ПоИсполнителю", + "items": [] + } + ], + [] + ] + }, + { + "type": "TABLE", + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список", + "items": [ + [ + { + "type": "PICTURE_FIELD", + "id": 81, + "name": "ВажностьКартинка", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Важность (признак)" + } + } + ] + }, + "dataPath": "Список.ВажностьКартинка", + "items": [] + }, + { + "type": "PICTURE_FIELD", + "id": 59, + "name": "Остановлена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[3]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[2]/title" + }, + "dataPath": "Список.Остановлена", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 6, + "name": "Наименование", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Description", + "items": [] + }, + { + "type": "COLUMN_GROUP", + "id": 169, + "name": "ГруппаСрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[6]/title" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 30, + "name": "СрокИсполнения", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute[13]/synonym" + }, + "dataPath": "Список.СрокИсполнения", + "items": [] + }, + { + "type": "CHECK_BOX_FIELD", + "id": 10, + "name": "Выполнена", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Executed", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 32, + "name": "ДатаИсполнения", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Дата исполнения" + } + } + ] + }, + "dataPath": "Список.ДатаИсполнения", + "items": [] + } + ], + [] + ] + }, + { + "type": "COLUMN_GROUP", + "id": 80, + "name": "ГруппаИсполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "dataPath": "", + "items": [ + [ + { + "type": "INPUT_FIELD", + "id": 24, + "name": "Исполнитель", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Исполнитель", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 34, + "name": "РольИсполнителя", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.РольИсполнителя", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 40, + "name": "ОсновнойОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ОсновнойОбъектАдресации", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 38, + "name": "ДополнительныйОбъектАдресации", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ДополнительныйОбъектАдресации", + "items": [] + } + ], + [] + ] + }, + { + "type": "LABEL_FIELD", + "id": 51, + "name": "Предмет", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.ПредметСтрокой", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 22, + "name": "Автор", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Автор", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 8, + "name": "Дата", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[7]/synonym" + }, + "dataPath": "Список.Date", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 4, + "name": "Номер", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Number", + "items": [] + }, + { + "type": "INPUT_FIELD", + "id": 83, + "name": "Описание", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Описание", + "items": [] + }, + { + "type": "LABEL_FIELD", + "id": 134, + "name": "Ссылка", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "dataPath": "Список.Ref", + "items": [] + } + ], + [] + ] + } + ], + [] + ], + "attributes": [ + [ + { + "id": 1, + "name": "Список", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/format" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[2]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 2, + "name": "ПоАвтору", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.ObjectAttribute/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 3, + "name": "ПоИсполнителю", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute[2]/synonym" + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[6]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute/type" + } + }, + { + "id": 4, + "name": "ПоказыватьЗадачи", + "title": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem[3]/items/c/com.github._1c_syntax.bsl.mdo.storage.form.SimpleFormItem/title" + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "NUMBER" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.NumberQualifiers": { + "precision": 1, + "scale": 0, + "nonNegative": true, + "description": {} + } + } + ] + } + }, + { + "id": 5, + "name": "СтрокаБизнесПроцесса", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Строка бизнес процесса" + } + } + ] + }, + "type": { + "types": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.value.PrimitiveValueType": "STRING" + } + ], + "composite": false, + "qualifiers": [ + { + "default": { + "tag": 4 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.qualifiers.StringQualifiers": { + "length": 100, + "allowedLength": 0, + "description": {} + } + } + ] + } + }, + { + "id": 6, + "name": "СтрокаЗадачи", + "title": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Строка задачи" + } + } + ] + }, + "type": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/forms/c/com.github._1c_syntax.bsl.mdo.children.ObjectForm[8]/data/attributes/c/com.github._1c_syntax.bsl.mdo.storage.form.FormAttribute[5]/type" + } + } + ], + [] + ] + }, + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "usePurposes": [ + [ + "PLATFORM_APPLICATION", + "MOBILE_PLATFORM_APPLICATION" + ], + [] + ] + } + ], + [] + ], + "mdoReference": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "mdoType": "TASK", + "moduleTypes": [ + [ + "ManagerModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/ManagerModule.bsl" + ] + ], + [ + "ObjectModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/ObjectModule.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "ManagerModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/ManagerModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + }, + { + "moduleType": "ObjectModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/Tasks/ЗадачаИсполнителя/ObjectModule.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/addressingAttributes/c/com.github._1c_syntax.bsl.mdo.children.TaskAddressingAttribute/owner" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "ЗадачаИсполнителя", + "objectBelonging": "OWN", + "possibleRights": [ + { + "default": { + "tag": 4 + }, + "int": 24, + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INPUT_BY_STRING", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_INSERT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_SET_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_CLEAR_DELETION_MARK", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_DELETE_MARKED", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_ACTIVATE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EXECUTE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "INTERACTIVE_EXECUTE", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "VIEW_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "READ_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_OF_MISSING_DATA", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_SETTINGS", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "UPDATE_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "EDIT_DATA_HISTORY_VERSION_COMMENT", + "com.github._1c_syntax.bsl.mdo.support.RoleRight": "SWITCH_TO_DATA_HISTORY_VERSION" + } + ], + "supportVariant": "NOT_EDITABLE", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.Task/attributes/c/com.github._1c_syntax.bsl.mdo.children.StandardAttribute[2]/synonym" + }, + "tabularSections": [], + "templates": [], + "uuid": "3ad08f4a-6202-4099-b6cc-bc116e6731a0" +}} \ No newline at end of file diff --git a/src/test/resources/fixtures/ssl_3_2/WebServices.EnterpriseDataExchange_1_0_1_1.json b/src/test/resources/fixtures/ssl_3_2/WebServices.EnterpriseDataExchange_1_0_1_1.json new file mode 100644 index 000000000..6060d5ebc --- /dev/null +++ b/src/test/resources/fixtures/ssl_3_2/WebServices.EnterpriseDataExchange_1_0_1_1.json @@ -0,0 +1,1033 @@ +{"com.github._1c_syntax.bsl.mdo.WebService": { + "comment": "", + "description": "Enterprise Data Exchange 1.0.1.1", + "descriptorFileName": "EnterpriseDataExchange_1_0_1_1.1cws", + "mdoReference": { + "type": "WEB_SERVICE", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1" + }, + "mdoType": "WEB_SERVICE", + "moduleTypes": [ + [ + "WEBServiceModule", + [ + "src/test/resources/ext/designer/ssl_3_2/src/cf/WebServices/EnterpriseDataExchange_1_0_1_1/Ext/Module.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "WEBServiceModule", + "uri": "src/test/resources/ext/designer/ssl_3_2/src/cf/WebServices/EnterpriseDataExchange_1_0_1_1/Ext/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "EnterpriseDataExchange_1_0_1_1", + "namespace": "http://www.1c.ru/SSL/EnterpriseDataExchange_1_0_1_1", + "objectBelonging": "OWN", + "operations": [ + [ + { + "uuid": "e6fe7103-4dfa-4302-a58e-ccd7fac19c9d", + "name": "Ping", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.Ping", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.Ping" + }, + "objectBelonging": "OWN", + "comment": "Проверка соединения с информационной базой", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ping" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "Ping", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [] + }, + { + "uuid": "bb3a9973-67ce-479e-8668-c2f3bb20301e", + "name": "TestConnection", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.TestConnection", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.TestConnection" + }, + "objectBelonging": "OWN", + "comment": "Проверка подключения к информационной базе", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Test connection" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ПроверкаПодключения", + "nillable": false, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "e5250dfe-dda2-4547-9b9e-2470ea1be1ab", + "name": "ExchangePlanName", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.TestConnection.Parameter.ExchangePlanName", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.TestConnection.Параметр.ExchangePlanName" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Exchange plan name" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "2c3fccc6-c4c0-49ec-bfc2-05ce05f27ea9", + "name": "PeerCode", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.TestConnection.Parameter.PeerCode", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.TestConnection.Параметр.PeerCode" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Peer code" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "37169451-1464-4f24-8ca6-802963ffb636", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.TestConnection.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.TestConnection.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Error message" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "c3a958b1-590f-4418-a74f-5982b478cf52", + "name": "PrepareDataForGetting", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting" + }, + "objectBelonging": "OWN", + "comment": "Выгрузить данные из информационной базы, согласно настроек узла плана обмена и подготовить их для отправки", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Prepare data for getting" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ПодготовитьДанныеКПолучению", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "ef0e618d-0942-460a-ac65-9aca2fed976e", + "name": "ExchangePlanName", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting.Parameter.ExchangePlanName", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting.Параметр.ExchangePlanName" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "fd1ed7ec-d848-41cd-8ce3-2e5a682abcf0", + "name": "PeerCode", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting.Parameter.PeerCode", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting.Параметр.PeerCode" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[2]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "2ac8bd69-9fbf-4f15-b58d-397d9e903532", + "name": "PartSize", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting.Parameter.PartSize", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting.Параметр.PartSize" + }, + "objectBelonging": "OWN", + "comment": "В КБ, 0 не разделять", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Part size" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "2ff35814-7eaa-4ae5-bbac-f46bebb36c9d", + "name": "OperationID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting.Parameter.OperationID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting.Параметр.OperationID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Operation ID" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + }, + { + "uuid": "5b460b92-2c74-4f59-88b2-18d9aac42c04", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "db05d35b-5f53-4c27-ba80-b477b9a98299", + "name": "PrepareDataActionResult", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataActionResult", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataActionResult" + }, + "objectBelonging": "OWN", + "comment": "Получить результат выполнения операции подготовки данных для выгрузки из информационной базы", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Prepare data action result" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ПолучитьРезультатПодготовкиДанныхКВыгрузке", + "nillable": false, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "fa872ae1-b699-46fe-9d6a-e42e1388752b", + "name": "OperationID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataActionResult.Parameter.OperationID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataActionResult.Параметр.OperationID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[4]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[4]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "1acf34e6-c428-4130-82f0-5160dfcc0858", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataActionResult.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataActionResult.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[4]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "57046262-b9ce-4670-9cf5-6db9e58dd0d5", + "name": "GetDataPart", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.GetDataPart", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.GetDataPart" + }, + "objectBelonging": "OWN", + "comment": "Получить часть сформированного файла с данными, из временного хранилища", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Get data part" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ВыгрузитьЧастьФайла", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "a9824176-36d5-4be5-9984-f4312ff48515", + "name": "FileID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.GetDataPart.Parameter.FileID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.GetDataPart.Параметр.FileID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "File ID" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "8e980ca0-1627-45e8-bd27-5dd1ac199459", + "name": "PartNumber", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.GetDataPart.Parameter.PartNumber", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.GetDataPart.Параметр.PartNumber" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Part number" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "8b653beb-af9f-4f39-b691-ae14f80b7cd6", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.GetDataPart.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.GetDataPart.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "77559c11-713f-454d-aff4-56649e1350e9", + "name": "ConfirmGettingFile", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.ConfirmGettingFile", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.ConfirmGettingFile" + }, + "objectBelonging": "OWN", + "comment": "Подтвердить получение файла", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Confirm getting file" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ПодтвердитьПолучениеДанных", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "0c965703-c1d0-48b7-80f9-b8d869ff98f5", + "name": "FileID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.ConfirmGettingFile.Parameter.FileID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.ConfirmGettingFile.Параметр.FileID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[6]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "51f8d5ff-aec5-4c0a-ad02-df8c6cb1b4ad", + "name": "ClearDataPool", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.ConfirmGettingFile.Parameter.ClearDataPool", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.ConfirmGettingFile.Параметр.ClearDataPool" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Clear data pool" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[6]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "7ba42162-557b-4e34-8aca-0cdee8cb2452", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.ConfirmGettingFile.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.ConfirmGettingFile.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[6]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "eee99b8e-29b6-4b7a-81f1-3d91d740c0d7", + "name": "PutFilePart", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutFilePart", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutFilePart" + }, + "objectBelonging": "OWN", + "comment": "Поместить часть файла с данными во временное хранилище", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Put file part" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ЗагрузитьЧастьФайла", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "ad4f2d1f-1e6f-4f6a-8061-202c0e42a8e4", + "name": "FileID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutFilePart.Parameter.FileID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutFilePart.Параметр.FileID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[7]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "dd577924-c6cb-4aa9-9db5-366d8958d00f", + "name": "PartNumber", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutFilePart.Parameter.PartNumber", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutFilePart.Параметр.PartNumber" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[2]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[7]/mdoReference" + }, + "nillable": true, + "transferDirection": "IN" + }, + { + "uuid": "8ed8f72e-404a-4be4-a44d-ddebbad5f411", + "name": "PartData", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutFilePart.Parameter.PartData", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutFilePart.Параметр.PartData" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Part data" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[7]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "e919bc4c-86e6-44f6-be27-5a729b63d042", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutFilePart.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutFilePart.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[7]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "ec580e4f-1518-4923-a10e-bc1da8688b37", + "name": "PutData", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData" + }, + "objectBelonging": "OWN", + "comment": "Поместить данные в информационную базу", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Put data" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ЗагрузитьДанныеВИнформационнуюБазу", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "91c3902a-314f-4d40-8bcc-8dd131fed2f4", + "name": "ExchangePlanName", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData.Parameter.ExchangePlanName", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData.Параметр.ExchangePlanName" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[8]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "ae2b21c5-9349-49e8-9627-26f05c21f43a", + "name": "PeerCode", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData.Parameter.PeerCode", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData.Параметр.PeerCode" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[2]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[8]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "7e4c0b74-e807-4aa9-ad69-3c85b147bb61", + "name": "FileID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData.Parameter.FileID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData.Параметр.FileID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[8]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "917a19d7-73db-4247-b892-397598d67879", + "name": "OperationID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData.Parameter.OperationID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData.Параметр.OperationID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[4]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[8]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + }, + { + "uuid": "1f866dc3-a4bc-4e8d-96a3-a26ee073926f", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[8]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "d8066600-c669-449d-a187-fdd3af8f7afa", + "name": "PutDataActionResult", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutDataActionResult", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutDataActionResult" + }, + "objectBelonging": "OWN", + "comment": "Получить результат выполнения операции помещения данных в информационную базу", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Put data action result" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ПолучитьРезультатЗагрузкиДанных", + "nillable": false, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "dadf86a6-c118-4827-b1b9-6cfee731242f", + "name": "OperationID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutDataActionResult.Parameter.OperationID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutDataActionResult.Параметр.OperationID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[4]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[9]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "45bf7b20-f048-491a-a989-e50bea13d028", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutDataActionResult.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutDataActionResult.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[9]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + } + ], + [] + ], + "reuseSessions": "DONT_USE", + "sessionMaxAge": 20, + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Enterprise Data Exchange 1.0.1.1" + } + } + ] + }, + "uuid": "cb3a5c5b-7bdc-4e12-96f1-11b1213b6853" +}} \ No newline at end of file diff --git a/src/test/resources/fixtures/ssl_3_2/WebServices.EnterpriseDataExchange_1_0_1_1_edt.json b/src/test/resources/fixtures/ssl_3_2/WebServices.EnterpriseDataExchange_1_0_1_1_edt.json new file mode 100644 index 000000000..349952600 --- /dev/null +++ b/src/test/resources/fixtures/ssl_3_2/WebServices.EnterpriseDataExchange_1_0_1_1_edt.json @@ -0,0 +1,1033 @@ +{"com.github._1c_syntax.bsl.mdo.WebService": { + "comment": "", + "description": "Enterprise Data Exchange 1.0.1.1", + "descriptorFileName": "EnterpriseDataExchange_1_0_1_1.1cws", + "mdoReference": { + "type": "WEB_SERVICE", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1" + }, + "mdoType": "WEB_SERVICE", + "moduleTypes": [ + [ + "WEBServiceModule", + [ + "src/test/resources/ext/edt/ssl_3_2/configuration/src/WebServices/EnterpriseDataExchange_1_0_1_1/Module.bsl" + ] + ] + ], + "modules": [ + { + "moduleType": "WEBServiceModule", + "uri": "src/test/resources/ext/edt/ssl_3_2/configuration/src/WebServices/EnterpriseDataExchange_1_0_1_1/Module.bsl", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "supportVariant": "NOT_EDITABLE", + "isProtected": false + } + ], + "name": "EnterpriseDataExchange_1_0_1_1", + "namespace": "http://www.1c.ru/SSL/EnterpriseDataExchange_1_0_1_1", + "objectBelonging": "OWN", + "operations": [ + [ + { + "uuid": "e6fe7103-4dfa-4302-a58e-ccd7fac19c9d", + "name": "Ping", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.Ping", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.Ping" + }, + "objectBelonging": "OWN", + "comment": "Проверка соединения с информационной базой", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Ping" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "Ping", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [] + }, + { + "uuid": "bb3a9973-67ce-479e-8668-c2f3bb20301e", + "name": "TestConnection", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.TestConnection", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.TestConnection" + }, + "objectBelonging": "OWN", + "comment": "Проверка подключения к информационной базе", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Test connection" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ПроверкаПодключения", + "nillable": false, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "e5250dfe-dda2-4547-9b9e-2470ea1be1ab", + "name": "ExchangePlanName", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.TestConnection.Parameter.ExchangePlanName", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.TestConnection.Параметр.ExchangePlanName" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Exchange plan name" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "2c3fccc6-c4c0-49ec-bfc2-05ce05f27ea9", + "name": "PeerCode", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.TestConnection.Parameter.PeerCode", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.TestConnection.Параметр.PeerCode" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Peer code" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "37169451-1464-4f24-8ca6-802963ffb636", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.TestConnection.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.TestConnection.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Error message" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "c3a958b1-590f-4418-a74f-5982b478cf52", + "name": "PrepareDataForGetting", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting" + }, + "objectBelonging": "OWN", + "comment": "Выгрузить данные из информационной базы, согласно настроек узла плана обмена и подготовить их для отправки", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Prepare data for getting" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ПодготовитьДанныеКПолучению", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "ef0e618d-0942-460a-ac65-9aca2fed976e", + "name": "ExchangePlanName", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting.Parameter.ExchangePlanName", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting.Параметр.ExchangePlanName" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "fd1ed7ec-d848-41cd-8ce3-2e5a682abcf0", + "name": "PeerCode", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting.Parameter.PeerCode", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting.Параметр.PeerCode" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[2]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "2ac8bd69-9fbf-4f15-b58d-397d9e903532", + "name": "PartSize", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting.Parameter.PartSize", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting.Параметр.PartSize" + }, + "objectBelonging": "OWN", + "comment": "В КБ, 0 не разделять", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Part size" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "2ff35814-7eaa-4ae5-bbac-f46bebb36c9d", + "name": "OperationID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting.Parameter.OperationID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting.Параметр.OperationID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Operation ID" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + }, + { + "uuid": "5b460b92-2c74-4f59-88b2-18d9aac42c04", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataForGetting.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataForGetting.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "db05d35b-5f53-4c27-ba80-b477b9a98299", + "name": "PrepareDataActionResult", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataActionResult", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataActionResult" + }, + "objectBelonging": "OWN", + "comment": "Получить результат выполнения операции подготовки данных для выгрузки из информационной базы", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Prepare data action result" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ПолучитьРезультатПодготовкиДанныхКВыгрузке", + "nillable": false, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "fa872ae1-b699-46fe-9d6a-e42e1388752b", + "name": "OperationID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataActionResult.Parameter.OperationID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataActionResult.Параметр.OperationID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[4]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[4]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "1acf34e6-c428-4130-82f0-5160dfcc0858", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PrepareDataActionResult.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PrepareDataActionResult.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[4]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "57046262-b9ce-4670-9cf5-6db9e58dd0d5", + "name": "GetDataPart", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.GetDataPart", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.GetDataPart" + }, + "objectBelonging": "OWN", + "comment": "Получить часть сформированного файла с данными, из временного хранилища", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Get data part" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ВыгрузитьЧастьФайла", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "a9824176-36d5-4be5-9984-f4312ff48515", + "name": "FileID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.GetDataPart.Parameter.FileID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.GetDataPart.Параметр.FileID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "File ID" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "8e980ca0-1627-45e8-bd27-5dd1ac199459", + "name": "PartNumber", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.GetDataPart.Parameter.PartNumber", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.GetDataPart.Параметр.PartNumber" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Part number" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "8b653beb-af9f-4f39-b691-ae14f80b7cd6", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.GetDataPart.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.GetDataPart.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "77559c11-713f-454d-aff4-56649e1350e9", + "name": "ConfirmGettingFile", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.ConfirmGettingFile", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.ConfirmGettingFile" + }, + "objectBelonging": "OWN", + "comment": "Подтвердить получение файла", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Confirm getting file" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ПодтвердитьПолучениеДанных", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "0c965703-c1d0-48b7-80f9-b8d869ff98f5", + "name": "FileID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.ConfirmGettingFile.Parameter.FileID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.ConfirmGettingFile.Параметр.FileID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[6]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "51f8d5ff-aec5-4c0a-ad02-df8c6cb1b4ad", + "name": "ClearDataPool", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.ConfirmGettingFile.Parameter.ClearDataPool", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.ConfirmGettingFile.Параметр.ClearDataPool" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Clear data pool" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[6]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "7ba42162-557b-4e34-8aca-0cdee8cb2452", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.ConfirmGettingFile.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.ConfirmGettingFile.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[6]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "eee99b8e-29b6-4b7a-81f1-3d91d740c0d7", + "name": "PutFilePart", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutFilePart", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutFilePart" + }, + "objectBelonging": "OWN", + "comment": "Поместить часть файла с данными во временное хранилище", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Put file part" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ЗагрузитьЧастьФайла", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "ad4f2d1f-1e6f-4f6a-8061-202c0e42a8e4", + "name": "FileID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutFilePart.Parameter.FileID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutFilePart.Параметр.FileID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[7]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "dd577924-c6cb-4aa9-9db5-366d8958d00f", + "name": "PartNumber", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutFilePart.Parameter.PartNumber", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutFilePart.Параметр.PartNumber" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[2]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[7]/mdoReference" + }, + "nillable": true, + "transferDirection": "IN" + }, + { + "uuid": "8ed8f72e-404a-4be4-a44d-ddebbad5f411", + "name": "PartData", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutFilePart.Parameter.PartData", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutFilePart.Параметр.PartData" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Part data" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[7]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "e919bc4c-86e6-44f6-be27-5a729b63d042", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutFilePart.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutFilePart.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[7]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "ec580e4f-1518-4923-a10e-bc1da8688b37", + "name": "PutData", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData" + }, + "objectBelonging": "OWN", + "comment": "Поместить данные в информационную базу", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Put data" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ЗагрузитьДанныеВИнформационнуюБазу", + "nillable": true, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "91c3902a-314f-4d40-8bcc-8dd131fed2f4", + "name": "ExchangePlanName", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData.Parameter.ExchangePlanName", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData.Параметр.ExchangePlanName" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[8]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "ae2b21c5-9349-49e8-9627-26f05c21f43a", + "name": "PeerCode", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData.Parameter.PeerCode", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData.Параметр.PeerCode" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[2]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[8]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "7e4c0b74-e807-4aa9-ad69-3c85b147bb61", + "name": "FileID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData.Parameter.FileID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData.Параметр.FileID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[5]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[8]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "917a19d7-73db-4247-b892-397598d67879", + "name": "OperationID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData.Parameter.OperationID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData.Параметр.OperationID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[4]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[8]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + }, + { + "uuid": "1f866dc3-a4bc-4e8d-96a3-a26ee073926f", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutData.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutData.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[8]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + }, + { + "uuid": "d8066600-c669-449d-a187-fdd3af8f7afa", + "name": "PutDataActionResult", + "mdoReference": { + "type": "WS_OPERATION", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutDataActionResult", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutDataActionResult" + }, + "objectBelonging": "OWN", + "comment": "Получить результат выполнения операции помещения данных в информационную базу", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Put data action result" + } + } + ] + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/mdoReference" + }, + "procedureName": "ПолучитьРезультатЗагрузкиДанных", + "nillable": false, + "transactioned": false, + "dataLockControlMode": "MANAGED", + "parameters": [ + [ + { + "uuid": "dadf86a6-c118-4827-b1b9-6cfee731242f", + "name": "OperationID", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutDataActionResult.Parameter.OperationID", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutDataActionResult.Параметр.OperationID" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[3]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[4]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[9]/mdoReference" + }, + "nillable": false, + "transferDirection": "IN" + }, + { + "uuid": "45bf7b20-f048-491a-a989-e50bea13d028", + "name": "ErrorMessage", + "mdoReference": { + "type": "WS_OPERATION_PARAMETER", + "mdoRef": "WebService.EnterpriseDataExchange_1_0_1_1.Operation.PutDataActionResult.Parameter.ErrorMessage", + "mdoRefRu": "WebСервис.EnterpriseDataExchange_1_0_1_1.Операция.PutDataActionResult.Параметр.ErrorMessage" + }, + "objectBelonging": "OWN", + "comment": "", + "synonym": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[2]/parameters/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperationParameter[3]/synonym" + }, + "supportVariant": "NOT_EDITABLE", + "owner": { + "@reference": "/com.github._1c_syntax.bsl.mdo.WebService/operations/c/com.github._1c_syntax.bsl.mdo.children.WebServiceOperation[9]/mdoReference" + }, + "nillable": true, + "transferDirection": "OUT" + } + ], + [] + ] + } + ], + [] + ], + "reuseSessions": "DONT_USE", + "sessionMaxAge": 20, + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Enterprise Data Exchange 1.0.1.1" + } + } + ] + }, + "uuid": "cb3a5c5b-7bdc-4e12-96f1-11b1213b6853" +}} \ No newline at end of file diff --git a/src/test/resources/fixtures/ssl_3_2/XDTOPackages.ApdexExport_1_0_0_4.json b/src/test/resources/fixtures/ssl_3_2/XDTOPackages.ApdexExport_1_0_0_4.json new file mode 100644 index 000000000..bad3c398c --- /dev/null +++ b/src/test/resources/fixtures/ssl_3_2/XDTOPackages.ApdexExport_1_0_0_4.json @@ -0,0 +1,239 @@ +{"com.github._1c_syntax.bsl.mdo.XDTOPackage": { + "comment": "", + "data": { + "targetNamespace": "www.v8.1c.ru/ssl/performace-assessment/apdexExport/1.0.0.4", + "imports": [], + "valueTypes": [], + "objectTypes": [ + [ + { + "name": "Performance", + "base": "", + "properties": [ + [ + { + "name": "version", + "type": "xs:string", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "period", + "type": "xs:dateTime", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "keyOperation", + "type": "d3p1:KeyOperation", + "lowerBound": 0, + "upperBound": -1, + "nillable": false, + "form": "", + "typeDef": [] + } + ], + [] + ] + }, + { + "name": "KeyOperation", + "base": "", + "properties": [ + [ + { + "name": "uid", + "type": "xs:string", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "name", + "type": "xs:string", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "comment", + "type": "xs:string", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "priority", + "type": "xs:integer", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "targetValue", + "type": "xs:float", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "measurement", + "type": "d3p1:Measurement", + "lowerBound": 0, + "upperBound": -1, + "nillable": true, + "form": "", + "typeDef": [] + }, + { + "name": "nameFull", + "type": "xs:string", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "long", + "type": "xs:boolean", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + } + ], + [] + ] + }, + { + "name": "Measurement", + "base": "", + "properties": [ + [ + { + "name": "value", + "type": "xs:double", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "weight", + "type": "xs:double", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "tUtc", + "type": "xs:float", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "userName", + "type": "xs:string", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "tSaveUTC", + "type": "xs:dateTime", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "sessionNumber", + "type": "xs:integer", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + }, + { + "name": "runningError", + "type": "xs:boolean", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "Attribute", + "typeDef": [] + } + ], + [] + ] + } + ], + [] + ], + "properties": [ + { + "name": "performance", + "type": "d2p1:Performance", + "lowerBound": 0, + "upperBound": 0, + "nillable": false, + "form": "", + "typeDef": [] + } + ] + }, + "description": "Apdex export 1 0 0 4", + "mdoReference": { + "type": "XDTO_PACKAGE", + "mdoRef": "XDTOPackage.ApdexExport_1_0_0_4", + "mdoRefRu": "ПакетXDTO.ApdexExport_1_0_0_4" + }, + "mdoType": "XDTO_PACKAGE", + "name": "ApdexExport_1_0_0_4", + "namespace": "www.v8.1c.ru/ssl/performace-assessment/apdexExport/1.0.0.4", + "objectBelonging": "OWN", + "supportVariant": "NOT_EDITABLE", + "synonym": { + "content": [ + { + "default": { + "tag": 2 + }, + "int": 1, + "com.github._1c_syntax.bsl.types.MultiLanguageString$Entry": { + "langKey": "ru", + "value": "Apdex export 1 0 0 4" + } + } + ] + }, + "uuid": "5c45e96f-e245-4d16-9c47-836505582aef" +}} \ No newline at end of file From 4c30c179c3e2c9366545fea38cc6bcf852ce405b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:01:27 +0300 Subject: [PATCH 14/31] build(deps): bump org.jreleaser from 1.24.0 to 1.25.0 (#629) Bumps org.jreleaser from 1.24.0 to 1.25.0. --- updated-dependencies: - dependency-name: org.jreleaser dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 8e009d3c3..0152808ba 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { // id("io.freefair.maven-central.validate-poms") version "9.5.0" // не работает на Gradle 9.5: ValidateMavenPom тянет удалённый из classpath plexus XmlPullParserException id("com.github.ben-manes.versions") version "0.54.0" id("ru.vyarus.pom") version "3.0.0" - id("org.jreleaser") version "1.24.0" + id("org.jreleaser") version "1.25.0" id("org.sonarqube") version "7.3.1.8318" id("me.champeau.jmh") version "0.7.3" } From f5d21375c3e2f0c4c1e73c484f48634f0b85979c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:01:58 +0300 Subject: [PATCH 15/31] build(deps): bump org.junit:junit-bom from 6.1.0 to 6.1.1 (#628) Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework) from 6.1.0 to 6.1.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.0...r6.1.1) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0152808ba..2368105fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { implementation("org.jspecify:jspecify:1.0.0") // тестирование - testImplementation(platform("org.junit:junit-bom:6.1.0")) + testImplementation(platform("org.junit:junit-bom:6.1.1")) testImplementation("org.junit.jupiter:junit-jupiter-api") testImplementation("org.junit.jupiter:junit-jupiter-params") testImplementation("org.assertj:assertj-core:3.27.7") From b3afb23dca6282a77fea113dca25761cf5e99096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:02:37 +0300 Subject: [PATCH 16/31] build(deps): bump io.github.1c-syntax:supportconf from 0.16.0 to 0.17.0 (#627) Bumps [io.github.1c-syntax:supportconf](https://github.com/1c-syntax/supportconf) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/1c-syntax/supportconf/releases) - [Commits](https://github.com/1c-syntax/supportconf/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: io.github.1c-syntax:supportconf dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2368105fc..c7d406ca6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { implementation("io.github.1c-syntax:bsl-common-library:0.12.0") implementation("io.github.1c-syntax:utils:0.7.2") - implementation("io.github.1c-syntax:supportconf:0.16.0") + implementation("io.github.1c-syntax:supportconf:0.17.0") // быстрый поиск классов implementation("io.github.classgraph:classgraph:4.8.184") From d25c361e8d576f9110017a031ede5bee75f9a945 Mon Sep 17 00:00:00 2001 From: Maximov Valery Date: Tue, 30 Jun 2026 15:39:53 +0300 Subject: [PATCH 17/31] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D1=87=D1=82=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D1=80=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D1=80=D0=B0=D1=81=D1=87=D0=B5=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=20(#630)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * добавлено чтение измерений перерасчетов * фиксы --- .idea/gradle.xml | 1 + .idea/vcs.xml | 2 + build.gradle.kts | 6 +- .../bsl/mdo/children/Recalculation.java | 23 +- .../mdo/children/RecalculationDimension.java | 106 +++ .../common/context/MDReaderContext.java | 36 +- .../common/xstream/ExtendReaderWrapper.java | 23 + .../converter/MdoReferenceConverter.java | 3 +- .../bsl/examples/ValueTypeTest.java | 2 +- .../bsl/mdo/CalculationRegisterTest.java | 33 +- .../_1c_syntax/bsl/smoke/RightTest.java | 2 +- .../bsl/test_utils/MDTestUtils.java | 30 +- ...201\321\207\320\265\321\202\320\2601.json" | 3 +- ...321\207\320\265\321\202\320\2601_edt.json" | 3 +- .../fixtures/mdclasses/Configuration.json | 15 +- .../fixtures/mdclasses/Configuration_edt.json | 15 +- .../mdclasses_3_24/Configuration_edt.json | 15 +- ...201\321\207\320\265\321\202\320\2601.json" | 841 ++++++++++++++++++ ...321\207\320\265\321\202\320\2601_edt.json" | 841 ++++++++++++++++++ 19 files changed, 1939 insertions(+), 61 deletions(-) create mode 100644 src/main/java/com/github/_1c_syntax/bsl/mdo/children/RecalculationDimension.java create mode 100644 "src/test/resources/fixtures/mdclasses_3_25/CalculationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\240\320\260\321\201\321\207\320\265\321\202\320\2601.json" create mode 100644 "src/test/resources/fixtures/mdclasses_3_25/CalculationRegisters.\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\240\320\260\321\201\321\207\320\265\321\202\320\2601_edt.json" diff --git a/.idea/gradle.xml b/.idea/gradle.xml index fda1ad2e0..3edfc099d 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -5,6 +5,7 @@