{"info":{"_postman_id":"beed520f-aad4-4313-9f9d-c9d105c7404a","name":"WS-P R25.6","description":"<html><head></head><body><p>The Nokia WaveSuite Planner (WS-P) is a software platform that provides network operators and network designers with a comprehensive and user-friendly tool kit with which to design, plan, engineer, optimize, and deploy a WDM network. Architected to be client/server based, it supports advanced analytic/design functions for planners to share and easily create WDM network designs based on the Nokia optical portfolio. WS-P enables the network operator/designer to:</p>\n<ul>\n<li><p>Plan their network evolution and design their network equipment</p>\n</li>\n<li><p>Create a connection topology</p>\n</li>\n<li><p>Calculate optical transmission parameters</p>\n</li>\n<li><p>Compute traffic flow routes</p>\n</li>\n<li><p>Analyse network protection and restoration mechanisms</p>\n</li>\n</ul>\n<p>WS-P is used together with the WaveSuite NOC (WS-NOC) management system to provide the initial commission and turn-up of the WDM network, allowing for incremental network growth, as well as alignment between design versus deployment through network synchronization.</p>\n<p>The REST APIs are published as Postman collections. It is possible to Import the collections from published location to view and execute the REST calls.</p>\n\n<p>Environment Settings:</p>\n<p>To execute the REST calls, configure the environment for local set-up. An environment is a set of key-value pairs. The key represents the name of the configurable variable in the REST call.</p>\n\n<p>The following are the mandatory variables that have to be configured before executing the REST calls:</p>\n\n<p>{{server}}: IP of Session Manager.</p>\n\n<p>Authorization is of type Basic Auth with valid username and password for a standalone WS-P. For an integrated server, bearer token authentication is used.</p></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"32936132","collectionId":"beed520f-aad4-4313-9f9d-c9d105c7404a","publishedId":"2sB3HqJJWU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-09-16T07:55:30.000Z"},"item":[{"name":"Authentication","item":[{"name":"Single Step Authentication","item":[{"name":"Get Token","event":[{"listen":"prerequest","script":{"id":"47f58c05-a518-487e-84a4-b4d04f9a4283","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"a2a5c349-9076-4cf3-89f9-f5515d310964","exec":["var token = JSON.parse(responseBody);","postman.setGlobalVariable(\"token\", token.token_type+\" \"+token.access_token);"],"type":"text/javascript","packages":{}}}],"id":"76a67d0d-220f-4dc9-be50-c110e0e79c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"client_credentials\"\n}"},"url":"https://{{server}}:8443/rest-gateway/rest/api/v1/auth/token","description":"<p>This API authenticates an exisiting user from North Bound Interface (NBI). Single step authentication is specifically designed to be used for NBI.</p>\n<p> The authentication POST request uses 'Basic authorization' and implements a string in base64 encoding, used to encode the username and password. The access token lasts for 3600 seconds mentioned in 'expires_in' attribute of the response. Once the token expires, to continue the communication, a new token can be requested using 'Refresh Token' call. </p>\n<p> Subsequent API calls must additionally pass Bearer token in the header.</p>","urlObject":{"protocol":"https","port":"8443","path":["rest-gateway","rest","api","v1","auth","token"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"012de8e7-33eb-41fb-bfb1-d182e2452e21","name":"Get Token - admin User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"client_credentials\"\n}"},"url":"https://{{HOSTNAME}}/rest-gateway/rest/api/v1/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1"},{"key":"Content-Length","value":"210"},{"key":"Date","value":"Tue, 28 Jul 2020 08:25:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"VEtOLW5mbXRyZXN0YmE0MTc0ZGUtMzYwYi00ODhiLWEzN2ItOTUxNjU2Y2VmYzEw\",\n    \"refresh_token\": \"UkVUS04tbmZtdHJlc3Q2ODMzMjA1Ni00NGNkLTQyMWEtYjhjZi0yOGU4MzQ0ZTdmNmU=\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3600\n}"},{"id":"dafc7081-ed56-4c4a-9853-3d3bd91ab409","name":"Get Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"client_credentials\"\n}"},"url":"https://{{HOSTNAME}}/rest-gateway/rest/api/v1/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1"},{"key":"Content-Length","value":"202"},{"key":"Date","value":"Mon, 27 Jul 2020 12:42:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"VEtOLW5yY3Q0Y2M5Yjc5Ni1lMGI0LTQ0OWItOTRiNC01Y2YwZmY2N2IxYTM=\",\n    \"refresh_token\": \"UkVUS04tbnJjdDVmM2M1YjU2LTFjZmMtNGFiYy04YmMwLTM2OTczZDYzZjcxYQ==\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3600\n}"}],"_postman_id":"76a67d0d-220f-4dc9-be50-c110e0e79c21"},{"name":"Refresh Token","id":"d2e64176-eac3-4330-83ff-95ed98ce3c3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"refresh_token\",\n  \"refresh_token\": \"UkVUS04tbmZtdHJlc3Q2ODMzMjA1Ni00NGNkLTQyMWEtYjhjZi0yOGU4MzQ0ZTdmNmU=\"\n}\n"},"url":"https://{{HOSTNAME}}/rest-gateway/rest/api/v1/auth/token","description":"<p>This API generates a new bearer token that is valid for 'expires_in' seconds without having to re-send the credentials using 'Single Step Authentication' call.</p>\n","urlObject":{"protocol":"https","path":["rest-gateway","rest","api","v1","auth","token"],"host":["{{HOSTNAME}}"],"query":[],"variable":[]}},"response":[{"id":"7ce19398-3eb9-4bfb-9716-cb37c4156302","name":"Refresh Token - admin User","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"refresh_token\",\n  \"refresh_token\": \"UkVUS04tbmZtdHJlc3Q2ODMzMjA1Ni00NGNkLTQyMWEtYjhjZi0yOGU4MzQ0ZTdmNmU=\"\n}\n"},"url":"https://{{HOSTNAME}}/rest-gateway/rest/api/v1/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1"},{"key":"Content-Length","value":"210"},{"key":"Date","value":"Tue, 28 Jul 2020 08:26:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"VEtOLW5mbXRyZXN0Y2Y3MDUxZTgtZjQyYS00NWFiLTlmYzUtNTNlYjYwODZkN2Nm\",\n    \"refresh_token\": \"UkVUS04tbmZtdHJlc3Q2ODMzMjA1Ni00NGNkLTQyMWEtYjhjZi0yOGU4MzQ0ZTdmNmU=\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3600\n}"},{"id":"bc336bed-145f-4bbf-8dd3-9080b3dafbb6","name":"Refresh Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"grant_type\": \"refresh_token\",\n  \"refresh_token\": \"UkVUS04tYWxjYXRlbDBkNzM5MjI0LTVlOGQtNDBiZi05YTBiLTMxZDEyZjU2OGNiMA==\"\n}\n"},"url":"https://{{HOSTNAME}}/rest-gateway/rest/api/v1/auth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1"},{"key":"Content-Length","value":"210"},{"key":"Date","value":"Tue, 28 Jul 2020 05:44:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"VEtOLWFsY2F0ZWw2MTljMTljYy05OTc5LTQxNDEtYjg3Yy0yYzA4YWI4YWY4YmI=\",\n    \"refresh_token\": \"UkVUS04tYWxjYXRlbDBkNzM5MjI0LTVlOGQtNDBiZi05YTBiLTMxZDEyZjU2OGNiMA==\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 3600\n}"}],"_postman_id":"d2e64176-eac3-4330-83ff-95ed98ce3c3a"},{"name":"Revoke Token","id":"a69e581e-636f-487c-98d5-15dca042eca9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"token=VEtOLWFkbWluOTI5ZjU3NjktMTBkNy00Njc0LTkyOGMtODc2OGRkMzk4OTVk&token_type_hint=token"},"url":"https://{{HOSTNAME}}/rest-gateway/rest/api/v1/auth/revocation","description":"<p>This API revokes or terminates a bearer token.</p>\n","urlObject":{"protocol":"https","path":["rest-gateway","rest","api","v1","auth","revocation"],"host":["{{HOSTNAME}}"],"query":[],"variable":[]}},"response":[{"id":"41c6b58c-9882-4a37-a943-d4c87ee366a4","name":"Revoke Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"raw","raw":"token=VEtOLWFsY2F0ZWw2ZmMwZTUxNy01NTcyLTRiZDEtYjBjNy1kY2U2NDYwZGRkMDE=&token_type_hint=token"},"url":"https://{{HOSTNAME}}/rest-gateway/rest/api/v1/auth/revocation"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 28 Jul 2020 05:49:17 GMT"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"a69e581e-636f-487c-98d5-15dca042eca9"}],"id":"54ab186f-193a-4857-b9f8-f5cad84a2094","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ee7de60b-79b1-4c70-a6f9-12418e18ca22"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f9ae4c89-8194-41ee-96d0-dc522eda9c5b"}}],"_postman_id":"54ab186f-193a-4857-b9f8-f5cad84a2094","description":""},{"name":"Authentication","id":"78b297d2-f96b-40bc-9b20-08622b9e641a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"{{username}}","type":"text"},{"key":"password","value":"{{password}}","type":"text"}]},"url":"https://{{server}}:9000/signin","description":"<p>This API is used to perform authentication using the signin call.Successful authentication requires a valid username and password.The username and password must be passed through body parameters.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["signin"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"7b7ac292-d53c-425e-826c-dd8588bd5eee","name":"Authentication","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"username","value":"admin","type":"text"},{"key":"password","value":"Devops1.!","type":"text"}]},"url":"https://{{server}}:9000/signin"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=27DA51870CE79D26752F9D2E5202EA7A; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=ISO-8859-1"},{"key":"Content-Length","value":"1215"},{"key":"Date","value":"Wed, 04 Dec 2024 06:01:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"username\": \"sandhya_planner\",\n    \"category\": \"CATEGORY_PLANNER\",\n    \"fullName\": \"sandhya_planner\",\n    \"company\": \"Nokia\",\n    \"active\": true,\n    \"creationTime\": 1733210437424,\n    \"lastLoginTime\": 1733223061641,\n    \"lastLoginAddress\": \"135.245.131.88\",\n    \"failedLoginAttempts\": 0,\n    \"lockTime\": null,\n    \"roles\": [\n        {\n            \"roleName\": \"ROLE_ADMIN_WspPlan_1138\",\n            \"description\": \"ADMIN role for WspPlan 1138\",\n            \"permissions\": [\n                {\n                    \"permissionName\": \"ADMIN_WspPlan_1138\",\n                    \"description\": \"ADMIN authority for WspPlan 1138\"\n                },\n                {\n                    \"permissionName\": \"READ_WspPlan_1138\",\n                    \"description\": \"READ authority for WspPlan 1138\"\n                },\n                {\n                    \"permissionName\": \"WRITE_WspPlan_1138\",\n                    \"description\": \"WRITE authority for WspPlan 1138\"\n                }\n            ],\n            \"roleType\": \"ADMIN\",\n            \"targetObjectType\": \"WspPlan\",\n            \"targetObjectId\": \"1138\"\n        },\n        {\n            \"roleName\": \"ROLE_ADMIN_WspDesign_1140\",\n            \"description\": \"ADMIN role for WspDesign 1140\",\n            \"permissions\": [\n                {\n                    \"permissionName\": \"READ_WspDesign_1140\",\n                    \"description\": \"READ authority for WspDesign 1140\"\n                },\n                {\n                    \"permissionName\": \"WRITE_WspDesign_1140\",\n                    \"description\": \"WRITE authority for WspDesign 1140\"\n                },\n                {\n                    \"permissionName\": \"ADMIN_WspDesign_1140\",\n                    \"description\": \"ADMIN authority for WspDesign 1140\"\n                }\n            ],\n            \"roleType\": \"ADMIN\",\n            \"targetObjectType\": \"WspDesign\",\n            \"targetObjectId\": \"1140\"\n        }\n    ],\n    \"passwordChangeTime\": 1733210437424,\n    \"createdByUser\": \"admin\"\n}"}],"_postman_id":"78b297d2-f96b-40bc-9b20-08622b9e641a"}],"id":"fa9d010c-6f48-4e83-99a3-3872509919e3","_postman_id":"fa9d010c-6f48-4e83-99a3-3872509919e3","description":""},{"name":"Flow through Provisioning(LA feature)","item":[{"name":"Import NetworkDataFile from WS-NOC to WS-P","item":[{"name":"Network Synchronization using NDF","id":"fca8012b-560f-4634-90c8-bebe0e4622b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eed7981-a44a-4050-b6c5-c429a9938a88"},{"key":"name","value":"Test DocTeam","type":"text"},{"key":"description","value":"Core Test","type":"text"},{"key":"specificationName","value":"Core Test","type":"text"},{"key":"lossMargin","value":"-1","type":"text"},{"key":"referenceDesignIds","value":"218","type":"text"},{"key":"includeNotFound","value":"false","type":"text"},{"key":"I0TrailsServices","value":"true","type":"text"},{"key":"I1TrailsServices","value":"true","type":"text"}]},"url":"https://{{server}}:9000/api/jobs/plans/{{PlanID}}/upload","description":"<p>This API endpoint allows users to upload a file for a specific job plan. The request should use form-data as the body type and include the following parameters:</p>\n<ul>\n<li>file: The file to be uploaded.</li>\n<li>name: The name of the job plan.</li>\n<li>description: Description of the job plan.</li>\n<li>specificationName: Name of the job plan specification.</li>\n<li>lossMargin: Loss margin for the job plan.</li>\n<li>referenceDesignIds: IDs of reference designs.</li>\n<li>includeNotFound: Flag to include not found items.</li>\n<li>I0TrailsServices: L0 Trails services.</li>\n<li>I1TrailsServices: L1 Trails services.</li>\n</ul>\n<p>Example response:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"id\": 0,\n  \"jobId\": 0,\n  \"createTime\": \"\",\n  \"lastUpdated\": \"\",\n  \"status\": \"\",\n  \"exitStatus\": {\n    \"exitCode\": \"\",\n    \"exitDescription\": \"\",\n    \"running\": true\n  },\n  \"jobName\": \"\",\n  \"jobParameters\": {\n    \"name\": {\n      \"value\": \"\"\n    },\n    \"description\": {\n      \"value\": \"\"\n    },\n    \"planId\": {\n      \"value\": 0\n    },\n    \"l0TrailsServices\": {\n      \"value\": \"\"\n    },\n    \"l1TrailsServices\": {\n      \"value\": \"\"\n    }\n  },\n  \"stepExecutions\": [],\n  \"createdBy\": \"\",\n  \"entityId\": 0,\n  \"entityClass\": \"\",\n  \"entityName\": \"\",\n  \"parentJobId\": 0,\n  \"failReason\": \"\",\n  \"fileName\": \"\",\n  \"demandId\": \"\",\n  \"jobDto\": {\n    \"id\": 0,\n    \"jobName\": \"\",\n    \"entity\": \"\",\n    \"status\": \"\",\n    \"username\": \"\",\n    \"details\": \"\",\n    \"guiLabel\": \"\",\n    \"className\": \"\"\n  }\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","port":"9000","path":["api","jobs","plans","{{PlanID}}","upload"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"6d9d9a18-a084-4cb6-929a-e2dbaa8b0041","name":"NetSync using NDF","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"file","type":"file","src":"postman-cloud:///1eed7981-a44a-4050-b6c5-c429a9938a88"},{"key":"name","value":"Test DocTeam","type":"text"},{"key":"description","value":"Core Test","type":"text"},{"key":"specificationName","value":"Core Test","type":"text"},{"key":"lossMargin","value":"-1","type":"text"},{"key":"referenceDesignIds","value":"218","type":"text"},{"key":"includeNotFound","value":"false","type":"text"},{"key":"I0TrailsServices","value":"true","type":"text"},{"key":"I1TrailsServices","value":"true","type":"text"}]},"url":"https://{{server}}:9000/api/jobs/plans/{{PlanID}}/upload"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 01 Mar 2024 07:15:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 14,\n    \"jobId\": 14,\n    \"createTime\": \"2024-03-01T07:15:55.893+00:00\",\n    \"lastUpdated\": \"2024-03-01T07:15:55.893+00:00\",\n    \"status\": \"STARTING\",\n    \"exitStatus\": {\n        \"exitCode\": \"UNKNOWN\",\n        \"exitDescription\": \"\",\n        \"running\": true\n    },\n    \"jobName\": \"Sync with WS-NOC\",\n    \"jobParameters\": {\n        \"name\": {\n            \"value\": \"Test DocTeam\"\n        },\n        \"description\": {\n            \"value\": \"Core Test\"\n        },\n        \"planId\": {\n            \"value\": 205\n        },\n        \"l0TrailsServices\": {\n            \"value\": \"true\"\n        },\n        \"l1TrailsServices\": {\n            \"value\": \"false\"\n        }\n    },\n    \"stepExecutions\": [],\n    \"createdBy\": \"\",\n    \"entityId\": 0,\n    \"entityClass\": \"\",\n    \"entityName\": \"Test DocTeam\",\n    \"parentJobId\": 0,\n    \"failReason\": \"\",\n    \"fileName\": \"\",\n    \"demandId\": \"\",\n    \"jobDto\": {\n        \"id\": 14,\n        \"jobName\": \"Sync with WS-NOC\",\n        \"entity\": \"Test DocTeam\",\n        \"status\": \"STARTING\",\n        \"username\": \"\",\n        \"details\": \"\",\n        \"guiLabel\": \"Test DocTeam\",\n        \"className\": \"Jobs\"\n    }\n}"}],"_postman_id":"fca8012b-560f-4634-90c8-bebe0e4622b9"}],"id":"a336c1b8-a1d0-43b3-b737-f9ab56a1b63b","_postman_id":"a336c1b8-a1d0-43b3-b737-f9ab56a1b63b","description":""},{"name":"Trail Workflow in WS-P (Auto Routing)","item":[{"name":"Create Plan","id":"bd2a9593-d9ce-4c1b-8d32-c4116c24bb31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Plan_DocSan\",\r\n  \"description\": \"create plan for postman execution\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:8443/wsp/api/plans","description":"<p>This API is used to create a new plan with plan name and description as input. On sucessful creation of the plan,the response body will have plan id, description, name, creation and user details.</p>\n","urlObject":{"protocol":"https","port":"8443","path":["wsp","api","plans"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"06ce1dec-e3da-4202-82fa-2786aa6e6360","name":"Create Plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"doc_demo2\",\r\n  \"description\": \"example 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/plans"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=1ABDD704B7E91ABAC17C2A36437FC357; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 12 Feb 2024 11:43:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1421,\n    \"name\": \"doc_demo2\",\n    \"description\": \"example 1\",\n    \"createdByUser\": \"sandhya_planner\",\n    \"modifiedByUser\": \"sandhya_planner\",\n    \"createdDate\": \"2024-02-12T11:43:59.041+00:00\",\n    \"lastModifiedDate\": \"2024-02-12T11:43:59.041+00:00\"\n}"},{"id":"ff726269-145a-4a35-8a62-8fcf1afa8b1f","name":"Create Plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Plan_DocSan\",\r\n  \"description\": \"create plan for postman execution\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/plans"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=C577AE0996BF1FAC2CFFCA22ABA72A22; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 23 Feb 2024 09:28:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 840,\n    \"name\": \"Plan_DocSan\",\n    \"description\": \"create plan for postman execution\",\n    \"createdByUser\": \"admin\",\n    \"modifiedByUser\": \"admin\",\n    \"createdDate\": \"2024-02-23T09:28:25.351+00:00\",\n    \"lastModifiedDate\": \"2024-02-23T09:28:25.351+00:00\"\n}"},{"id":"a7f6261f-741d-426c-8af6-2e5f8a4520bf","name":"Create Plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"name\": \"Plan_DocSan\",\r\n  \"description\": \"create plan for postman execution\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:8443/wsp/api/plans"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 10:34:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Set-Cookie","value":"JSESSIONID=881C579B6D884D02DBC0372D19F3B771; Path=/wsp; Secure; HttpOnly"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 515,\n    \"name\": \"Plan_DocSan\",\n    \"description\": \"create plan for postman execution\",\n    \"createdByUser\": \"admin\",\n    \"modifiedByUser\": \"admin\",\n    \"createdDate\": \"2025-07-17T10:34:13.036+00:00\",\n    \"lastModifiedDate\": \"2025-07-17T10:34:13.036+00:00\"\n}"}],"_postman_id":"bd2a9593-d9ce-4c1b-8d32-c4116c24bb31"},{"name":"Create Design","id":"c94e1565-b3d7-4b01-b350-79fd6d1333f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"design0\",\r\n    \"checkout\": true,\r\n    \"profile\": \"Core CDC-F IRDM32 C-L GMPLS\",\r\n    \"isOtn\": false,\r\n    \"branchName\": \"design0\",\r\n    \"sconTemplateObjectId\": 377,\r\n    \"groomingPreferenceTemplate\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:8443/wsp/api/plans/{{PlanID}}/designs","description":"<p>This API create new design with name, checkout value, description and profile as the input. The input parameter passed for this API is plan id which can be retrived using the API <strong>GET /api/plans</strong>.On successful execution of the API, the response body will have details such as design id, name, description, creation details, user details,and other design object such as SCON template details,profile, design type, branching details and so on.</p>\n","urlObject":{"protocol":"https","port":"8443","path":["wsp","api","plans","{{PlanID}}","designs"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"b9e4ae4c-5715-46ac-a922-25109c6f7971","name":"Create Design","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"demo1\",\r\n    \"checkout\": true,\r\n    \"description\": \"\",\r\n    \"profile\": \"CDC-F 1.0 GMPLS-DCMfree-FLEX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/plans/1421/designs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 12 Feb 2024 12:46:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1434,\n    \"name\": \"Main Branch\",\n    \"description\": \"\",\n    \"createdByUser\": \"sandhya_planner\",\n    \"modifiedByUser\": \"sandhya_planner\",\n    \"createdDate\": \"2024-02-12T12:46:26.563+00:00\",\n    \"lastModifiedDate\": \"2024-02-12T12:46:29.299+00:00\",\n    \"operationalState\": \"Ready\",\n    \"checkedOutBy\": \"sandhya_planner\",\n    \"checkedOutDate\": \"2024-02-12T12:46:29.248+00:00\",\n    \"checkoutStatus\": \"Checked Out\",\n    \"checkoutBackupExists\": true,\n    \"designVersion\": \"24.6.0-2849240212\",\n    \"designState\": \"NOT_DESIGNED\",\n    \"fileFolder\": \"designs/design_12345569664537970707/branch_main/latest\",\n    \"profile\": \"Core HiPerf CDC-F GMPLS\",\n    \"sconTemplateObjectId\": 0,\n    \"sconTemplateName\": \"CDC-F 1.0 GMPLS-DCMfree-FLEX\",\n    \"sconTemplateVersion\": \"24.1H.2\",\n    \"uploaded\": false,\n    \"neReleaseManaged\": true,\n    \"designType\": \"PLANNING_DESIGN\"\n}"},{"id":"35e1b92b-b4d5-4904-82c4-65b2a36cc5bb","name":"Create Design","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"demo1\",\r\n    \"checkout\": true,\r\n    \"description\": \"\",\r\n    \"profile\": \"CDC-F 1.0 GMPLS-DCMfree-FLEX\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/plans/{{PlanID}}/designs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 23 Feb 2024 09:31:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 854,\n    \"name\": \"Main Branch\",\n    \"description\": \"\",\n    \"createdByUser\": \"admin\",\n    \"modifiedByUser\": \"admin\",\n    \"createdDate\": \"2024-02-23T09:31:48.994+00:00\",\n    \"lastModifiedDate\": \"2024-02-23T09:31:52.991+00:00\",\n    \"operationalState\": \"Ready\",\n    \"checkedOutBy\": \"admin\",\n    \"checkedOutDate\": \"2024-02-23T09:31:52.895+00:00\",\n    \"checkoutStatus\": \"Checked Out\",\n    \"checkoutBackupExists\": true,\n    \"designVersion\": \"24.6.0-2911240223\",\n    \"designState\": \"NOT_DESIGNED\",\n    \"fileFolder\": \"designs/design_4571852542652026212/branch_main/latest\",\n    \"profile\": \"Core HiPerf CDC-F GMPLS\",\n    \"sconTemplateObjectId\": 0,\n    \"sconTemplateName\": \"CDC-F 1.0 GMPLS-DCMfree-FLEX\",\n    \"sconTemplateVersion\": \"24.1H.3\",\n    \"uploaded\": false,\n    \"neReleaseManaged\": true,\n    \"designType\": \"PLANNING_DESIGN\",\n    \"isMainBranch\": true,\n    \"mainBranch\": true\n}"},{"id":"1992f9ef-2d20-44ac-bf47-cdc02cfd3022","name":"Create Design","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"design0\",\r\n    \"checkout\": true,\r\n    \"profile\": \"Core CDC-F IRDM32 C-L GMPLS\",\r\n    \"isOtn\": false,\r\n    \"branchName\": \"design0\",\r\n    \"sconTemplateObjectId\": 377,\r\n    \"groomingPreferenceTemplate\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:8443/wsp/api/plans/{{PlanID}}/designs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 11:37:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 571,\n    \"name\": \"design0\",\n    \"description\": \"\",\n    \"createdByUser\": \"admin\",\n    \"modifiedByUser\": \"admin\",\n    \"createdDate\": \"2025-07-17T11:37:18.567+00:00\",\n    \"lastModifiedDate\": \"2025-07-17T11:37:19.927+00:00\",\n    \"operationalState\": \"Ready\",\n    \"checkedOutBy\": \"admin\",\n    \"checkedOutDate\": \"2025-07-17T11:37:19.879+00:00\",\n    \"checkoutStatus\": \"Checked Out\",\n    \"checkoutBackupExists\": true,\n    \"designVersion\": \"25.6.0-5505250702\",\n    \"designState\": \"NOT_DESIGNED\",\n    \"fileFolder\": \"designs/design_117427057640183709/branch_main/latest\",\n    \"profile\": \"Core HiPerf CDC-F C-L 2.0 GMPLS\",\n    \"sconTemplateName\": \"Core CDC-F IRDM32 C-L GMPLS\",\n    \"sconTemplateVersion\": \"25.1H.16\",\n    \"uploaded\": false,\n    \"neReleaseManaged\": true,\n    \"designType\": \"PLANNING_DESIGN\",\n    \"isMainBranch\": true,\n    \"hasPublishedRevision\": \"NO\",\n    \"bomVersion\": 0,\n    \"mainBranch\": true,\n    \"familyId\": 570\n}"}],"_postman_id":"c94e1565-b3d7-4b01-b350-79fd6d1333f2"},{"name":"Load the Design","id":"def8c802-f578-4086-a854-9fc0cefa564e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"https://{{server}}:8443/wsp/api/designs/{{DesignID}}/openDesign","description":"<p>This API is used to load the design based on Design ID.The input parameter passed for this API is design id which can be retrived using the API **GET /api/designs.**The response body returns plans and design details.</p>\n","urlObject":{"protocol":"https","port":"8443","path":["wsp","api","designs","{{DesignID}}","openDesign"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"733b928a-a95e-4136-b3cb-fdd9bc7c409c","name":"Load the Design","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/openDesign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 27 Feb 2024 04:36:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 896,\n    \"name\": \"Main Branch\",\n    \"description\": \"\",\n    \"createdByUser\": \"admin\",\n    \"modifiedByUser\": \"admin\",\n    \"createdDate\": \"2024-02-27T04:36:13.947+00:00\",\n    \"lastModifiedDate\": \"2024-02-27T04:36:38.169+00:00\",\n    \"objectType\": \"WspDesign\",\n    \"operationalState\": \"Ready\",\n    \"checkedOutBy\": \"admin\",\n    \"checkedOutDate\": \"2024-02-27T04:36:16.173+00:00\",\n    \"checkoutStatus\": \"Checked Out\",\n    \"checkoutBackupExists\": true,\n    \"plan\": {\n        \"id\": 877,\n        \"name\": \"Plan_DocSan\",\n        \"description\": \"create plan for postman execution\",\n        \"createdByUser\": \"admin\",\n        \"modifiedByUser\": \"admin\",\n        \"createdDate\": \"2024-02-27T04:19:11.520+00:00\",\n        \"lastModifiedDate\": \"2024-02-27T04:19:11.520+00:00\",\n        \"objectType\": \"WspPlan\"\n    },\n    \"designVersion\": \"24.6.0-2925240226\",\n    \"designState\": \"NOT_DESIGNED\",\n    \"fileFolder\": \"designs/design_600323088235984708/branch_main/latest\",\n    \"profile\": \"Core HiPerf CDC-F GMPLS\",\n    \"sconTemplateObjectId\": 0,\n    \"sconTemplateName\": \"CDC-F 1.0 GMPLS-DCMfree-FLEX\",\n    \"sconTemplateVersion\": \"24.1H.3\",\n    \"uploaded\": false,\n    \"neReleaseManaged\": true,\n    \"designType\": \"PLANNING_DESIGN\",\n    \"designFamily\": null,\n    \"isMainBranch\": true,\n    \"mainBranch\": true\n}"}],"_postman_id":"def8c802-f578-4086-a854-9fc0cefa564e"},{"name":"Create Site-Fast mode","id":"2e5241b8-8059-4f00-b8a5-cdb8c1e3414b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"items\": [\r\n        {\r\n            \"validate\": true,\r\n            \"geoLon\":20.50512,\r\n            \"geoLat\":30.05783,\r\n            \"nonGeoLon\": 78.50512,\r\n            \"nonGeoLat\": 88.05783,\r\n            \"siteName\": \"Site2PostMan\",\r\n            \"createSite\": true,\r\n            \"createEdge\": false,\r\n            \"edgeType\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/sites/fastMode","description":"<p>This API is used to create the site in the fast mode with input parameter as design id.The response of this API returns 201 <strong>Created.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","sites","fastMode"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"7af6a634-48be-4018-8331-ca5ab4bd4569","name":"Create Site-Fast mode","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"items\": [\r\n        {\r\n            \"validate\": true,\r\n            \"geoLon\": 45.50512,\r\n            \"geoLat\": 51.05783,\r\n            \"nonGeoLon\": 45.50512,\r\n            \"nonGeoLat\": 51.05783,\r\n            \"siteName\": \"SitePostMan\",\r\n            \"createSite\": true,\r\n            \"createEdge\": false,\r\n            \"edgeType\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/sites/fastMode"},"status":"Created","code":201,"_postman_previewlanguage":"plain","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Length","value":"0"},{"key":"Date","value":"Tue, 27 Feb 2024 04:29:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2e5241b8-8059-4f00-b8a5-cdb8c1e3414b"},{"name":"Retrieve Site ID","id":"80b5ada7-ebb9-48e4-915f-5364ed8e0ca3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/map/sites","description":"<p>This API retrives the site id associated with a design. The input parameter passed for this API is design id which can be retrived using the API <strong>GET /api/designs.</strong> The response body returns details such as site ids,location details and so on.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","map","sites"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"de72e3fd-6d63-4810-a112-4864ed7c88d0","name":"Retrieve Site IDs","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/map/sites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 27 Feb 2024 06:47:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 50,\n        \"name\": \"SitePostMan\",\n        \"description\": \"\",\n        \"nfmtName\": \"\",\n        \"geoLat\": 51.057830810546875,\n        \"geoLon\": 45.50511932373047,\n        \"nonGeoLat\": 51.057830810546875,\n        \"nonGeoLon\": 45.50511932373047,\n        \"type\": \"SitePostMan\",\n        \"mergeSpansAllowed\": false,\n        \"siteLocked\": false\n    },\n    {\n        \"id\": 60,\n        \"name\": \"Site1PostMan\",\n        \"description\": \"\",\n        \"nfmtName\": \"\",\n        \"geoLat\": 51.057830810546875,\n        \"geoLon\": 45.50511932373047,\n        \"nonGeoLat\": 51.057830810546875,\n        \"nonGeoLon\": 45.50511932373047,\n        \"type\": \"Site1PostMan\",\n        \"mergeSpansAllowed\": false,\n        \"siteLocked\": false\n    },\n    {\n        \"id\": 80,\n        \"name\": \"Site2PostMan\",\n        \"description\": \"\",\n        \"nfmtName\": \"\",\n        \"geoLat\": 40.057830810546875,\n        \"geoLon\": 30.50511932373047,\n        \"nonGeoLat\": 51.057830810546875,\n        \"nonGeoLon\": 45.50511932373047,\n        \"type\": \"Site2PostMan\",\n        \"mergeSpansAllowed\": false,\n        \"siteLocked\": false\n    }\n]"}],"_postman_id":"80b5ada7-ebb9-48e4-915f-5364ed8e0ca3"},{"name":"Create Segment","id":"05d03a55-2780-4392-8c04-4f6a865acd4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\":\"Site1PostMan-Site2PostMan\",\"description\":\"\",\"singleFiber\":\"No\",\"bandSplitter\":\"DWDM_1F_splitter_NA\",\"capacity\":\"DWDMFLEX\",\"band\":\"C_BAND_ONLY\",\"wtocmTypeC\":\"WTOCM-F\",\"wtocmTypeL\":\"No\",\"ospAtoB\":\"\",\"fiberAtoB\":\"SSMF\",\"abLength\":80,\"ospBtoA\":\"\",\"fiberBtoA\":\"\",\"baLength\":80,\"dcmChoice\":\"No\",\"lossAtoB\":\"\",\"lossBtoA\":\"\",\"pmdAtoB\":\"\",\"pmdBtoA\":\"\",\"dispersionAtoB\":\"\",\"dispersionBtoA\":\"\",\"dispersionSlopeAtoB\":\"\",\"dispersionSlopeBtoA\":\"\",\"lossMarginAtoB\":\"\",\"lossMarginBtoA\":\"\",\"connectorLossAtoBAtA\":\"\",\"connectorLossAtoBAtB\":\"\",\"connectorLossBtoAAtA\":\"\",\"connectorLossBtoAAtB\":\"\",\"controlPlane\":\"Yes\",\"osc\":\"Yes\",\"sym\":\"Yes\",\"type\":\"External\",\"asiteOtdrTx\":false,\"asiteOtdrRx\":false,\"otdrTypeSiteA\":\"OTDR\",\"monOtdrSiteA\":false,\"bsiteOtdrTx\":false,\"bsiteOtdrRx\":false,\"monOtdrSiteB\":false,\"otdrTypeSiteB\":\"OTDR\",\"srcSiteId\":90,\"dstSiteId\":50,\"project\":\"\",\"lineProtection\":\"No\",\"monOcmSettingSiteA\":\"None\",\"monOcmSettingSiteB\":\"None\",\"ptpio\":\"No\",\"ptpioSiteA\":\"\",\"ptpioSiteB\":\"\",\"fibers\":[],\"wtocmRequest\":[]}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/segments/default","description":"<p>This API creates the segment. The input parameter passed for this API is design id which can be retrived using the API <strong>GET /api/designs.</strong> The response body returns 201 Created along with segment details.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","segments","default"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"0463bb74-a34a-4a01-b464-08791d743e7e","name":"Create Span/Sement","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"name\":\"Site1PostMan-Site2PostMan\",\"description\":\"\",\"singleFiber\":\"No\",\"bandSplitter\":\"DWDM_1F_splitter_NA\",\"capacity\":\"DWDMFLEX\",\"band\":\"C_BAND_ONLY\",\"wtocmTypeC\":\"WTOCM-F\",\"wtocmTypeL\":\"No\",\"ospAtoB\":\"\",\"fiberAtoB\":\"SSMF\",\"abLength\":80,\"ospBtoA\":\"\",\"fiberBtoA\":\"\",\"baLength\":80,\"dcmChoice\":\"No\",\"lossAtoB\":\"\",\"lossBtoA\":\"\",\"pmdAtoB\":\"\",\"pmdBtoA\":\"\",\"dispersionAtoB\":\"\",\"dispersionBtoA\":\"\",\"dispersionSlopeAtoB\":\"\",\"dispersionSlopeBtoA\":\"\",\"lossMarginAtoB\":\"\",\"lossMarginBtoA\":\"\",\"connectorLossAtoBAtA\":\"\",\"connectorLossAtoBAtB\":\"\",\"connectorLossBtoAAtA\":\"\",\"connectorLossBtoAAtB\":\"\",\"controlPlane\":\"Yes\",\"osc\":\"Yes\",\"sym\":\"Yes\",\"type\":\"External\",\"asiteOtdrTx\":false,\"asiteOtdrRx\":false,\"otdrTypeSiteA\":\"OTDR\",\"monOtdrSiteA\":false,\"bsiteOtdrTx\":false,\"bsiteOtdrRx\":false,\"monOtdrSiteB\":false,\"otdrTypeSiteB\":\"OTDR\",\"srcSiteId\":90,\"dstSiteId\":50,\"project\":\"\",\"lineProtection\":\"No\",\"monOcmSettingSiteA\":\"None\",\"monOcmSettingSiteB\":\"None\",\"ptpio\":\"No\",\"ptpioSiteA\":\"\",\"ptpioSiteB\":\"\",\"fibers\":[],\"wtocmRequest\":[]}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/segments/default"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 27 Feb 2024 07:28:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"External\",\n    \"id\": 120,\n    \"name\": \"Site1PostMan-Site2PostMan\",\n    \"description\": \"\",\n    \"nfmtName\": \"\",\n    \"ntwLayer\": \"SEGMENT\",\n    \"endPointReqList\": {\n        \"tpA\": {\n            \"orientation\": \"Tp A\",\n            \"site\": {\n                \"id\": 90,\n                \"name\": \"Site1PostMan\",\n                \"description\": \"\",\n                \"nfmtName\": \"\",\n                \"gmplsStatus\": true,\n                \"type\": \"Site1PostMan\",\n                \"geoLat\": 89.05783,\n                \"geoLon\": 65.50512,\n                \"nonGeoLat\": 51.05783,\n                \"nonGeoLon\": 45.50512,\n                \"geocoding\": false,\n                \"floorAndRoom\": \"Floor1, Room1\",\n                \"maxAislesPerRoom\": 5,\n                \"maxBaysPerAisle\": 10,\n                \"etr\": false,\n                \"clustered\": false,\n                \"anssiQSconfigured\": false,\n                \"lockLatLong\": false,\n                \"powerFilterType\": \"WITH_BREAKER\",\n                \"shelfPowerFeedLimit\": 0,\n                \"allowPF30\": false,\n                \"allowPF60\": false,\n                \"allowPF70\": false,\n                \"allowPF20\": false,\n                \"allowPF50\": true,\n                \"pss16AllowPF20\": true,\n                \"pss16AllowPF35\": false,\n                \"pss4AllowPF7\": true,\n                \"pss4AllowPF4\": false,\n                \"pss4AllowPF5\": false,\n                \"pss16IIPowerFilter\": \"DC\",\n                \"pss8PowerFilter\": \"DC\",\n                \"psi8LPowerFilter\": \"DC\",\n                \"psi4LPowerFilter\": \"DC\",\n                \"psiACPowerCord\": \"US\",\n                \"pss24xPowerFilter\": \"DC48V70A\",\n                \"pss8ACVoltageFloor\": 0,\n                \"requireMaxDegree8\": false,\n                \"forceHighCapacityFilter\": true,\n                \"defaultDGEType\": \"ROADM WR2-88\",\n                \"defaultDGETypeLBand\": \"None\",\n                \"segregationOT\": \"AllowMixing\",\n                \"useLowLatencyDCMsInNonModularOAs\": false,\n                \"meshFiberingScheme\": \"STANDARD\",\n                \"meshFiberingSchemeLband\": \"STANDARD\",\n                \"profile\": \"CDCF\",\n                \"requireROADM\": false,\n                \"defaultWR\": \"WR20-TFM\",\n                \"maxADDegree\": 0,\n                \"maxCWRinADBlock\": 8,\n                \"bandType\": \"C\",\n                \"allowPacket\": true,\n                \"upgradeableROADM\": false,\n                \"opsysPassThruNodeOptions\": \"OADM\",\n                \"isCore\": false,\n                \"spurHome\": \"None\",\n                \"allowWDMonMSPP\": false,\n                \"maxOADMDegree\": 8,\n                \"equipAllMESH4\": false,\n                \"equipAllAnyDirADFilters\": false,\n                \"equipAnyDirADBlocks\": false,\n                \"wtocmOnXmtOnlyconfigD\": false,\n                \"equipCWRinADBlock\": false,\n                \"allowGroupIsolation\": false,\n                \"mlfsbforceEndTerminalNode\": false,\n                \"mainShelf\": \"PSS32\",\n                \"mainShelfPref\": \"PSS16II\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                \"mainShelfPrefOT\": \"PSS32\",\n                \"extShelfGeneralPrefOT\": \"PSS32\",\n                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                \"otnExtShelfPref\": \"PSS24X\",\n                \"fiberStorageTray\": \"INCLUDE\",\n                \"mixPSI\": \"INCLUDE\",\n                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                \"extShelfCover\": true,\n                \"shelfDepth\": \"DEPTH13INCH\",\n                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                \"includeRacks\": false,\n                \"allowPSS8UP\": false,\n                \"pss32FanCapacity\": \"HIGH\",\n                \"encryptedECneeded\": false,\n                \"lineSideXFP\": \"TUNABLE_XFP\",\n                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                \"shelfPowerMargin\": 0,\n                \"shelfVoltageFloor\": 39,\n                \"lineIsolation\": \"NoLineIsolation\",\n                \"lineIsolationOnWTOCM\": true,\n                \"pss16IIACVariant\": false,\n                \"pss16IIilaFanCapacity\": \"HIGH\",\n                \"regen\": \"11STAR1A\",\n                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                \"ot1UD200OperatingMode\": \"Single Mode\",\n                \"rackFill\": \"FILL_BOTTOM\",\n                \"sharePSCamongWdmLines\": true,\n                \"packPlacementSpecName\": \"Network Default\",\n                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                \"pss16ControllerProtection\": true,\n                \"pss8ControllerProtection\": true,\n                \"pss16IIControllerProtection\": true,\n                \"pss32ControllerProtection\": true,\n                \"psi8LControllerProtection\": true,\n                \"psi4LControllerProtection\": true,\n                \"pss16PfProtection\": true,\n                \"pss16IIPfProtection\": true,\n                \"pss4PfProtection\": true,\n                \"pss8PfProtection\": true,\n                \"maxPscSectionPerOpticalLine\": 0,\n                \"minPscSectionPerOpticalLine\": 0,\n                \"maxPscSectionPerADBlock\": 0,\n                \"minPscSectionPerADBlock\": 0,\n                \"autoOadmNeShelfTypeConfigurations\": {\n                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                    \"extShelfOTNPref\": \"PSS24X\",\n                    \"possibleExtensionShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS16II\"\n                    ],\n                    \"allShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS32\",\n                        \"PSS16II\",\n                        \"PSS24X\"\n                    ],\n                    \"mainShelfPref\": \"PSS32\",\n                    \"extShelfGeneralPref\": \"PSS32\"\n                },\n                \"autoIlaNEShelfTypeConfigurations\": {\n                    \"mainShelfPref\": \"PSS16II\",\n                    \"extShelfGeneralPref\": \"PSS16II\",\n                    \"allShelfTypeList\": [\n                        \"PSS16II\",\n                        \"PSS16II\"\n                    ]\n                },\n                \"autoAnssiNEShelfTypeConfigurations\": {\n                    \"mainShelfPref\": \"PSS8\",\n                    \"extShelfGeneralPref\": \"PSS32\",\n                    \"allShelfTypeList\": [\n                        \"PSS8\",\n                        \"PSS32\"\n                    ]\n                },\n                \"autoOtpNeShelfTypeConfigurations\": {\n                    \"mainShelfPref\": \"PSS32\",\n                    \"extShelfGeneralPref\": \"PSS32\",\n                    \"allShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS32\"\n                    ]\n                },\n                \"autoOtpNeMEShelfTypeConfigurations\": {\n                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                    \"extShelfOTNPref\": \"PSS24X\",\n                    \"possibleExtensionShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS8\"\n                    ],\n                    \"allShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS32\",\n                        \"PSS8\",\n                        \"PSS24X\"\n                    ],\n                    \"mainShelfPref\": \"PSS32\",\n                    \"extShelfGeneralPref\": \"PSS32\"\n                },\n                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                \"maxMcsAdBlockNode\": \"12\",\n                \"minMcsAdBlockNode\": \"1\",\n                \"aarType\": \"AAR-8A\",\n                \"minaarCartPerMcsAdBlock\": \"1\",\n                \"minMcsCartPerMcsAdBlock\": \"1\",\n                \"maxMcsAdBlockNodeLband\": \"0\",\n                \"minMcsAdBlockNodeLband\": \"0\",\n                \"aaRTypeLband\": \"\",\n                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                \"regenMode\": \"Unrestricted 3R\",\n                \"cardChannelCountLimit\": \"16\",\n                \"neSet\": [],\n                \"allowHeterogeneousNodeType\": \"NONE\",\n                \"heteroNodeType\": \"None\",\n                \"defaultWrCband\": \"WR20-TFM\",\n                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                \"allowFsxCreationCband\": false,\n                \"mcsType\": \"MCS8-16\",\n                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                \"minMxnCDCadBlockByType\": \"0\",\n                \"mxnType\": \"MXN824\",\n                \"ascType\": \"ASC2\",\n                \"minASCSections\": \"0\",\n                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                \"minPscMlsfbAdxADBlockByType\": \"0\",\n                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                \"minPscMlsfbFsxADBlockByType\": \"0\",\n                \"defaultWrLband\": \"None\",\n                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                \"allowFsxCreationLband\": false,\n                \"mcsTypeLband\": \"\",\n                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                \"group1\": \"\",\n                \"group2\": \"\",\n                \"group3\": \"\",\n                \"group4\": \"\",\n                \"deployedState\": false,\n                \"canCreate24x\": false,\n                \"otnShelfEnabled\": false,\n                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                \"splitterTypeFsx\": \"PSC1_6\",\n                \"splitterTypeAdx\": \"PSC1_6\",\n                \"mergeSpansAllowed\": false,\n                \"psimcontrollerProtection\": true,\n                \"numberOfPDUSiteJumperKits\": 0,\n                \"pdutype\": \"NONE\",\n                \"netype\": \"PSS1830\",\n                \"ruverticalSpacePSIL\": \"44 RU\",\n                \"ruverticalSpacePSI2T\": \"44 RU\",\n                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                \"ruverticalSpacePSS\": \"78 Inches\",\n                \"ruverticalSpacePSIM\": \"44 RU\",\n                \"adallowUniDIR\": true,\n                \"oadmchoice\": \"ROADM\",\n                \"adblockType\": \"CONFIG_D\",\n                \"wtocmonILA\": false,\n                \"psimpowerFilter\": \"DC\",\n                \"otdrinSeparateShelf\": false,\n                \"pduincludeSliderKit\": false,\n                \"pduincludeBreakerToggle\": false,\n                \"otInSepShelfForCDC\": true,\n                \"mcsInSepShelf\": false,\n                \"otInSepShelf\": false,\n                \"neregenMode\": \"Free3R\",\n                \"allowWDM\": true\n            }\n        },\n        \"tpZ\": {\n            \"orientation\": \"Tp Z\",\n            \"site\": {\n                \"id\": 50,\n                \"name\": \"Site2PostMan\",\n                \"description\": \"\",\n                \"nfmtName\": \"\",\n                \"gmplsStatus\": true,\n                \"type\": \"Site2PostMan\",\n                \"geoLat\": 43.05783,\n                \"geoLon\": 70.50512,\n                \"nonGeoLat\": 51.05783,\n                \"nonGeoLon\": 45.50512,\n                \"geocoding\": false,\n                \"floorAndRoom\": \"Floor1, Room1\",\n                \"maxAislesPerRoom\": 5,\n                \"maxBaysPerAisle\": 10,\n                \"etr\": false,\n                \"clustered\": false,\n                \"anssiQSconfigured\": false,\n                \"lockLatLong\": false,\n                \"powerFilterType\": \"WITH_BREAKER\",\n                \"shelfPowerFeedLimit\": 0,\n                \"allowPF30\": false,\n                \"allowPF60\": false,\n                \"allowPF70\": false,\n                \"allowPF20\": false,\n                \"allowPF50\": true,\n                \"pss16AllowPF20\": true,\n                \"pss16AllowPF35\": false,\n                \"pss4AllowPF7\": true,\n                \"pss4AllowPF4\": false,\n                \"pss4AllowPF5\": false,\n                \"pss16IIPowerFilter\": \"DC\",\n                \"pss8PowerFilter\": \"DC\",\n                \"psi8LPowerFilter\": \"DC\",\n                \"psi4LPowerFilter\": \"DC\",\n                \"psiACPowerCord\": \"US\",\n                \"pss24xPowerFilter\": \"DC48V70A\",\n                \"pss8ACVoltageFloor\": 0,\n                \"requireMaxDegree8\": false,\n                \"forceHighCapacityFilter\": true,\n                \"defaultDGEType\": \"ROADM WR2-88\",\n                \"defaultDGETypeLBand\": \"None\",\n                \"segregationOT\": \"AllowMixing\",\n                \"useLowLatencyDCMsInNonModularOAs\": false,\n                \"meshFiberingScheme\": \"STANDARD\",\n                \"meshFiberingSchemeLband\": \"STANDARD\",\n                \"profile\": \"CDCF\",\n                \"requireROADM\": false,\n                \"defaultWR\": \"WR20-TFM\",\n                \"maxADDegree\": 0,\n                \"maxCWRinADBlock\": 8,\n                \"bandType\": \"C\",\n                \"allowPacket\": true,\n                \"upgradeableROADM\": false,\n                \"opsysPassThruNodeOptions\": \"OADM\",\n                \"isCore\": false,\n                \"spurHome\": \"None\",\n                \"allowWDMonMSPP\": false,\n                \"maxOADMDegree\": 8,\n                \"equipAllMESH4\": false,\n                \"equipAllAnyDirADFilters\": false,\n                \"equipAnyDirADBlocks\": false,\n                \"wtocmOnXmtOnlyconfigD\": false,\n                \"equipCWRinADBlock\": false,\n                \"allowGroupIsolation\": false,\n                \"mlfsbforceEndTerminalNode\": false,\n                \"mainShelf\": \"PSS32\",\n                \"mainShelfPref\": \"PSS16II\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                \"mainShelfPrefOT\": \"PSS32\",\n                \"extShelfGeneralPrefOT\": \"PSS32\",\n                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                \"otnExtShelfPref\": \"PSS24X\",\n                \"fiberStorageTray\": \"INCLUDE\",\n                \"mixPSI\": \"INCLUDE\",\n                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                \"extShelfCover\": true,\n                \"shelfDepth\": \"DEPTH13INCH\",\n                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                \"includeRacks\": false,\n                \"allowPSS8UP\": false,\n                \"pss32FanCapacity\": \"HIGH\",\n                \"encryptedECneeded\": false,\n                \"lineSideXFP\": \"TUNABLE_XFP\",\n                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                \"shelfPowerMargin\": 0,\n                \"shelfVoltageFloor\": 39,\n                \"lineIsolation\": \"NoLineIsolation\",\n                \"lineIsolationOnWTOCM\": true,\n                \"pss16IIACVariant\": false,\n                \"pss16IIilaFanCapacity\": \"HIGH\",\n                \"regen\": \"11STAR1A\",\n                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                \"ot1UD200OperatingMode\": \"Single Mode\",\n                \"rackFill\": \"FILL_BOTTOM\",\n                \"sharePSCamongWdmLines\": true,\n                \"packPlacementSpecName\": \"Network Default\",\n                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                \"pss16ControllerProtection\": true,\n                \"pss8ControllerProtection\": true,\n                \"pss16IIControllerProtection\": true,\n                \"pss32ControllerProtection\": true,\n                \"psi8LControllerProtection\": true,\n                \"psi4LControllerProtection\": true,\n                \"pss16PfProtection\": true,\n                \"pss16IIPfProtection\": true,\n                \"pss4PfProtection\": true,\n                \"pss8PfProtection\": true,\n                \"maxPscSectionPerOpticalLine\": 0,\n                \"minPscSectionPerOpticalLine\": 0,\n                \"maxPscSectionPerADBlock\": 0,\n                \"minPscSectionPerADBlock\": 0,\n                \"autoOadmNeShelfTypeConfigurations\": {\n                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                    \"extShelfOTNPref\": \"PSS24X\",\n                    \"possibleExtensionShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS16II\"\n                    ],\n                    \"allShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS32\",\n                        \"PSS16II\",\n                        \"PSS24X\"\n                    ],\n                    \"mainShelfPref\": \"PSS32\",\n                    \"extShelfGeneralPref\": \"PSS32\"\n                },\n                \"autoIlaNEShelfTypeConfigurations\": {\n                    \"mainShelfPref\": \"PSS16II\",\n                    \"extShelfGeneralPref\": \"PSS16II\",\n                    \"allShelfTypeList\": [\n                        \"PSS16II\",\n                        \"PSS16II\"\n                    ]\n                },\n                \"autoAnssiNEShelfTypeConfigurations\": {\n                    \"mainShelfPref\": \"PSS8\",\n                    \"extShelfGeneralPref\": \"PSS32\",\n                    \"allShelfTypeList\": [\n                        \"PSS8\",\n                        \"PSS32\"\n                    ]\n                },\n                \"autoOtpNeShelfTypeConfigurations\": {\n                    \"mainShelfPref\": \"PSS32\",\n                    \"extShelfGeneralPref\": \"PSS32\",\n                    \"allShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS32\"\n                    ]\n                },\n                \"autoOtpNeMEShelfTypeConfigurations\": {\n                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                    \"extShelfOTNPref\": \"PSS24X\",\n                    \"possibleExtensionShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS8\"\n                    ],\n                    \"allShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS32\",\n                        \"PSS8\",\n                        \"PSS24X\"\n                    ],\n                    \"mainShelfPref\": \"PSS32\",\n                    \"extShelfGeneralPref\": \"PSS32\"\n                },\n                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                \"maxMcsAdBlockNode\": \"12\",\n                \"minMcsAdBlockNode\": \"1\",\n                \"aarType\": \"AAR-8A\",\n                \"minaarCartPerMcsAdBlock\": \"1\",\n                \"minMcsCartPerMcsAdBlock\": \"1\",\n                \"maxMcsAdBlockNodeLband\": \"0\",\n                \"minMcsAdBlockNodeLband\": \"0\",\n                \"aaRTypeLband\": \"\",\n                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                \"regenMode\": \"Unrestricted 3R\",\n                \"cardChannelCountLimit\": \"16\",\n                \"neSet\": [],\n                \"allowHeterogeneousNodeType\": \"NONE\",\n                \"heteroNodeType\": \"None\",\n                \"defaultWrCband\": \"WR20-TFM\",\n                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                \"allowFsxCreationCband\": false,\n                \"mcsType\": \"MCS8-16\",\n                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                \"minMxnCDCadBlockByType\": \"0\",\n                \"mxnType\": \"MXN824\",\n                \"ascType\": \"ASC2\",\n                \"minASCSections\": \"0\",\n                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                \"minPscMlsfbAdxADBlockByType\": \"0\",\n                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                \"minPscMlsfbFsxADBlockByType\": \"0\",\n                \"defaultWrLband\": \"None\",\n                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                \"allowFsxCreationLband\": false,\n                \"mcsTypeLband\": \"\",\n                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                \"group1\": \"\",\n                \"group2\": \"\",\n                \"group3\": \"\",\n                \"group4\": \"\",\n                \"deployedState\": false,\n                \"canCreate24x\": false,\n                \"otnShelfEnabled\": false,\n                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                \"splitterTypeFsx\": \"PSC1_6\",\n                \"splitterTypeAdx\": \"PSC1_6\",\n                \"mergeSpansAllowed\": false,\n                \"psimcontrollerProtection\": true,\n                \"numberOfPDUSiteJumperKits\": 0,\n                \"pdutype\": \"NONE\",\n                \"netype\": \"PSS1830\",\n                \"ruverticalSpacePSIL\": \"44 RU\",\n                \"ruverticalSpacePSI2T\": \"44 RU\",\n                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                \"ruverticalSpacePSS\": \"78 Inches\",\n                \"ruverticalSpacePSIM\": \"44 RU\",\n                \"adallowUniDIR\": true,\n                \"oadmchoice\": \"ROADM\",\n                \"adblockType\": \"CONFIG_D\",\n                \"wtocmonILA\": false,\n                \"psimpowerFilter\": \"DC\",\n                \"otdrinSeparateShelf\": false,\n                \"pduincludeSliderKit\": false,\n                \"pduincludeBreakerToggle\": false,\n                \"otInSepShelfForCDC\": true,\n                \"mcsInSepShelf\": false,\n                \"otInSepShelf\": false,\n                \"neregenMode\": \"Free3R\",\n                \"allowWDM\": true\n            }\n        }\n    },\n    \"gmplsStatus\": true,\n    \"project\": \"\",\n    \"controlPlane\": \"Yes\",\n    \"dcmChoice\": \"No\",\n    \"band\": \"C\",\n    \"lineProtection\": \"No\",\n    \"capacity\": \"DWDM-FLEX\",\n    \"wtocmTypeC\": \"WTOCM-F\",\n    \"wtocmTypeL\": \"No\",\n    \"wtocmInternalTypeC\": \"WTOCM-F\",\n    \"wtocmInternalTypeL\": \"No\",\n    \"monOcmSettingSiteA\": \"None\",\n    \"monOcmSettingSiteB\": \"None\",\n    \"ptpio\": \"No\",\n    \"ptpioSiteA\": \"\",\n    \"ptpioSiteB\": \"\",\n    \"osc\": \"Yes\",\n    \"sym\": \"Yes\",\n    \"fiberAtoB\": \"SSMF*\",\n    \"fiberBtoA\": \"SSMF*\",\n    \"abLength\": \"80.00\",\n    \"baLength\": \"80.00*\",\n    \"lossAtoB\": \"\",\n    \"lossBtoA\": \"\",\n    \"pmdAtoB\": \"\",\n    \"pmdBtoA\": \"\",\n    \"dispersionAtoB\": \"\",\n    \"dispersionBtoA\": \"\",\n    \"dispersionSlopeAtoB\": \"\",\n    \"dispersionSlopeBtoA\": \"\",\n    \"lossMarginAtoB\": \"\",\n    \"lossMarginBtoA\": \"\",\n    \"connectorLossAtoBAtA\": \"\",\n    \"connectorLossAtoBAtB\": \"\",\n    \"connectorLossBtoAAtA\": \"\",\n    \"connectorLossBtoAAtB\": \"\",\n    \"ospAtoB\": \"\",\n    \"ospBtoA\": \"\",\n    \"singleFiber\": \"No\",\n    \"bandSplitter\": \"N/A\",\n    \"fibers\": [],\n    \"wtocmRequest\": [],\n    \"siteA\": \"Site1PostMan\",\n    \"siteB\": \"Site2PostMan\",\n    \"segmentName\": \"Site1PostMan-Site2PostMan\",\n    \"asiteOtdrTx\": false,\n    \"asiteOtdrRx\": false,\n    \"otdrTypeSiteA\": \"no\",\n    \"omdTypeSiteA\": \"none\",\n    \"monOtdrSiteA\": false,\n    \"bsiteOtdrTx\": false,\n    \"bsiteOtdrRx\": false,\n    \"otdrTypeSiteB\": \"no\",\n    \"omdTypeSiteB\": \"none\",\n    \"monOtdrSiteB\": false,\n    \"sortName\": \"Site000000000001PostMan-Site000000000002PostMan\",\n    \"siteASortName\": \"Site000000000001PostMan\",\n    \"siteBSortName\": \"Site000000000002PostMan\",\n    \"distUnit\": \"km\",\n    \"lossCoefficient\": 0.25,\n    \"pmdCoefficient\": 0.05,\n    \"lossMargin\": 1,\n    \"connectorLoss\": 0.5,\n    \"deployedState\": false,\n    \"admColorProfileDetailsName\": \"NoColor\",\n    \"hasActiveLink\": false\n}"}],"_postman_id":"05d03a55-2780-4392-8c04-4f6a865acd4c"},{"name":"Create Trail","id":"8371a231-19ac-47d1-b075-dbc259ba8304","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"category\":\"Trail\",\"instanceNum\":1,\"deployedProject\":false,\"supportedByWSP\":true,\"routed\":false,\"srcProtection\":\"UNPROTECTED\",\"dstProtection\":\"UNPROTECTED\",\"primaryDemand\":{\"name\":\"Trail1\",\"description\":\"\",\"restoration\":\"RESTORATION_NONE\",\"routeDisjointness\":\"DEFAULT\",\"regenAllowed\":true,\"wtKeyedStatus\":false,\"controlPlane\":true,\"multiRegion\":false,\"interworkWithD5X500\":false,\"source\":{\"siteId\":50,\"neType\":\"PSS_WDM\",\"otName\":\"S6AD600H\",\"otMode\":\"Profile26\",\"linePort\":\"COMPUTE\",\"opticalNode\":\"COMPUTE\",\"otNe\":\"Same Optical Node\",\"addDropConfig\":\"COMPUTE\",\"sharingAllowed\":false},\"destination\":{\"siteId\":60,\"neType\":\"PSS_WDM\",\"otName\":\"S6AD600H\",\"otMode\":\"Profile26\",\"linePort\":\"COMPUTE\",\"opticalNode\":\"COMPUTE\",\"otNe\":\"Same Optical Node\",\"addDropConfig\":\"COMPUTE\",\"sharingAllowed\":false},\"lineRate\":\"OTU4x6\",\"fec\":\"SDFEC_V\",\"modulationFormat\":\"PM16QAM\",\"baudRate\":\"90.22\",\"phaseEncoding\":\"ABSOLUTE\",\"bandwidth\":18}}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demands","description":"<p>This API is used to create a trail for a specified design id.The input parameter passed for this API is design id which can be retrived using the API <strong>GET /api/designs.</strong> The response body returns 201 Created along with trail details.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","demands"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"e2d27600-d3c3-4b76-ad7a-8628f8e76f6e","name":"Create Trail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"category\":\"Trail\",\"instanceNum\":1,\"deployedProject\":false,\"supportedByWSP\":true,\"routed\":false,\"srcProtection\":\"UNPROTECTED\",\"dstProtection\":\"UNPROTECTED\",\"primaryDemand\":{\"name\":\"Trail1\",\"description\":\"\",\"restoration\":\"RESTORATION_NONE\",\"routeDisjointness\":\"DEFAULT\",\"regenAllowed\":true,\"wtKeyedStatus\":false,\"controlPlane\":true,\"multiRegion\":false,\"interworkWithD5X500\":false,\"source\":{\"siteId\":50,\"neType\":\"PSS_WDM\",\"otName\":\"S6AD600H\",\"otMode\":\"Profile26\",\"linePort\":\"COMPUTE\",\"opticalNode\":\"COMPUTE\",\"otNe\":\"Same Optical Node\",\"addDropConfig\":\"COMPUTE\",\"sharingAllowed\":false},\"destination\":{\"siteId\":60,\"neType\":\"PSS_WDM\",\"otName\":\"S6AD600H\",\"otMode\":\"Profile26\",\"linePort\":\"COMPUTE\",\"opticalNode\":\"COMPUTE\",\"otNe\":\"Same Optical Node\",\"addDropConfig\":\"COMPUTE\",\"sharingAllowed\":false},\"lineRate\":\"OTU4x6\",\"fec\":\"SDFEC_V\",\"modulationFormat\":\"PM16QAM\",\"baudRate\":\"90.22\",\"phaseEncoding\":\"ABSOLUTE\",\"bandwidth\":18}}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demands"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 27 Feb 2024 07:42:51 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 350,\n        \"category\": \"Trail\",\n        \"srcProtection\": \"UNPROTECTED\",\n        \"dstProtection\": \"UNPROTECTED\",\n        \"routed\": false,\n        \"primaryDemand\": {\n            \"name\": \"Trail1\",\n            \"description\": \"\",\n            \"restoration\": \"RESTORATION_NONE\",\n            \"routeDisjointness\": \"DEFAULT\",\n            \"serverTrailIdList\": [],\n            \"clientDemandIdList\": [],\n            \"source\": {\n                \"siteId\": 50,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S6AD600H\",\n                \"otMode\": \"Profile26\",\n                \"linePort\": \"\",\n                \"sharingAllowed\": false,\n                \"linePlug\": \"\",\n                \"addDropConfig\": \"COMPUTE\",\n                \"opticalNode\": \"\",\n                \"otNe\": \"Same Optical Node\",\n                \"cascadingPort\": \"\"\n            },\n            \"destination\": {\n                \"siteId\": 60,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S6AD600H\",\n                \"otMode\": \"Profile26\",\n                \"linePort\": \"\",\n                \"sharingAllowed\": false,\n                \"linePlug\": \"\",\n                \"addDropConfig\": \"COMPUTE\",\n                \"opticalNode\": \"\",\n                \"otNe\": \"Same Optical Node\",\n                \"cascadingPort\": \"\"\n            },\n            \"regenAllowed\": true,\n            \"wtKeyedStatus\": false,\n            \"interworkWithD5X500\": false,\n            \"controlPlane\": true,\n            \"multiRegion\": false,\n            \"workingPath\": true,\n            \"lineInfo\": {\n                \"lineRate\": \"OTU4x6\",\n                \"fec\": \"SDFEC_V\",\n                \"phaseEncoding\": \"ABSOLUTE\",\n                \"modulationFormat\": \"PM16QAM\",\n                \"baudRate\": \"90.22\",\n                \"bandwidth\": 18,\n                \"profileId\": \"26\"\n            }\n        },\n        \"supportedByWSP\": true,\n        \"deployedProject\": false,\n        \"layer1Service\": false,\n        \"srcProtectionL1\": \"UNPROTECTED\",\n        \"dstProtectionL1\": \"UNPROTECTED\",\n        \"includeAdmColorProfile\": \"NoColor\",\n        \"excludeAdmColorProfile\": \"NoColor\"\n    }\n]"}],"_postman_id":"8371a231-19ac-47d1-b075-dbc259ba8304"},{"name":"Delete Trail","id":"ffcc4289-1660-4329-842a-00e4bbd75278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{TrailID}}","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","trails","{{TrailID}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ffcc4289-1660-4329-842a-00e4bbd75278"},{"name":"RunDesign","id":"82d3c26c-722f-4e68-b1bc-545fd691a1d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"lineDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"trafficDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"restorationDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"runLineDesign\": \"RUN_LINE_DESIGN\",\r\n  \"runTrafficDesign\": \"RUN_TRAFFIC_DESIGN\",\r\n  \"runRestorationDesign\": \"RUN_RESTORATION_DESIGN\",\r\n  \"gmplsDesignOption\": \"GMPLS_COMPLETE\",\r\n  \"gmplsRestorationOption\": \"NORMAL_RESTORATION\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/jobs/designs/{{DesignID}}/runDesign","description":"<p>This API is used perform Run Design after trail creation.</p>\n<img />","urlObject":{"protocol":"https","port":"9000","path":["api","jobs","designs","{{DesignID}}","runDesign"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"1c205a1f-aa2a-4128-a24d-060934a393f3","name":"RunDesign","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"lineDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"trafficDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"restorationDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"runLineDesign\": \"RUN_LINE_DESIGN\",\r\n  \"runTrafficDesign\": \"RUN_TRAFFIC_DESIGN\",\r\n  \"runRestorationDesign\": \"RUN_RESTORATION_DESIGN\",\r\n  \"gmplsDesignOption\": \"GMPLS_COMPLETE\",\r\n  \"gmplsRestorationOption\": \"NORMAL_RESTORATION\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/jobs/designs/{{DesignID}}/runDesign"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 15 Mar 2024 11:40:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 20,\n    \"jobId\": 20,\n    \"createTime\": \"2024-03-15T11:40:45.931+00:00\",\n    \"lastUpdated\": \"2024-03-15T11:40:45.931+00:00\",\n    \"status\": \"STARTING\",\n    \"exitStatus\": {\n        \"exitCode\": \"UNKNOWN\",\n        \"exitDescription\": \"\",\n        \"running\": true\n    },\n    \"jobName\": \"Run Design\",\n    \"jobParameters\": {\n        \"name\": {\n            \"value\": \"DocDesign\"\n        },\n        \"designId\": {\n            \"value\": 197\n        },\n        \"previousOperationalState\": {\n            \"value\": 4\n        }\n    },\n    \"stepExecutions\": [],\n    \"createdBy\": \"\",\n    \"entityId\": 0,\n    \"entityClass\": \"\",\n    \"entityName\": \"DocDesign\",\n    \"parentJobId\": 0,\n    \"failReason\": \"\",\n    \"fileName\": \"\",\n    \"demandId\": \"\",\n    \"jobDto\": {\n        \"id\": 20,\n        \"jobName\": \"Run Design\",\n        \"entity\": \"DocDesign\",\n        \"status\": \"STARTING\",\n        \"username\": \"\",\n        \"details\": \"\",\n        \"guiLabel\": \"DocDesign\",\n        \"className\": \"Jobs\"\n    }\n}"}],"_postman_id":"82d3c26c-722f-4e68-b1bc-545fd691a1d1"},{"name":"Retrieve Trail Details","id":"60e4f439-29d0-48a0-b07d-77fe7b5a8da6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"https://{{server}}:8443/wsp/api/designs/5032/demandsData","urlObject":{"protocol":"https","port":"8443","path":["wsp","api","designs","5032","demandsData"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"616bcc24-50ac-4892-809d-bbf828fe61bc","name":"Retrieve Trail Details","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demandsData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 15 Mar 2024 11:42:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 140,\n            \"name\": \"Trail1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"deployedName\": \"Trail1\",\n            \"wtKeyedStatusStr\": \"Unkeyed\",\n            \"trailName\": \"Trail000000000001\",\n            \"srcSiteName\": \"Site000000000001PostMan\",\n            \"dstSiteName\": \"Site000000000002PostMan\",\n            \"srcNodeName\": \"Site000000000001PostMan-000000000001-ON-000000000001\",\n            \"dstNodeName\": \"Site000000000002PostMan-000000000001-ON-000000000001\",\n            \"trailType\": \"OCH\",\n            \"projectDisplayName\": \"None [Current]\",\n            \"designState\": \"Complete, Valid\",\n            \"assignedDisplayChannel\": \"9366.875\",\n            \"requestedDisplayChannel\": \"Compute\",\n            \"routedOver\": \"None\",\n            \"privateTrail\": false,\n            \"controlPlane\": true,\n            \"multiRegion\": false,\n            \"regenAllowed\": true,\n            \"manuallyRouted\": \"No\",\n            \"manuallyCreated\": \"No\",\n            \"d5x500Compatible\": \"\",\n            \"srcOsnrMargin\": \"0.35\",\n            \"srcOsnrMarg\": \"0.35\",\n            \"dcmMixed\": \"No\",\n            \"dstOsnrMargin\": \"0.35\",\n            \"dstOsnrMarg\": \"0.35\",\n            \"srcNpsw\": \".213\",\n            \"srcNps\": \".213\",\n            \"destNpsw\": \".213\",\n            \"destNps\": \".213\",\n            \"srcQfac\": \"5.997\",\n            \"srcQf\": \"5.997\",\n            \"destQfac\": \"5.997\",\n            \"dstQf\": \"5.997\",\n            \"srcOt\": \"S6AD600H\",\n            \"srcMode\": \"26. 600G@90.22Gbaud - 16QAM\",\n            \"srcLineRate\": \"600G\",\n            \"srcBaudRate\": \"90GBaud\",\n            \"srcSignalWidth\": \"112.5GHz\",\n            \"destOt\": \"S6AD600H\",\n            \"destMode\": \"26. 600G@90.22Gbaud - 16QAM\",\n            \"dstLineRate\": \"600G\",\n            \"dstBaudRate\": \"90GBaud\",\n            \"dstSignalWidth\": \"112.5GHz\",\n            \"band\": \"C\",\n            \"fec\": \"SDFEC-V\",\n            \"srcPhaseEncoding\": \"Absolute\",\n            \"destPhaseEncoding\": \"Absolute\",\n            \"srcSite\": \"Site1PostMan\",\n            \"destSite\": \"Site2PostMan\",\n            \"srcProt\": \"Unprotected\",\n            \"destProt\": \"Unprotected\",\n            \"srcOpticalNode\": \"Site1PostMan-1-ON-1\",\n            \"destOpticalNode\": \"Site2PostMan-1-ON-1\",\n            \"srcLinePort\": \"L1\",\n            \"destLinePort\": \"L1\",\n            \"srcResDisp\": \"1333.6\",\n            \"srcResDis\": \"1333.6\",\n            \"dstResDisp\": \"1333.6\",\n            \"dstResDis\": \"1333.6\",\n            \"disjointTrail\": \"\",\n            \"primaryTrail\": \"\",\n            \"secondaryTrail\": \"\",\n            \"partialDisjointness\": \"NA\",\n            \"partialDisJoint\": \"0.0\",\n            \"restoration\": \"None\",\n            \"routeDisjointness\": \"NA\",\n            \"downFailures\": \"NA\",\n            \"restoredFailures\": \"NA\",\n            \"downFailure\": \"0.0\",\n            \"restoredFailure\": \"0.0\",\n            \"verificationSetting\": \"Verified by WSP\",\n            \"routingRequestType\": \"TRAIL\",\n            \"layer1Service\": false,\n            \"srcSig\": \"0.0\",\n            \"dstSig\": \"0.0\",\n            \"includeColorProfileName\": \"NoColor\",\n            \"excludeColorProfileName\": \"NoColor\",\n            \"l1TrafficGroomingType\": \"NA\",\n            \"routed\": true,\n            \"partiallyRouted\": false,\n            \"trailWithOpsPack\": false\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 2000,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalElements\": 1,\n    \"totalPages\": 1,\n    \"first\": true,\n    \"numberOfElements\": 1,\n    \"size\": 2000,\n    \"number\": 0,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"empty\": false\n}"}],"_postman_id":"60e4f439-29d0-48a0-b07d-77fe7b5a8da6"},{"name":"Retrieve Errors and Warnings","id":"a5e435d1-72e4-4da1-a995-fa4f47ab1ff8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/designErrors","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","designErrors"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"58162635-ced3-4b78-b56a-99e7a8908d6a","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/designErrors"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 15 Mar 2024 11:49:09 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 0,\n            \"type\": \"Design\",\n            \"typeDetail\": \"\",\n            \"severity\": \"Warning\",\n            \"details\": \"\",\n            \"resolution\": \"\",\n            \"designName\": \"DocDesign\",\n            \"description\": \"There is at least one not optimized MCS/PSC/ASC add/drop block in the network. Check details in ASE Noise Level report.\",\n            \"source\": \"\",\n            \"suppressed\": false,\n            \"entityId\": 0,\n            \"errorId\": \"AseSubOptimalWarning\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 2000,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalElements\": 1,\n    \"totalPages\": 1,\n    \"first\": true,\n    \"numberOfElements\": 1,\n    \"size\": 2000,\n    \"number\": 0,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"empty\": false\n}"}],"_postman_id":"a5e435d1-72e4-4da1-a995-fa4f47ab1ff8"},{"name":"Update verification setting","id":"54048660-3dc9-48a5-9fec-763d43f7d08f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demands/{{demandId}}/verificationSetting?verificationSetting=Externally%20Verified","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","demands","{{demandId}}","verificationSetting"],"host":["{{server}}"],"query":[{"key":"verificationSetting","value":"Externally%20Verified"}],"variable":[]}},"response":[],"_postman_id":"54048660-3dc9-48a5-9fec-763d43f7d08f"},{"name":"Update Trail","id":"8ce04c72-396a-44fa-a9c6-b041ca2d574e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n \"primaryDemand\": {\r\n        \"name\": \"Trail1\",\r\n        \"description\": \"updated description for trail\"\r\n }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demands/{{demandId}}","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","demands","{{demandId}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"0f8146a0-7122-4a2f-a3e1-d9e6f83c2101","name":"Update Trail","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"category\":\"Trail\",\"instanceNum\":1,\"deployedProject\":false,\"supportedByWSP\":true,\"routed\":true,\"srcProtection\":\"UNPROTECTED\",\"dstProtection\":\"UNPROTECTED\",\"primaryDemand\":{\"name\":\"Trail1\",\"description\":\"updated trail description in postman\",\"restoration\":\"RESTORATION_NONE\",\"routeDisjointness\":\"DEFAULT\",\"regenAllowed\":true,\"wtKeyedStatus\":false,\"controlPlane\":true,\"multiRegion\":false,\"interworkWithD5X500\":false,\"source\":{\"siteId\":50,\"neType\":\"PSS_WDM\",\"otName\":\"S6AD600H\",\"otMode\":\"Profile29\",\"linePort\":\"L1\",\"opticalNode\":\"Site1-1-ON-1\",\"otNe\":\"Site1-1\",\"addDropConfig\":\"COMPUTE\",\"sharingAllowed\":false},\"destination\":{\"siteId\":70,\"neType\":\"PSS_WDM\",\"otName\":\"S6AD600H\",\"otMode\":\"Profile29\",\"linePort\":\"L1\",\"opticalNode\":\"Site3-1-ON-1\",\"otNe\":\"Site3-1\",\"addDropConfig\":\"COMPUTE\",\"sharingAllowed\":false},\"lineRate\":\"OTU4x4\",\"fec\":\"SDFEC_V\",\"modulationFormat\":\"SQAM16\",\"baudRate\":\"85.82\",\"phaseEncoding\":\"ABSOLUTE\",\"bandwidth\":16,\"userDefinedOtuStruct\":false}}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demands/{{demandId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Jun 2024 10:00:16 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 330,\n        \"category\": \"Trail\",\n        \"srcProtection\": \"UNPROTECTED\",\n        \"dstProtection\": \"UNPROTECTED\",\n        \"routed\": true,\n        \"primaryDemand\": {\n            \"name\": \"Trail1\",\n            \"description\": \"updated trail description in postman\",\n            \"restoration\": \"RESTORATION_NONE\",\n            \"routeDisjointness\": \"DEFAULT\",\n            \"serverTrailIdList\": [],\n            \"clientDemandIdList\": [],\n            \"source\": {\n                \"siteId\": 50,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S6AD600H\",\n                \"otMode\": \"Profile29\",\n                \"linePort\": \"L1\",\n                \"sharingAllowed\": false,\n                \"linePlug\": \"\",\n                \"addDropConfig\": \"COMPUTE\",\n                \"opticalNode\": \"Site1-1-ON-1\",\n                \"otNe\": \"Same Optical Node\",\n                \"cascadingPort\": \"\",\n                \"clientPortUserDefined\": false\n            },\n            \"destination\": {\n                \"siteId\": 70,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S6AD600H\",\n                \"otMode\": \"Profile29\",\n                \"linePort\": \"L1\",\n                \"sharingAllowed\": false,\n                \"linePlug\": \"\",\n                \"addDropConfig\": \"COMPUTE\",\n                \"opticalNode\": \"Site3-1-ON-1\",\n                \"otNe\": \"Same Optical Node\",\n                \"cascadingPort\": \"\",\n                \"clientPortUserDefined\": false\n            },\n            \"regenAllowed\": true,\n            \"wtKeyedStatus\": false,\n            \"interworkWithD5X500\": false,\n            \"controlPlane\": true,\n            \"multiRegion\": false,\n            \"workingPath\": true,\n            \"userDefinedOtuStruct\": false,\n            \"otuStruct\": \"4xOTU4\",\n            \"lineInfo\": {\n                \"lineRate\": \"OTU4x4\",\n                \"fec\": \"SDFEC_V\",\n                \"phaseEncoding\": \"ABSOLUTE\",\n                \"modulationFormat\": \"SQAM16\",\n                \"baudRate\": \"85.82\",\n                \"bandwidth\": 16,\n                \"profileId\": \"29\"\n            }\n        },\n        \"supportedByWSP\": true,\n        \"deployedProject\": false,\n        \"layer1Service\": false,\n        \"srcProtectionL1\": \"UNPROTECTED\",\n        \"dstProtectionL1\": \"UNPROTECTED\",\n        \"includeAdmColorProfile\": \"NoColor\",\n        \"excludeAdmColorProfile\": \"NoColor\",\n        \"state\": \"complete\"\n    }\n]"}],"_postman_id":"8ce04c72-396a-44fa-a9c6-b041ca2d574e"}],"id":"01151c8d-4356-4828-8833-5c6f5d8098c8","description":"<p>The following describes the typical trail workflow:</p>\n<ol>\n<li><p>Create plan.</p>\n</li>\n<li><p>Create the design infrastructure topology (segment, sites). You can use (FastMode) if required.</p>\n</li>\n<li><p>Create Service/Trail requests on top of the design infrastructure topology.</p>\n</li>\n</ol>\n","_postman_id":"01151c8d-4356-4828-8833-5c6f5d8098c8"},{"name":"Infrastructure updates in WS-NOC","item":[{"name":"Deploy Defined infrastructure connection to the commissioned state","id":"e86c09fb-9063-4ee5-b412-7621b6ce833b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":" \r\n{\r\n  \"Tag\": \"Cmd_CommissionInService\",\r\n  \"userLabel\": \"43SCX4-ODU3-MP-FTP-Trail-1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:8443/oms1350/data/otn/connections/{{ConnectionId}}/action?orderNumber={{orderNo}}&orderId={{OrderId}}&type=NtwConnCommission&connName={{connName}}","urlObject":{"protocol":"https","port":"8443","path":["oms1350","data","otn","connections","{{ConnectionId}}","action"],"host":["{{server}}"],"query":[{"key":"orderNumber","value":"{{orderNo}}"},{"key":"orderId","value":"{{OrderId}}"},{"key":"type","value":"NtwConnCommission"},{"key":"connName","value":"{{connName}}"}],"variable":[]}},"response":[{"id":"b7706931-6223-4d5a-bf7a-c6283d878c7d","name":"Deploy Defined infrastructure connection to the commissioned state","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" \r\n{\r\n  \"Tag\": \"Cmd_CommissionInService\",\r\n  \"userLabel\": \"11STAR1-Trail-3\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{server}}:8443/oms1350/data/otn/connections/{{ConnectionId}}/action?orderNumber={{orderNum}}&orderId={{orderID}}&type=NtwConnCommission&connName={{connName}}","protocol":"https","host":["{{server}}"],"port":"8443","path":["oms1350","data","otn","connections","{{ConnectionId}}","action"],"query":[{"key":"orderNumber","value":"{{orderNum}}"},{"key":"orderId","value":"{{orderID}}"},{"key":"type","value":"NtwConnCommission"},{"key":"connName","value":"{{connName}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-security-policy","value":"frame-ancestors 'self'"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Fri, 01 Mar 2024 09:18:50 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Multiple commands have errors, see Jobs/Run-history screen for details .\",\n    \"messageId\": \"NWC7001E\",\n    \"messageParams\": \"[Multiple commands have errors, see Jobs/Run-history screen for details]\",\n    \"messageSeverity\": \"E\",\n    \"status\": \"FAILURE\",\n    \"connectionName\": \"\",\n    \"connectionId\": -1,\n    \"orderNumber\": \"\",\n    \"orderId\": \"\",\n    \"orderStep\": 0,\n    \"id\": \"1994846158901598\",\n    \"errorField\": \"\",\n    \"errorValue\": \"\",\n    \"pollForJobStatus_suggestedPollingIntervalInSec\": -1,\n    \"pollForJobStatus_suggestedOperationTimeoutInSec\": -1\n}"},{"id":"787a6753-f8d2-4081-817c-fa9d632ef4be","name":"Deploy Defined infrastructure connection to the commissioned state","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":" \r\n{\r\n  \"Tag\": \"Cmd_CommissionInService\",\r\n  \"userLabel\": \"11STAR1-Trail-3\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{server}}:8443/oms1350/data/otn/connections/{{ConnectionId}}/action?orderNumber={{orderNo}}&orderId={{OrderId}}&type=NtwConnCommission&connName={{connName}}","protocol":"https","host":["{{server}}"],"port":"8443","path":["oms1350","data","otn","connections","{{ConnectionId}}","action"],"query":[{"key":"orderNumber","value":"{{orderNo}}"},{"key":"orderId","value":"{{OrderId}}"},{"key":"type","value":"NtwConnCommission"},{"key":"connName","value":"{{connName}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-security-policy","value":"frame-ancestors 'self'"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"cache-control","value":"no-cache"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Fri, 01 Mar 2024 09:24:13 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Multiple commands have errors, see Jobs/Run-history screen for details .\",\n    \"messageId\": \"NWC7001E\",\n    \"messageParams\": \"[Multiple commands have errors, see Jobs/Run-history screen for details]\",\n    \"messageSeverity\": \"E\",\n    \"status\": \"FAILURE\",\n    \"connectionName\": \"\",\n    \"connectionId\": -1,\n    \"orderNumber\": \"\",\n    \"orderId\": \"\",\n    \"orderStep\": 0,\n    \"id\": \"1995180971790116\",\n    \"errorField\": \"\",\n    \"errorValue\": \"\",\n    \"pollForJobStatus_suggestedPollingIntervalInSec\": -1,\n    \"pollForJobStatus_suggestedOperationTimeoutInSec\": -1\n}"}],"_postman_id":"e86c09fb-9063-4ee5-b412-7621b6ce833b"},{"name":"Verify Commissioned Infrastructure","id":"c2c4c559-4ca4-42c8-8c1f-bdeb6ba33975","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:8443/oms1350/data/otn/connections/trails","urlObject":{"protocol":"https","port":"8443","path":["oms1350","data","otn","connections","trails"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"edc163e0-c923-4796-9bf4-c74939babcea","name":"Verify commissioned infrastructure","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:8443/oms1350/data/otn/connections/trails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"cache-control","value":"no-cache"},{"key":"content-security-policy","value":"frame-ancestors 'self'"},{"key":"x-frame-options","value":"SAMEORIGIN"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-xss-protection","value":"1; mode=block"},{"key":"content-range","value":"items 0-12/13"},{"key":"access-control-expose-headers","value":"Content-Range"},{"key":"content-type","value":"application/json"},{"key":"transfer-encoding","value":"chunked"},{"key":"date","value":"Fri, 01 Mar 2024 07:23:51 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"reqCompletionStatus\": 0,\n    \"requestId\": 0,\n    \"clientName\": null,\n    \"clientLocation\": null,\n    \"clientUser\": null,\n    \"sessionId\": \"\",\n    \"mdcId\": null,\n    \"sequenceNum\": 0,\n    \"moreToCome\": false,\n    \"messages\": [],\n    \"errcde\": null,\n    \"errorParams\": null,\n    \"Nadstring\": null,\n    \"nextTasks\": null,\n    \"items\": [\n        {\n            \"className\": \"trail\",\n            \"id\": \"76\",\n            \"key\": \"trail/76\",\n            \"guiLabel\": \"FTP_CONFIGD_D2_MP-1/AM2125A-1-3-LINEOUT FTP_CONFIGD_D2_MP-2/AM2125A-1-2-LINEIN OMS\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-07T20:44:48Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"26\",\n            \"groupOrderId\": \"0\",\n            \"groupOrderType\": \"GOT_NA\",\n            \"orderStep\": \"CST_IN_EFFECT\",\n            \"stepState\": \"SSTATE_COMPLETED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"OMS\",\n            \"effectiveRate\": \"OMS\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_IN_EFFECT\",\n            \"operationalState\": \"Down\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Major\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"N/A\",\n            \"orderNumber\": \"A26\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_ON\",\n            \"provisionableWavekey\": \"N/A\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"AM2125A-1-3-LINEOUT\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-2\",\n            \"z1PortName\": \"AM2125A-1-2-LINEIN\",\n            \"a2NeName\": \"FTP_CONFIGD_D2_MP-2\",\n            \"a2PortName\": \"AM2125A-1-3-LINEOUT\",\n            \"z2NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z2PortName\": \"AM2125A-1-2-LINEIN\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-2\",\n            \"a2NodeName\": \"FTP_CONFIGD_D2_MP-2\",\n            \"z2NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 4,\n            \"a2NodeId\": 4,\n            \"z2NodeId\": 3,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"1830PSS_32\",\n            \"z2NodeType\": \"1830PSS_32\",\n            \"aPortId\": 13764,\n            \"zPortId\": 43479,\n            \"a2PortId\": 20074,\n            \"z2PortId\": 4032,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/AM2125A-1-3-LINEOUT\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-2/AM2125A-1-2-LINEIN\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/AM2125A-1-3-LINEOUT\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-2/AM2125A-1-2-LINEIN\",\n            \"a2NodeAndPort\": \"FTP_CONFIGD_D2_MP-2/AM2125A-1-3-LINEOUT\",\n            \"z2NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/AM2125A-1-2-LINEIN\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"Enabled\",\n            \"pm15min\": \"Enabled\",\n            \"nimEnabled\": \"N/A\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_UNI\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/76\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_SYSTEM_NOTIF\",\n            \"createdByUser\": \"System Notify\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 4,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"band\": \"C\",\n            \"tsCount\": \"0\",\n            \"gridtype\": \"standard\",\n            \"associatednprtlid\": 1,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 125000,\n            \"containerType\": \"oms\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_false\",\n            \"spectrumWidth\": \"\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"26\",\n            \"reversionGroupName\": \"\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_DOUBLE_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": 0,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": 0,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"NA\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/AM2125A-1-3-LINEOUT\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-2/AM2125A-1-2-LINEIN\",\n            \"asecontrolMode\": \"NA\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"78\",\n            \"key\": \"trail/78\",\n            \"guiLabel\": \"FTP_CONFIGD_D2_MP-3/AHPLG-1-2-LINE FTP_CONFIGD_D2_MP-2/AHPHG-1-6-LINE OMS\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-07T20:45:08Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"28\",\n            \"groupOrderId\": \"0\",\n            \"groupOrderType\": \"GOT_NA\",\n            \"orderStep\": \"CST_IN_EFFECT\",\n            \"stepState\": \"SSTATE_COMPLETED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"OMS\",\n            \"effectiveRate\": \"OMS\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_IN_EFFECT\",\n            \"operationalState\": \"Down\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Major\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"N/A\",\n            \"orderNumber\": \"A28\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_ON\",\n            \"provisionableWavekey\": \"N/A\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"a1PortName\": \"AHPLG-1-2-LINE\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-2\",\n            \"z1PortName\": \"AHPHG-1-6-LINE\",\n            \"a2NeName\": \"\",\n            \"z2NeName\": \"\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-2\",\n            \"aNodeId\": 5,\n            \"zNodeId\": 4,\n            \"a2NodeId\": 0,\n            \"z2NodeId\": 0,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"\",\n            \"z2NodeType\": \"\",\n            \"aPortId\": 47882,\n            \"zPortId\": 40392,\n            \"a2PortId\": 0,\n            \"z2PortId\": 0,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-3/AHPLG-1-2-LINE\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-2/AHPHG-1-6-LINE\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/AHPLG-1-2-LINE\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-2/AHPHG-1-6-LINE\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"Enabled\",\n            \"pm15min\": \"Enabled\",\n            \"nimEnabled\": \"N/A\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/78\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_SYSTEM_NOTIF\",\n            \"createdByUser\": \"System Notify\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 2,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"band\": \"C\",\n            \"tsCount\": \"0\",\n            \"gridtype\": \"standard\",\n            \"associatednprtlid\": 2,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 125000,\n            \"containerType\": \"oms\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_false\",\n            \"spectrumWidth\": \"\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"28\",\n            \"reversionGroupName\": \"\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": 0,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": 0,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"NA\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-3/AHPLG-1-2-LINE\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-2/AHPHG-1-6-LINE\",\n            \"asecontrolMode\": \"NA\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"124\",\n            \"key\": \"trail/124\",\n            \"guiLabel\": \"11STAR1-Trail-2\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-08T10:48:07Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"64\",\n            \"groupOrderId\": \"144\",\n            \"groupOrderType\": \"GOT_CLNT_AND_SERVERS_PROV\",\n            \"groupOrderName\": \"g-11STAR1-Trail-2\",\n            \"connectionAlias\": \"11STAR1-Trail-2\",\n            \"orderStep\": \"CST_IMPLEMENTATION_FAILED\",\n            \"stepState\": \"SSTATE_FAILED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"ODU2\",\n            \"effectiveRate\": \"ODU2\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_IMPLEMENTATION\",\n            \"operationalState\": \"NA\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Cleared\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"N/A\",\n            \"orderNumber\": \"A64\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_NA\",\n            \"provisionableWavekey\": \"keyed\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"11STAR1-1-27-L1-1\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1PortName\": \"11STAR1-1-28-L1-1\",\n            \"a2NeName\": \"\",\n            \"z2NeName\": \"\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 5,\n            \"a2NodeId\": 0,\n            \"z2NodeId\": 0,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"\",\n            \"z2NodeType\": \"\",\n            \"aPortId\": 3248,\n            \"zPortId\": 45326,\n            \"a2PortId\": 0,\n            \"z2PortId\": 0,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-27-L1-1\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-28-L1-1\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-27-L1-1\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-28-L1-1\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"Enabled\",\n            \"pm15min\": \"Disabled\",\n            \"nimEnabled\": \"Enabled\",\n            \"lowUtilizationThreshold\": 50,\n            \"highUtilizationThreshold\": 80,\n            \"linkUtilProfileName\": \"DEFAULT\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/124\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_USER\",\n            \"createdByUser\": \"admin\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 2,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"tsCount\": \"0\",\n            \"associatednprtlid\": 0,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 0,\n            \"containerType\": \"odu2\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_true\",\n            \"spectrumWidth\": \"spectrumwidth_500\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"64\",\n            \"reversionGroupName\": \"\",\n            \"noofCarrier\": \"1\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": -1,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": -1,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"10GB\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-27-L1-1\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-28-L1-1\",\n            \"asecontrolMode\": \"NA\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"125\",\n            \"key\": \"trail/125\",\n            \"guiLabel\": \"11STAR1-Trail-4\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-08T10:48:08Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"65\",\n            \"groupOrderId\": \"0\",\n            \"groupOrderType\": \"GOT_NA\",\n            \"connectionAlias\": \"11STAR1-Trail-4\",\n            \"orderStep\": \"CST_PLANNED\",\n            \"stepState\": \"SSTATE_COMPLETED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"ODU2\",\n            \"effectiveRate\": \"ODU2\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_PLANNED\",\n            \"operationalState\": \"NA\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Cleared\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"N/A\",\n            \"orderNumber\": \"A65\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_NA\",\n            \"provisionableWavekey\": \"N/A\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"11STAR1-1-26-L1-1\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1PortName\": \"11STAR1-1-8-L1-1\",\n            \"a2NeName\": \"\",\n            \"z2NeName\": \"\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 5,\n            \"a2NodeId\": 0,\n            \"z2NodeId\": 0,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"\",\n            \"z2NodeType\": \"\",\n            \"aPortId\": 12145,\n            \"zPortId\": 45123,\n            \"a2PortId\": 0,\n            \"z2PortId\": 0,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-26-L1-1\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-8-L1-1\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-26-L1-1\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-8-L1-1\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"NotEnabled\",\n            \"pm15min\": \"NotEnabled\",\n            \"nimEnabled\": \"N/A\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/125\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_USER\",\n            \"createdByUser\": \"admin\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 2,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"tsCount\": \"0\",\n            \"associatednprtlid\": 0,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 0,\n            \"containerType\": \"odu2\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_true\",\n            \"spectrumWidth\": \"spectrumwidth_500\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"65\",\n            \"reversionGroupName\": \"\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": -1,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": -1,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"10GB\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-26-L1-1\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-8-L1-1\",\n            \"asecontrolMode\": \"NA\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"126\",\n            \"key\": \"trail/126\",\n            \"guiLabel\": \"11STAR1-Trail-5\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-08T10:48:08Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"66\",\n            \"groupOrderId\": \"142\",\n            \"groupOrderType\": \"GOT_CLNT_AND_SERVERS_PROV\",\n            \"groupOrderName\": \"g-11STAR1-Trail-5\",\n            \"connectionAlias\": \"11STAR1-Trail-5\",\n            \"orderStep\": \"CST_IMPLEMENTATION_FAILED\",\n            \"stepState\": \"SSTATE_FAILED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"ODU2\",\n            \"effectiveRate\": \"ODU2\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_IMPLEMENTATION\",\n            \"operationalState\": \"NA\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Cleared\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"N/A\",\n            \"orderNumber\": \"A66\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_NA\",\n            \"provisionableWavekey\": \"keyed\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"11STAR1-1-7-L1-1\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1PortName\": \"11STAR1-1-26-L1-1\",\n            \"a2NeName\": \"\",\n            \"z2NeName\": \"\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 5,\n            \"a2NodeId\": 0,\n            \"z2NodeId\": 0,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"\",\n            \"z2NodeType\": \"\",\n            \"aPortId\": 14538,\n            \"zPortId\": 47006,\n            \"a2PortId\": 0,\n            \"z2PortId\": 0,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-7-L1-1\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-26-L1-1\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-7-L1-1\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-26-L1-1\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"Enabled\",\n            \"pm15min\": \"Disabled\",\n            \"nimEnabled\": \"Enabled\",\n            \"lowUtilizationThreshold\": 50,\n            \"highUtilizationThreshold\": 80,\n            \"linkUtilProfileName\": \"DEFAULT\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/126\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_USER\",\n            \"createdByUser\": \"admin\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 2,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"tsCount\": \"0\",\n            \"associatednprtlid\": 0,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 0,\n            \"containerType\": \"odu2\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_true\",\n            \"spectrumWidth\": \"spectrumwidth_500\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"66\",\n            \"reversionGroupName\": \"\",\n            \"noofCarrier\": \"1\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": -1,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": -1,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"10GB\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-7-L1-1\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-26-L1-1\",\n            \"asecontrolMode\": \"NA\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"127\",\n            \"key\": \"trail/127\",\n            \"guiLabel\": \"43SCX4-ODU3-MP-FTP-Trail-2\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-08T10:48:09Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"67\",\n            \"groupOrderId\": \"0\",\n            \"groupOrderType\": \"GOT_NA\",\n            \"connectionAlias\": \"43SCX4-ODU3-MP-FTP-Trail-2\",\n            \"orderStep\": \"CST_PLANNED\",\n            \"stepState\": \"SSTATE_COMPLETED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"ODU3\",\n            \"effectiveRate\": \"ODU3\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_PLANNED\",\n            \"operationalState\": \"NA\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Cleared\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"N/A\",\n            \"orderNumber\": \"A67\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_NA\",\n            \"provisionableWavekey\": \"N/A\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"43SCX4-1-12-L1-1\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1PortName\": \"43SCX4-1-12-L1-1\",\n            \"a2NeName\": \"\",\n            \"z2NeName\": \"\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 5,\n            \"a2NodeId\": 0,\n            \"z2NodeId\": 0,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"\",\n            \"z2NodeType\": \"\",\n            \"aPortId\": 12153,\n            \"zPortId\": 49465,\n            \"a2PortId\": 0,\n            \"z2PortId\": 0,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/43SCX4-1-12-L1-1\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-3/43SCX4-1-12-L1-1\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/43SCX4-1-12-L1-1\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/43SCX4-1-12-L1-1\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"NotEnabled\",\n            \"pm15min\": \"NotEnabled\",\n            \"nimEnabled\": \"N/A\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/127\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_USER\",\n            \"createdByUser\": \"admin\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 2,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"tsCount\": \"0\",\n            \"associatednprtlid\": 0,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 0,\n            \"containerType\": \"odu3\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_true\",\n            \"spectrumWidth\": \"spectrumwidth_500\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"67\",\n            \"reversionGroupName\": \"\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": -1,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": -1,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"40GB\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/43SCX4-1-12-L1-1\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-3/43SCX4-1-12-L1-1\",\n            \"asecontrolMode\": \"NA\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"128\",\n            \"key\": \"trail/128\",\n            \"guiLabel\": \"11STAR1-Trail-8\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-08T10:48:10Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"68\",\n            \"groupOrderId\": \"0\",\n            \"groupOrderType\": \"GOT_NA\",\n            \"connectionAlias\": \"11STAR1-Trail-8\",\n            \"orderStep\": \"CST_PLANNED\",\n            \"stepState\": \"SSTATE_COMPLETED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"ODU2\",\n            \"effectiveRate\": \"ODU2\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_PLANNED\",\n            \"operationalState\": \"NA\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Cleared\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"N/A\",\n            \"orderNumber\": \"A68\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_NA\",\n            \"provisionableWavekey\": \"N/A\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"11STAR1-2-35-L1-1\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1PortName\": \"11STAR1-1-6-L1-1\",\n            \"a2NeName\": \"\",\n            \"z2NeName\": \"\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 5,\n            \"a2NodeId\": 0,\n            \"z2NodeId\": 0,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"\",\n            \"z2NodeType\": \"\",\n            \"aPortId\": 1609,\n            \"zPortId\": 50263,\n            \"a2PortId\": 0,\n            \"z2PortId\": 0,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-2-35-L1-1\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-6-L1-1\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/11STAR1-2-35-L1-1\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-6-L1-1\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"NotEnabled\",\n            \"pm15min\": \"NotEnabled\",\n            \"nimEnabled\": \"N/A\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/128\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_USER\",\n            \"createdByUser\": \"admin\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 2,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"tsCount\": \"0\",\n            \"associatednprtlid\": 0,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 0,\n            \"containerType\": \"odu2\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_true\",\n            \"spectrumWidth\": \"spectrumwidth_500\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"68\",\n            \"reversionGroupName\": \"\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": -1,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": -1,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"10GB\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-2-35-L1-1\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-6-L1-1\",\n            \"asecontrolMode\": \"NA\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"129\",\n            \"key\": \"trail/129\",\n            \"guiLabel\": \"11STAR1-Trail-7\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-08T10:48:10Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"69\",\n            \"groupOrderId\": \"0\",\n            \"groupOrderType\": \"GOT_NA\",\n            \"connectionAlias\": \"11STAR1-Trail-7\",\n            \"orderStep\": \"CST_PLANNED\",\n            \"stepState\": \"SSTATE_COMPLETED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"ODU2\",\n            \"effectiveRate\": \"ODU2\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_PLANNED\",\n            \"operationalState\": \"NA\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Cleared\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"N/A\",\n            \"orderNumber\": \"A69\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_NA\",\n            \"provisionableWavekey\": \"N/A\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"11STAR1-2-17-L1-1\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1PortName\": \"11STAR1-1-25-L1-1\",\n            \"a2NeName\": \"\",\n            \"z2NeName\": \"\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 5,\n            \"a2NodeId\": 0,\n            \"z2NodeId\": 0,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"\",\n            \"z2NodeType\": \"\",\n            \"aPortId\": 12975,\n            \"zPortId\": 45318,\n            \"a2PortId\": 0,\n            \"z2PortId\": 0,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-2-17-L1-1\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-25-L1-1\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/11STAR1-2-17-L1-1\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-25-L1-1\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"NotEnabled\",\n            \"pm15min\": \"NotEnabled\",\n            \"nimEnabled\": \"N/A\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/129\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_USER\",\n            \"createdByUser\": \"admin\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 2,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"tsCount\": \"0\",\n            \"associatednprtlid\": 0,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 0,\n            \"containerType\": \"odu2\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_true\",\n            \"spectrumWidth\": \"spectrumwidth_500\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"69\",\n            \"reversionGroupName\": \"\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": -1,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": -1,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"10GB\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-2-17-L1-1\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-25-L1-1\",\n            \"asecontrolMode\": \"NA\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"130\",\n            \"key\": \"trail/130\",\n            \"guiLabel\": \"11STAR1-Trail-6\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-08T10:48:11Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"70\",\n            \"groupOrderId\": \"0\",\n            \"groupOrderType\": \"GOT_NA\",\n            \"connectionAlias\": \"11STAR1-Trail-6\",\n            \"orderStep\": \"CST_PLANNED\",\n            \"stepState\": \"SSTATE_COMPLETED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"ODU2\",\n            \"effectiveRate\": \"ODU2\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_PLANNED\",\n            \"operationalState\": \"NA\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Cleared\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"N/A\",\n            \"orderNumber\": \"A70\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_NA\",\n            \"provisionableWavekey\": \"N/A\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"11STAR1-1-25-L1-1\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1PortName\": \"11STAR1-1-7-L1-1\",\n            \"a2NeName\": \"\",\n            \"z2NeName\": \"\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 5,\n            \"a2NodeId\": 0,\n            \"z2NodeId\": 0,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"\",\n            \"z2NodeType\": \"\",\n            \"aPortId\": 12160,\n            \"zPortId\": 45150,\n            \"a2PortId\": 0,\n            \"z2PortId\": 0,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-25-L1-1\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-7-L1-1\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-25-L1-1\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-7-L1-1\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"NotEnabled\",\n            \"pm15min\": \"NotEnabled\",\n            \"nimEnabled\": \"N/A\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/130\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_USER\",\n            \"createdByUser\": \"admin\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 2,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"tsCount\": \"0\",\n            \"associatednprtlid\": 0,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 0,\n            \"containerType\": \"odu2\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_true\",\n            \"spectrumWidth\": \"spectrumwidth_500\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"70\",\n            \"reversionGroupName\": \"\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": -1,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": -1,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"10GB\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-25-L1-1\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-7-L1-1\",\n            \"asecontrolMode\": \"NA\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"131\",\n            \"key\": \"trail/131\",\n            \"guiLabel\": \"11STAR1-Trail-3\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-08T10:48:11Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"71\",\n            \"groupOrderId\": \"0\",\n            \"groupOrderType\": \"GOT_NA\",\n            \"connectionAlias\": \"11STAR1-Trail-3\",\n            \"orderStep\": \"CST_PLANNED\",\n            \"stepState\": \"SSTATE_COMPLETED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"ODU2\",\n            \"effectiveRate\": \"ODU2\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_PLANNED\",\n            \"operationalState\": \"NA\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Cleared\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"N/A\",\n            \"orderNumber\": \"A71\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_NA\",\n            \"provisionableWavekey\": \"N/A\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"11STAR1-1-8-L1-1\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1PortName\": \"11STAR1-1-27-L1-1\",\n            \"a2NeName\": \"\",\n            \"z2NeName\": \"\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 5,\n            \"a2NodeId\": 0,\n            \"z2NodeId\": 0,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"\",\n            \"z2NodeType\": \"\",\n            \"aPortId\": 9804,\n            \"zPortId\": 48668,\n            \"a2PortId\": 0,\n            \"z2PortId\": 0,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-8-L1-1\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-27-L1-1\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-8-L1-1\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-27-L1-1\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"NotEnabled\",\n            \"pm15min\": \"NotEnabled\",\n            \"nimEnabled\": \"N/A\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/131\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_USER\",\n            \"createdByUser\": \"admin\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 2,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"tsCount\": \"0\",\n            \"associatednprtlid\": 0,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 0,\n            \"containerType\": \"odu2\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_true\",\n            \"spectrumWidth\": \"spectrumwidth_500\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"71\",\n            \"reversionGroupName\": \"\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": -1,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": -1,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"10GB\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-8-L1-1\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-27-L1-1\",\n            \"asecontrolMode\": \"NA\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"132\",\n            \"key\": \"trail/132\",\n            \"guiLabel\": \"43SCX4-ODU3-MP-FTP-Trail-1\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-08T10:48:12Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"72\",\n            \"groupOrderId\": \"0\",\n            \"groupOrderType\": \"GOT_NA\",\n            \"connectionAlias\": \"43SCX4-ODU3-MP-FTP-Trail-1\",\n            \"orderStep\": \"CST_PLANNED\",\n            \"stepState\": \"SSTATE_COMPLETED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"ODU3\",\n            \"effectiveRate\": \"ODU3\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_PLANNED\",\n            \"operationalState\": \"NA\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Cleared\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"N/A\",\n            \"orderNumber\": \"A72\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_NA\",\n            \"provisionableWavekey\": \"N/A\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"43SCX4-1-15-L1-1\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1PortName\": \"43SCX4-1-15-L1-1\",\n            \"a2NeName\": \"\",\n            \"z2NeName\": \"\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 5,\n            \"a2NodeId\": 0,\n            \"z2NodeId\": 0,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"\",\n            \"z2NodeType\": \"\",\n            \"aPortId\": 4807,\n            \"zPortId\": 45159,\n            \"a2PortId\": 0,\n            \"z2PortId\": 0,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/43SCX4-1-15-L1-1\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-3/43SCX4-1-15-L1-1\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/43SCX4-1-15-L1-1\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/43SCX4-1-15-L1-1\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"NotEnabled\",\n            \"pm15min\": \"NotEnabled\",\n            \"nimEnabled\": \"N/A\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/132\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_USER\",\n            \"createdByUser\": \"admin\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 2,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"tsCount\": \"0\",\n            \"associatednprtlid\": 0,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 0,\n            \"containerType\": \"odu3\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_true\",\n            \"spectrumWidth\": \"spectrumwidth_500\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"72\",\n            \"reversionGroupName\": \"\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": -1,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": -1,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"40GB\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/43SCX4-1-15-L1-1\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-3/43SCX4-1-15-L1-1\",\n            \"asecontrolMode\": \"NA\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"141\",\n            \"key\": \"trail/141\",\n            \"guiLabel\": \"11STAR1-Trail-5 FTP_CONFIGD_D2_MP-1/11STAR1-1-7-L1 FTP_CONFIGD_D2_MP-3/11STAR1-1-26-L1 OTU2#1\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-27T11:53:01Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"81\",\n            \"groupOrderId\": \"142\",\n            \"groupOrderType\": \"GOT_CLNT_AND_SERVERS_PROV\",\n            \"groupOrderName\": \"g-11STAR1-Trail-5\",\n            \"connectionAlias\": \"11STAR1-Trail-5 FTP_CONFIGD_D2_MP-1/11STAR1-1-7-L1 FTP_CONFIGD_D2_MP-3/11STAR1-1-26-L1 OTU2#1\",\n            \"orderStep\": \"CST_IMPLEMENTATION_FAILED\",\n            \"stepState\": \"SSTATE_FAILED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"OTU2\",\n            \"effectiveRate\": \"OTU2\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_IMPLEMENTATION\",\n            \"operationalState\": \"NA\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Cleared\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"9385.000\",\n            \"orderNumber\": \"A81\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_NA\",\n            \"provisionableWavekey\": \"keyed\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"11STAR1-1-7-L1\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1PortName\": \"11STAR1-1-26-L1\",\n            \"a2NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"a2PortName\": \"11STAR1-1-26-L1\",\n            \"z2NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z2PortName\": \"11STAR1-1-7-L1\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"a2NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z2NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 5,\n            \"a2NodeId\": 5,\n            \"z2NodeId\": 3,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"1830PSS_32\",\n            \"z2NodeType\": \"1830PSS_32\",\n            \"aPortId\": 14537,\n            \"zPortId\": 47005,\n            \"a2PortId\": 47005,\n            \"z2PortId\": 14537,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-7-L1\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-26-L1\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-7-L1\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-26-L1\",\n            \"a2NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-26-L1\",\n            \"z2NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-7-L1\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"Enabled\",\n            \"pm15min\": \"Disabled\",\n            \"nimEnabled\": \"N/A\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/141\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_SYSTEM\",\n            \"createdByUser\": \"System\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 4,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"band\": \"C\",\n            \"tsCount\": \"0\",\n            \"associatednprtlid\": 0,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 0,\n            \"containerType\": \"otu2\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_true\",\n            \"spectrumWidth\": \"spectrumwidth_500\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"81\",\n            \"reversionGroupName\": \"\",\n            \"noofCarrier\": \"1\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": -1,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": -1,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"10GB\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-7-L1\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-26-L1\",\n            \"asecontrolMode\": \"Use NE Value\",\n            \"subseaSupported\": \"false\"\n        },\n        {\n            \"className\": \"trail\",\n            \"id\": \"143\",\n            \"key\": \"trail/143\",\n            \"guiLabel\": \"11STAR1-Trail-2 FTP_CONFIGD_D2_MP-1/11STAR1-1-27-L1 FTP_CONFIGD_D2_MP-3/11STAR1-1-28-L1 OTU2#1\",\n            \"vsClientState\": \"VSCS_NOT_APPLICABLE\",\n            \"vsClientId\": -1,\n            \"connectionType\": \"trail\",\n            \"receivedDate\": \"2024-02-28T06:19:54Z\",\n            \"eventDate\": \"\",\n            \"orderId\": \"83\",\n            \"groupOrderId\": \"144\",\n            \"groupOrderType\": \"GOT_CLNT_AND_SERVERS_PROV\",\n            \"groupOrderName\": \"g-11STAR1-Trail-2\",\n            \"connectionAlias\": \"11STAR1-Trail-2 FTP_CONFIGD_D2_MP-1/11STAR1-1-27-L1 FTP_CONFIGD_D2_MP-3/11STAR1-1-28-L1 OTU2#1\",\n            \"orderStep\": \"CST_IMPLEMENTATION_FAILED\",\n            \"stepState\": \"SSTATE_FAILED\",\n            \"orderType\": \"OT_ADD\",\n            \"layerRate\": \"OTU2\",\n            \"effectiveRate\": \"OTU2\",\n            \"displayProtectionType\": \"DPT_UN_PROTECTED\",\n            \"protectionRole\": \"PR_NA\",\n            \"state\": \"CST_IMPLEMENTATION\",\n            \"operationalState\": \"NA\",\n            \"category\": \"CC_MANAGED_PLANE\",\n            \"alarmEnabling\": \"Not Set\",\n            \"alarmState\": \"Cleared\",\n            \"alarmSeverity\": \"Cleared\",\n            \"serverAlmState\": \"Cleared\",\n            \"TCMEnabled\": \"TCM_STATUS_NA\",\n            \"TCMASAPEnabled\": \"TCM_STATUS_NA\",\n            \"nmlASAPName\": \"default ASAP\",\n            \"frequency\": \"9355.000\",\n            \"orderNumber\": \"A83\",\n            \"customerName\": \"\",\n            \"serviceState\": \"ServiceState_NA\",\n            \"provisionableWavekey\": \"keyed\",\n            \"a1NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"a1PortName\": \"11STAR1-1-27-L1\",\n            \"z1NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z1PortName\": \"11STAR1-1-28-L1\",\n            \"a2NeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"a2PortName\": \"11STAR1-1-28-L1\",\n            \"z2NeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z2PortName\": \"11STAR1-1-27-L1\",\n            \"a1NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"z1NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"a2NodeName\": \"FTP_CONFIGD_D2_MP-3\",\n            \"z2NodeName\": \"FTP_CONFIGD_D2_MP-1\",\n            \"aNodeId\": 3,\n            \"zNodeId\": 5,\n            \"a2NodeId\": 5,\n            \"z2NodeId\": 3,\n            \"aNodeType\": \"1830PSS_32\",\n            \"zNodeType\": \"1830PSS_32\",\n            \"a2NodeType\": \"1830PSS_32\",\n            \"z2NodeType\": \"1830PSS_32\",\n            \"aPortId\": 3247,\n            \"zPortId\": 45325,\n            \"a2PortId\": 45325,\n            \"z2PortId\": 3247,\n            \"aPortLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-27-L1\",\n            \"zPortLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-28-L1\",\n            \"a1NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-27-L1\",\n            \"z1NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-28-L1\",\n            \"a2NodeAndPort\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-28-L1\",\n            \"z2NodeAndPort\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-27-L1\",\n            \"omspTrailId\": 0,\n            \"pm24hour\": \"Enabled\",\n            \"pm15min\": \"Disabled\",\n            \"nimEnabled\": \"N/A\",\n            \"isPMSupported\": \"Required\",\n            \"connectionDirection\": \"CD_BID\",\n            \"is3rdPartyLink\": \"false\",\n            \"thirdPartyName\": \"\",\n            \"thirdPartyDesc\": \"\",\n            \"nprTlId\": \"0\",\n            \"sdhConnectionId\": \"-1\",\n            \"sdhClientId\": \"-1\",\n            \"isUsedInSdh\": \"false\",\n            \"fdn\": \"1/143\",\n            \"mismatchType\": \"NA\",\n            \"clientRouteState\": \"NA\",\n            \"createdBy\": \"CB_SYSTEM\",\n            \"createdByUser\": \"System\",\n            \"modifiedDate\": \"\",\n            \"endpoints\": 4,\n            \"inconsistentMismatchType\": \"\",\n            \"inconsistentAcknowledgedBy\": \"\",\n            \"inconsistentEventDate\": \"\",\n            \"inconsistentAckDate\": \"\",\n            \"isL0CRRD\": \"false\",\n            \"isCurrentRouteRD\": \"false\",\n            \"serverConnId\": 0,\n            \"serverConnectionCategory\": \"CC_NA\",\n            \"sncConnId\": 0,\n            \"sncConnectionCategory\": \"CC_NA\",\n            \"isSlteSupported\": \"false\",\n            \"isOtdrSupported\": \"false\",\n            \"allowAsonResources\": \"No\",\n            \"hasAsonResources\": \"No\",\n            \"switchCapability\": \"0\",\n            \"scId\": \"N/A\",\n            \"band\": \"C\",\n            \"tsCount\": \"0\",\n            \"associatednprtlid\": 0,\n            \"accessCtrlDomain\": \"unknown unknown\",\n            \"encoding\": \"N/A\",\n            \"autoInService\": \"N/A\",\n            \"autoInServiceTimer\": \"N/A\",\n            \"isDarkFiberAssociated\": \"false\",\n            \"fiberAscStatus\": \"false\",\n            \"isOtdrExternalSupported\": \"false\",\n            \"otdrSummary\": \"NO_SCAN\",\n            \"lineGranularity\": 0,\n            \"containerType\": \"otu2\",\n            \"singleFiberChannelPlan\": \"N/A\",\n            \"olcState\": \"OlcState_InService\",\n            \"npaUserLabel\": \"\",\n            \"importedFromPT\": \"importedFromPT_true\",\n            \"spectrumWidth\": \"spectrumwidth_500\",\n            \"dmTimestamp\": \"\",\n            \"revertiveMode\": \"RevertiveMode_NA\",\n            \"waitToRestoreTime\": \"\",\n            \"isEline\": \"No\",\n            \"scheduledJobs\": \"\",\n            \"lineModeProfile\": \"\",\n            \"lineModeProfileDescription\": \"\",\n            \"testStatus\": \"ST_NA\",\n            \"discrepancy\": 0,\n            \"discrepancyString\": \"ConsistencyStatus_na\",\n            \"isSubseaSupported\": \"false\",\n            \"invariantConnID\": \"83\",\n            \"reversionGroupName\": \"\",\n            \"noofCarrier\": \"1\",\n            \"servicereservation\": \"N/A\",\n            \"reservationExpiryDate\": \"\",\n            \"is5gtributarysize\": \"N/A\",\n            \"connectionShape\": \"CS_SIMPLE\",\n            \"openSNCP\": \"N/A\",\n            \"modificationTime\": -1,\n            \"diversityGroupName\": \"\",\n            \"diversityGroupId\": -1,\n            \"diversityGroupOperState\": \"NA\",\n            \"diversityRule\": \"\",\n            \"uptimeOpstate\": -1,\n            \"uptimeUas\": -1,\n            \"lockState\": \"LS_UNLOCKED\",\n            \"capacity\": \"10GB\",\n            \"npauserLabel\": \"\",\n            \"lineModeProfileId\": \"\",\n            \"aportLabel\": \"FTP_CONFIGD_D2_MP-1/11STAR1-1-27-L1\",\n            \"zportLabel\": \"FTP_CONFIGD_D2_MP-3/11STAR1-1-28-L1\",\n            \"asecontrolMode\": \"Use NE Value\",\n            \"subseaSupported\": \"false\"\n        }\n    ],\n    \"data\": null,\n    \"failedCompletion\": false,\n    \"nadString\": null,\n    \"successfulCompletion\": false,\n    \"timeout\": 0\n}"}],"_postman_id":"c2c4c559-4ca4-42c8-8c1f-bdeb6ba33975"}],"id":"b40ccf91-beda-46ae-aaf1-8e205d470fb5","_postman_id":"b40ccf91-beda-46ae-aaf1-8e205d470fb5","description":""},{"name":"Trail Workflow in WS-P (Manual Routing)","item":[{"name":"Fetch the trail ID","id":"86530a5d-1589-40ae-b0c6-55523544718f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/map/demands","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","map","demands"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"cd7a7ea5-85c2-4e31-a07c-3f1f8ce3b9c5","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/map/demands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Jun 2024 10:14:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 330,\n        \"name\": \"Trail1\",\n        \"description\": \"updated trail description in postman\",\n        \"nfmtName\": \"\",\n        \"srcSiteId\": 50,\n        \"dstSiteId\": 70,\n        \"ntwLayer\": \"DEMAND\",\n        \"endPointReqList\": {\n            \"tpA\": {\n                \"orientation\": \"Tp A\",\n                \"site\": {\n                    \"id\": 50,\n                    \"name\": \"Site1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"gmplsStatus\": true,\n                    \"type\": \"Site1\",\n                    \"geoLat\": 26.66667,\n                    \"geoLon\": 10.74075,\n                    \"nonGeoLat\": 26.66667,\n                    \"nonGeoLon\": 10.74075,\n                    \"geocoding\": false,\n                    \"floorAndRoom\": \"Floor1, Room1\",\n                    \"maxAislesPerRoom\": 5,\n                    \"maxBaysPerAisle\": 10,\n                    \"etr\": false,\n                    \"clustered\": false,\n                    \"anssiQSconfigured\": false,\n                    \"lockLatLong\": false,\n                    \"powerFilterType\": \"WITH_BREAKER\",\n                    \"shelfPowerFeedLimit\": 0,\n                    \"allowPF30\": false,\n                    \"allowPF60\": false,\n                    \"allowPF70\": false,\n                    \"allowPF20\": false,\n                    \"allowPF50\": true,\n                    \"pss16AllowPF20\": true,\n                    \"pss16AllowPF35\": false,\n                    \"pss4AllowPF7\": true,\n                    \"pss4AllowPF4\": false,\n                    \"pss4AllowPF5\": false,\n                    \"pss16IIPowerFilter\": \"DC\",\n                    \"pss8PowerFilter\": \"DC\",\n                    \"psi8LPowerFilter\": \"DC\",\n                    \"psi4LPowerFilter\": \"DC\",\n                    \"psiACPowerCord\": \"US\",\n                    \"pss24xPowerFilter\": \"DC48V70A\",\n                    \"pss8ACVoltageFloor\": 0,\n                    \"requireMaxDegree8\": false,\n                    \"forceHighCapacityFilter\": true,\n                    \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                    \"defaultDGETypeLBand\": \"None\",\n                    \"segregationOT\": \"AllowMixing\",\n                    \"useLowLatencyDCMsInNonModularOAs\": false,\n                    \"meshFiberingScheme\": \"Standard\",\n                    \"meshFiberingSchemeLband\": \"Standard\",\n                    \"meshFiberingType\": \"MSH4-FSB\",\n                    \"segmentLBandConnected\": true,\n                    \"profile\": \"CDCF\",\n                    \"requireROADM\": false,\n                    \"defaultWR\": \"IRDM32\",\n                    \"maxADDegree\": 0,\n                    \"maxCWRinADBlock\": 8,\n                    \"bandType\": \"C\",\n                    \"allowPacket\": true,\n                    \"upgradeableROADM\": false,\n                    \"opsysPassThruNodeOptions\": \"OADM\",\n                    \"isCore\": false,\n                    \"spurHome\": \"Site1\",\n                    \"allowWDMonMSPP\": false,\n                    \"maxOADMDegree\": 8,\n                    \"equipAllMESH4\": false,\n                    \"equipAllAnyDirADFilters\": false,\n                    \"equipAnyDirADBlocks\": false,\n                    \"wtocmOnXmtOnlyconfigD\": false,\n                    \"equipCWRinADBlock\": false,\n                    \"allowGroupIsolation\": false,\n                    \"allowGroupIsolationLband\": false,\n                    \"mlfsbforceEndTerminalNode\": false,\n                    \"mainShelf\": \"PSS32\",\n                    \"mainShelfPref\": \"PSS16II\",\n                    \"extShelfGeneralPref\": \"PSS32\",\n                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                    \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                    \"mainShelfPrefOT\": \"PSS32\",\n                    \"extShelfGeneralPrefOT\": \"PSS32\",\n                    \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                    \"otnExtShelfPref\": \"PSS24X\",\n                    \"pss24xMatrixSize\": \"SC24T\",\n                    \"fiberStorageTray\": \"INCLUDE\",\n                    \"mixPSI\": \"INCLUDE\",\n                    \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                    \"flexShelf\": \"DO_NOT_INCLUDE\",\n                    \"shelfCover\": \"DO_NOT_INCLUDE\",\n                    \"extShelfCover\": true,\n                    \"shelfDepth\": \"DEPTH13INCH\",\n                    \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                    \"includeRacks\": false,\n                    \"allowPSS8UP\": false,\n                    \"pss32FanCapacity\": \"HIGH\",\n                    \"encryptedECneeded\": false,\n                    \"lineSideXFP\": \"TUNABLE_XFP\",\n                    \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                    \"shelfPowerMargin\": 0,\n                    \"shelfVoltageFloor\": 39,\n                    \"lineIsolation\": \"NoLineIsolation\",\n                    \"lineIsolationOnWTOCM\": true,\n                    \"pss16IIACVariant\": false,\n                    \"pss16IIilaFanCapacity\": \"HIGH\",\n                    \"regen\": \"11STAR1A\",\n                    \"ot260SCX2OperatingMode\": \"Single Mode\",\n                    \"ot1UD200OperatingMode\": \"Single Mode\",\n                    \"rackFill\": \"FILL_BOTTOM\",\n                    \"sharePSCamongWdmLines\": true,\n                    \"packPlacementSpecName\": \"System Default\",\n                    \"pss24xMountSetup\": \"VERTICAL\",\n                    \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                    \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                    \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                    \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                    \"pss16ControllerProtection\": true,\n                    \"pss8ControllerProtection\": true,\n                    \"pss16IIControllerProtection\": true,\n                    \"pss32ControllerProtection\": true,\n                    \"psi8LControllerProtection\": true,\n                    \"psi4LControllerProtection\": true,\n                    \"pss16PfProtection\": true,\n                    \"pss16IIPfProtection\": true,\n                    \"pss4PfProtection\": true,\n                    \"pss8PfProtection\": true,\n                    \"maxPscSectionPerOpticalLine\": 0,\n                    \"minPscSectionPerOpticalLine\": 0,\n                    \"maxPscSectionPerADBlock\": 0,\n                    \"minPscSectionPerADBlock\": 0,\n                    \"autoOadmNeShelfTypeConfigurations\": {\n                        \"extShelfOTNPref\": \"PSS24X\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\",\n                            \"PSS16II\",\n                            \"PSS24X\"\n                        ],\n                        \"possibleExtensionShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS16II\"\n                        ],\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\"\n                    },\n                    \"autoIlaNEShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS16II\",\n                        \"allShelfTypeList\": [\n                            \"PSS16II\",\n                            \"PSS16II\"\n                        ]\n                    },\n                    \"autoAnssiNEShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS8\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"allShelfTypeList\": [\n                            \"PSS8\",\n                            \"PSS32\"\n                        ]\n                    },\n                    \"autoOtpNeShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\"\n                        ]\n                    },\n                    \"autoOtpNeMEShelfTypeConfigurations\": {\n                        \"extShelfOTNPref\": \"PSS24X\",\n                        \"extShelfClientLinePairedPref\": \"PSS8\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\",\n                            \"PSS8\",\n                            \"PSS24X\"\n                        ],\n                        \"possibleExtensionShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS8\"\n                        ],\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\"\n                    },\n                    \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                    \"maxMcsAdBlockNode\": \"25\",\n                    \"minMcsAdBlockNode\": \"1\",\n                    \"aarType\": \"AAR2X8A\",\n                    \"minaarCartPerMcsAdBlock\": \"1\",\n                    \"minMcsCartPerMcsAdBlock\": \"1\",\n                    \"maxMcsAdBlockNodeLband\": \"0\",\n                    \"minMcsAdBlockNodeLband\": \"0\",\n                    \"aaRTypeLband\": \"\",\n                    \"minaarCartPerMcsAdBlockLband\": \"0\",\n                    \"minMcsCartPerMcsADBlockLband\": \"0\",\n                    \"regenMode\": \"Unrestricted 3R\",\n                    \"cardChannelCountLimit\": \"\",\n                    \"neSet\": [],\n                    \"frozen\": false,\n                    \"allowHeterogeneousNodeType\": \"NONE\",\n                    \"heteroNodeType\": \"None\",\n                    \"defaultWrCband\": \"IRDM32\",\n                    \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                    \"allowFsxCreationCband\": false,\n                    \"mcsType\": \"MCS8-16\",\n                    \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                    \"minMxnCDCadBlockByType\": \"0\",\n                    \"mxnType\": \"MXN824\",\n                    \"ascType\": \"ASC2\",\n                    \"minASCSections\": \"1\",\n                    \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                    \"minPscMlsfbAdxADBlockByType\": \"1\",\n                    \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                    \"minPscMlsfbFsxADBlockByType\": \"1\",\n                    \"defaultWrLband\": \"None\",\n                    \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                    \"allowFsxCreationLband\": false,\n                    \"mcsTypeLband\": \"\",\n                    \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                    \"minMxnCdcADBlockByTypeLband\": \"0\",\n                    \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                    \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                    \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                    \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                    \"group1\": \"\",\n                    \"group2\": \"\",\n                    \"group3\": \"\",\n                    \"group4\": \"\",\n                    \"group1Lband\": \"\",\n                    \"group2Lband\": \"\",\n                    \"group3Lband\": \"\",\n                    \"group4Lband\": \"\",\n                    \"deployedState\": false,\n                    \"canCreate24x\": false,\n                    \"otnShelfEnabled\": false,\n                    \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                    \"splitterTypeAdxlBand\": \"PSC1_6\",\n                    \"splitterTypeFsxlBand\": \"PSC1_6\",\n                    \"splitterTypeFsx\": \"PSC1_6\",\n                    \"splitterTypeAdx\": \"PSC1_6\",\n                    \"psimcontrollerProtection\": true,\n                    \"numberOfPDUSiteJumperKits\": 0,\n                    \"psimpowerFilter\": \"DC\",\n                    \"oadmchoice\": \"ROADM\",\n                    \"adblockType\": \"CONFIG_D\",\n                    \"otInSepShelfForCDC\": true,\n                    \"otInSepShelf\": false,\n                    \"mcsInSepShelf\": false,\n                    \"otdrinSeparateShelf\": false,\n                    \"ruverticalSpacePSS\": \"80 Inches\",\n                    \"ruverticalSpacePSIM\": \"44 RU\",\n                    \"ruverticalSpacePSIL\": \"44 RU\",\n                    \"ruverticalSpacePSI2T\": \"44 RU\",\n                    \"pduincludeSliderKit\": false,\n                    \"pduincludeBreakerToggle\": false,\n                    \"allowWDM\": true,\n                    \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                    \"adallowUniDIR\": true,\n                    \"wtocmonILA\": false,\n                    \"neregenMode\": \"Free3R\",\n                    \"pdutype\": \"NONE\",\n                    \"netype\": \"PSS1830\"\n                },\n                \"node\": {\n                    \"id\": 401,\n                    \"name\": \"Site1-1-ON-1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"maxMCSAddDropBlocksNode\": 0,\n                    \"minMcsAddDropBlocksNode\": 0,\n                    \"aarcardperMcsAddDropBlock\": 0,\n                    \"maxMCSAddDropBlocksNodeLBand\": 0,\n                    \"minMcsAddDropBlocksNodeLBand\": 0,\n                    \"aarcardperMcsAddDropBlockLBand\": 0,\n                    \"logicalNodeId\": 0,\n                    \"nodeType\": \"DGE\",\n                    \"blockSet\": [],\n                    \"maxRoadmDegree\": 0,\n                    \"minAddDropDegree\": 0,\n                    \"maxAddDropDegree\": 0,\n                    \"adBlockConfig\": {},\n                    \"eqAllMesh\": false,\n                    \"dgeFilterType\": \"NONE\",\n                    \"allowLocalAddDrop\": false,\n                    \"maxPscSectionPerOpticalLine\": 0,\n                    \"sharePscAmongWdmLines\": false,\n                    \"forceManualPowerMode\": false,\n                    \"frozen\": false,\n                    \"lineGroupIsolation\": {},\n                    \"supportedBandTypeList\": [],\n                    \"externallyManaged\": false,\n                    \"msh8AfixedCabling\": false\n                }\n            },\n            \"tpZ\": {\n                \"orientation\": \"Tp Z\",\n                \"site\": {\n                    \"id\": 70,\n                    \"name\": \"Site3\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"gmplsStatus\": true,\n                    \"type\": \"Site3\",\n                    \"geoLat\": 6.66667,\n                    \"geoLon\": 25.74075,\n                    \"nonGeoLat\": 6.66667,\n                    \"nonGeoLon\": 25.74075,\n                    \"geocoding\": false,\n                    \"floorAndRoom\": \"Floor1, Room1\",\n                    \"maxAislesPerRoom\": 5,\n                    \"maxBaysPerAisle\": 10,\n                    \"etr\": false,\n                    \"clustered\": false,\n                    \"anssiQSconfigured\": false,\n                    \"lockLatLong\": false,\n                    \"powerFilterType\": \"WITH_BREAKER\",\n                    \"shelfPowerFeedLimit\": 0,\n                    \"allowPF30\": false,\n                    \"allowPF60\": false,\n                    \"allowPF70\": false,\n                    \"allowPF20\": false,\n                    \"allowPF50\": true,\n                    \"pss16AllowPF20\": true,\n                    \"pss16AllowPF35\": false,\n                    \"pss4AllowPF7\": true,\n                    \"pss4AllowPF4\": false,\n                    \"pss4AllowPF5\": false,\n                    \"pss16IIPowerFilter\": \"DC\",\n                    \"pss8PowerFilter\": \"DC\",\n                    \"psi8LPowerFilter\": \"DC\",\n                    \"psi4LPowerFilter\": \"DC\",\n                    \"psiACPowerCord\": \"US\",\n                    \"pss24xPowerFilter\": \"DC48V70A\",\n                    \"pss8ACVoltageFloor\": 0,\n                    \"requireMaxDegree8\": false,\n                    \"forceHighCapacityFilter\": true,\n                    \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                    \"defaultDGETypeLBand\": \"None\",\n                    \"segregationOT\": \"AllowMixing\",\n                    \"useLowLatencyDCMsInNonModularOAs\": false,\n                    \"meshFiberingScheme\": \"Standard\",\n                    \"meshFiberingSchemeLband\": \"Standard\",\n                    \"meshFiberingType\": \"MSH4-FSB\",\n                    \"segmentLBandConnected\": true,\n                    \"profile\": \"CDCF\",\n                    \"requireROADM\": false,\n                    \"defaultWR\": \"IRDM32\",\n                    \"maxADDegree\": 0,\n                    \"maxCWRinADBlock\": 8,\n                    \"bandType\": \"C\",\n                    \"allowPacket\": true,\n                    \"upgradeableROADM\": false,\n                    \"opsysPassThruNodeOptions\": \"OADM\",\n                    \"isCore\": false,\n                    \"spurHome\": \"Site3\",\n                    \"allowWDMonMSPP\": false,\n                    \"maxOADMDegree\": 8,\n                    \"equipAllMESH4\": false,\n                    \"equipAllAnyDirADFilters\": false,\n                    \"equipAnyDirADBlocks\": false,\n                    \"wtocmOnXmtOnlyconfigD\": false,\n                    \"equipCWRinADBlock\": false,\n                    \"allowGroupIsolation\": false,\n                    \"allowGroupIsolationLband\": false,\n                    \"mlfsbforceEndTerminalNode\": false,\n                    \"mainShelf\": \"PSS32\",\n                    \"mainShelfPref\": \"PSS16II\",\n                    \"extShelfGeneralPref\": \"PSS32\",\n                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                    \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                    \"mainShelfPrefOT\": \"PSS32\",\n                    \"extShelfGeneralPrefOT\": \"PSS32\",\n                    \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                    \"otnExtShelfPref\": \"PSS24X\",\n                    \"pss24xMatrixSize\": \"SC24T\",\n                    \"fiberStorageTray\": \"INCLUDE\",\n                    \"mixPSI\": \"INCLUDE\",\n                    \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                    \"flexShelf\": \"DO_NOT_INCLUDE\",\n                    \"shelfCover\": \"DO_NOT_INCLUDE\",\n                    \"extShelfCover\": true,\n                    \"shelfDepth\": \"DEPTH13INCH\",\n                    \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                    \"includeRacks\": false,\n                    \"allowPSS8UP\": false,\n                    \"pss32FanCapacity\": \"HIGH\",\n                    \"encryptedECneeded\": false,\n                    \"lineSideXFP\": \"TUNABLE_XFP\",\n                    \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                    \"shelfPowerMargin\": 0,\n                    \"shelfVoltageFloor\": 39,\n                    \"lineIsolation\": \"NoLineIsolation\",\n                    \"lineIsolationOnWTOCM\": true,\n                    \"pss16IIACVariant\": false,\n                    \"pss16IIilaFanCapacity\": \"HIGH\",\n                    \"regen\": \"11STAR1A\",\n                    \"ot260SCX2OperatingMode\": \"Single Mode\",\n                    \"ot1UD200OperatingMode\": \"Single Mode\",\n                    \"rackFill\": \"FILL_BOTTOM\",\n                    \"sharePSCamongWdmLines\": true,\n                    \"packPlacementSpecName\": \"System Default\",\n                    \"pss24xMountSetup\": \"VERTICAL\",\n                    \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                    \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                    \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                    \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                    \"pss16ControllerProtection\": true,\n                    \"pss8ControllerProtection\": true,\n                    \"pss16IIControllerProtection\": true,\n                    \"pss32ControllerProtection\": true,\n                    \"psi8LControllerProtection\": true,\n                    \"psi4LControllerProtection\": true,\n                    \"pss16PfProtection\": true,\n                    \"pss16IIPfProtection\": true,\n                    \"pss4PfProtection\": true,\n                    \"pss8PfProtection\": true,\n                    \"maxPscSectionPerOpticalLine\": 0,\n                    \"minPscSectionPerOpticalLine\": 0,\n                    \"maxPscSectionPerADBlock\": 0,\n                    \"minPscSectionPerADBlock\": 0,\n                    \"autoOadmNeShelfTypeConfigurations\": {\n                        \"extShelfOTNPref\": \"PSS24X\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\",\n                            \"PSS16II\",\n                            \"PSS24X\"\n                        ],\n                        \"possibleExtensionShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS16II\"\n                        ],\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\"\n                    },\n                    \"autoIlaNEShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS16II\",\n                        \"allShelfTypeList\": [\n                            \"PSS16II\",\n                            \"PSS16II\"\n                        ]\n                    },\n                    \"autoAnssiNEShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS8\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"allShelfTypeList\": [\n                            \"PSS8\",\n                            \"PSS32\"\n                        ]\n                    },\n                    \"autoOtpNeShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\"\n                        ]\n                    },\n                    \"autoOtpNeMEShelfTypeConfigurations\": {\n                        \"extShelfOTNPref\": \"PSS24X\",\n                        \"extShelfClientLinePairedPref\": \"PSS8\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\",\n                            \"PSS8\",\n                            \"PSS24X\"\n                        ],\n                        \"possibleExtensionShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS8\"\n                        ],\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\"\n                    },\n                    \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                    \"maxMcsAdBlockNode\": \"25\",\n                    \"minMcsAdBlockNode\": \"1\",\n                    \"aarType\": \"AAR2X8A\",\n                    \"minaarCartPerMcsAdBlock\": \"1\",\n                    \"minMcsCartPerMcsAdBlock\": \"1\",\n                    \"maxMcsAdBlockNodeLband\": \"0\",\n                    \"minMcsAdBlockNodeLband\": \"0\",\n                    \"aaRTypeLband\": \"\",\n                    \"minaarCartPerMcsAdBlockLband\": \"0\",\n                    \"minMcsCartPerMcsADBlockLband\": \"0\",\n                    \"regenMode\": \"Unrestricted 3R\",\n                    \"cardChannelCountLimit\": \"\",\n                    \"neSet\": [],\n                    \"frozen\": false,\n                    \"allowHeterogeneousNodeType\": \"NONE\",\n                    \"heteroNodeType\": \"None\",\n                    \"defaultWrCband\": \"IRDM32\",\n                    \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                    \"allowFsxCreationCband\": false,\n                    \"mcsType\": \"MCS8-16\",\n                    \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                    \"minMxnCDCadBlockByType\": \"0\",\n                    \"mxnType\": \"MXN824\",\n                    \"ascType\": \"ASC2\",\n                    \"minASCSections\": \"1\",\n                    \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                    \"minPscMlsfbAdxADBlockByType\": \"1\",\n                    \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                    \"minPscMlsfbFsxADBlockByType\": \"1\",\n                    \"defaultWrLband\": \"None\",\n                    \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                    \"allowFsxCreationLband\": false,\n                    \"mcsTypeLband\": \"\",\n                    \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                    \"minMxnCdcADBlockByTypeLband\": \"0\",\n                    \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                    \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                    \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                    \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                    \"group1\": \"\",\n                    \"group2\": \"\",\n                    \"group3\": \"\",\n                    \"group4\": \"\",\n                    \"group1Lband\": \"\",\n                    \"group2Lband\": \"\",\n                    \"group3Lband\": \"\",\n                    \"group4Lband\": \"\",\n                    \"deployedState\": false,\n                    \"canCreate24x\": false,\n                    \"otnShelfEnabled\": false,\n                    \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                    \"splitterTypeAdxlBand\": \"PSC1_6\",\n                    \"splitterTypeFsxlBand\": \"PSC1_6\",\n                    \"splitterTypeFsx\": \"PSC1_6\",\n                    \"splitterTypeAdx\": \"PSC1_6\",\n                    \"psimcontrollerProtection\": true,\n                    \"numberOfPDUSiteJumperKits\": 0,\n                    \"psimpowerFilter\": \"DC\",\n                    \"oadmchoice\": \"ROADM\",\n                    \"adblockType\": \"CONFIG_D\",\n                    \"otInSepShelfForCDC\": true,\n                    \"otInSepShelf\": false,\n                    \"mcsInSepShelf\": false,\n                    \"otdrinSeparateShelf\": false,\n                    \"ruverticalSpacePSS\": \"80 Inches\",\n                    \"ruverticalSpacePSIM\": \"44 RU\",\n                    \"ruverticalSpacePSIL\": \"44 RU\",\n                    \"ruverticalSpacePSI2T\": \"44 RU\",\n                    \"pduincludeSliderKit\": false,\n                    \"pduincludeBreakerToggle\": false,\n                    \"allowWDM\": true,\n                    \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                    \"adallowUniDIR\": true,\n                    \"wtocmonILA\": false,\n                    \"neregenMode\": \"Free3R\",\n                    \"pdutype\": \"NONE\",\n                    \"netype\": \"PSS1830\"\n                },\n                \"node\": {\n                    \"id\": 431,\n                    \"name\": \"Site3-1-ON-1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"maxMCSAddDropBlocksNode\": 0,\n                    \"minMcsAddDropBlocksNode\": 0,\n                    \"aarcardperMcsAddDropBlock\": 0,\n                    \"maxMCSAddDropBlocksNodeLBand\": 0,\n                    \"minMcsAddDropBlocksNodeLBand\": 0,\n                    \"aarcardperMcsAddDropBlockLBand\": 0,\n                    \"logicalNodeId\": 0,\n                    \"nodeType\": \"DGE\",\n                    \"blockSet\": [],\n                    \"maxRoadmDegree\": 0,\n                    \"minAddDropDegree\": 0,\n                    \"maxAddDropDegree\": 0,\n                    \"adBlockConfig\": {},\n                    \"eqAllMesh\": false,\n                    \"dgeFilterType\": \"NONE\",\n                    \"allowLocalAddDrop\": false,\n                    \"maxPscSectionPerOpticalLine\": 0,\n                    \"sharePscAmongWdmLines\": false,\n                    \"forceManualPowerMode\": false,\n                    \"frozen\": false,\n                    \"lineGroupIsolation\": {},\n                    \"supportedBandTypeList\": [],\n                    \"externallyManaged\": false,\n                    \"msh8AfixedCabling\": false\n                }\n            }\n        },\n        \"routingRequestType\": \"TRAIL\",\n        \"networkProtectionType\": \"UNPROTECTED\",\n        \"fec\": \"SDFEC_V\",\n        \"phaseEncoding\": \"ABSOLUTE\",\n        \"modulationFormat\": \"SQAM16\",\n        \"projectDisplayName\": \"None [Current]\",\n        \"isOtnDemand\": false,\n        \"clientProtectionType\": \"UNPROTECTED\",\n        \"designState\": \"Complete, Valid\",\n        \"primarySecRouted\": false,\n        \"segmentIdList\": [\n            130\n        ],\n        \"routedTrailIds\": {},\n        \"includeAdmColorProfile\": \"NoColor\",\n        \"excludeAdmColorProfile\": \"NoColor\",\n        \"routed\": true,\n        \"partiallyRouted\": false,\n        \"trailWithOpsPack\": false,\n        \"cascaded\": false\n    }\n]"}],"_postman_id":"86530a5d-1589-40ae-b0c6-55523544718f"},{"name":"Fetch the site ID of source and destination","id":"158c1ae4-5b02-42cf-b915-e49061578d49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/sites","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","sites"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"281b48af-950c-4f46-b3b0-453d28f507f3","name":"Fetch the site ID of source and destination","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/sites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Jun 2024 10:20:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 50,\n            \"name\": \"Site1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"gmplsStatus\": true,\n            \"type\": \"Site1\",\n            \"geoLat\": 26.66667,\n            \"geoLon\": 10.74075,\n            \"nonGeoLat\": 26.66667,\n            \"nonGeoLon\": 10.74075,\n            \"geocoding\": false,\n            \"floorAndRoom\": \"Floor1, Room1\",\n            \"maxAislesPerRoom\": 5,\n            \"maxBaysPerAisle\": 10,\n            \"etr\": false,\n            \"clustered\": false,\n            \"anssiQSconfigured\": false,\n            \"lockLatLong\": false,\n            \"powerFilterType\": \"WITH_BREAKER\",\n            \"shelfPowerFeedLimit\": 0,\n            \"allowPF30\": false,\n            \"allowPF60\": false,\n            \"allowPF70\": false,\n            \"allowPF20\": false,\n            \"allowPF50\": true,\n            \"pss16AllowPF20\": true,\n            \"pss16AllowPF35\": false,\n            \"pss4AllowPF7\": true,\n            \"pss4AllowPF4\": false,\n            \"pss4AllowPF5\": false,\n            \"pss16IIPowerFilter\": \"DC\",\n            \"pss8PowerFilter\": \"DC\",\n            \"psi8LPowerFilter\": \"DC\",\n            \"psi4LPowerFilter\": \"DC\",\n            \"psiACPowerCord\": \"US\",\n            \"pss24xPowerFilter\": \"DC48V70A\",\n            \"pss8ACVoltageFloor\": 0,\n            \"requireMaxDegree8\": false,\n            \"forceHighCapacityFilter\": true,\n            \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n            \"defaultDGETypeLBand\": \"None\",\n            \"segregationOT\": \"AllowMixing\",\n            \"useLowLatencyDCMsInNonModularOAs\": false,\n            \"meshFiberingScheme\": \"Standard\",\n            \"meshFiberingSchemeLband\": \"Standard\",\n            \"meshFiberingType\": \"MSH4-FSB\",\n            \"segmentLBandConnected\": true,\n            \"profile\": \"CDCF\",\n            \"requireROADM\": false,\n            \"defaultWR\": \"IRDM32\",\n            \"maxADDegree\": 0,\n            \"maxCWRinADBlock\": 8,\n            \"bandType\": \"C\",\n            \"allowPacket\": true,\n            \"upgradeableROADM\": false,\n            \"opsysPassThruNodeOptions\": \"OADM\",\n            \"isCore\": false,\n            \"spurHome\": \"Site1\",\n            \"allowWDMonMSPP\": false,\n            \"maxOADMDegree\": 8,\n            \"equipAllMESH4\": false,\n            \"equipAllAnyDirADFilters\": false,\n            \"equipAnyDirADBlocks\": false,\n            \"wtocmOnXmtOnlyconfigD\": false,\n            \"equipCWRinADBlock\": false,\n            \"allowGroupIsolation\": false,\n            \"allowGroupIsolationLband\": false,\n            \"mlfsbforceEndTerminalNode\": false,\n            \"mainShelf\": \"PSS32\",\n            \"mainShelfPref\": \"PSS16II\",\n            \"extShelfGeneralPref\": \"PSS32\",\n            \"extShelfClientLinePairedPref\": \"PSS16II\",\n            \"ilaExtShelfGeneralPref\": \"PSS16II\",\n            \"mainShelfPrefOT\": \"PSS32\",\n            \"extShelfGeneralPrefOT\": \"PSS32\",\n            \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n            \"otnExtShelfPref\": \"PSS24X\",\n            \"pss24xMatrixSize\": \"SC24T\",\n            \"fiberStorageTray\": \"INCLUDE\",\n            \"mixPSI\": \"INCLUDE\",\n            \"attenDrawer\": \"DO_NOT_INCLUDE\",\n            \"flexShelf\": \"DO_NOT_INCLUDE\",\n            \"shelfCover\": \"DO_NOT_INCLUDE\",\n            \"extShelfCover\": true,\n            \"shelfDepth\": \"DEPTH13INCH\",\n            \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n            \"includeRacks\": false,\n            \"allowPSS8UP\": false,\n            \"pss32FanCapacity\": \"HIGH\",\n            \"encryptedECneeded\": false,\n            \"lineSideXFP\": \"TUNABLE_XFP\",\n            \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n            \"shelfPowerMargin\": 0,\n            \"shelfVoltageFloor\": 39,\n            \"lineIsolation\": \"NoLineIsolation\",\n            \"lineIsolationOnWTOCM\": true,\n            \"pss16IIACVariant\": false,\n            \"pss16IIilaFanCapacity\": \"HIGH\",\n            \"regen\": \"11STAR1A\",\n            \"ot260SCX2OperatingMode\": \"Single Mode\",\n            \"ot1UD200OperatingMode\": \"Single Mode\",\n            \"rackFill\": \"FILL_BOTTOM\",\n            \"sharePSCamongWdmLines\": true,\n            \"packPlacementSpecName\": \"System Default\",\n            \"pss24xMountSetup\": \"VERTICAL\",\n            \"shelfWidthPSS\": \"ANSI 23 Inch\",\n            \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n            \"pss16ControllerProtection\": true,\n            \"pss8ControllerProtection\": true,\n            \"pss16IIControllerProtection\": true,\n            \"pss32ControllerProtection\": true,\n            \"psi8LControllerProtection\": true,\n            \"psi4LControllerProtection\": true,\n            \"pss16PfProtection\": true,\n            \"pss16IIPfProtection\": true,\n            \"pss4PfProtection\": true,\n            \"pss8PfProtection\": true,\n            \"maxPscSectionPerOpticalLine\": 0,\n            \"minPscSectionPerOpticalLine\": 0,\n            \"maxPscSectionPerADBlock\": 0,\n            \"minPscSectionPerADBlock\": 0,\n            \"autoOadmNeShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS16II\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS16II\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"autoIlaNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS16II\",\n                \"extShelfGeneralPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS16II\",\n                    \"PSS16II\"\n                ]\n            },\n            \"autoAnssiNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS8\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS8\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeMEShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS8\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS8\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS8\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n            \"maxMcsAdBlockNode\": \"25\",\n            \"minMcsAdBlockNode\": \"1\",\n            \"aarType\": \"AAR2X8A\",\n            \"minaarCartPerMcsAdBlock\": \"1\",\n            \"minMcsCartPerMcsAdBlock\": \"1\",\n            \"maxMcsAdBlockNodeLband\": \"0\",\n            \"minMcsAdBlockNodeLband\": \"0\",\n            \"aaRTypeLband\": \"\",\n            \"minaarCartPerMcsAdBlockLband\": \"0\",\n            \"minMcsCartPerMcsADBlockLband\": \"0\",\n            \"regenMode\": \"Unrestricted 3R\",\n            \"cardChannelCountLimit\": \"\",\n            \"neSet\": [\n                {\n                    \"id\": 550,\n                    \"name\": \"Site1-1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 26.66667,\n                        \"geoLon\": 10.74075,\n                        \"nonGeoLat\": 26.66667,\n                        \"nonGeoLon\": 10.74075,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site1\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ]\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\",\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\"\n                    },\n                    \"neType\": \"PSS_WDM\",\n                    \"neRelease\": \"24.6.x\",\n                    \"mainShelfType\": \"PSS-32 Universal\",\n                    \"extShelfType\": \"PSS-32 Universal\",\n                    \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n                    \"extensionOtnShelfType\": \"PSS-24X Universal\",\n                    \"shelfWidth\": \"ANSI 23 Inch\",\n                    \"ruVerticalSpace\": \"80 Inches\",\n                    \"loopBackIp\": \"\",\n                    \"oampIp\": \"\",\n                    \"citIp\": \"\",\n                    \"voipIp\": \"\",\n                    \"sid\": \"Site1-1\",\n                    \"otPlacement\": false,\n                    \"opticalEquipment\": true,\n                    \"numEmptyShelf\": 0,\n                    \"userDefined\": \"Auto\",\n                    \"deployed\": false,\n                    \"frozen\": false\n                }\n            ],\n            \"frozen\": false,\n            \"allowHeterogeneousNodeType\": \"NONE\",\n            \"heteroNodeType\": \"None\",\n            \"defaultWrCband\": \"IRDM32\",\n            \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n            \"allowFsxCreationCband\": false,\n            \"mcsType\": \"MCS8-16\",\n            \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n            \"minMxnCDCadBlockByType\": \"0\",\n            \"mxnType\": \"MXN824\",\n            \"ascType\": \"ASC2\",\n            \"minASCSections\": \"1\",\n            \"minCdcMlsfbAdxADBlockByType\": \"0\",\n            \"minPscMlsfbAdxADBlockByType\": \"1\",\n            \"minCdcMlsfbFsxADBlockByType\": \"0\",\n            \"minPscMlsfbFsxADBlockByType\": \"1\",\n            \"defaultWrLband\": \"None\",\n            \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n            \"allowFsxCreationLband\": false,\n            \"mcsTypeLband\": \"\",\n            \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n            \"minMxnCdcADBlockByTypeLband\": \"0\",\n            \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n            \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"group1\": \"\",\n            \"group2\": \"\",\n            \"group3\": \"\",\n            \"group4\": \"\",\n            \"group1Lband\": \"\",\n            \"group2Lband\": \"\",\n            \"group3Lband\": \"\",\n            \"group4Lband\": \"\",\n            \"deployedState\": false,\n            \"canCreate24x\": false,\n            \"otnShelfEnabled\": false,\n            \"splitterTypePerOpticalLine\": \"PSC1_6\",\n            \"splitterTypeAdxlBand\": \"PSC1_6\",\n            \"splitterTypeFsxlBand\": \"PSC1_6\",\n            \"splitterTypeFsx\": \"PSC1_6\",\n            \"splitterTypeAdx\": \"PSC1_6\",\n            \"psimcontrollerProtection\": true,\n            \"numberOfPDUSiteJumperKits\": 0,\n            \"psimpowerFilter\": \"DC\",\n            \"oadmchoice\": \"ROADM\",\n            \"adblockType\": \"CONFIG_D\",\n            \"otInSepShelfForCDC\": true,\n            \"otInSepShelf\": false,\n            \"mcsInSepShelf\": false,\n            \"otdrinSeparateShelf\": false,\n            \"ruverticalSpacePSS\": \"80 Inches\",\n            \"ruverticalSpacePSIM\": \"44 RU\",\n            \"ruverticalSpacePSIL\": \"44 RU\",\n            \"ruverticalSpacePSI2T\": \"44 RU\",\n            \"pduincludeSliderKit\": false,\n            \"pduincludeBreakerToggle\": false,\n            \"allowWDM\": true,\n            \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n            \"adallowUniDIR\": true,\n            \"wtocmonILA\": false,\n            \"neregenMode\": \"Free3R\",\n            \"pdutype\": \"NONE\",\n            \"netype\": \"PSS1830\"\n        },\n        {\n            \"id\": 60,\n            \"name\": \"Site2\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"gmplsStatus\": true,\n            \"type\": \"Site2\",\n            \"geoLat\": 27.03703,\n            \"geoLon\": 40.74075,\n            \"nonGeoLat\": 27.03703,\n            \"nonGeoLon\": 40.74075,\n            \"geocoding\": false,\n            \"floorAndRoom\": \"Floor1, Room1\",\n            \"maxAislesPerRoom\": 5,\n            \"maxBaysPerAisle\": 10,\n            \"etr\": false,\n            \"clustered\": false,\n            \"anssiQSconfigured\": false,\n            \"lockLatLong\": false,\n            \"powerFilterType\": \"WITH_BREAKER\",\n            \"shelfPowerFeedLimit\": 0,\n            \"allowPF30\": false,\n            \"allowPF60\": false,\n            \"allowPF70\": false,\n            \"allowPF20\": false,\n            \"allowPF50\": true,\n            \"pss16AllowPF20\": true,\n            \"pss16AllowPF35\": false,\n            \"pss4AllowPF7\": true,\n            \"pss4AllowPF4\": false,\n            \"pss4AllowPF5\": false,\n            \"pss16IIPowerFilter\": \"DC\",\n            \"pss8PowerFilter\": \"DC\",\n            \"psi8LPowerFilter\": \"DC\",\n            \"psi4LPowerFilter\": \"DC\",\n            \"psiACPowerCord\": \"US\",\n            \"pss24xPowerFilter\": \"DC48V70A\",\n            \"pss8ACVoltageFloor\": 0,\n            \"requireMaxDegree8\": false,\n            \"forceHighCapacityFilter\": true,\n            \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n            \"defaultDGETypeLBand\": \"None\",\n            \"segregationOT\": \"AllowMixing\",\n            \"useLowLatencyDCMsInNonModularOAs\": false,\n            \"meshFiberingScheme\": \"Standard\",\n            \"meshFiberingSchemeLband\": \"Standard\",\n            \"meshFiberingType\": \"MSH4-FSB\",\n            \"segmentLBandConnected\": true,\n            \"profile\": \"CDCF\",\n            \"requireROADM\": false,\n            \"defaultWR\": \"IRDM32\",\n            \"maxADDegree\": 0,\n            \"maxCWRinADBlock\": 8,\n            \"bandType\": \"C\",\n            \"allowPacket\": true,\n            \"upgradeableROADM\": false,\n            \"opsysPassThruNodeOptions\": \"OADM\",\n            \"isCore\": false,\n            \"spurHome\": \"Site2\",\n            \"allowWDMonMSPP\": false,\n            \"maxOADMDegree\": 8,\n            \"equipAllMESH4\": false,\n            \"equipAllAnyDirADFilters\": false,\n            \"equipAnyDirADBlocks\": false,\n            \"wtocmOnXmtOnlyconfigD\": false,\n            \"equipCWRinADBlock\": false,\n            \"allowGroupIsolation\": false,\n            \"allowGroupIsolationLband\": false,\n            \"mlfsbforceEndTerminalNode\": false,\n            \"mainShelf\": \"PSS32\",\n            \"mainShelfPref\": \"PSS16II\",\n            \"extShelfGeneralPref\": \"PSS32\",\n            \"extShelfClientLinePairedPref\": \"PSS16II\",\n            \"ilaExtShelfGeneralPref\": \"PSS16II\",\n            \"mainShelfPrefOT\": \"PSS32\",\n            \"extShelfGeneralPrefOT\": \"PSS32\",\n            \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n            \"otnExtShelfPref\": \"PSS24X\",\n            \"pss24xMatrixSize\": \"SC24T\",\n            \"fiberStorageTray\": \"INCLUDE\",\n            \"mixPSI\": \"INCLUDE\",\n            \"attenDrawer\": \"DO_NOT_INCLUDE\",\n            \"flexShelf\": \"DO_NOT_INCLUDE\",\n            \"shelfCover\": \"DO_NOT_INCLUDE\",\n            \"extShelfCover\": true,\n            \"shelfDepth\": \"DEPTH13INCH\",\n            \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n            \"includeRacks\": false,\n            \"allowPSS8UP\": false,\n            \"pss32FanCapacity\": \"HIGH\",\n            \"encryptedECneeded\": false,\n            \"lineSideXFP\": \"TUNABLE_XFP\",\n            \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n            \"shelfPowerMargin\": 0,\n            \"shelfVoltageFloor\": 39,\n            \"lineIsolation\": \"NoLineIsolation\",\n            \"lineIsolationOnWTOCM\": true,\n            \"pss16IIACVariant\": false,\n            \"pss16IIilaFanCapacity\": \"HIGH\",\n            \"regen\": \"11STAR1A\",\n            \"ot260SCX2OperatingMode\": \"Single Mode\",\n            \"ot1UD200OperatingMode\": \"Single Mode\",\n            \"rackFill\": \"FILL_BOTTOM\",\n            \"sharePSCamongWdmLines\": true,\n            \"packPlacementSpecName\": \"System Default\",\n            \"pss24xMountSetup\": \"VERTICAL\",\n            \"shelfWidthPSS\": \"ANSI 23 Inch\",\n            \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n            \"pss16ControllerProtection\": true,\n            \"pss8ControllerProtection\": true,\n            \"pss16IIControllerProtection\": true,\n            \"pss32ControllerProtection\": true,\n            \"psi8LControllerProtection\": true,\n            \"psi4LControllerProtection\": true,\n            \"pss16PfProtection\": true,\n            \"pss16IIPfProtection\": true,\n            \"pss4PfProtection\": true,\n            \"pss8PfProtection\": true,\n            \"maxPscSectionPerOpticalLine\": 0,\n            \"minPscSectionPerOpticalLine\": 0,\n            \"maxPscSectionPerADBlock\": 0,\n            \"minPscSectionPerADBlock\": 0,\n            \"autoOadmNeShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS16II\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS16II\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"autoIlaNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS16II\",\n                \"extShelfGeneralPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS16II\",\n                    \"PSS16II\"\n                ]\n            },\n            \"autoAnssiNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS8\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS8\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeMEShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS8\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS8\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS8\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n            \"maxMcsAdBlockNode\": \"25\",\n            \"minMcsAdBlockNode\": \"1\",\n            \"aarType\": \"AAR2X8A\",\n            \"minaarCartPerMcsAdBlock\": \"1\",\n            \"minMcsCartPerMcsAdBlock\": \"1\",\n            \"maxMcsAdBlockNodeLband\": \"0\",\n            \"minMcsAdBlockNodeLband\": \"0\",\n            \"aaRTypeLband\": \"\",\n            \"minaarCartPerMcsAdBlockLband\": \"0\",\n            \"minMcsCartPerMcsADBlockLband\": \"0\",\n            \"regenMode\": \"Unrestricted 3R\",\n            \"cardChannelCountLimit\": \"\",\n            \"neSet\": [\n                {\n                    \"id\": 630,\n                    \"name\": \"Site2-1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 27.03703,\n                        \"geoLon\": 40.74075,\n                        \"nonGeoLat\": 27.03703,\n                        \"nonGeoLon\": 40.74075,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site2\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ]\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\",\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\"\n                    },\n                    \"neType\": \"PSS_WDM\",\n                    \"neRelease\": \"24.6.x\",\n                    \"mainShelfType\": \"PSS-32 Universal\",\n                    \"extShelfType\": \"PSS-32 Universal\",\n                    \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n                    \"extensionOtnShelfType\": \"PSS-24X Universal\",\n                    \"shelfWidth\": \"ANSI 23 Inch\",\n                    \"ruVerticalSpace\": \"80 Inches\",\n                    \"loopBackIp\": \"\",\n                    \"oampIp\": \"\",\n                    \"citIp\": \"\",\n                    \"voipIp\": \"\",\n                    \"sid\": \"Site2-1\",\n                    \"otPlacement\": false,\n                    \"opticalEquipment\": true,\n                    \"numEmptyShelf\": 0,\n                    \"userDefined\": \"Auto\",\n                    \"deployed\": false,\n                    \"frozen\": false\n                }\n            ],\n            \"frozen\": false,\n            \"allowHeterogeneousNodeType\": \"NONE\",\n            \"heteroNodeType\": \"None\",\n            \"defaultWrCband\": \"IRDM32\",\n            \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n            \"allowFsxCreationCband\": false,\n            \"mcsType\": \"MCS8-16\",\n            \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n            \"minMxnCDCadBlockByType\": \"0\",\n            \"mxnType\": \"MXN824\",\n            \"ascType\": \"ASC2\",\n            \"minASCSections\": \"1\",\n            \"minCdcMlsfbAdxADBlockByType\": \"0\",\n            \"minPscMlsfbAdxADBlockByType\": \"1\",\n            \"minCdcMlsfbFsxADBlockByType\": \"0\",\n            \"minPscMlsfbFsxADBlockByType\": \"1\",\n            \"defaultWrLband\": \"None\",\n            \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n            \"allowFsxCreationLband\": false,\n            \"mcsTypeLband\": \"\",\n            \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n            \"minMxnCdcADBlockByTypeLband\": \"0\",\n            \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n            \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"group1\": \"\",\n            \"group2\": \"\",\n            \"group3\": \"\",\n            \"group4\": \"\",\n            \"group1Lband\": \"\",\n            \"group2Lband\": \"\",\n            \"group3Lband\": \"\",\n            \"group4Lband\": \"\",\n            \"deployedState\": false,\n            \"canCreate24x\": false,\n            \"otnShelfEnabled\": false,\n            \"splitterTypePerOpticalLine\": \"PSC1_6\",\n            \"splitterTypeAdxlBand\": \"PSC1_6\",\n            \"splitterTypeFsxlBand\": \"PSC1_6\",\n            \"splitterTypeFsx\": \"PSC1_6\",\n            \"splitterTypeAdx\": \"PSC1_6\",\n            \"psimcontrollerProtection\": true,\n            \"numberOfPDUSiteJumperKits\": 0,\n            \"psimpowerFilter\": \"DC\",\n            \"oadmchoice\": \"ROADM\",\n            \"adblockType\": \"CONFIG_D\",\n            \"otInSepShelfForCDC\": true,\n            \"otInSepShelf\": false,\n            \"mcsInSepShelf\": false,\n            \"otdrinSeparateShelf\": false,\n            \"ruverticalSpacePSS\": \"80 Inches\",\n            \"ruverticalSpacePSIM\": \"44 RU\",\n            \"ruverticalSpacePSIL\": \"44 RU\",\n            \"ruverticalSpacePSI2T\": \"44 RU\",\n            \"pduincludeSliderKit\": false,\n            \"pduincludeBreakerToggle\": false,\n            \"allowWDM\": true,\n            \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n            \"adallowUniDIR\": true,\n            \"wtocmonILA\": false,\n            \"neregenMode\": \"Free3R\",\n            \"pdutype\": \"NONE\",\n            \"netype\": \"PSS1830\"\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Site3\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"gmplsStatus\": true,\n            \"type\": \"Site3\",\n            \"geoLat\": 6.66667,\n            \"geoLon\": 25.74075,\n            \"nonGeoLat\": 6.66667,\n            \"nonGeoLon\": 25.74075,\n            \"geocoding\": false,\n            \"floorAndRoom\": \"Floor1, Room1\",\n            \"maxAislesPerRoom\": 5,\n            \"maxBaysPerAisle\": 10,\n            \"etr\": false,\n            \"clustered\": false,\n            \"anssiQSconfigured\": false,\n            \"lockLatLong\": false,\n            \"powerFilterType\": \"WITH_BREAKER\",\n            \"shelfPowerFeedLimit\": 0,\n            \"allowPF30\": false,\n            \"allowPF60\": false,\n            \"allowPF70\": false,\n            \"allowPF20\": false,\n            \"allowPF50\": true,\n            \"pss16AllowPF20\": true,\n            \"pss16AllowPF35\": false,\n            \"pss4AllowPF7\": true,\n            \"pss4AllowPF4\": false,\n            \"pss4AllowPF5\": false,\n            \"pss16IIPowerFilter\": \"DC\",\n            \"pss8PowerFilter\": \"DC\",\n            \"psi8LPowerFilter\": \"DC\",\n            \"psi4LPowerFilter\": \"DC\",\n            \"psiACPowerCord\": \"US\",\n            \"pss24xPowerFilter\": \"DC48V70A\",\n            \"pss8ACVoltageFloor\": 0,\n            \"requireMaxDegree8\": false,\n            \"forceHighCapacityFilter\": true,\n            \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n            \"defaultDGETypeLBand\": \"None\",\n            \"segregationOT\": \"AllowMixing\",\n            \"useLowLatencyDCMsInNonModularOAs\": false,\n            \"meshFiberingScheme\": \"Standard\",\n            \"meshFiberingSchemeLband\": \"Standard\",\n            \"meshFiberingType\": \"MSH4-FSB\",\n            \"segmentLBandConnected\": true,\n            \"profile\": \"CDCF\",\n            \"requireROADM\": false,\n            \"defaultWR\": \"IRDM32\",\n            \"maxADDegree\": 0,\n            \"maxCWRinADBlock\": 8,\n            \"bandType\": \"C\",\n            \"allowPacket\": true,\n            \"upgradeableROADM\": false,\n            \"opsysPassThruNodeOptions\": \"OADM\",\n            \"isCore\": false,\n            \"spurHome\": \"Site3\",\n            \"allowWDMonMSPP\": false,\n            \"maxOADMDegree\": 8,\n            \"equipAllMESH4\": false,\n            \"equipAllAnyDirADFilters\": false,\n            \"equipAnyDirADBlocks\": false,\n            \"wtocmOnXmtOnlyconfigD\": false,\n            \"equipCWRinADBlock\": false,\n            \"allowGroupIsolation\": false,\n            \"allowGroupIsolationLband\": false,\n            \"mlfsbforceEndTerminalNode\": false,\n            \"mainShelf\": \"PSS32\",\n            \"mainShelfPref\": \"PSS16II\",\n            \"extShelfGeneralPref\": \"PSS32\",\n            \"extShelfClientLinePairedPref\": \"PSS16II\",\n            \"ilaExtShelfGeneralPref\": \"PSS16II\",\n            \"mainShelfPrefOT\": \"PSS32\",\n            \"extShelfGeneralPrefOT\": \"PSS32\",\n            \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n            \"otnExtShelfPref\": \"PSS24X\",\n            \"pss24xMatrixSize\": \"SC24T\",\n            \"fiberStorageTray\": \"INCLUDE\",\n            \"mixPSI\": \"INCLUDE\",\n            \"attenDrawer\": \"DO_NOT_INCLUDE\",\n            \"flexShelf\": \"DO_NOT_INCLUDE\",\n            \"shelfCover\": \"DO_NOT_INCLUDE\",\n            \"extShelfCover\": true,\n            \"shelfDepth\": \"DEPTH13INCH\",\n            \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n            \"includeRacks\": false,\n            \"allowPSS8UP\": false,\n            \"pss32FanCapacity\": \"HIGH\",\n            \"encryptedECneeded\": false,\n            \"lineSideXFP\": \"TUNABLE_XFP\",\n            \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n            \"shelfPowerMargin\": 0,\n            \"shelfVoltageFloor\": 39,\n            \"lineIsolation\": \"NoLineIsolation\",\n            \"lineIsolationOnWTOCM\": true,\n            \"pss16IIACVariant\": false,\n            \"pss16IIilaFanCapacity\": \"HIGH\",\n            \"regen\": \"11STAR1A\",\n            \"ot260SCX2OperatingMode\": \"Single Mode\",\n            \"ot1UD200OperatingMode\": \"Single Mode\",\n            \"rackFill\": \"FILL_BOTTOM\",\n            \"sharePSCamongWdmLines\": true,\n            \"packPlacementSpecName\": \"System Default\",\n            \"pss24xMountSetup\": \"VERTICAL\",\n            \"shelfWidthPSS\": \"ANSI 23 Inch\",\n            \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n            \"pss16ControllerProtection\": true,\n            \"pss8ControllerProtection\": true,\n            \"pss16IIControllerProtection\": true,\n            \"pss32ControllerProtection\": true,\n            \"psi8LControllerProtection\": true,\n            \"psi4LControllerProtection\": true,\n            \"pss16PfProtection\": true,\n            \"pss16IIPfProtection\": true,\n            \"pss4PfProtection\": true,\n            \"pss8PfProtection\": true,\n            \"maxPscSectionPerOpticalLine\": 0,\n            \"minPscSectionPerOpticalLine\": 0,\n            \"maxPscSectionPerADBlock\": 0,\n            \"minPscSectionPerADBlock\": 0,\n            \"autoOadmNeShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS16II\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS16II\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"autoIlaNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS16II\",\n                \"extShelfGeneralPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS16II\",\n                    \"PSS16II\"\n                ]\n            },\n            \"autoAnssiNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS8\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS8\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeMEShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS8\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS8\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS8\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n            \"maxMcsAdBlockNode\": \"25\",\n            \"minMcsAdBlockNode\": \"1\",\n            \"aarType\": \"AAR2X8A\",\n            \"minaarCartPerMcsAdBlock\": \"1\",\n            \"minMcsCartPerMcsAdBlock\": \"1\",\n            \"maxMcsAdBlockNodeLband\": \"0\",\n            \"minMcsAdBlockNodeLband\": \"0\",\n            \"aaRTypeLband\": \"\",\n            \"minaarCartPerMcsAdBlockLband\": \"0\",\n            \"minMcsCartPerMcsADBlockLband\": \"0\",\n            \"regenMode\": \"Unrestricted 3R\",\n            \"cardChannelCountLimit\": \"\",\n            \"neSet\": [\n                {\n                    \"id\": 710,\n                    \"name\": \"Site3-1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"site\": {\n                        \"id\": 70,\n                        \"name\": \"Site3\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site3\",\n                        \"geoLat\": 6.66667,\n                        \"geoLon\": 25.74075,\n                        \"nonGeoLat\": 6.66667,\n                        \"nonGeoLon\": 25.74075,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site3\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ]\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\",\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\"\n                    },\n                    \"neType\": \"PSS_WDM\",\n                    \"neRelease\": \"24.6.x\",\n                    \"mainShelfType\": \"PSS-32 Universal\",\n                    \"extShelfType\": \"PSS-32 Universal\",\n                    \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n                    \"extensionOtnShelfType\": \"PSS-24X Universal\",\n                    \"shelfWidth\": \"ANSI 23 Inch\",\n                    \"ruVerticalSpace\": \"80 Inches\",\n                    \"loopBackIp\": \"\",\n                    \"oampIp\": \"\",\n                    \"citIp\": \"\",\n                    \"voipIp\": \"\",\n                    \"sid\": \"Site3-1\",\n                    \"otPlacement\": false,\n                    \"opticalEquipment\": true,\n                    \"numEmptyShelf\": 0,\n                    \"userDefined\": \"Auto\",\n                    \"deployed\": false,\n                    \"frozen\": false\n                }\n            ],\n            \"frozen\": false,\n            \"allowHeterogeneousNodeType\": \"NONE\",\n            \"heteroNodeType\": \"None\",\n            \"defaultWrCband\": \"IRDM32\",\n            \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n            \"allowFsxCreationCband\": false,\n            \"mcsType\": \"MCS8-16\",\n            \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n            \"minMxnCDCadBlockByType\": \"0\",\n            \"mxnType\": \"MXN824\",\n            \"ascType\": \"ASC2\",\n            \"minASCSections\": \"1\",\n            \"minCdcMlsfbAdxADBlockByType\": \"0\",\n            \"minPscMlsfbAdxADBlockByType\": \"1\",\n            \"minCdcMlsfbFsxADBlockByType\": \"0\",\n            \"minPscMlsfbFsxADBlockByType\": \"1\",\n            \"defaultWrLband\": \"None\",\n            \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n            \"allowFsxCreationLband\": false,\n            \"mcsTypeLband\": \"\",\n            \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n            \"minMxnCdcADBlockByTypeLband\": \"0\",\n            \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n            \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"group1\": \"\",\n            \"group2\": \"\",\n            \"group3\": \"\",\n            \"group4\": \"\",\n            \"group1Lband\": \"\",\n            \"group2Lband\": \"\",\n            \"group3Lband\": \"\",\n            \"group4Lband\": \"\",\n            \"deployedState\": false,\n            \"canCreate24x\": false,\n            \"otnShelfEnabled\": false,\n            \"splitterTypePerOpticalLine\": \"PSC1_6\",\n            \"splitterTypeAdxlBand\": \"PSC1_6\",\n            \"splitterTypeFsxlBand\": \"PSC1_6\",\n            \"splitterTypeFsx\": \"PSC1_6\",\n            \"splitterTypeAdx\": \"PSC1_6\",\n            \"psimcontrollerProtection\": true,\n            \"numberOfPDUSiteJumperKits\": 0,\n            \"psimpowerFilter\": \"DC\",\n            \"oadmchoice\": \"ROADM\",\n            \"adblockType\": \"CONFIG_D\",\n            \"otInSepShelfForCDC\": true,\n            \"otInSepShelf\": false,\n            \"mcsInSepShelf\": false,\n            \"otdrinSeparateShelf\": false,\n            \"ruverticalSpacePSS\": \"80 Inches\",\n            \"ruverticalSpacePSIM\": \"44 RU\",\n            \"ruverticalSpacePSIL\": \"44 RU\",\n            \"ruverticalSpacePSI2T\": \"44 RU\",\n            \"pduincludeSliderKit\": false,\n            \"pduincludeBreakerToggle\": false,\n            \"allowWDM\": true,\n            \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n            \"adallowUniDIR\": true,\n            \"wtocmonILA\": false,\n            \"neregenMode\": \"Free3R\",\n            \"pdutype\": \"NONE\",\n            \"netype\": \"PSS1830\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 2000,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalElements\": 3,\n    \"totalPages\": 1,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 3,\n    \"size\": 2000,\n    \"number\": 0,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"empty\": false\n}"}],"_postman_id":"158c1ae4-5b02-42cf-b915-e49061578d49"},{"name":"Search routes of the trail","id":"9972b28b-04c8-4bc9-a30d-cfc64344d8cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[{"key":"Authorizaton","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"targetId\":420,\r\n  \"mustInclude\": [50,60,70],\r\n  \"mustExclude\":[],\r\n  \"allowAdmColorViolation\": false,\r\n  \"includedSitesPolicy\": \"BLANK\",\r\n  \"routeId\":-1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/653/startSearchClassic","urlObject":{"protocol":"https","port":"9000","path":["api","routing","designs","653","startSearchClassic"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"33c8e720-39cf-40d0-8f47-e99048dce613","name":"Search routes of the trail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"targetId\":330,\r\n  \"mustInclude\": [50,60,70],\r\n  \"mustExclude\":[],\r\n  \"allowAdmColorViolation\": false,\r\n  \"includedSitesPolicy\": \"BLANK\",\r\n  \"routeId\":-1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/startSearchClassic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Jun 2024 10:29:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 92,\n    \"jobId\": 92,\n    \"createTime\": \"2024-06-04T10:29:42.185+00:00\",\n    \"lastUpdated\": \"2024-06-04T10:29:42.185+00:00\",\n    \"status\": \"STARTING\",\n    \"exitStatus\": {\n        \"exitCode\": \"UNKNOWN\",\n        \"exitDescription\": \"\",\n        \"running\": true\n    },\n    \"jobName\": \"Search Route\",\n    \"jobParameters\": {\n        \"name\": {\n            \"value\": \"Trail1\"\n        },\n        \"objkey\": {\n            \"value\": \"Demand\"\n        },\n        \"designId\": {\n            \"value\": 553\n        }\n    },\n    \"stepExecutions\": [],\n    \"createdBy\": \"\",\n    \"entityId\": 0,\n    \"entityClass\": \"\",\n    \"entityName\": \"Trail1\",\n    \"parentJobId\": 0,\n    \"failReason\": \"\",\n    \"fileName\": \"\",\n    \"demandId\": \"\",\n    \"jobDto\": {\n        \"id\": 92,\n        \"jobName\": \"Search Route\",\n        \"entity\": \"Trail1\",\n        \"status\": \"STARTING\",\n        \"username\": \"\",\n        \"details\": \"\",\n        \"guiLabel\": \"Trail1\",\n        \"className\": \"Jobs\"\n    }\n}"}],"_postman_id":"9972b28b-04c8-4bc9-a30d-cfc64344d8cb"},{"name":"Get the Routes(First layer search)","id":"c6a7f15b-12a3-4ebe-9dda-2450bf6db4ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"https://{{server}}:8443/wsp/api/routing/designs/5032/getRoutesClassic/true?page=0&size=1&sort=string","urlObject":{"protocol":"https","port":"8443","path":["wsp","api","routing","designs","5032","getRoutesClassic","true"],"host":["{{server}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"1"},{"key":"sort","value":"string"}],"variable":[]}},"response":[{"id":"20fa1fae-b4c2-4e3b-8430-2d724119c000","name":"Get the Routes(First layer search)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/getRoutesClassic/true?page=0&size=1&sort=string","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","routing","designs","{{DesignID}}","getRoutesClassic","true"],"query":[{"key":"page","value":"0"},{"key":"size","value":"1"},{"key":"sort","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Jun 2024 10:32:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"siteSolutionDto\": {\n                \"srcSiteId\": 50,\n                \"dstSiteId\": 70,\n                \"sites\": [\n                    50,\n                    70\n                ]\n            },\n            \"routeId\": 0\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": false,\n            \"sorted\": true,\n            \"empty\": false\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 1,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalElements\": 2,\n    \"totalPages\": 2,\n    \"last\": false,\n    \"first\": true,\n    \"numberOfElements\": 1,\n    \"size\": 1,\n    \"number\": 0,\n    \"sort\": {\n        \"unsorted\": false,\n        \"sorted\": true,\n        \"empty\": false\n    },\n    \"empty\": false\n}"}],"_postman_id":"c6a7f15b-12a3-4ebe-9dda-2450bf6db4ac"},{"name":"Apply the route","id":"af77a583-2427-4be1-8009-bbf5a3ebcafd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"routeId\":0,\r\n\"demandId\":330,\r\n\"userInputs\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/finishClassic","urlObject":{"protocol":"https","port":"9000","path":["api","routing","designs","{{DesignID}}","finishClassic"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"af77a583-2427-4be1-8009-bbf5a3ebcafd"}],"id":"90e336c5-9b19-4d6c-9d29-55660986129b","_postman_id":"90e336c5-9b19-4d6c-9d29-55660986129b","description":""},{"name":"Manual Routing with or without Regen","item":[{"name":"Fetch the trail ID","id":"e5a4342b-afe1-45dd-8148-204c938fd089","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/map/demands","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","map","demands"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"c4f21a33-455e-43e2-be2a-9eed30bde7ff","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/map/demands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Jun 2024 10:14:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 330,\n        \"name\": \"Trail1\",\n        \"description\": \"updated trail description in postman\",\n        \"nfmtName\": \"\",\n        \"srcSiteId\": 50,\n        \"dstSiteId\": 70,\n        \"ntwLayer\": \"DEMAND\",\n        \"endPointReqList\": {\n            \"tpA\": {\n                \"orientation\": \"Tp A\",\n                \"site\": {\n                    \"id\": 50,\n                    \"name\": \"Site1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"gmplsStatus\": true,\n                    \"type\": \"Site1\",\n                    \"geoLat\": 26.66667,\n                    \"geoLon\": 10.74075,\n                    \"nonGeoLat\": 26.66667,\n                    \"nonGeoLon\": 10.74075,\n                    \"geocoding\": false,\n                    \"floorAndRoom\": \"Floor1, Room1\",\n                    \"maxAislesPerRoom\": 5,\n                    \"maxBaysPerAisle\": 10,\n                    \"etr\": false,\n                    \"clustered\": false,\n                    \"anssiQSconfigured\": false,\n                    \"lockLatLong\": false,\n                    \"powerFilterType\": \"WITH_BREAKER\",\n                    \"shelfPowerFeedLimit\": 0,\n                    \"allowPF30\": false,\n                    \"allowPF60\": false,\n                    \"allowPF70\": false,\n                    \"allowPF20\": false,\n                    \"allowPF50\": true,\n                    \"pss16AllowPF20\": true,\n                    \"pss16AllowPF35\": false,\n                    \"pss4AllowPF7\": true,\n                    \"pss4AllowPF4\": false,\n                    \"pss4AllowPF5\": false,\n                    \"pss16IIPowerFilter\": \"DC\",\n                    \"pss8PowerFilter\": \"DC\",\n                    \"psi8LPowerFilter\": \"DC\",\n                    \"psi4LPowerFilter\": \"DC\",\n                    \"psiACPowerCord\": \"US\",\n                    \"pss24xPowerFilter\": \"DC48V70A\",\n                    \"pss8ACVoltageFloor\": 0,\n                    \"requireMaxDegree8\": false,\n                    \"forceHighCapacityFilter\": true,\n                    \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                    \"defaultDGETypeLBand\": \"None\",\n                    \"segregationOT\": \"AllowMixing\",\n                    \"useLowLatencyDCMsInNonModularOAs\": false,\n                    \"meshFiberingScheme\": \"Standard\",\n                    \"meshFiberingSchemeLband\": \"Standard\",\n                    \"meshFiberingType\": \"MSH4-FSB\",\n                    \"segmentLBandConnected\": true,\n                    \"profile\": \"CDCF\",\n                    \"requireROADM\": false,\n                    \"defaultWR\": \"IRDM32\",\n                    \"maxADDegree\": 0,\n                    \"maxCWRinADBlock\": 8,\n                    \"bandType\": \"C\",\n                    \"allowPacket\": true,\n                    \"upgradeableROADM\": false,\n                    \"opsysPassThruNodeOptions\": \"OADM\",\n                    \"isCore\": false,\n                    \"spurHome\": \"Site1\",\n                    \"allowWDMonMSPP\": false,\n                    \"maxOADMDegree\": 8,\n                    \"equipAllMESH4\": false,\n                    \"equipAllAnyDirADFilters\": false,\n                    \"equipAnyDirADBlocks\": false,\n                    \"wtocmOnXmtOnlyconfigD\": false,\n                    \"equipCWRinADBlock\": false,\n                    \"allowGroupIsolation\": false,\n                    \"allowGroupIsolationLband\": false,\n                    \"mlfsbforceEndTerminalNode\": false,\n                    \"mainShelf\": \"PSS32\",\n                    \"mainShelfPref\": \"PSS16II\",\n                    \"extShelfGeneralPref\": \"PSS32\",\n                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                    \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                    \"mainShelfPrefOT\": \"PSS32\",\n                    \"extShelfGeneralPrefOT\": \"PSS32\",\n                    \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                    \"otnExtShelfPref\": \"PSS24X\",\n                    \"pss24xMatrixSize\": \"SC24T\",\n                    \"fiberStorageTray\": \"INCLUDE\",\n                    \"mixPSI\": \"INCLUDE\",\n                    \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                    \"flexShelf\": \"DO_NOT_INCLUDE\",\n                    \"shelfCover\": \"DO_NOT_INCLUDE\",\n                    \"extShelfCover\": true,\n                    \"shelfDepth\": \"DEPTH13INCH\",\n                    \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                    \"includeRacks\": false,\n                    \"allowPSS8UP\": false,\n                    \"pss32FanCapacity\": \"HIGH\",\n                    \"encryptedECneeded\": false,\n                    \"lineSideXFP\": \"TUNABLE_XFP\",\n                    \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                    \"shelfPowerMargin\": 0,\n                    \"shelfVoltageFloor\": 39,\n                    \"lineIsolation\": \"NoLineIsolation\",\n                    \"lineIsolationOnWTOCM\": true,\n                    \"pss16IIACVariant\": false,\n                    \"pss16IIilaFanCapacity\": \"HIGH\",\n                    \"regen\": \"11STAR1A\",\n                    \"ot260SCX2OperatingMode\": \"Single Mode\",\n                    \"ot1UD200OperatingMode\": \"Single Mode\",\n                    \"rackFill\": \"FILL_BOTTOM\",\n                    \"sharePSCamongWdmLines\": true,\n                    \"packPlacementSpecName\": \"System Default\",\n                    \"pss24xMountSetup\": \"VERTICAL\",\n                    \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                    \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                    \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                    \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                    \"pss16ControllerProtection\": true,\n                    \"pss8ControllerProtection\": true,\n                    \"pss16IIControllerProtection\": true,\n                    \"pss32ControllerProtection\": true,\n                    \"psi8LControllerProtection\": true,\n                    \"psi4LControllerProtection\": true,\n                    \"pss16PfProtection\": true,\n                    \"pss16IIPfProtection\": true,\n                    \"pss4PfProtection\": true,\n                    \"pss8PfProtection\": true,\n                    \"maxPscSectionPerOpticalLine\": 0,\n                    \"minPscSectionPerOpticalLine\": 0,\n                    \"maxPscSectionPerADBlock\": 0,\n                    \"minPscSectionPerADBlock\": 0,\n                    \"autoOadmNeShelfTypeConfigurations\": {\n                        \"extShelfOTNPref\": \"PSS24X\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\",\n                            \"PSS16II\",\n                            \"PSS24X\"\n                        ],\n                        \"possibleExtensionShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS16II\"\n                        ],\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\"\n                    },\n                    \"autoIlaNEShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS16II\",\n                        \"allShelfTypeList\": [\n                            \"PSS16II\",\n                            \"PSS16II\"\n                        ]\n                    },\n                    \"autoAnssiNEShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS8\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"allShelfTypeList\": [\n                            \"PSS8\",\n                            \"PSS32\"\n                        ]\n                    },\n                    \"autoOtpNeShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\"\n                        ]\n                    },\n                    \"autoOtpNeMEShelfTypeConfigurations\": {\n                        \"extShelfOTNPref\": \"PSS24X\",\n                        \"extShelfClientLinePairedPref\": \"PSS8\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\",\n                            \"PSS8\",\n                            \"PSS24X\"\n                        ],\n                        \"possibleExtensionShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS8\"\n                        ],\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\"\n                    },\n                    \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                    \"maxMcsAdBlockNode\": \"25\",\n                    \"minMcsAdBlockNode\": \"1\",\n                    \"aarType\": \"AAR2X8A\",\n                    \"minaarCartPerMcsAdBlock\": \"1\",\n                    \"minMcsCartPerMcsAdBlock\": \"1\",\n                    \"maxMcsAdBlockNodeLband\": \"0\",\n                    \"minMcsAdBlockNodeLband\": \"0\",\n                    \"aaRTypeLband\": \"\",\n                    \"minaarCartPerMcsAdBlockLband\": \"0\",\n                    \"minMcsCartPerMcsADBlockLband\": \"0\",\n                    \"regenMode\": \"Unrestricted 3R\",\n                    \"cardChannelCountLimit\": \"\",\n                    \"neSet\": [],\n                    \"frozen\": false,\n                    \"allowHeterogeneousNodeType\": \"NONE\",\n                    \"heteroNodeType\": \"None\",\n                    \"defaultWrCband\": \"IRDM32\",\n                    \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                    \"allowFsxCreationCband\": false,\n                    \"mcsType\": \"MCS8-16\",\n                    \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                    \"minMxnCDCadBlockByType\": \"0\",\n                    \"mxnType\": \"MXN824\",\n                    \"ascType\": \"ASC2\",\n                    \"minASCSections\": \"1\",\n                    \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                    \"minPscMlsfbAdxADBlockByType\": \"1\",\n                    \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                    \"minPscMlsfbFsxADBlockByType\": \"1\",\n                    \"defaultWrLband\": \"None\",\n                    \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                    \"allowFsxCreationLband\": false,\n                    \"mcsTypeLband\": \"\",\n                    \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                    \"minMxnCdcADBlockByTypeLband\": \"0\",\n                    \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                    \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                    \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                    \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                    \"group1\": \"\",\n                    \"group2\": \"\",\n                    \"group3\": \"\",\n                    \"group4\": \"\",\n                    \"group1Lband\": \"\",\n                    \"group2Lband\": \"\",\n                    \"group3Lband\": \"\",\n                    \"group4Lband\": \"\",\n                    \"deployedState\": false,\n                    \"canCreate24x\": false,\n                    \"otnShelfEnabled\": false,\n                    \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                    \"splitterTypeAdxlBand\": \"PSC1_6\",\n                    \"splitterTypeFsxlBand\": \"PSC1_6\",\n                    \"splitterTypeFsx\": \"PSC1_6\",\n                    \"splitterTypeAdx\": \"PSC1_6\",\n                    \"psimcontrollerProtection\": true,\n                    \"numberOfPDUSiteJumperKits\": 0,\n                    \"psimpowerFilter\": \"DC\",\n                    \"oadmchoice\": \"ROADM\",\n                    \"adblockType\": \"CONFIG_D\",\n                    \"otInSepShelfForCDC\": true,\n                    \"otInSepShelf\": false,\n                    \"mcsInSepShelf\": false,\n                    \"otdrinSeparateShelf\": false,\n                    \"ruverticalSpacePSS\": \"80 Inches\",\n                    \"ruverticalSpacePSIM\": \"44 RU\",\n                    \"ruverticalSpacePSIL\": \"44 RU\",\n                    \"ruverticalSpacePSI2T\": \"44 RU\",\n                    \"pduincludeSliderKit\": false,\n                    \"pduincludeBreakerToggle\": false,\n                    \"allowWDM\": true,\n                    \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                    \"adallowUniDIR\": true,\n                    \"wtocmonILA\": false,\n                    \"neregenMode\": \"Free3R\",\n                    \"pdutype\": \"NONE\",\n                    \"netype\": \"PSS1830\"\n                },\n                \"node\": {\n                    \"id\": 401,\n                    \"name\": \"Site1-1-ON-1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"maxMCSAddDropBlocksNode\": 0,\n                    \"minMcsAddDropBlocksNode\": 0,\n                    \"aarcardperMcsAddDropBlock\": 0,\n                    \"maxMCSAddDropBlocksNodeLBand\": 0,\n                    \"minMcsAddDropBlocksNodeLBand\": 0,\n                    \"aarcardperMcsAddDropBlockLBand\": 0,\n                    \"logicalNodeId\": 0,\n                    \"nodeType\": \"DGE\",\n                    \"blockSet\": [],\n                    \"maxRoadmDegree\": 0,\n                    \"minAddDropDegree\": 0,\n                    \"maxAddDropDegree\": 0,\n                    \"adBlockConfig\": {},\n                    \"eqAllMesh\": false,\n                    \"dgeFilterType\": \"NONE\",\n                    \"allowLocalAddDrop\": false,\n                    \"maxPscSectionPerOpticalLine\": 0,\n                    \"sharePscAmongWdmLines\": false,\n                    \"forceManualPowerMode\": false,\n                    \"frozen\": false,\n                    \"lineGroupIsolation\": {},\n                    \"supportedBandTypeList\": [],\n                    \"externallyManaged\": false,\n                    \"msh8AfixedCabling\": false\n                }\n            },\n            \"tpZ\": {\n                \"orientation\": \"Tp Z\",\n                \"site\": {\n                    \"id\": 70,\n                    \"name\": \"Site3\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"gmplsStatus\": true,\n                    \"type\": \"Site3\",\n                    \"geoLat\": 6.66667,\n                    \"geoLon\": 25.74075,\n                    \"nonGeoLat\": 6.66667,\n                    \"nonGeoLon\": 25.74075,\n                    \"geocoding\": false,\n                    \"floorAndRoom\": \"Floor1, Room1\",\n                    \"maxAislesPerRoom\": 5,\n                    \"maxBaysPerAisle\": 10,\n                    \"etr\": false,\n                    \"clustered\": false,\n                    \"anssiQSconfigured\": false,\n                    \"lockLatLong\": false,\n                    \"powerFilterType\": \"WITH_BREAKER\",\n                    \"shelfPowerFeedLimit\": 0,\n                    \"allowPF30\": false,\n                    \"allowPF60\": false,\n                    \"allowPF70\": false,\n                    \"allowPF20\": false,\n                    \"allowPF50\": true,\n                    \"pss16AllowPF20\": true,\n                    \"pss16AllowPF35\": false,\n                    \"pss4AllowPF7\": true,\n                    \"pss4AllowPF4\": false,\n                    \"pss4AllowPF5\": false,\n                    \"pss16IIPowerFilter\": \"DC\",\n                    \"pss8PowerFilter\": \"DC\",\n                    \"psi8LPowerFilter\": \"DC\",\n                    \"psi4LPowerFilter\": \"DC\",\n                    \"psiACPowerCord\": \"US\",\n                    \"pss24xPowerFilter\": \"DC48V70A\",\n                    \"pss8ACVoltageFloor\": 0,\n                    \"requireMaxDegree8\": false,\n                    \"forceHighCapacityFilter\": true,\n                    \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                    \"defaultDGETypeLBand\": \"None\",\n                    \"segregationOT\": \"AllowMixing\",\n                    \"useLowLatencyDCMsInNonModularOAs\": false,\n                    \"meshFiberingScheme\": \"Standard\",\n                    \"meshFiberingSchemeLband\": \"Standard\",\n                    \"meshFiberingType\": \"MSH4-FSB\",\n                    \"segmentLBandConnected\": true,\n                    \"profile\": \"CDCF\",\n                    \"requireROADM\": false,\n                    \"defaultWR\": \"IRDM32\",\n                    \"maxADDegree\": 0,\n                    \"maxCWRinADBlock\": 8,\n                    \"bandType\": \"C\",\n                    \"allowPacket\": true,\n                    \"upgradeableROADM\": false,\n                    \"opsysPassThruNodeOptions\": \"OADM\",\n                    \"isCore\": false,\n                    \"spurHome\": \"Site3\",\n                    \"allowWDMonMSPP\": false,\n                    \"maxOADMDegree\": 8,\n                    \"equipAllMESH4\": false,\n                    \"equipAllAnyDirADFilters\": false,\n                    \"equipAnyDirADBlocks\": false,\n                    \"wtocmOnXmtOnlyconfigD\": false,\n                    \"equipCWRinADBlock\": false,\n                    \"allowGroupIsolation\": false,\n                    \"allowGroupIsolationLband\": false,\n                    \"mlfsbforceEndTerminalNode\": false,\n                    \"mainShelf\": \"PSS32\",\n                    \"mainShelfPref\": \"PSS16II\",\n                    \"extShelfGeneralPref\": \"PSS32\",\n                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                    \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                    \"mainShelfPrefOT\": \"PSS32\",\n                    \"extShelfGeneralPrefOT\": \"PSS32\",\n                    \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                    \"otnExtShelfPref\": \"PSS24X\",\n                    \"pss24xMatrixSize\": \"SC24T\",\n                    \"fiberStorageTray\": \"INCLUDE\",\n                    \"mixPSI\": \"INCLUDE\",\n                    \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                    \"flexShelf\": \"DO_NOT_INCLUDE\",\n                    \"shelfCover\": \"DO_NOT_INCLUDE\",\n                    \"extShelfCover\": true,\n                    \"shelfDepth\": \"DEPTH13INCH\",\n                    \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                    \"includeRacks\": false,\n                    \"allowPSS8UP\": false,\n                    \"pss32FanCapacity\": \"HIGH\",\n                    \"encryptedECneeded\": false,\n                    \"lineSideXFP\": \"TUNABLE_XFP\",\n                    \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                    \"shelfPowerMargin\": 0,\n                    \"shelfVoltageFloor\": 39,\n                    \"lineIsolation\": \"NoLineIsolation\",\n                    \"lineIsolationOnWTOCM\": true,\n                    \"pss16IIACVariant\": false,\n                    \"pss16IIilaFanCapacity\": \"HIGH\",\n                    \"regen\": \"11STAR1A\",\n                    \"ot260SCX2OperatingMode\": \"Single Mode\",\n                    \"ot1UD200OperatingMode\": \"Single Mode\",\n                    \"rackFill\": \"FILL_BOTTOM\",\n                    \"sharePSCamongWdmLines\": true,\n                    \"packPlacementSpecName\": \"System Default\",\n                    \"pss24xMountSetup\": \"VERTICAL\",\n                    \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                    \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                    \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                    \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                    \"pss16ControllerProtection\": true,\n                    \"pss8ControllerProtection\": true,\n                    \"pss16IIControllerProtection\": true,\n                    \"pss32ControllerProtection\": true,\n                    \"psi8LControllerProtection\": true,\n                    \"psi4LControllerProtection\": true,\n                    \"pss16PfProtection\": true,\n                    \"pss16IIPfProtection\": true,\n                    \"pss4PfProtection\": true,\n                    \"pss8PfProtection\": true,\n                    \"maxPscSectionPerOpticalLine\": 0,\n                    \"minPscSectionPerOpticalLine\": 0,\n                    \"maxPscSectionPerADBlock\": 0,\n                    \"minPscSectionPerADBlock\": 0,\n                    \"autoOadmNeShelfTypeConfigurations\": {\n                        \"extShelfOTNPref\": \"PSS24X\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\",\n                            \"PSS16II\",\n                            \"PSS24X\"\n                        ],\n                        \"possibleExtensionShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS16II\"\n                        ],\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\"\n                    },\n                    \"autoIlaNEShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS16II\",\n                        \"allShelfTypeList\": [\n                            \"PSS16II\",\n                            \"PSS16II\"\n                        ]\n                    },\n                    \"autoAnssiNEShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS8\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"allShelfTypeList\": [\n                            \"PSS8\",\n                            \"PSS32\"\n                        ]\n                    },\n                    \"autoOtpNeShelfTypeConfigurations\": {\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\"\n                        ]\n                    },\n                    \"autoOtpNeMEShelfTypeConfigurations\": {\n                        \"extShelfOTNPref\": \"PSS24X\",\n                        \"extShelfClientLinePairedPref\": \"PSS8\",\n                        \"allShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS32\",\n                            \"PSS8\",\n                            \"PSS24X\"\n                        ],\n                        \"possibleExtensionShelfTypeList\": [\n                            \"PSS32\",\n                            \"PSS8\"\n                        ],\n                        \"mainShelfPref\": \"PSS32\",\n                        \"extShelfGeneralPref\": \"PSS32\"\n                    },\n                    \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                    \"maxMcsAdBlockNode\": \"25\",\n                    \"minMcsAdBlockNode\": \"1\",\n                    \"aarType\": \"AAR2X8A\",\n                    \"minaarCartPerMcsAdBlock\": \"1\",\n                    \"minMcsCartPerMcsAdBlock\": \"1\",\n                    \"maxMcsAdBlockNodeLband\": \"0\",\n                    \"minMcsAdBlockNodeLband\": \"0\",\n                    \"aaRTypeLband\": \"\",\n                    \"minaarCartPerMcsAdBlockLband\": \"0\",\n                    \"minMcsCartPerMcsADBlockLband\": \"0\",\n                    \"regenMode\": \"Unrestricted 3R\",\n                    \"cardChannelCountLimit\": \"\",\n                    \"neSet\": [],\n                    \"frozen\": false,\n                    \"allowHeterogeneousNodeType\": \"NONE\",\n                    \"heteroNodeType\": \"None\",\n                    \"defaultWrCband\": \"IRDM32\",\n                    \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                    \"allowFsxCreationCband\": false,\n                    \"mcsType\": \"MCS8-16\",\n                    \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                    \"minMxnCDCadBlockByType\": \"0\",\n                    \"mxnType\": \"MXN824\",\n                    \"ascType\": \"ASC2\",\n                    \"minASCSections\": \"1\",\n                    \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                    \"minPscMlsfbAdxADBlockByType\": \"1\",\n                    \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                    \"minPscMlsfbFsxADBlockByType\": \"1\",\n                    \"defaultWrLband\": \"None\",\n                    \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                    \"allowFsxCreationLband\": false,\n                    \"mcsTypeLband\": \"\",\n                    \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                    \"minMxnCdcADBlockByTypeLband\": \"0\",\n                    \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                    \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                    \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                    \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                    \"group1\": \"\",\n                    \"group2\": \"\",\n                    \"group3\": \"\",\n                    \"group4\": \"\",\n                    \"group1Lband\": \"\",\n                    \"group2Lband\": \"\",\n                    \"group3Lband\": \"\",\n                    \"group4Lband\": \"\",\n                    \"deployedState\": false,\n                    \"canCreate24x\": false,\n                    \"otnShelfEnabled\": false,\n                    \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                    \"splitterTypeAdxlBand\": \"PSC1_6\",\n                    \"splitterTypeFsxlBand\": \"PSC1_6\",\n                    \"splitterTypeFsx\": \"PSC1_6\",\n                    \"splitterTypeAdx\": \"PSC1_6\",\n                    \"psimcontrollerProtection\": true,\n                    \"numberOfPDUSiteJumperKits\": 0,\n                    \"psimpowerFilter\": \"DC\",\n                    \"oadmchoice\": \"ROADM\",\n                    \"adblockType\": \"CONFIG_D\",\n                    \"otInSepShelfForCDC\": true,\n                    \"otInSepShelf\": false,\n                    \"mcsInSepShelf\": false,\n                    \"otdrinSeparateShelf\": false,\n                    \"ruverticalSpacePSS\": \"80 Inches\",\n                    \"ruverticalSpacePSIM\": \"44 RU\",\n                    \"ruverticalSpacePSIL\": \"44 RU\",\n                    \"ruverticalSpacePSI2T\": \"44 RU\",\n                    \"pduincludeSliderKit\": false,\n                    \"pduincludeBreakerToggle\": false,\n                    \"allowWDM\": true,\n                    \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                    \"adallowUniDIR\": true,\n                    \"wtocmonILA\": false,\n                    \"neregenMode\": \"Free3R\",\n                    \"pdutype\": \"NONE\",\n                    \"netype\": \"PSS1830\"\n                },\n                \"node\": {\n                    \"id\": 431,\n                    \"name\": \"Site3-1-ON-1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"maxMCSAddDropBlocksNode\": 0,\n                    \"minMcsAddDropBlocksNode\": 0,\n                    \"aarcardperMcsAddDropBlock\": 0,\n                    \"maxMCSAddDropBlocksNodeLBand\": 0,\n                    \"minMcsAddDropBlocksNodeLBand\": 0,\n                    \"aarcardperMcsAddDropBlockLBand\": 0,\n                    \"logicalNodeId\": 0,\n                    \"nodeType\": \"DGE\",\n                    \"blockSet\": [],\n                    \"maxRoadmDegree\": 0,\n                    \"minAddDropDegree\": 0,\n                    \"maxAddDropDegree\": 0,\n                    \"adBlockConfig\": {},\n                    \"eqAllMesh\": false,\n                    \"dgeFilterType\": \"NONE\",\n                    \"allowLocalAddDrop\": false,\n                    \"maxPscSectionPerOpticalLine\": 0,\n                    \"sharePscAmongWdmLines\": false,\n                    \"forceManualPowerMode\": false,\n                    \"frozen\": false,\n                    \"lineGroupIsolation\": {},\n                    \"supportedBandTypeList\": [],\n                    \"externallyManaged\": false,\n                    \"msh8AfixedCabling\": false\n                }\n            }\n        },\n        \"routingRequestType\": \"TRAIL\",\n        \"networkProtectionType\": \"UNPROTECTED\",\n        \"fec\": \"SDFEC_V\",\n        \"phaseEncoding\": \"ABSOLUTE\",\n        \"modulationFormat\": \"SQAM16\",\n        \"projectDisplayName\": \"None [Current]\",\n        \"isOtnDemand\": false,\n        \"clientProtectionType\": \"UNPROTECTED\",\n        \"designState\": \"Complete, Valid\",\n        \"primarySecRouted\": false,\n        \"segmentIdList\": [\n            130\n        ],\n        \"routedTrailIds\": {},\n        \"includeAdmColorProfile\": \"NoColor\",\n        \"excludeAdmColorProfile\": \"NoColor\",\n        \"routed\": true,\n        \"partiallyRouted\": false,\n        \"trailWithOpsPack\": false,\n        \"cascaded\": false\n    }\n]"}],"_postman_id":"e5a4342b-afe1-45dd-8148-204c938fd089"},{"name":"Fetch the site ID of source and destination","id":"b24317de-007f-4d0c-8151-900e7cd8d5bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"au","value":"{{token}}","type":"text"}],"url":"https://{{server}}:8443/wsp/api/designs/{{DesignID}}/sites","urlObject":{"protocol":"https","port":"8443","path":["wsp","api","designs","{{DesignID}}","sites"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"c2266f05-b7ef-41ca-a9ef-88ef7ace2a55","name":"Fetch the site ID of source and destination","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/sites"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Jun 2024 10:20:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 50,\n            \"name\": \"Site1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"gmplsStatus\": true,\n            \"type\": \"Site1\",\n            \"geoLat\": 26.66667,\n            \"geoLon\": 10.74075,\n            \"nonGeoLat\": 26.66667,\n            \"nonGeoLon\": 10.74075,\n            \"geocoding\": false,\n            \"floorAndRoom\": \"Floor1, Room1\",\n            \"maxAislesPerRoom\": 5,\n            \"maxBaysPerAisle\": 10,\n            \"etr\": false,\n            \"clustered\": false,\n            \"anssiQSconfigured\": false,\n            \"lockLatLong\": false,\n            \"powerFilterType\": \"WITH_BREAKER\",\n            \"shelfPowerFeedLimit\": 0,\n            \"allowPF30\": false,\n            \"allowPF60\": false,\n            \"allowPF70\": false,\n            \"allowPF20\": false,\n            \"allowPF50\": true,\n            \"pss16AllowPF20\": true,\n            \"pss16AllowPF35\": false,\n            \"pss4AllowPF7\": true,\n            \"pss4AllowPF4\": false,\n            \"pss4AllowPF5\": false,\n            \"pss16IIPowerFilter\": \"DC\",\n            \"pss8PowerFilter\": \"DC\",\n            \"psi8LPowerFilter\": \"DC\",\n            \"psi4LPowerFilter\": \"DC\",\n            \"psiACPowerCord\": \"US\",\n            \"pss24xPowerFilter\": \"DC48V70A\",\n            \"pss8ACVoltageFloor\": 0,\n            \"requireMaxDegree8\": false,\n            \"forceHighCapacityFilter\": true,\n            \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n            \"defaultDGETypeLBand\": \"None\",\n            \"segregationOT\": \"AllowMixing\",\n            \"useLowLatencyDCMsInNonModularOAs\": false,\n            \"meshFiberingScheme\": \"Standard\",\n            \"meshFiberingSchemeLband\": \"Standard\",\n            \"meshFiberingType\": \"MSH4-FSB\",\n            \"segmentLBandConnected\": true,\n            \"profile\": \"CDCF\",\n            \"requireROADM\": false,\n            \"defaultWR\": \"IRDM32\",\n            \"maxADDegree\": 0,\n            \"maxCWRinADBlock\": 8,\n            \"bandType\": \"C\",\n            \"allowPacket\": true,\n            \"upgradeableROADM\": false,\n            \"opsysPassThruNodeOptions\": \"OADM\",\n            \"isCore\": false,\n            \"spurHome\": \"Site1\",\n            \"allowWDMonMSPP\": false,\n            \"maxOADMDegree\": 8,\n            \"equipAllMESH4\": false,\n            \"equipAllAnyDirADFilters\": false,\n            \"equipAnyDirADBlocks\": false,\n            \"wtocmOnXmtOnlyconfigD\": false,\n            \"equipCWRinADBlock\": false,\n            \"allowGroupIsolation\": false,\n            \"allowGroupIsolationLband\": false,\n            \"mlfsbforceEndTerminalNode\": false,\n            \"mainShelf\": \"PSS32\",\n            \"mainShelfPref\": \"PSS16II\",\n            \"extShelfGeneralPref\": \"PSS32\",\n            \"extShelfClientLinePairedPref\": \"PSS16II\",\n            \"ilaExtShelfGeneralPref\": \"PSS16II\",\n            \"mainShelfPrefOT\": \"PSS32\",\n            \"extShelfGeneralPrefOT\": \"PSS32\",\n            \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n            \"otnExtShelfPref\": \"PSS24X\",\n            \"pss24xMatrixSize\": \"SC24T\",\n            \"fiberStorageTray\": \"INCLUDE\",\n            \"mixPSI\": \"INCLUDE\",\n            \"attenDrawer\": \"DO_NOT_INCLUDE\",\n            \"flexShelf\": \"DO_NOT_INCLUDE\",\n            \"shelfCover\": \"DO_NOT_INCLUDE\",\n            \"extShelfCover\": true,\n            \"shelfDepth\": \"DEPTH13INCH\",\n            \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n            \"includeRacks\": false,\n            \"allowPSS8UP\": false,\n            \"pss32FanCapacity\": \"HIGH\",\n            \"encryptedECneeded\": false,\n            \"lineSideXFP\": \"TUNABLE_XFP\",\n            \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n            \"shelfPowerMargin\": 0,\n            \"shelfVoltageFloor\": 39,\n            \"lineIsolation\": \"NoLineIsolation\",\n            \"lineIsolationOnWTOCM\": true,\n            \"pss16IIACVariant\": false,\n            \"pss16IIilaFanCapacity\": \"HIGH\",\n            \"regen\": \"11STAR1A\",\n            \"ot260SCX2OperatingMode\": \"Single Mode\",\n            \"ot1UD200OperatingMode\": \"Single Mode\",\n            \"rackFill\": \"FILL_BOTTOM\",\n            \"sharePSCamongWdmLines\": true,\n            \"packPlacementSpecName\": \"System Default\",\n            \"pss24xMountSetup\": \"VERTICAL\",\n            \"shelfWidthPSS\": \"ANSI 23 Inch\",\n            \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n            \"pss16ControllerProtection\": true,\n            \"pss8ControllerProtection\": true,\n            \"pss16IIControllerProtection\": true,\n            \"pss32ControllerProtection\": true,\n            \"psi8LControllerProtection\": true,\n            \"psi4LControllerProtection\": true,\n            \"pss16PfProtection\": true,\n            \"pss16IIPfProtection\": true,\n            \"pss4PfProtection\": true,\n            \"pss8PfProtection\": true,\n            \"maxPscSectionPerOpticalLine\": 0,\n            \"minPscSectionPerOpticalLine\": 0,\n            \"maxPscSectionPerADBlock\": 0,\n            \"minPscSectionPerADBlock\": 0,\n            \"autoOadmNeShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS16II\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS16II\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"autoIlaNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS16II\",\n                \"extShelfGeneralPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS16II\",\n                    \"PSS16II\"\n                ]\n            },\n            \"autoAnssiNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS8\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS8\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeMEShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS8\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS8\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS8\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n            \"maxMcsAdBlockNode\": \"25\",\n            \"minMcsAdBlockNode\": \"1\",\n            \"aarType\": \"AAR2X8A\",\n            \"minaarCartPerMcsAdBlock\": \"1\",\n            \"minMcsCartPerMcsAdBlock\": \"1\",\n            \"maxMcsAdBlockNodeLband\": \"0\",\n            \"minMcsAdBlockNodeLband\": \"0\",\n            \"aaRTypeLband\": \"\",\n            \"minaarCartPerMcsAdBlockLband\": \"0\",\n            \"minMcsCartPerMcsADBlockLband\": \"0\",\n            \"regenMode\": \"Unrestricted 3R\",\n            \"cardChannelCountLimit\": \"\",\n            \"neSet\": [\n                {\n                    \"id\": 550,\n                    \"name\": \"Site1-1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 26.66667,\n                        \"geoLon\": 10.74075,\n                        \"nonGeoLat\": 26.66667,\n                        \"nonGeoLon\": 10.74075,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site1\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ]\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\",\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\"\n                    },\n                    \"neType\": \"PSS_WDM\",\n                    \"neRelease\": \"24.6.x\",\n                    \"mainShelfType\": \"PSS-32 Universal\",\n                    \"extShelfType\": \"PSS-32 Universal\",\n                    \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n                    \"extensionOtnShelfType\": \"PSS-24X Universal\",\n                    \"shelfWidth\": \"ANSI 23 Inch\",\n                    \"ruVerticalSpace\": \"80 Inches\",\n                    \"loopBackIp\": \"\",\n                    \"oampIp\": \"\",\n                    \"citIp\": \"\",\n                    \"voipIp\": \"\",\n                    \"sid\": \"Site1-1\",\n                    \"otPlacement\": false,\n                    \"opticalEquipment\": true,\n                    \"numEmptyShelf\": 0,\n                    \"userDefined\": \"Auto\",\n                    \"deployed\": false,\n                    \"frozen\": false\n                }\n            ],\n            \"frozen\": false,\n            \"allowHeterogeneousNodeType\": \"NONE\",\n            \"heteroNodeType\": \"None\",\n            \"defaultWrCband\": \"IRDM32\",\n            \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n            \"allowFsxCreationCband\": false,\n            \"mcsType\": \"MCS8-16\",\n            \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n            \"minMxnCDCadBlockByType\": \"0\",\n            \"mxnType\": \"MXN824\",\n            \"ascType\": \"ASC2\",\n            \"minASCSections\": \"1\",\n            \"minCdcMlsfbAdxADBlockByType\": \"0\",\n            \"minPscMlsfbAdxADBlockByType\": \"1\",\n            \"minCdcMlsfbFsxADBlockByType\": \"0\",\n            \"minPscMlsfbFsxADBlockByType\": \"1\",\n            \"defaultWrLband\": \"None\",\n            \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n            \"allowFsxCreationLband\": false,\n            \"mcsTypeLband\": \"\",\n            \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n            \"minMxnCdcADBlockByTypeLband\": \"0\",\n            \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n            \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"group1\": \"\",\n            \"group2\": \"\",\n            \"group3\": \"\",\n            \"group4\": \"\",\n            \"group1Lband\": \"\",\n            \"group2Lband\": \"\",\n            \"group3Lband\": \"\",\n            \"group4Lband\": \"\",\n            \"deployedState\": false,\n            \"canCreate24x\": false,\n            \"otnShelfEnabled\": false,\n            \"splitterTypePerOpticalLine\": \"PSC1_6\",\n            \"splitterTypeAdxlBand\": \"PSC1_6\",\n            \"splitterTypeFsxlBand\": \"PSC1_6\",\n            \"splitterTypeFsx\": \"PSC1_6\",\n            \"splitterTypeAdx\": \"PSC1_6\",\n            \"psimcontrollerProtection\": true,\n            \"numberOfPDUSiteJumperKits\": 0,\n            \"psimpowerFilter\": \"DC\",\n            \"oadmchoice\": \"ROADM\",\n            \"adblockType\": \"CONFIG_D\",\n            \"otInSepShelfForCDC\": true,\n            \"otInSepShelf\": false,\n            \"mcsInSepShelf\": false,\n            \"otdrinSeparateShelf\": false,\n            \"ruverticalSpacePSS\": \"80 Inches\",\n            \"ruverticalSpacePSIM\": \"44 RU\",\n            \"ruverticalSpacePSIL\": \"44 RU\",\n            \"ruverticalSpacePSI2T\": \"44 RU\",\n            \"pduincludeSliderKit\": false,\n            \"pduincludeBreakerToggle\": false,\n            \"allowWDM\": true,\n            \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n            \"adallowUniDIR\": true,\n            \"wtocmonILA\": false,\n            \"neregenMode\": \"Free3R\",\n            \"pdutype\": \"NONE\",\n            \"netype\": \"PSS1830\"\n        },\n        {\n            \"id\": 60,\n            \"name\": \"Site2\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"gmplsStatus\": true,\n            \"type\": \"Site2\",\n            \"geoLat\": 27.03703,\n            \"geoLon\": 40.74075,\n            \"nonGeoLat\": 27.03703,\n            \"nonGeoLon\": 40.74075,\n            \"geocoding\": false,\n            \"floorAndRoom\": \"Floor1, Room1\",\n            \"maxAislesPerRoom\": 5,\n            \"maxBaysPerAisle\": 10,\n            \"etr\": false,\n            \"clustered\": false,\n            \"anssiQSconfigured\": false,\n            \"lockLatLong\": false,\n            \"powerFilterType\": \"WITH_BREAKER\",\n            \"shelfPowerFeedLimit\": 0,\n            \"allowPF30\": false,\n            \"allowPF60\": false,\n            \"allowPF70\": false,\n            \"allowPF20\": false,\n            \"allowPF50\": true,\n            \"pss16AllowPF20\": true,\n            \"pss16AllowPF35\": false,\n            \"pss4AllowPF7\": true,\n            \"pss4AllowPF4\": false,\n            \"pss4AllowPF5\": false,\n            \"pss16IIPowerFilter\": \"DC\",\n            \"pss8PowerFilter\": \"DC\",\n            \"psi8LPowerFilter\": \"DC\",\n            \"psi4LPowerFilter\": \"DC\",\n            \"psiACPowerCord\": \"US\",\n            \"pss24xPowerFilter\": \"DC48V70A\",\n            \"pss8ACVoltageFloor\": 0,\n            \"requireMaxDegree8\": false,\n            \"forceHighCapacityFilter\": true,\n            \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n            \"defaultDGETypeLBand\": \"None\",\n            \"segregationOT\": \"AllowMixing\",\n            \"useLowLatencyDCMsInNonModularOAs\": false,\n            \"meshFiberingScheme\": \"Standard\",\n            \"meshFiberingSchemeLband\": \"Standard\",\n            \"meshFiberingType\": \"MSH4-FSB\",\n            \"segmentLBandConnected\": true,\n            \"profile\": \"CDCF\",\n            \"requireROADM\": false,\n            \"defaultWR\": \"IRDM32\",\n            \"maxADDegree\": 0,\n            \"maxCWRinADBlock\": 8,\n            \"bandType\": \"C\",\n            \"allowPacket\": true,\n            \"upgradeableROADM\": false,\n            \"opsysPassThruNodeOptions\": \"OADM\",\n            \"isCore\": false,\n            \"spurHome\": \"Site2\",\n            \"allowWDMonMSPP\": false,\n            \"maxOADMDegree\": 8,\n            \"equipAllMESH4\": false,\n            \"equipAllAnyDirADFilters\": false,\n            \"equipAnyDirADBlocks\": false,\n            \"wtocmOnXmtOnlyconfigD\": false,\n            \"equipCWRinADBlock\": false,\n            \"allowGroupIsolation\": false,\n            \"allowGroupIsolationLband\": false,\n            \"mlfsbforceEndTerminalNode\": false,\n            \"mainShelf\": \"PSS32\",\n            \"mainShelfPref\": \"PSS16II\",\n            \"extShelfGeneralPref\": \"PSS32\",\n            \"extShelfClientLinePairedPref\": \"PSS16II\",\n            \"ilaExtShelfGeneralPref\": \"PSS16II\",\n            \"mainShelfPrefOT\": \"PSS32\",\n            \"extShelfGeneralPrefOT\": \"PSS32\",\n            \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n            \"otnExtShelfPref\": \"PSS24X\",\n            \"pss24xMatrixSize\": \"SC24T\",\n            \"fiberStorageTray\": \"INCLUDE\",\n            \"mixPSI\": \"INCLUDE\",\n            \"attenDrawer\": \"DO_NOT_INCLUDE\",\n            \"flexShelf\": \"DO_NOT_INCLUDE\",\n            \"shelfCover\": \"DO_NOT_INCLUDE\",\n            \"extShelfCover\": true,\n            \"shelfDepth\": \"DEPTH13INCH\",\n            \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n            \"includeRacks\": false,\n            \"allowPSS8UP\": false,\n            \"pss32FanCapacity\": \"HIGH\",\n            \"encryptedECneeded\": false,\n            \"lineSideXFP\": \"TUNABLE_XFP\",\n            \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n            \"shelfPowerMargin\": 0,\n            \"shelfVoltageFloor\": 39,\n            \"lineIsolation\": \"NoLineIsolation\",\n            \"lineIsolationOnWTOCM\": true,\n            \"pss16IIACVariant\": false,\n            \"pss16IIilaFanCapacity\": \"HIGH\",\n            \"regen\": \"11STAR1A\",\n            \"ot260SCX2OperatingMode\": \"Single Mode\",\n            \"ot1UD200OperatingMode\": \"Single Mode\",\n            \"rackFill\": \"FILL_BOTTOM\",\n            \"sharePSCamongWdmLines\": true,\n            \"packPlacementSpecName\": \"System Default\",\n            \"pss24xMountSetup\": \"VERTICAL\",\n            \"shelfWidthPSS\": \"ANSI 23 Inch\",\n            \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n            \"pss16ControllerProtection\": true,\n            \"pss8ControllerProtection\": true,\n            \"pss16IIControllerProtection\": true,\n            \"pss32ControllerProtection\": true,\n            \"psi8LControllerProtection\": true,\n            \"psi4LControllerProtection\": true,\n            \"pss16PfProtection\": true,\n            \"pss16IIPfProtection\": true,\n            \"pss4PfProtection\": true,\n            \"pss8PfProtection\": true,\n            \"maxPscSectionPerOpticalLine\": 0,\n            \"minPscSectionPerOpticalLine\": 0,\n            \"maxPscSectionPerADBlock\": 0,\n            \"minPscSectionPerADBlock\": 0,\n            \"autoOadmNeShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS16II\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS16II\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"autoIlaNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS16II\",\n                \"extShelfGeneralPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS16II\",\n                    \"PSS16II\"\n                ]\n            },\n            \"autoAnssiNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS8\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS8\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeMEShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS8\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS8\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS8\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n            \"maxMcsAdBlockNode\": \"25\",\n            \"minMcsAdBlockNode\": \"1\",\n            \"aarType\": \"AAR2X8A\",\n            \"minaarCartPerMcsAdBlock\": \"1\",\n            \"minMcsCartPerMcsAdBlock\": \"1\",\n            \"maxMcsAdBlockNodeLband\": \"0\",\n            \"minMcsAdBlockNodeLband\": \"0\",\n            \"aaRTypeLband\": \"\",\n            \"minaarCartPerMcsAdBlockLband\": \"0\",\n            \"minMcsCartPerMcsADBlockLband\": \"0\",\n            \"regenMode\": \"Unrestricted 3R\",\n            \"cardChannelCountLimit\": \"\",\n            \"neSet\": [\n                {\n                    \"id\": 630,\n                    \"name\": \"Site2-1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 27.03703,\n                        \"geoLon\": 40.74075,\n                        \"nonGeoLat\": 27.03703,\n                        \"nonGeoLon\": 40.74075,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site2\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ]\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\",\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\"\n                    },\n                    \"neType\": \"PSS_WDM\",\n                    \"neRelease\": \"24.6.x\",\n                    \"mainShelfType\": \"PSS-32 Universal\",\n                    \"extShelfType\": \"PSS-32 Universal\",\n                    \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n                    \"extensionOtnShelfType\": \"PSS-24X Universal\",\n                    \"shelfWidth\": \"ANSI 23 Inch\",\n                    \"ruVerticalSpace\": \"80 Inches\",\n                    \"loopBackIp\": \"\",\n                    \"oampIp\": \"\",\n                    \"citIp\": \"\",\n                    \"voipIp\": \"\",\n                    \"sid\": \"Site2-1\",\n                    \"otPlacement\": false,\n                    \"opticalEquipment\": true,\n                    \"numEmptyShelf\": 0,\n                    \"userDefined\": \"Auto\",\n                    \"deployed\": false,\n                    \"frozen\": false\n                }\n            ],\n            \"frozen\": false,\n            \"allowHeterogeneousNodeType\": \"NONE\",\n            \"heteroNodeType\": \"None\",\n            \"defaultWrCband\": \"IRDM32\",\n            \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n            \"allowFsxCreationCband\": false,\n            \"mcsType\": \"MCS8-16\",\n            \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n            \"minMxnCDCadBlockByType\": \"0\",\n            \"mxnType\": \"MXN824\",\n            \"ascType\": \"ASC2\",\n            \"minASCSections\": \"1\",\n            \"minCdcMlsfbAdxADBlockByType\": \"0\",\n            \"minPscMlsfbAdxADBlockByType\": \"1\",\n            \"minCdcMlsfbFsxADBlockByType\": \"0\",\n            \"minPscMlsfbFsxADBlockByType\": \"1\",\n            \"defaultWrLband\": \"None\",\n            \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n            \"allowFsxCreationLband\": false,\n            \"mcsTypeLband\": \"\",\n            \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n            \"minMxnCdcADBlockByTypeLband\": \"0\",\n            \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n            \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"group1\": \"\",\n            \"group2\": \"\",\n            \"group3\": \"\",\n            \"group4\": \"\",\n            \"group1Lband\": \"\",\n            \"group2Lband\": \"\",\n            \"group3Lband\": \"\",\n            \"group4Lband\": \"\",\n            \"deployedState\": false,\n            \"canCreate24x\": false,\n            \"otnShelfEnabled\": false,\n            \"splitterTypePerOpticalLine\": \"PSC1_6\",\n            \"splitterTypeAdxlBand\": \"PSC1_6\",\n            \"splitterTypeFsxlBand\": \"PSC1_6\",\n            \"splitterTypeFsx\": \"PSC1_6\",\n            \"splitterTypeAdx\": \"PSC1_6\",\n            \"psimcontrollerProtection\": true,\n            \"numberOfPDUSiteJumperKits\": 0,\n            \"psimpowerFilter\": \"DC\",\n            \"oadmchoice\": \"ROADM\",\n            \"adblockType\": \"CONFIG_D\",\n            \"otInSepShelfForCDC\": true,\n            \"otInSepShelf\": false,\n            \"mcsInSepShelf\": false,\n            \"otdrinSeparateShelf\": false,\n            \"ruverticalSpacePSS\": \"80 Inches\",\n            \"ruverticalSpacePSIM\": \"44 RU\",\n            \"ruverticalSpacePSIL\": \"44 RU\",\n            \"ruverticalSpacePSI2T\": \"44 RU\",\n            \"pduincludeSliderKit\": false,\n            \"pduincludeBreakerToggle\": false,\n            \"allowWDM\": true,\n            \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n            \"adallowUniDIR\": true,\n            \"wtocmonILA\": false,\n            \"neregenMode\": \"Free3R\",\n            \"pdutype\": \"NONE\",\n            \"netype\": \"PSS1830\"\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Site3\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"gmplsStatus\": true,\n            \"type\": \"Site3\",\n            \"geoLat\": 6.66667,\n            \"geoLon\": 25.74075,\n            \"nonGeoLat\": 6.66667,\n            \"nonGeoLon\": 25.74075,\n            \"geocoding\": false,\n            \"floorAndRoom\": \"Floor1, Room1\",\n            \"maxAislesPerRoom\": 5,\n            \"maxBaysPerAisle\": 10,\n            \"etr\": false,\n            \"clustered\": false,\n            \"anssiQSconfigured\": false,\n            \"lockLatLong\": false,\n            \"powerFilterType\": \"WITH_BREAKER\",\n            \"shelfPowerFeedLimit\": 0,\n            \"allowPF30\": false,\n            \"allowPF60\": false,\n            \"allowPF70\": false,\n            \"allowPF20\": false,\n            \"allowPF50\": true,\n            \"pss16AllowPF20\": true,\n            \"pss16AllowPF35\": false,\n            \"pss4AllowPF7\": true,\n            \"pss4AllowPF4\": false,\n            \"pss4AllowPF5\": false,\n            \"pss16IIPowerFilter\": \"DC\",\n            \"pss8PowerFilter\": \"DC\",\n            \"psi8LPowerFilter\": \"DC\",\n            \"psi4LPowerFilter\": \"DC\",\n            \"psiACPowerCord\": \"US\",\n            \"pss24xPowerFilter\": \"DC48V70A\",\n            \"pss8ACVoltageFloor\": 0,\n            \"requireMaxDegree8\": false,\n            \"forceHighCapacityFilter\": true,\n            \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n            \"defaultDGETypeLBand\": \"None\",\n            \"segregationOT\": \"AllowMixing\",\n            \"useLowLatencyDCMsInNonModularOAs\": false,\n            \"meshFiberingScheme\": \"Standard\",\n            \"meshFiberingSchemeLband\": \"Standard\",\n            \"meshFiberingType\": \"MSH4-FSB\",\n            \"segmentLBandConnected\": true,\n            \"profile\": \"CDCF\",\n            \"requireROADM\": false,\n            \"defaultWR\": \"IRDM32\",\n            \"maxADDegree\": 0,\n            \"maxCWRinADBlock\": 8,\n            \"bandType\": \"C\",\n            \"allowPacket\": true,\n            \"upgradeableROADM\": false,\n            \"opsysPassThruNodeOptions\": \"OADM\",\n            \"isCore\": false,\n            \"spurHome\": \"Site3\",\n            \"allowWDMonMSPP\": false,\n            \"maxOADMDegree\": 8,\n            \"equipAllMESH4\": false,\n            \"equipAllAnyDirADFilters\": false,\n            \"equipAnyDirADBlocks\": false,\n            \"wtocmOnXmtOnlyconfigD\": false,\n            \"equipCWRinADBlock\": false,\n            \"allowGroupIsolation\": false,\n            \"allowGroupIsolationLband\": false,\n            \"mlfsbforceEndTerminalNode\": false,\n            \"mainShelf\": \"PSS32\",\n            \"mainShelfPref\": \"PSS16II\",\n            \"extShelfGeneralPref\": \"PSS32\",\n            \"extShelfClientLinePairedPref\": \"PSS16II\",\n            \"ilaExtShelfGeneralPref\": \"PSS16II\",\n            \"mainShelfPrefOT\": \"PSS32\",\n            \"extShelfGeneralPrefOT\": \"PSS32\",\n            \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n            \"otnExtShelfPref\": \"PSS24X\",\n            \"pss24xMatrixSize\": \"SC24T\",\n            \"fiberStorageTray\": \"INCLUDE\",\n            \"mixPSI\": \"INCLUDE\",\n            \"attenDrawer\": \"DO_NOT_INCLUDE\",\n            \"flexShelf\": \"DO_NOT_INCLUDE\",\n            \"shelfCover\": \"DO_NOT_INCLUDE\",\n            \"extShelfCover\": true,\n            \"shelfDepth\": \"DEPTH13INCH\",\n            \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n            \"includeRacks\": false,\n            \"allowPSS8UP\": false,\n            \"pss32FanCapacity\": \"HIGH\",\n            \"encryptedECneeded\": false,\n            \"lineSideXFP\": \"TUNABLE_XFP\",\n            \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n            \"shelfPowerMargin\": 0,\n            \"shelfVoltageFloor\": 39,\n            \"lineIsolation\": \"NoLineIsolation\",\n            \"lineIsolationOnWTOCM\": true,\n            \"pss16IIACVariant\": false,\n            \"pss16IIilaFanCapacity\": \"HIGH\",\n            \"regen\": \"11STAR1A\",\n            \"ot260SCX2OperatingMode\": \"Single Mode\",\n            \"ot1UD200OperatingMode\": \"Single Mode\",\n            \"rackFill\": \"FILL_BOTTOM\",\n            \"sharePSCamongWdmLines\": true,\n            \"packPlacementSpecName\": \"System Default\",\n            \"pss24xMountSetup\": \"VERTICAL\",\n            \"shelfWidthPSS\": \"ANSI 23 Inch\",\n            \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n            \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n            \"pss16ControllerProtection\": true,\n            \"pss8ControllerProtection\": true,\n            \"pss16IIControllerProtection\": true,\n            \"pss32ControllerProtection\": true,\n            \"psi8LControllerProtection\": true,\n            \"psi4LControllerProtection\": true,\n            \"pss16PfProtection\": true,\n            \"pss16IIPfProtection\": true,\n            \"pss4PfProtection\": true,\n            \"pss8PfProtection\": true,\n            \"maxPscSectionPerOpticalLine\": 0,\n            \"minPscSectionPerOpticalLine\": 0,\n            \"maxPscSectionPerADBlock\": 0,\n            \"minPscSectionPerADBlock\": 0,\n            \"autoOadmNeShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS16II\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS16II\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"autoIlaNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS16II\",\n                \"extShelfGeneralPref\": \"PSS16II\",\n                \"allShelfTypeList\": [\n                    \"PSS16II\",\n                    \"PSS16II\"\n                ]\n            },\n            \"autoAnssiNEShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS8\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS8\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeShelfTypeConfigurations\": {\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\"\n                ]\n            },\n            \"autoOtpNeMEShelfTypeConfigurations\": {\n                \"extShelfOTNPref\": \"PSS24X\",\n                \"extShelfClientLinePairedPref\": \"PSS8\",\n                \"allShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS32\",\n                    \"PSS8\",\n                    \"PSS24X\"\n                ],\n                \"possibleExtensionShelfTypeList\": [\n                    \"PSS32\",\n                    \"PSS8\"\n                ],\n                \"mainShelfPref\": \"PSS32\",\n                \"extShelfGeneralPref\": \"PSS32\"\n            },\n            \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n            \"maxMcsAdBlockNode\": \"25\",\n            \"minMcsAdBlockNode\": \"1\",\n            \"aarType\": \"AAR2X8A\",\n            \"minaarCartPerMcsAdBlock\": \"1\",\n            \"minMcsCartPerMcsAdBlock\": \"1\",\n            \"maxMcsAdBlockNodeLband\": \"0\",\n            \"minMcsAdBlockNodeLband\": \"0\",\n            \"aaRTypeLband\": \"\",\n            \"minaarCartPerMcsAdBlockLband\": \"0\",\n            \"minMcsCartPerMcsADBlockLband\": \"0\",\n            \"regenMode\": \"Unrestricted 3R\",\n            \"cardChannelCountLimit\": \"\",\n            \"neSet\": [\n                {\n                    \"id\": 710,\n                    \"name\": \"Site3-1\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"site\": {\n                        \"id\": 70,\n                        \"name\": \"Site3\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site3\",\n                        \"geoLat\": 6.66667,\n                        \"geoLon\": 25.74075,\n                        \"nonGeoLat\": 6.66667,\n                        \"nonGeoLon\": 25.74075,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site3\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\",\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ]\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ]\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\",\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\"\n                    },\n                    \"neType\": \"PSS_WDM\",\n                    \"neRelease\": \"24.6.x\",\n                    \"mainShelfType\": \"PSS-32 Universal\",\n                    \"extShelfType\": \"PSS-32 Universal\",\n                    \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n                    \"extensionOtnShelfType\": \"PSS-24X Universal\",\n                    \"shelfWidth\": \"ANSI 23 Inch\",\n                    \"ruVerticalSpace\": \"80 Inches\",\n                    \"loopBackIp\": \"\",\n                    \"oampIp\": \"\",\n                    \"citIp\": \"\",\n                    \"voipIp\": \"\",\n                    \"sid\": \"Site3-1\",\n                    \"otPlacement\": false,\n                    \"opticalEquipment\": true,\n                    \"numEmptyShelf\": 0,\n                    \"userDefined\": \"Auto\",\n                    \"deployed\": false,\n                    \"frozen\": false\n                }\n            ],\n            \"frozen\": false,\n            \"allowHeterogeneousNodeType\": \"NONE\",\n            \"heteroNodeType\": \"None\",\n            \"defaultWrCband\": \"IRDM32\",\n            \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n            \"allowFsxCreationCband\": false,\n            \"mcsType\": \"MCS8-16\",\n            \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n            \"minMxnCDCadBlockByType\": \"0\",\n            \"mxnType\": \"MXN824\",\n            \"ascType\": \"ASC2\",\n            \"minASCSections\": \"1\",\n            \"minCdcMlsfbAdxADBlockByType\": \"0\",\n            \"minPscMlsfbAdxADBlockByType\": \"1\",\n            \"minCdcMlsfbFsxADBlockByType\": \"0\",\n            \"minPscMlsfbFsxADBlockByType\": \"1\",\n            \"defaultWrLband\": \"None\",\n            \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n            \"allowFsxCreationLband\": false,\n            \"mcsTypeLband\": \"\",\n            \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n            \"minMxnCdcADBlockByTypeLband\": \"0\",\n            \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n            \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n            \"group1\": \"\",\n            \"group2\": \"\",\n            \"group3\": \"\",\n            \"group4\": \"\",\n            \"group1Lband\": \"\",\n            \"group2Lband\": \"\",\n            \"group3Lband\": \"\",\n            \"group4Lband\": \"\",\n            \"deployedState\": false,\n            \"canCreate24x\": false,\n            \"otnShelfEnabled\": false,\n            \"splitterTypePerOpticalLine\": \"PSC1_6\",\n            \"splitterTypeAdxlBand\": \"PSC1_6\",\n            \"splitterTypeFsxlBand\": \"PSC1_6\",\n            \"splitterTypeFsx\": \"PSC1_6\",\n            \"splitterTypeAdx\": \"PSC1_6\",\n            \"psimcontrollerProtection\": true,\n            \"numberOfPDUSiteJumperKits\": 0,\n            \"psimpowerFilter\": \"DC\",\n            \"oadmchoice\": \"ROADM\",\n            \"adblockType\": \"CONFIG_D\",\n            \"otInSepShelfForCDC\": true,\n            \"otInSepShelf\": false,\n            \"mcsInSepShelf\": false,\n            \"otdrinSeparateShelf\": false,\n            \"ruverticalSpacePSS\": \"80 Inches\",\n            \"ruverticalSpacePSIM\": \"44 RU\",\n            \"ruverticalSpacePSIL\": \"44 RU\",\n            \"ruverticalSpacePSI2T\": \"44 RU\",\n            \"pduincludeSliderKit\": false,\n            \"pduincludeBreakerToggle\": false,\n            \"allowWDM\": true,\n            \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n            \"adallowUniDIR\": true,\n            \"wtocmonILA\": false,\n            \"neregenMode\": \"Free3R\",\n            \"pdutype\": \"NONE\",\n            \"netype\": \"PSS1830\"\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": true,\n            \"sorted\": false,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 2000,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalElements\": 3,\n    \"totalPages\": 1,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 3,\n    \"size\": 2000,\n    \"number\": 0,\n    \"sort\": {\n        \"unsorted\": true,\n        \"sorted\": false,\n        \"empty\": true\n    },\n    \"empty\": false\n}"}],"_postman_id":"b24317de-007f-4d0c-8151-900e7cd8d5bc"},{"name":"Search routes of the trail","id":"5a1f747b-240e-4abd-ab51-34d282242964","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Authorizaton","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"targetId\":830,\r\n  \"mustInclude\": [30,40,60],\r\n  \"mustExclude\":[],\r\n  \"allowAdmColorViolation\": false,\r\n  \"includedSitesPolicy\": \"BLANK\",\r\n  \"routeId\":-1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:8443/wsp/api/routing/designs/5032/startSearchClassic","description":"<p>TargetId is the traild ID which can be fetched from Fetch Trail ID API.tThe attribute mustInclude has the site id that must be included in the route</p>\n","urlObject":{"protocol":"https","port":"8443","path":["wsp","api","routing","designs","5032","startSearchClassic"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"40561da8-869d-4e2c-908f-1b3c11a92587","name":"Search routes of the trail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"targetId\":330,\r\n  \"mustInclude\": [50,60,70],\r\n  \"mustExclude\":[],\r\n  \"allowAdmColorViolation\": false,\r\n  \"includedSitesPolicy\": \"BLANK\",\r\n  \"routeId\":-1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/startSearchClassic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Jun 2024 10:29:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 92,\n    \"jobId\": 92,\n    \"createTime\": \"2024-06-04T10:29:42.185+00:00\",\n    \"lastUpdated\": \"2024-06-04T10:29:42.185+00:00\",\n    \"status\": \"STARTING\",\n    \"exitStatus\": {\n        \"exitCode\": \"UNKNOWN\",\n        \"exitDescription\": \"\",\n        \"running\": true\n    },\n    \"jobName\": \"Search Route\",\n    \"jobParameters\": {\n        \"name\": {\n            \"value\": \"Trail1\"\n        },\n        \"objkey\": {\n            \"value\": \"Demand\"\n        },\n        \"designId\": {\n            \"value\": 553\n        }\n    },\n    \"stepExecutions\": [],\n    \"createdBy\": \"\",\n    \"entityId\": 0,\n    \"entityClass\": \"\",\n    \"entityName\": \"Trail1\",\n    \"parentJobId\": 0,\n    \"failReason\": \"\",\n    \"fileName\": \"\",\n    \"demandId\": \"\",\n    \"jobDto\": {\n        \"id\": 92,\n        \"jobName\": \"Search Route\",\n        \"entity\": \"Trail1\",\n        \"status\": \"STARTING\",\n        \"username\": \"\",\n        \"details\": \"\",\n        \"guiLabel\": \"Trail1\",\n        \"className\": \"Jobs\"\n    }\n}"}],"_postman_id":"5a1f747b-240e-4abd-ab51-34d282242964"},{"name":"Get the Routes(First layer search)","id":"c371d525-d27c-4656-8934-f2b39fb45ebd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"https://{{server}}:8443/wsp/api/routing/designs/5032/getRoutesClassic/true?page=0&size=1&sort=string","urlObject":{"protocol":"https","port":"8443","path":["wsp","api","routing","designs","5032","getRoutesClassic","true"],"host":["{{server}}"],"query":[{"key":"page","value":"0"},{"key":"size","value":"1"},{"key":"sort","value":"string"}],"variable":[]}},"response":[{"id":"3ce15a48-9f70-4883-b19a-0682533b4abf","name":"Get the Routes(First layer search)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/getRoutesClassic/true?page=0&size=1&sort=string","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","routing","designs","{{DesignID}}","getRoutesClassic","true"],"query":[{"key":"page","value":"0"},{"key":"size","value":"1"},{"key":"sort","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Jun 2024 10:32:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"siteSolutionDto\": {\n                \"srcSiteId\": 50,\n                \"dstSiteId\": 70,\n                \"sites\": [\n                    50,\n                    70\n                ]\n            },\n            \"routeId\": 0\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"unsorted\": false,\n            \"sorted\": true,\n            \"empty\": false\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 1,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalElements\": 2,\n    \"totalPages\": 2,\n    \"last\": false,\n    \"first\": true,\n    \"numberOfElements\": 1,\n    \"size\": 1,\n    \"number\": 0,\n    \"sort\": {\n        \"unsorted\": false,\n        \"sorted\": true,\n        \"empty\": false\n    },\n    \"empty\": false\n}"}],"_postman_id":"c371d525-d27c-4656-8934-f2b39fb45ebd"},{"name":"Apply the route","id":"8da08e1f-fe03-4c85-af7b-65a10a23c4d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"routeId\":0,\r\n\"demandId\":330,\r\n\"userInputs\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/finishClassic","urlObject":{"protocol":"https","port":"9000","path":["api","routing","designs","{{DesignID}}","finishClassic"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8da08e1f-fe03-4c85-af7b-65a10a23c4d4"},{"name":"RunDesign","id":"f20d5e33-bf43-4723-94bc-cb44b8cb1b77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"lineDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"trafficDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"restorationDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"runLineDesign\": \"RUN_LINE_DESIGN\",\r\n  \"runTrafficDesign\": \"RUN_TRAFFIC_DESIGN\",\r\n  \"runRestorationDesign\": \"RUN_RESTORATION_DESIGN\",\r\n  \"gmplsDesignOption\": \"GMPLS_COMPLETE\",\r\n  \"gmplsRestorationOption\": \"NORMAL_RESTORATION\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:8443/wsp/api/jobs/designs/{{DesignID}}/runDesign","description":"<p>This API is used perform Run Design after trail creation.</p>\n<img />","urlObject":{"protocol":"https","port":"8443","path":["wsp","api","jobs","designs","{{DesignID}}","runDesign"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"413cc198-1f66-4333-8584-e29d2a873b5e","name":"RunDesign","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n  \"lineDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"trafficDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"restorationDesignPreparation\": \"REMOVE_ALL_USER_AUTO_DESIGNED_ELEMENTS\",\r\n  \"runLineDesign\": \"RUN_LINE_DESIGN\",\r\n  \"runTrafficDesign\": \"RUN_TRAFFIC_DESIGN\",\r\n  \"runRestorationDesign\": \"RUN_RESTORATION_DESIGN\",\r\n  \"gmplsDesignOption\": \"GMPLS_COMPLETE\",\r\n  \"gmplsRestorationOption\": \"NORMAL_RESTORATION\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/jobs/designs/{{DesignID}}/runDesign"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 15 Mar 2024 11:40:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 20,\n    \"jobId\": 20,\n    \"createTime\": \"2024-03-15T11:40:45.931+00:00\",\n    \"lastUpdated\": \"2024-03-15T11:40:45.931+00:00\",\n    \"status\": \"STARTING\",\n    \"exitStatus\": {\n        \"exitCode\": \"UNKNOWN\",\n        \"exitDescription\": \"\",\n        \"running\": true\n    },\n    \"jobName\": \"Run Design\",\n    \"jobParameters\": {\n        \"name\": {\n            \"value\": \"DocDesign\"\n        },\n        \"designId\": {\n            \"value\": 197\n        },\n        \"previousOperationalState\": {\n            \"value\": 4\n        }\n    },\n    \"stepExecutions\": [],\n    \"createdBy\": \"\",\n    \"entityId\": 0,\n    \"entityClass\": \"\",\n    \"entityName\": \"DocDesign\",\n    \"parentJobId\": 0,\n    \"failReason\": \"\",\n    \"fileName\": \"\",\n    \"demandId\": \"\",\n    \"jobDto\": {\n        \"id\": 20,\n        \"jobName\": \"Run Design\",\n        \"entity\": \"DocDesign\",\n        \"status\": \"STARTING\",\n        \"username\": \"\",\n        \"details\": \"\",\n        \"guiLabel\": \"DocDesign\",\n        \"className\": \"Jobs\"\n    }\n}"}],"_postman_id":"f20d5e33-bf43-4723-94bc-cb44b8cb1b77"}],"id":"414f00d8-d069-4aad-bc52-b560c4ced482","_postman_id":"414f00d8-d069-4aad-bc52-b560c4ced482","description":""}],"id":"fd72e2d8-4d4e-435c-8800-f798c43c5cc3","description":"<p>The flow-through provisioning feature provides the infrastructure for automated configuration of the Layer 0 infrastructure from WS-P directly into the WS-NOC for Provisioning. Flow through<br />provisioning helps to improve the automation between WaveSuite products.</p>\n<p>Following are the steps captured here:</p>\n<ol>\n<li><p>Import NetworkDataFile from WS-NOC to WS-P using NetSync</p>\n</li>\n<li><p>Trail WorkFlow</p>\n</li>\n<li><p>Infrastructure updates in WS-NOC</p>\n</li>\n</ol>\n","_postman_id":"fd72e2d8-4d4e-435c-8800-f798c43c5cc3"},{"name":"Report Generation","item":[{"name":"Channel Utilization Report","item":[{"name":"Retrieve  the list of Entity IDs","id":"43e7deec-ff4d-43c6-a7bd-eab31a5c8bfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"https://{{server}}:8443/api/designs/{{DesignID}}/map/trails?layer=OMS&showRoute=true&page=0","description":"<p>This API is used to retrieve the list of OMS (Entity) IDs.The input parameter passed for this API is design id which can be retrived using the API <strong>GET /api/designs.</strong></p>\n","urlObject":{"protocol":"https","port":"8443","path":["api","designs","{{DesignID}}","map","trails"],"host":["{{server}}"],"query":[{"key":"layer","value":"OMS"},{"key":"showRoute","value":"true"},{"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"4d69de79-2d3a-4268-9bb2-b333882e78f9","name":"Retrieve  the list of Entity IDs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/map/trails?layer=OMS&showRoute=true&page=0&size=1&sort=string","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","map","trails"],"query":[{"key":"layer","value":"OMS"},{"key":"showRoute","value":"true"},{"key":"page","value":"0"},{"key":"size","value":"1"},{"key":"sort","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=55A2DD63BCFBBCE39D368E8FDAF350C6; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 04 Apr 2024 09:34:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 351,\n            \"name\": \"Site1-1-Site2-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 17.68518,\n                        \"geoLon\": 0.55556,\n                        \"nonGeoLat\": 17.68518,\n                        \"nonGeoLon\": 0.55556,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0\n                    },\n                    \"node\": {\n                        \"id\": 331,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"msh8AfixedCabling\": false,\n                        \"externallyManaged\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 24.35185,\n                        \"geoLon\": 76.85186,\n                        \"nonGeoLat\": 24.35185,\n                        \"nonGeoLon\": 76.85186,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0\n                    },\n                    \"node\": {\n                        \"id\": 341,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"msh8AfixedCabling\": false,\n                        \"externallyManaged\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"1\",\n            \"bLine\": \"1\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"0\",\n            \"maxChannelRouteLBand\": \"0\",\n            \"powerLBand\": 0,\n            \"powerCBand\": 2,\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 0,\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"C\"\n                },\n                {\n                    \"band\": \"L\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site1-1-ON-1\",\n            \"nodeB\": \"Site2-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000001-000000000001-Site000000000002-000000000001\",\n            \"sortnodeA\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000002-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 381,\n                    \"name\": \"Site1-1[1]-Site2-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 17.68518,\n                                \"geoLon\": 0.55556,\n                                \"nonGeoLat\": 17.68518,\n                                \"nonGeoLon\": 0.55556,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"neregenMode\": \"Free3R\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 331,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"externallyManaged\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 60,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site2\",\n                                \"geoLat\": 24.35185,\n                                \"geoLon\": 76.85186,\n                                \"nonGeoLat\": 24.35185,\n                                \"nonGeoLon\": 76.85186,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"neregenMode\": \"Free3R\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 341,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"externallyManaged\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site2\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site2-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site2-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.0*\",\n                    \"maxLossZtoA\": \"22.0*\",\n                    \"minLossAtoZ\": \"21.0*\",\n                    \"minLossZtoA\": \"21.0*\",\n                    \"numberServerTrails\": 1,\n                    \"totalLength\": 0,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"90\": \"Site1-Site2\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"sorted\": true,\n            \"empty\": false,\n            \"unsorted\": false\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 1,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalElements\": 1,\n    \"totalPages\": 1,\n    \"first\": true,\n    \"size\": 1,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": true,\n        \"empty\": false,\n        \"unsorted\": false\n    },\n    \"numberOfElements\": 1,\n    \"empty\": false\n}"},{"id":"b5c8a2ef-1e89-4bae-b3f6-8c42afb77d69","name":"Retrieve  the list of Entity IDs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/map/trails?layer=OMS&showRoute=true&page=0","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","map","trails"],"query":[{"key":"layer","value":"OMS"},{"key":"showRoute","value":"true"},{"key":"page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 05 Apr 2024 05:06:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 881,\n            \"name\": \"Site1-1-Site2-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 18.11458,\n                        \"geoLon\": -7.51563,\n                        \"nonGeoLat\": 18.11458,\n                        \"nonGeoLon\": -7.51563,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 861,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 18.88542,\n                        \"geoLon\": 77.46875,\n                        \"nonGeoLat\": 18.88542,\n                        \"nonGeoLon\": 77.46875,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 871,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"1\",\n            \"bLine\": \"1\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"0\",\n            \"maxChannelRouteLBand\": \"0\",\n            \"powerLBand\": 0,\n            \"powerCBand\": 2,\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 0,\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"L\"\n                },\n                {\n                    \"band\": \"C\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site1-1-ON-1\",\n            \"nodeB\": \"Site2-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000001-000000000001-Site000000000002-000000000001\",\n            \"sortnodeA\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000002-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 981,\n                    \"name\": \"Site1-1[1]-Site2-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 18.11458,\n                                \"geoLon\": -7.51563,\n                                \"nonGeoLat\": 18.11458,\n                                \"nonGeoLon\": -7.51563,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 861,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 60,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site2\",\n                                \"geoLat\": 18.88542,\n                                \"geoLon\": 77.46875,\n                                \"nonGeoLat\": 18.88542,\n                                \"nonGeoLon\": 77.46875,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 871,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site2\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site2-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site2-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.0*\",\n                    \"maxLossZtoA\": \"22.0*\",\n                    \"minLossAtoZ\": \"21.0*\",\n                    \"minLossZtoA\": \"21.0*\",\n                    \"numberServerTrails\": 1,\n                    \"totalLength\": 0,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"90\": \"Site1-Site2\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        },\n        {\n            \"id\": 901,\n            \"name\": \"Site1-1-Site3-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 18.11458,\n                        \"geoLon\": -7.51563,\n                        \"nonGeoLat\": 18.11458,\n                        \"nonGeoLon\": -7.51563,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 861,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 330,\n                        \"name\": \"Site3\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site3\",\n                        \"geoLat\": -26.59375,\n                        \"geoLon\": 129.5,\n                        \"nonGeoLat\": -26.59375,\n                        \"nonGeoLon\": 129.5,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 891,\n                        \"name\": \"Site3-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"2\",\n            \"bLine\": \"1\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"0\",\n            \"maxChannelRouteLBand\": \"0\",\n            \"powerLBand\": 0,\n            \"powerCBand\": 2,\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 0,\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"C\"\n                },\n                {\n                    \"band\": \"L\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site1-1-ON-1\",\n            \"nodeB\": \"Site3-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000001-000000000001-Site000000000003-000000000001\",\n            \"sortnodeA\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000003-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 991,\n                    \"name\": \"Site1-1[2]-Site3-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 18.11458,\n                                \"geoLon\": -7.51563,\n                                \"nonGeoLat\": 18.11458,\n                                \"nonGeoLon\": -7.51563,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 861,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 330,\n                                \"name\": \"Site3\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site3\",\n                                \"geoLat\": -26.59375,\n                                \"geoLon\": 129.5,\n                                \"nonGeoLat\": -26.59375,\n                                \"nonGeoLon\": 129.5,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 891,\n                                \"name\": \"Site3-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site3\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site3-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site3-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.0*\",\n                    \"maxLossZtoA\": \"22.0*\",\n                    \"minLossAtoZ\": \"21.0*\",\n                    \"minLossZtoA\": \"21.0*\",\n                    \"numberServerTrails\": 1,\n                    \"totalLength\": 0,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"620\": \"Site3-Site1\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        },\n        {\n            \"id\": 911,\n            \"name\": \"Site2-1-Site3-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 18.88542,\n                        \"geoLon\": 77.46875,\n                        \"nonGeoLat\": 18.88542,\n                        \"nonGeoLon\": 77.46875,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 871,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 330,\n                        \"name\": \"Site3\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site3\",\n                        \"geoLat\": -26.59375,\n                        \"geoLon\": 129.5,\n                        \"nonGeoLat\": -26.59375,\n                        \"nonGeoLon\": 129.5,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 891,\n                        \"name\": \"Site3-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"2\",\n            \"bLine\": \"2\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"0\",\n            \"maxChannelRouteLBand\": \"0\",\n            \"powerLBand\": 0,\n            \"powerCBand\": 2,\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 0,\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"C\"\n                },\n                {\n                    \"band\": \"L\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site2-1-ON-1\",\n            \"nodeB\": \"Site3-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000002-000000000001-Site000000000003-000000000001\",\n            \"sortnodeA\": \"Site000000000002-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000003-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 1001,\n                    \"name\": \"Site2-1[2]-Site3-1[2]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 60,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site2\",\n                                \"geoLat\": 18.88542,\n                                \"geoLon\": 77.46875,\n                                \"nonGeoLat\": 18.88542,\n                                \"nonGeoLon\": 77.46875,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 871,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 330,\n                                \"name\": \"Site3\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site3\",\n                                \"geoLat\": -26.59375,\n                                \"geoLon\": 129.5,\n                                \"nonGeoLat\": -26.59375,\n                                \"nonGeoLon\": 129.5,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 891,\n                                \"name\": \"Site3-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site2\",\n                    \"siteB\": \"Site3\",\n                    \"nodeA\": \"Site2-1-ON-1\",\n                    \"nodeB\": \"Site3-1-ON-1\",\n                    \"neA\": \"Site2-1\",\n                    \"neB\": \"Site3-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.0*\",\n                    \"maxLossZtoA\": \"22.0*\",\n                    \"minLossAtoZ\": \"21.0*\",\n                    \"minLossZtoA\": \"21.0*\",\n                    \"numberServerTrails\": 1,\n                    \"totalLength\": 0,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"360\": \"Site2-Site3\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 2000,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalElements\": 3,\n    \"totalPages\": 1,\n    \"last\": true,\n    \"numberOfElements\": 3,\n    \"first\": true,\n    \"size\": 2000,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"unsorted\": true,\n        \"empty\": true\n    },\n    \"empty\": false\n}"}],"_postman_id":"43e7deec-ff4d-43c6-a7bd-eab31a5c8bfd"},{"name":"Channel Utilization Report","id":"7d849659-3625-4abb-a182-c6f46fd60f82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/reports/channelView?entityList=881&entityList=901&entityList=911&layerType=OMS&displayMode=C&showRestorations=true","description":"<p>This API is used to generate the Channel Utilization Report. The input parameter passed for this API are Design ID, Entity ID, Layer, Display Mode, and Show Restorations. The API that is used to retrieve the input parameter Entity ID is <strong>/api/designs/{{DesignID}}/map/trails</strong>.The Display Mode can have values as Channel (C) or Frequency (F)Mode. tHE</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","reports","channelView"],"host":["{{server}}"],"query":[{"key":"entityList","value":"881"},{"key":"entityList","value":"901"},{"key":"entityList","value":"911"},{"key":"layerType","value":"OMS"},{"key":"displayMode","value":"C"},{"key":"showRestorations","value":"true"}],"variable":[]}},"response":[{"id":"a3a6d9b5-f4ef-422b-951a-5008cc1f6027","name":"Channel Utilization Report","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/reports/channelView?entityList=881&entityList=901&entityList=911&layerType=OMS&displayMode=C&showRestorations=true","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","reports","channelView"],"query":[{"key":"entityList","value":"881"},{"key":"entityList","value":"901"},{"key":"entityList","value":"911"},{"key":"layerType","value":"OMS"},{"key":"displayMode","value":"C"},{"key":"showRestorations","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=ChanView_20240405012359.xlsx"},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/vnd.ms-excel;charset=UTF-8"},{"key":"Content-Length","value":"18100"},{"key":"Date","value":"Fri, 05 Apr 2024 05:23:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\n�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000[Content_Types].xml�S�n�0\u0010����*6�PU\u0015�C\u001f�\u0016��\u0003\\{�X�%����]\u00078�R�\nq�cfgfW�d�q�ZCB\u0013|��|�*�*h㻆},^�{Va�^K\u001b<4�\u00076�N\u0016�\bXQ�ǆ�9�\u0007!P��$�\u0010�\u0013҆�d�c�D�j);\u0010��ѝP�g��E�M'O�ʕ����H7L�h���R���G��^�'�\u0003\u0007{\u0013�\b�zސʮ\u001bB��3\u001c�\u000b˙��h.�h�W�жF�\u000ej娄CQՠ똈���}ιL�U:\u0012\u0014D�\u0013����%އ����,�B���[�\t��\u001e ;˱�\t�{N��~��X�p�\u001cykOL�\u0004\u0018�kN�V��ܿBZ~����q\u0018��\u000f �a\u0019\u001fr��{O�\u0001PK\u0007\bz��q;\u0001\u0000\u0000\u001c\u0004\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\n�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000_rels/.rels���j�0\f�_���8�`�Q��2�m��\u00014[ILb��ږ���.[K\n\u001b�($}�\u0007�v?�I�Q.���uӂ�h���\u001bx>=��@\u0015��p�H\u0006\"�~�}�\t�n����*\"\u0016\u0003�H�׺؁\u0002��\u0013���8\u0007�Z�^'�#��7m{��O\u0006�3��\u0019�G�\u0006u�ܓ\u0018�'��y|a\u001e�����D�\t��\u000el_\u0003EYȾ�\u0000���vql\u001f3�ML�eh\u0016���*�\u0004��\\3�Y0���oJ׏�\u0003\t:\u0014��^\b�\u001f�}\u0002PK\u0007\b��z��\u0000\u0000\u0000I\u0002\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\n�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000docProps/app.xmlM��\n�0\u0010D�~EȽ��ADҔ�\b��A? ��6�lB�J?ߜ���0���ͯ�)�@��׍\u0014H6���V>\u001f��$;�SC\n\u0011\u0013;̢\u001c(�ra�g�l\u0017�&�e��L!y�%�\u0019�49��`_\u001e���4G���F\u001c��\u0005J��\u0018Wg\r\u0017\u0007�GS�b��\u0014��\n~\u000e�\u0003PK\u0007\b�|wؑ\u0000\u0000\u0000�\u0000\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\n�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0011\u0000\u0000\u0000docProps/core.xmlm��J�0\u0010F_�依������(\u000b��+�w!\u0019�b�C\u0012����u��B.���\u001c&So�jL������\u0019%\tja䠻�<\u001cv�$>p-�h46D\u001b�mka�0\u000e��Xta@�D��L؆�!X\u0006�E���,\u0012:�/�)\u001e��u`�x�\u001dBA�9(\f\\��a\u0016�v5��R�Ui�ܸ\b�\u0000\u001cQ�\u000e\u001e�,�\u001f6�S�߆%Yɣ\u001fVj��l*\u0017.N������2|:���\u0002I[��L8�\u0001e\u0012\u0005,|ظ��䱼�:�H[��,��T\u0007Z��d�湆_����n\\{\u0011\u0017�c������\\ß5��PK\u0007\b�*f�\u0005\u0001\u0000\u0000�\u0001\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\n�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014\u0000\u0000\u0000xl/sharedStrings.xml}ڱn\u001bW\u0010��>OA���gg�+\u0006\u0014]\u0018H\u0017���\u0000�L[\u0004$J\u0011�$�\u001f�N������ �!���;3۷>�/~?<�����e�\f���t���x�|����OW�˷�\u001f���eq��r��,��^.^N��^\u000eﾭ��\\�����fyw�<��Z�o�\u000e\u000f��ǧ����O��\u000f����?��Oχ�����py�_��0�\u001e���r�=\u001fw���/���O���\u001d\u000flW��v��o������C�r����*��r����|5nFY��\u001b�v���kY�em��������I�k�q-9f�1K�Yr̒c�\u001c��%�,9f�1K�IrL�c�\u001c��$�$9&�1I�IrL�c-9֒c-9֒c-9֒c-9֒c-9֒�%GK��\u001c-9Zr��h�ђ�%GK��\u001c%9Jr��(�Q��$GI��\u001c%9F�1J�Qr��c�\u001c��\u0018%�(9F�1J�H�H�H�H�H�H�H�H�H�H�Ar\f�c�\u001c��\u0018$� 9\u0006�1H�Ar\f̑\rsd�\u001c�0G6̑\rsd�\u001c�0G���\u0011�#�G<�x\u001e�<�y���\u0011�#�G<�x\u001e�<�y���\u0011�#�G<�x\u001e�<�y���\u0011�#�G<�x\u001e�<�y���\u0011�#�G<�x\u001e�<�y���\u0011�#�G<�x\u001e�<�y���\u0011�#�G<�x\u001e�<�y���\u0011�#�G<�x\u001e�<�y���\u0011�#�G<�x\u001e�<�y���\u0011�#�G<�x\u001e�<�y���\u0011�#�G<�x\u001e�<�y���\u0011�#�G<\u0017�Es�\\,\u0017�Er�\\\u001c\u0017�EqA\\\f\u0017�Ep\u0001\\�\u0016�Eo�[�\u0016�En�[�\u0016�EmA[�\u0016�El\u0001[�\u0016�Ek�Z�\u0016�Ej�Z�\u0016�EiAZ�\u0016�Eh\u0001Z|\u0016�Eg�Yl\u0016�Ef�Y\\\u0016�EeAYL\u0016�Ed\u0001Y<\u0016�Ec�X,\u0016��dm�@.YىKV���\u001d��d\u00078\u001a`�\u001e.�&�K���݌l\f�X�\u0004��G\u0015o�R������K�~\u0005����/�����j\u0011\b�����ˏ��\u0013?L~��Z��/\u0018�������/=�\f�>��x#�n�-���\u000f\u0007>A��᳈\u000f,>�����\u000fQ>i�8�3�\u000fv>�I\u0004\u001d!6\u0014�l�6\u0002H%I)�%ʔ��s\u000f��\u0002w\u0013�rp_��\u000bw8�\u0006q��\r\u0015w]ܚq��M\u001ew��.rOɍ'w���r���0w��Vs��\r:w����<�C\u0003O\u0016<~��\fO;<\u0012����\u0015O`<��,�\u0003\u001fO�<:�\u0001SΡr\\�S�\u001c~�,Gi9q��\\��r̗j�\u0014\r�� %\b�THAC�\u001eR\u001e�*�\u0014[�&#�\u001b��H!H�ERV��\u0014���%%/��I\u0001M�lR����\u0014��\u0006(�B�(J�Q�RƔj�\u0014E�v*%V��J�V�R��*�\u0014���,�i�`K�[��R6��\u0014�V/%}��K�@�\b�n���4/��!�\u0010�HcE�/Ҧ�n�4}�7$-$�4ICJ�V�ޒ.�4ˤ�&�7��I#O�}�\u0016��4\u0019�\u0017)-K�lJ\u0003T���N���4g��+�^�\bK�X��҆�n�4���--r�K�]��Ҿ�.�\f\u0003�̀�\u0016�\u0004�\f*�<��=�t�\fQȬ��d��\fx�\u001c����T�\f�Ȍ����ċ\f�������4�\f��l��\u0000ɤ�\f\u0014�ܑ�'�\u0014�\f;�L��NɄ�\fbɼ��u���\f��,����d�\f�ɜ����Ԝ\f��\f����D�\f��|��\u0011ʴ�\f%�좌8�$�\fL�\\��_ʔ�\fs�̧���\u0004�\f��<����t�\f�ʬ�����\f莴v��#�\u001di�HkGZ;�ڢ�Ek��\u0016�-Z[��hm�ڢ�Ek��\u0016�-Z[��hm�ڢ�Ek��\u0016�-Z[��hm�ڢ�Ek��\u0016�-Z[R�����\u0000̫�\u0012�Ԁ�\b,U`)\u0003�ڢ�Ek��\u0016�-Z[��hm�ڢ�Ek��\u0016�-Z[��hm�ڢ�Ek��\u0016�-Z[��hm�ڢ�Ek��\u0016�-Z[��hm�ڢ�Ek��\u0016�-Z[��hm�ڢ�Ek��\u0016�-Z[��hm�ڢ�Ek��\u0016�-Z[��hm�ڢ�Ek��\u0016�mZ۴�im�ڦ�Mk��6�mZ۴�im�ڦ�Mk��6�mZ۴�im�ڦ�Mk��6�mZ۴�im�ڦ�Mk��6�mZ۴�im�ڦ�Mk�ֶ�\\��*]Wi�ZߕW/�Wi�J�U����im�ڦ�Mk��6�mZ۴�im�ڦ�Mk��6�mZ۴�im�ڦ�Mk��6�mZ۴�im��տ^��?���}]ů�����X�ϗ�_PK\u0007\b�H�)�\u0007\u0000\u0000�:\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\n�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0000\u0000xl/styles.xml�[]o�0\u0014}߯@����$d\"TMV�=w��J���\u0019\u001b\u0019�J��g\u0003\t�Z��J�\\D����{|O|�}�$�>\u0014�z���\u0019]��\u0015�-L7,��na���|\u000e���ST�#�w{��%\u0003h���B�_\u001c���q�VW��T��2^�B^�S�\u001c�Y��\n�x\bM�\"ͩ\u001dG��H\nQY\u001bvO��F�\u0013G[F;K\u0010؍%��G�!%25����0¸��\f\u001fp��Ce�i�\u001b�UJ�5�k���ɱ1{�P���\u00159e\\\u0019�����Y�s\u0002�I`�\\\n~��\b�\u0017��`�\u0018#ƈ1b�\u0018#ƈ�DԧJF愜WB��n,qT�B`N\u0013ya��\u001f�\u0012/l�h����^��R��\u001bO������nU���n����6X�5�\u0016�ZĊ�<�\u0017�$���.�I�I~\u0000dR�z���G��\b����D�g�\n�W��*�\u001b2���2�\u0015�f5�\u0005���_-���+�\n���\u0011��c��O�f<�U�����'[\u001c\u0011�\u00152�绽:\u000bV�*�\t�\n���t�hJT\u000f����:�\u0015�^V�Ϲ�\u000e�uzGh��G��O�2�8�����WGۭr��SO��23!(��$m�=�\u0013B��\ti\t��^AHs\u001f\u0006����\u0006��Pې\u0013�\u0006\u0013r� ~m�YU\u0002\u001d�V���=S;��*jNM9\u0015��\u0006��P\u001d�h\r�\u0006+�5��k\u001d��\u000eL�n\u0017���a\u0017m�eI���V�kۘ\u0012���\r\u0012�/�\r�w��g�8JO\u0016k�x�(\u0011T!��\u0006��zW��!�\u001c�漽\u000b�[}� �v�%&�1\u0002*����;\u001e�7�x)�'t?rD���\u00146�I�d�3q\u00118*S\u0013\u0015\u0017\u001c����\u0007�J�Q\t�\u000bln�\u0002O`.2q��0W�\u001f��%�z&.\u00005書\u0000Ԙ6�\b��&F2\u0000U65�\u0001(3m�Wc\u0001[f��\f@�͍d����f�>h�y��\f<�y��\f@�i\u000b\u0000ׇ.��H\u0006��&F2\u0000e��\u0000\u0002�2�\u0019�\u0000�Yh$\u0003Pf�\u0001�\u0000>\u001aP\t�\u0003*\u0001|oH2�$3�\u001e\u0000@���\u0000\u0000�̼\u0007\u0000Pf�!�L_\u0001L��ln$\u0003Of\u00012��'�@_\u0001L��,��d\u0000��7��\\�9��kd��Wg�\u0007PK\u0007\b����\u0003\u0000\u0000\t:\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\n�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000f\u0000\u0000\u0000xl/workbook.xml��=O�0\u0010�w~�u;��\"\u0004Q�\u000eTH�\u0018\n�5��V�\u000f�M���I\u0015`d:���Ͻr��r��\u0010'\u001b��j�@��Bo�I�����\t��]s\r|>�p\u0016\u0005�I��9�R�ΐô\n�|�\f�\u001d�\u0012�$Sd�>\u0019��F�V�Q:�\u001en����\b�`;څ�ӑ�7\tӈ��M��\u0004�O�7\u0016=f��Ճ�\u0001�D �f�|X��_p�\u0002�l/t��\u00065q�\u000f8w^���HËA�����)\u0006� ���\u0006��\u001b\u00103�/��u�C.W�oPK\u0007\b���\u001e�\u0000\u0000\u0000j\u0001\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\n�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001a\u0000\u0000\u0000xl/_rels/workbook.xml.rels��Mk�0\f@���}q��\u0018�n/c����\u0000c+qh\"\u0019K�迟���@\u0007;�$��{\u000f��~Γy�\"#���i� \u0005�#\r\u000e^�O7�`D=E?1�\u0003b�n��8y�?$�YLE�8H���Z\t\tg/\rg����^�\f6�p�\u0003�U���r΀%�좃��\u001d��/\u0003�\u0003I�`|�Rˤ��:f����~\f���mF�\u000bv����\u001c�:���ׯ�������p9HB�Sy\u001dݵK~\u0004�\u0018����\u000bPK\u0007\b�\u0003;��\u0000\u0000\u00003\u0002\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\n�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet1.xml��[�]gv����\n��i�<~�\f�\f�\u0013N\u0002$@��5�*\u001d`Il�l�??$mrO�w�.梻š�k�M�F�U���ۿ��_y�/Oo�����?��?<�|��۟^��o?�����_��\u001fo/����������۟��޽x�oo���w���7�|��O?=����\u001f^������o~}���/�����?�yz���\u0017���7��������^~���?���ۇ\u001b�x���\u001f_���M������x���������_|��?�~��\u001f~�_���������?�ϧ_�������߽����\u0017oz��z������ߞ�?�\u000f�~y���c~�\u000f��\u001f��y���\u000f���˻��������?�{�\u001b\u0010�� z��ۏ���ן�����\u0017���׏����߿�������Oy������ߢ���M{�������U���y�7���\u001f�V�z��o߼��ś��y�������K?�Ǐ�}�\u000f������~|_������|���7���\u0003�������\u0003���ǗH{�|~��+��߮�v�~y�?�\n���\u0015>?�}~0��\u0012o/�˃}��O�q\r�\u0005_��?��?^\u0011�.y�˧+>��\u001aT\u000b��K|�Kཛྷ�]��^�A��^��]\u0012��v�K^��5�\\���|����x�˹��kPgy/��w�����6�뛹\u0006u[�����<��������ws\r�qy7�p�\u0007����O�����TO�����%|Sv��\\�\u0015��ɗ����(ߗ_�x_פz��� l\u0004�V��\u0013��l� �Z\u0010��\\�A�\fHJ�n�{9\b�A�� �\u0007$%[CȽ\"�\u001d!ג\u0010�\u0004���'�^\u0014¦�kU\b�\u0002I��\u0016r�\u000ba_�/\u0004���d�\f�w��4�Z\u001a��@R����{C�\u001bz�\rEo )�zC｡�\r����7��n����:�\u001bz�\rEo )�zC｡�\r����7��n����P��^{C�\u001bHJ���{o({C����\r$�[o�7�����P�\u0006�ҭ7��\u001b���ko(z\u0003I��\u001bz�\reoص7\u0014���t�\r����7\f����@R����{��\u001bv�\rCo )�z��a�\r����7��m�a��0��]{��\u001bHʶް�\u0007\u0010��� �3\b�\u0010����{��\u001bv�\rCo )�z��a�\r����7��m�a��0��]{��\u001bHʶް{o\u0018{î�a�\r$e[oؽ7�����0�\u0006���7��\u001b���ko\u0018z\u0003I��\u001b~�\rgo��7\u001c���|�\r����7��\u001b��@R����{��\u001b~�\rGo )�z����\r����7���_�h_�`o8����`�K\u0018[o��7�����p�\u0006��7��\u001b���ko8z\u0003I��\u001b~�\rgo��7\u001c���|�\r����7��\u001b��@R����{��\u001bq�\rGo )�z#�\u0011썸�F�7�Tl�\u0011��\b�F\\{#�\u001bH*�ވ{o\u0004{#��\u0011�\r$\u0015[oĽ7b���7\u0002���b델�F�7��\u001b��@R��F�/~�7\u0002_���?�\u0005Э7��\u001b�ވko\u0004z\u0003I��\u001bq�`oĵ7\u0002���b델�F�7��\u001b��@R��F�{#�\u001by�@o ��z#ｑ썼�F�7�Tn����H�F^{#�\u001bH*���{o${#����\r$�[o�7�����H�\u0006�ʭ7��\u001b9|���\u001b��@R��F�{#�\u001by�Do ��z#۷N�\u001b�o��'����\u001by�do�7\u0012���r덼�F�7ε7\u0012���r덼�F�7ε7\u0012���r�s���8��8�\r$u��8��8�s퍃�@Rg�s���8��8�\r$u��8��8�s퍃�@Rg�s���8��8�\r$u��8��8�w[��q�\u001bH�l�q�q�\u001b��\u001b\u0007�����}���W����^��W~�u�s��޸]{�7���z��{�7n��8�\r$u�޸�{��޸]{��@R��7n�޸�7n�޸�7��m�۽7n�۵7n�\r$u�z�v�\u001b{�v�\u001bz\u0003Iݶ޸�{��޸]{��@R��7n�޸�7n�޸�7��m�۽7n�ո��\r���n[o��qcoܮ�qCo �۪6\u001a�`o<�m\u0010nPnl�q��ƍ��x�\u001bz\u0003Iݶ�x���#{���\u001b��\r$�����7\u001e�\u001b���xDo �ǭ7\u001e����x���#z\u0003I=n��x�G���7\u001e�\u001bH�q��{o<�7\u001e����@R�[o<�{㑽�x�G�\u0006�z�z���\u001b���ko<�7����\u001b���x\u001c�׵7\u001e�\u001bH�q��{o<N��Z\u001c�(\u000e$��\u0015�cC_��z\u0000���\"���W�_��z �\u001a����V���\u0000�� �\u001e@�\u001e�!���r���\u001e\u0006\u0007�\u0000\b��&aT_D�;6\f�0h�\u0007p�\u0007�\t��\"�ܱ�����=\u0000�=�U\u0018�\u0017��\r�=\f2�\u00014�\u0001�¨��.wl<�a�a\u000f\u0000b\u000fh\u0018F�Et�cCb\u000f�\u0012{\u0000\u0013{@�0�/��\u001d\u001b\u0015{\u0018�\u0006��~U�#���V7��C���LA�\u001e�8���\"@[�Lޔ�t\u0010�\u00039�+洣ӡs\u0006v:��\u0001������dO�O\u0007}:��ݟv�:\tT\u0012���\u000e\buW���N\u000e�\u0010u��\u0003E�-jǨ�F%G\u001d<�\u0000Rw��I�dR�R\u0007�:��ݥv�:�T����\u000e8uש��\u000e>U\bT\u0007�:\u0010�ݨv�:(U!S\u001d��\u0000UW�*���`U\u0005XU�U\u0019��^U\u001aX�A�\nȪЬ2*Yժh��C�\u0000�\n�*��ծJë2�U\u0001_\u0015�UF%�`�FXe0�\u0002�*T��JV�*\r�� Y\u0005�UhY\u0019���U\u001ag���\n@�P�2*YM�4�*�j\u0015�V�keT��Vi�U\u0006�*��B�ʨd��Ҁ�\f�U@\\�ƕQɪ\\�1W\u0019��\u0000�\n�+��պJî2hW\u0001w\u0015zWF%�x�F^e0�\u0002�*T��JV�*\r�� _\u0005�Uh_\u0019���U\u001a���\n\u0000�P�2*Y\r�4\u0004+��\u00150X��eT�JXi\u0014V\u0006\u000b+��B\r˨d���@�\f\"V@b�&�Qɪb��X\u0019\\�\u0000�\ne,����Jñ2�X\u0001�\u0015�XF%���Fde0�\u0002$+T��JV'+\r�� e\u0005TVhe\u0019��ZV\u001a����\n��P�2*Yͬ44+��\u0015�Y��eT��Y�>�\u001b:\u0007xV�g\u0019��~V\u001a��A�\n\b���2*Y\u0015�4F+��\u0015@Z��eT�ZZi�V\u0006M+�BO˨d\u0015��H�\f�V�j���Q��j��Z\u0019d���\nm-��U�J�2�Z\u0001�\u0015\n[F%����leP�\u0002f+t��JVi+���`m\u0005�V�m\u0019���V\u001a��A�\nȭ��2*Yխ4v+��\u0015�[��eT��[�>.\u001e:\u0007�V�o\u0019��\u0002W\u001a����\n\u0010�P�2*Y\u001d�4�+��\u0015P\\��eT�j\\i\u001cW\u0006�+\u0000�B�˨d5��P�\f*W�r�.�Q�*s��\\\u0019l�\u0000�\nu.����J\u0003�2\b]\u0001�\u0015\u001a]F%�ҕ�tep�\u0002�+���JV�+\r�ʠu\u0005\\W�u\u0019��bW\u001aٕ��\nЮP�2*Yݮ4�+��\u0015�]��eT��]�~���9\u0000�B�˨d5��\u0010�\f�W�x���Q�*y�Q^\u0019,�\u0000�\n5/����J\u0003�2�^\u0001�\u0015�^F%���zep�\u0002�+���JV�+\r�ʠ{\u0005�W�{\u0019���W\u001a���\n��P�2*Y��4�+��\u0015P_��eT�j_i�W\u0006�+\u0000�B�˨d5��Я\f�W�~��Q�*��_\u0019�\u0000�\n�/������\u0007�\f�\u0003\u0002,4��JV\u0005,�\u0001���\u0005\u0010X(�\u0019��\u0016X\u001a\u0006�A\u0003\u000b8��\u00033*YE�4\u0012,�\t\u0016�`�\nfT��`i0X\u0006\u0019,��B\u001b̨d���x�\f>X\u0000��B�Q�j��!a\u0019���\t\u000b�0��U\nK��2Xa\u0001\u0016\u0016jaF%�\u0017�\u0006�e\u0010�\u00022,4ÌJV5,�\r���\u0005pX(�\u0019��vX\u001a\u001e�A\u000f\u000b���\u000f3*Y\u0005���QNC�\u0000\u0011\u000b\u00151���\u0011K��2Hb\u0001%\u0016ZbF%�&�Ɖe��\u0002P,\u0014ŌJVS,\r\u0015ˠ�\u0005�X�\u0019���X\u001a-��\u0016\u000bp�P\u00173*Y}�4`,�0\u0016\u0010c�1fT�*ci�X\u0006g,��Bįd��Ұ�\f�X���ޘQ�*���c\u0019̱\u0000\u001d\u000b�1���\u001dK��2�c\u0001=\u0016�cF%�>�Əe��\n,\u0004ȌJV�,��\u0010��\u00149 d�BfT�:d}�G�\rg��!+\u001d2���!ks�:8d�CV:dF��C��up�\n��tȌJW���!���\u0015\u000eY�\u0019��\u000eY�C��!+\u001c��!3*]\u001d�6���CV8d�CfT�:dm\u000eY\u0007��p�J�̨tu��\u001c�\u000e\u000eYᐕ\u000e�Q�ꐵ9d\u001d\u001c��!+\u001d2���!ks�:8d�CV:dF��C��up�\n��tȌJW���\u000f�\u001c:\u0007\u000eY�\u0019��\u000eY�C��!+\u001c��!3*]\u001d�6���CV8d�CfT�:dm\u000eY\u0007��p�J�̨tu��\u001c�\u000e\u000eYᐕ\u000e�Q�ꐵ9d\u001d\u001c��!+\u001d2���!ks�:8d�CV:dF��C��u:'\u0017\u000eY�\u0019��\u000eY�C��\\8d�CfT���ۏ�\u001d��E�\f��\u000e�������s��syt�pv�px�_9=�\u001f�;t�p��p��p���9�\u0010��\u0014]\u001e�;��;\u001c����ۏҝ���a��i��q��y��@��D]\u001e�;��;\u001c����ۏ՝������ɺ�Ѻ�ٺ�p��t]\u001e�;��;\u001c����ۏ�\u001d\u001c����������~�����G�\u000eg�\u000e���\u000eY�C��!+\u001c��!3*]\u001d�6���CV8d�CfT�:dm\u000eY\u0007��p�J�̨tu��\u001c�\u000e\u000eYᐕ\u000e�Q�ꐵ9d\u001d\u001c��!+\u001d2���!ks�:8d�CV:dF��C��up�\n��tȌJW���!���\u0015\u000eY�\u0019��\u000eY�C��!+\u001c��!3*]\u001d�6���CV8d�CfT�:dm\u000eY\u0007��p�J�̨tu��\u001c�\u000e\u000eYᐕ\u000e�Q�ꐵ9d\u001d\u001c��!+\u001d2���!ks�:8d�CV:dF��CV�?2`�\u001c8d�CfT�:dm\u000eY\u0007��p�J�̨tu��\u001c�\u000e\u000eYᐕ\u000e�Q�ꐵ9d\u001d\u001c��!+\u001d2���!ks�:8d�CV:dF��C��up�\n��tȌJW���!���\u0015\u000eY�\u0019��\u000eY�C��!+\u001c��!3*]\u001d�6���CV8d�CfT�:dm\u000eY\u0007��p�J�̨tu��\u001c�\u000e\u000eYᐕ\u000e�Q��5�\u000f+\u0019:\u0007\u000eY�\u0019��\u000eY�C��!+\u001c��!3*]\u001d�6���CV8d�CfT�:dm\u000eY\u0007��p�J�̨tu��\u001c�\u000e\u000eYᐕ\u000e�Q�ꐵ9d\u001d\u001c��!+\u001d2���!ks�:8d�CV:dF��C��up�\n��tȌJW���!���\u0015\u000eY�\u0019��\u000eY�C��!+\u001c��!3*]\u001d�6���CV8d�CfT�:d��c��΁CV:dF��C��up�\n��tȌJW���!���\u0015\u000eY�\u0019��\u000eY�C��!+\u001c��!3*]\u001d�6���CV8d�CfT�:dm\u000eY\u0007��p�J�̨tu��\u001c�\u000e\u000eYᐕ\u000e�Q�ꐵ9d\u001d\u001c��!+\u001d2���!ks�:8d�CV:dF��C��up�\n��tȌJW���!���\u0015\u000eY�\u0019��\u000eYO�\u0001mC��!+\u001d2���!ks�:8d�CV:dF��C��up�\n��tȌJW���!���\u0015\u000eY�\u0019��\u000eY�C��!+\u001c��!3*]\u001d�6���CV8d�CfT�:dm\u000eY\u0007��p�J�̨tu��\u001c�\u000e\u000eYᐕ\u000e�Q�ꐵ9d\u001d\u001c��!+\u001d2���!ks�:8d�CV:dF��C��up�\n��tȌJW�����!�΁CV:dF��C��up�\n��tȌJW���!���\u0015\u000eY�\u0019��\u000eY�C��!+\u001c��!3*]\u001d�6���CV8d�CfT�:dm\u000eY\u0007��p�J�̨tu��\u001c�\u000e\u000eYᐕ\u000e�Q�ꐵ9d\u001d\u001c��!+\u001d2���!ks�:8d�CV:dF��C��up�\n��tȌJW���!���\r\u000eY�\u0019��\u000eY\u001f�\u000f�\u001d~*-\u001c��!3*]\u001d�=�\u001fM;�lZ8d�CfT�:dk\u000e�\u0006�lp�F�̨lu��\u001c�\r\u000e����\u000e�Q�ꐭ9d\u001b\u001c��!\u001b\u001d2���![s�68d�C6:dFe�C��mp�\u0006�ltȌ�V�l�!���\r\u000e��\u0019��\u000eٚC��!\u001b\u001c��!3*[\u001d�5�l�C68d�CfT�:dk\u000e�\u0006�lp�F�̨lu��\u001c�\r\u000e����\u000e�Q��M�\u000f�\u001e:\u0007\u000e��\u0019��\u000eٚC��!\u001b\u001c��!3*[\u001d�5�l�C68d�CfT�:dk\u000e�\u0006�lp�F�̨lu��\u001c�\r\u000e����\u000e�Q�ꐭ9d\u001b\u001c��!\u001b\u001d2���![s�68d�C6:dFe�C��mp�\u0006�ltȌ�V�l�!���\r\u000e��\u0019��\u000eٚC��!\u001b\u001c��!3*[\u001d�5�l�C68d�CfT�:dk\u000e�\u0006�lp�F�̨lu��\u001c�\r\u000e����\u000e�Q�ꐭ9d\u001b\u001c��!\u001b\u001d2���![s�68d�C6:dFe�C��mp�\u0006�ltȌ�V�l�!���\r\u000e��\u0019��\u000eٚC��!\u001b\u001c��!3*[\u001d�5�l�C68d�CfT�:dk\u000e�\u0006�lp�F�̨lu��\u001c�\r\u000e����\u000e�Q�ꐭ9d\u001b\u001c��!\u001b\u001d2���![s�68d�C6:dFe�C��mp�\u0006�ltȌ�V�l�!���\r\u000e��\u0019��\u000eٚC��!\u001b\u001c��!3*[\u001d�5�l�C68d�CfT�:dk\u000e�\u0006�lp�F�̨lu��\u001c�\r\u000e����\u000e�Q�ꐭ9d\u001b\u001c��!\u001b\u001d2���![s�68d�C6:dFe�C��mp�\u0006�ltȌ�V�l�!���\r\u000e��\u0019��\u000eٚC��!\u001b\u001c��!3*[\u001d�5�l�C68d�CfT�:dk\u000e�\u0006�lp�F�̨lu��\u001c�\r\u000e����\u000e�Q�ꐭ9d\u001b\u001c��!\u001b\u001d2���![s�68d�C6:dFe�C��mp�\u0006�ltȌ�V�l�!���\r\u000e��\u0019��\u000eٚC��!\u001b\u001c��!3*[\u001d�5�l�C68d�CfT�:dk\u000e�\u0006�lp�F�̨lu��\u001c�\r\u000e����\u000e�Q�ꐭ9d\u001b\u001c��!\u001b\u001d2���![s�68d�C6:dFe�C��mp�\u0006�ltȌ�V�l�!���\r\u000e��U\u001f�����seu��u�ճ�}���0�`�\r���U\u001f���מ��.�g/�<m��?\u001b�󧫞}گ������'\u0007;m�ӟ�z�i��z���Ӷ�\u001dܵ�]��٧������.O��y0�\u0006���g��k.�g/�<m���{\u001b�����}گ���������`�\rV��U�>��\\V�^vy��9ep�\u0006g����w<�xY�i��r{���h0�\u0006���go��z���Ӷ�e�o7��OW=��_sY={ٗO�l�\r6�`�?]���~�e��e��m��\u0006Wop���z�i��s�s�]��}.\u001bL�����٧���e�]vy���l��\u0006���g���>�=w��i��a\u000b`�\u0002|��÷����~�e��e��m�ˆ\u001d�aG`�\u00110*[w\u0004�v\u00046�\b\f;\u0002㎀Qٺ#��#�aG`�\u0011\u0018w\u0004���\u001d��\u001d�\r;\u0002Î��#`T��\b��\bl�\u0011\u0018v\u0004�\u001d\u0001��uG`mG`Î��#0�\b\u0018��;\u0002k;\u0002\u001bv\u0004�\u001d�qG��l�\u0011X�\u0011ذ#0�\b�;\u0002Fe��ڎ��\u001d�aG`�\u00110*[w\u0004�v\u00046�\b\f;\u0002㎀Qٺ#��#�aG`�\u0011\u0018w\u0004���\u001d��\u001d�\r;\u0002Î��#`T��\b��\bl�\u0011\u0018v\u0004�\u001d\u0001��uG`mG`Î��#0�\b\u0018��;\u0002k;\u0002\u001bv\u0004�\u001d�qG��l�\u0011X�\u0011ذ#0�\b�;\u0002Fe��ڎ��\u001d�aG`�\u00110*[w\u0004�v\u00046�\b\f;\u0002㎀Qٺ#��#�aG`�\u0011\u0018w\u0004���\u001d��\u001d�\r;\u0002Î��#`T��\b��\bl�\u0011\u0018v\u0004�\u001d\u0001��uG`mG`Î��#0�\b\u0018��;\u0002k;\u0002\u001bv\u0004�\u001d�qG��l�\u0011X�\u0011ذ#p�\b�;\u0002Fe��ڎ��\u001d�cG`�\u00110*[w\u0004�v\u0004>�\b\u001c;\u0002玀Q��#�#�aG��\u00118w\u0004���\u001d��\u001d�\u000f;\u0002ǎ��#`T��\b��\b|�\u00118v\u0004�\u001d\u0001��uG�mG�Î��#p�\b\u0018��;\u0002o;\u0002\u001fv\u0004�\u001d�sG��|�\u0011x�\u0011��#p�\b�;\u0002F���ێ��\u001d�cG��\u00110*_w\u0004�v\u0004>�\b\u001c;\u0002玀Q��#�#�aG��\u00118w\u0004���\u001d��\u001d�\u000f;\u0002ǎ��#`T��\b��\b|�\u00118v\u0004�\u001d\u0001��uG�mG�Î��#p�\b\u0018��;\u0002o;\u0002\u001fv\u0004�\u001d�sG��|�\u0011x�\u0011��#p�\b�;\u0002F���ێ��\u001d�cG��\u00110*_w\u0004�v\u0004>�\b\u001c;\u0002玀Q��#�#�aG��\u00118w\u0004���\u001d��\u001d�\u000f;\u0002ǎ��#`T��\b��\b|�\u00118v\u0004�\u001d\u0001��uG�mG�Î��#p�\b\u0018��;\u0002o;\u0002\u001fv\u0004�\u001d���vGvκ#�#�aG��\u00118w\u0004���\u001d��\u001d�\u000f;\u0002ǎ��#`T��\b��\b|�\u00118v\u0004�\u001d\u0001��uG�mG�Î��#p�\b\u0018��;\u0002o;\u0002\u001fv\u0004�\u001d�sG��|�\u0011x�\u0011��#p�\b�;\u0002F���ێ��\u001d�cG��\u00110*_w\u0004�v\u0004>�\b\u001c;\u0002玀Q��#�#�aG��\u00118w\u0004���\u001d��\u001d�\u000f;\u0002ǎ��#`T��\b��\b|�\u00118v\u0004�\u001d\u0001��uG�mG�Î��#p�\b\u0018��;\u0002o;\u0002\u001fv\u0004�\u001d�sG��|�\u0011x�\u0011��#p�\b�;\u0002F���ێ��\u001d�cG��\u00110*_w\u0004�v\u0004>�\b\u001c;\u0002玀Q��#�#�aG��\u00118w\u0004���\u001d��\u001d�\u000f;\u0002ǎ��#`T��\b��\b|�\u00118v\u0004�\u001d\u0001��uG�mG�Î��#p�\b\u0018��;\u0002o;\u0002\u001fv\u0004�\u001d�sG��|�\u0011x�\u0011��#p�\b�;\u0002F���ێ��\u001d�cG��\u00110*_w\u0004�v\u0004>�\b\u001c;\u0002玀Q��#�#�aG��\u00118w\u0004���\u001d��\u001d�\u000f;\u0002ǎ��#`T��\b��\b|�\u00118v\u0004�\u001d\u0001��uG�mG�Î��#p�\b\u0018��;\u0002o;\u0002\u001fv\u0004�\u001d�sG��|�\u0011x�\u0011��#p�\b�;\u0002F���ێ��\u001d�cG��\u00110*_w\u0004�v\u0004>�\b\u001c;\u0002玀Q��#�#�aG��\u00118w\u0004���\u001d��\u001d�\u000f;\u0002ǎ��#`T��\b��\b|�\u00118v\u0004�\u001d\u0001��uG�mG�Î��#p�\b\u0018��;\u0002o;\u0002\u001fv\u0004�\u001d�sG��|�\u0011x�\u0011��#p�\b��3*_�3��\u0005�a\u000b��\u00028�3gT��g������\u001d��y�9���<so&�\u0007��0����\u0019���{s�>�z��w�gΨ|=�ܛ����;l��<sF��y��|�\u000f���۝�3*_�3�f�}0�\u000e��<ϜQ�z��7g�3w8s�y����̽Yq\u001f��Ê;�3gT��g��{��\u001d��y�9���<sof�\u0007��0����\u0019���{s�>�k��v�gΨ|=�ܛ���N;��<sF��y����\u000f��៝�3*_�3�f�}0�\u000e��<ϜQ�z��7��Cv8d�CfT�:do\u000e�\u0007��p�N�̨|u��\u001c�\u000f\u000e�ᐝ\u000e�Q�ꐽ9d\u001f\u001c��!;\u001d2���!{s�>8d�Cv:dF�C��}p�\u000e��tȌ�W���!���\u001d\u000e��\u0019��\u000eٛC��!;\u001c��!3*_\u001d�7��Cv8d�CfT�:do\u000e�\u0007��p�N�̨|u��\u001c�\u000f\u000e�ᐝ\u000e�Q�ꐽ9d\u001f\u001c��!;\u001d2���!{s�>8d�Cv:dF�C��}p�\u000e��tȌ�W���!���\u001d\u000e��\u0019��\u000eٛC��!;\u001c��!3*_\u001d�7��Cv8d�CfT�:do\u000e�\u0007��p�N�̨|u��\u001c�\u000f\u000e�ᐝ\u000e�Q�ꐽ9d\u001f\u001c��!;\u001d2���!{s�>8d�Cv:dF�C��}p�\u000e��tȌ�W���!���\u001d\u000e��\u0019��\u000eٛC��!\u0007\u001c��!3*_\u001d�7��C\u000e8d�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��cp�\u0001�\u001ctȌ*V�\u001c�!���\u0003\u000e9�\u0019U�\u000e9�C��!\u0007\u001cr�!3�X\u001dr4�\u001c�C\u000e8�CfT�:�h\u000e9\u0006�\u001cp�A�̨bu��\u001cr\f\u000e9���\u000e�Q�ꐣ9�\u0018\u001cr�!\u0007\u001d2���!Gs�18�C\u000e:dF\u0015�C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!'\u001cr�!3�\\\u001dr6���CN8�CfT�:�l\u000e9\u0007��p�I�̨ru��\u001cr\u000e\u000e9ᐓ\u000e�Q�ꐳ9�\u001c\u001cr�!'\u001d2���!gs�98�CN:dF��C��sp�\t��tȌ*W���!���\u0013\u000e9�\u0019U�\u000e9�C��!\u001f8�CfT�:�l\u000e9\u0007�|���\u000e�Q��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:�C>�!��!\u001f8�C�̨��Os�gp�\u0007\u000e��!3��:��\u001c�\u0019\u001c�C>tȌ�\u000e�4�|\u0006�|��\u000f\u001d2�:t�߼����]�z��o}z���?<����\u0017z������C\u0011}N_�y���\u0003�ߔ||������\u001f��۫7?����\u0017���ݻ׿����\u001f>��\u001f^�~���ï�����ӫ�?�◧\u001f�}���7?��ӧ�~������\u000f7���������?PK\u0007\b�\u0006��{1\u0000\u0000�Z\u0001\u0000PK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\n�Xz��q;\u0001\u0000\u0000\u001c\u0004\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\n�X��z��\u0000\u0000\u0000I\u0002\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0001\u0000\u0000_rels/.relsPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\n�X�|wؑ\u0000\u0000\u0000�\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0002\u0000\u0000docProps/app.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\n�X�*f�\u0005\u0001\u0000\u0000�\u0001\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000g\u0003\u0000\u0000docProps/core.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\n�X�H�)�\u0007\u0000\u0000�:\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0004\u0000\u0000xl/sharedStrings.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\n�X����\u0003\u0000\u0000\t:\u0000\u0000\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\f\u0000\u0000xl/styles.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\n�X���\u001e�\u0000\u0000\u0000j\u0001\u0000\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000d\u0010\u0000\u0000xl/workbook.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\n�X�\u0003;��\u0000\u0000\u00003\u0002\u0000\u0000\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0011\u0000\u0000xl/_rels/workbook.xml.relsPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\n�X�\u0006��{1\u0000\u0000�Z\u0001\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0012\u0000\u0000xl/worksheets/sheet1.xmlPK\u0005\u0006\u0000\u0000\u0000\u0000\t\u0000\t\u0000?\u0002\u0000\u0000_D\u0000\u0000\u0000\u0000"}],"_postman_id":"7d849659-3625-4abb-a182-c6f46fd60f82"}],"id":"b7f7fe29-0b5d-4edb-a84c-891197d3156e","_postman_id":"b7f7fe29-0b5d-4edb-a84c-891197d3156e","description":""},{"name":"Power Offset","id":"5cd87de7-62e6-4dd3-9588-83edf7f31c92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=POWER_OFFSET","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","l0"],"host":["{{server}}"],"query":[{"key":"reportType","value":"POWER_OFFSET"}],"variable":[]}},"response":[{"id":"d550af69-ab79-4895-b492-1c8b80cc7517","name":"Power Offset","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=POWER_OFFSET","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","l0"],"query":[{"key":"reportType","value":"POWER_OFFSET"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=PowerOffset_Report_20240405012954.xlsx"},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/vnd.ms-excel;charset=UTF-8"},{"key":"Content-Length","value":"9104"},{"key":"Date","value":"Fri, 05 Apr 2024 05:29:54 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000b�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000[Content_Types].xml�T�j\u00021\u0010��%�e7j����C/��P�\u0001�dv7�\u001bI������Pk�\"�O��3�\u0019B�ӵ��\nCT��lX\rX�V8�l[���Kyϊ��J��bͬc��x��\u0018\u000b*��f]J���(:4\u0010+��\u0012Ҹ` �1�܃X@�|4\u0018�q�lB�ʔ5�d��\r,u*\u001e��Y�f�V\u0002\u0012��++\u000fD˝`\u0015P���)\u001fo����5�l�!42~��aa>S�\u001b�%(����F\t�N,\r�T�U%��\u0007\"��p�s\u0006!��!AN�\u0019���tu��~,�\u0005<�0\u0013�r<�6�� c����b\u0007\u0001�{\n��~�Xk��p�\u001ci��L!\u0007�KN��ʀ��ܿ\\X|:���v����`��2��\u001c�+�q�����n�\rPK\u0007\b���D\u0001\u0000\u0000,\u0005\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000b�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000_rels/.rels���j�0\f�_���8�`�Q��2�m��\u00014[ILb��ږ���.[K\n\u001b�($}�\u0007�v?�I�Q.���uӂ�h���\u001bx>=��@\u0015��p�H\u0006\"�~�}�\t�n����*\"\u0016\u0003�H�׺؁\u0002��\u0013���8\u0007�Z�^'�#��7m{��O\u0006�3��\u0019�G�\u0006u�ܓ\u0018�'��y|a\u001e�����D�\t��\u000el_\u0003EYȾ�\u0000���vql\u001f3�ML�eh\u0016���*�\u0004��\\3�Y0���oJ׏�\u0003\t:\u0014��^\b�\u001f�}\u0002PK\u0007\b��z��\u0000\u0000\u0000I\u0002\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000b�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000docProps/app.xmlM��\n�0\u0010D�~EȽ��ADҔ�\b��A? ��6�lB�J?ߜ���0���ͯ�)�@��׍\u0014H6���V>\u001f��$;�SC\n\u0011\u0013;̢\u001c(�ra�g�l\u0017�&�e��L!y�%�\u0019�49��`_\u001e���4G���F\u001c��\u0005J��\u0018Wg\r\u0017\u0007�GS�b��\u0014��\n~\u000e�\u0003PK\u0007\b�|wؑ\u0000\u0000\u0000�\u0000\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000b�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0011\u0000\u0000\u0000docProps/core.xmlm��J�0\u0010F_%依��\u0015\rm\u0017Q\u0016\u0004�\u0005WV�\u000b��\u0016�\u001f�h׷7�k\u0005\u0015r��w�0�jsT\u0003yG�{�k��\u0019%����nk���&������XSm覩�e�8�9cх\u001e=�\u001a홰5�B�\f��\u000e\u0015�i$t\f_�S<ħk�r��[�\"��@a��\u0007\u000e�0�����R,J��Y \u0005��\nu�9��\u0001���6��B\u001e}�P�8��j��D9<��>��'���.�6�ḮC\u001eP�(`��ƍ|'����~K�\"+�I\u0016O��JV\\�r�\\���I�u7���\u000b���o&n)W�g��'PK\u0007\b��&�\u0006\u0001\u0000\u0000�\u0001\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000b�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014\u0000\u0000\u0000xl/sharedStrings.xml��[o�0\u0014���)��'�\u0005'�B�^4��iU��(\u0010S��\u0013b��}�9�k��\u000e<!|~��?�V����\u0016\u001cY#ʊ�<\u0014@\u000f0����?ͼ_�_��w�~I��`U\u001d��y\u0014�\u001e8�r`��$\u001ey@��b�m���a(V\u001b��EPՌ+˺jv�T��P�\r�\u000b�aL�!�0\nwyɽ4\u0011e������\u001a�s�\u0016L�\u0007VW�LB�&ak����?O���\f��o���P'΂I�:��\u001e��9������\u0003[�F���ﲐ�)�0�}�v�sζ��f=[+�T����<գ`͑y)\u0000�@V�\u0006�\u000b�\u0016�6�\u0014�yƛ��cK�8�Vt�:'�.j�l3��W�&[Zl\bam�ی\u0004j���2 ;bg\u0006g�>�\nR\u001c�e����P0�T\u0006����I��1ˋ�������Z]�U8\u0015?H���|�DK���D&\u0012яY[�\u0010�F\f�ө\u0004��\"\b\u0018\u0010�\u0017@���r�n\u0013�\b�к(7�S`).���N��\n�����\u0018$\"l!P\u0010G�^4\u001a��0�\u0015\"����\"C\u0014οY\u001e��X�n]�%\u0003\u000eF����&?\u0014��VξT��/�C�e+�P\u000e�\u0019�a��!\u001b�z%\u00014����\u0004�����$j\u001fM�%\u00015��w�m�xvR�t�Q�鰧u4]$�WՅ�ĭ�O��\u001di�U[����غ#d��o�V�Tk稒\u0006ȩ�\u000e���4�\u0019\u001d��BYE�D�Z\u0010�\u000br\u000e=\t\u0015��x\b�\u00156~�tc�J��\u0007U~�p\u0003�瘕u֎��XM�\u0014\u0007�E���h����e��.���\r\n՗f�\u000fPK\u0007\b\u000e����\u0002\u0000\u0000�\n\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000b�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0000\u0000xl/styles.xml�ZKs�0\u0010��W0�\u001b\fNb��ɤ�q��3�� ۚ\n�\u0011rj��W\u000f\u0013 1\u0006d�@/A��~����ؿ���z�,E��l�jd[��4Bd5�=ϿN������\u001d�Ok\b�%\fH:�ל'�\u001c'\r�0\u0006�\u0015M \u0011�YR\u0016\u0003.�l�\t� J�Q�\u001do4�ub��\u001d�d\u0013�c�Z!�\u0010>�G�\u0013�KJr���Z\u0012���\u0002�\u0014])��b�,D\"���̞J\u0019\u00011�Z�\u0000�\u0005C\n\u0010�\b�ؓ\u0002Eu�\u0017#B�\u0014:ڋ���<0\u0004�2�܏\u000f��n�p�u8�@���n*r��C�b\u0012�V�F��Et�����\u0004\u0003�ٝh��\u0013ڻ���\u000e�-M�CN�S�\u001f^4���q\fS}R��0�׸gkI�'�s��\\t�}�y���M(��(�\u001a�\b�??\u0018�5�P�Bk�X\u000e�Z%�)�5EL)FQ���$��I\u001aCV��n;'i\u000eY��q��4��$y�=�jH�\u0011KvAY$��lю'v&\u000b|\f�\\�3�Z�/���\u0001(�4\u0016�\b�\u0015%\u0000K\u000f�E��R5��+֢&h��|ug)(�\u0015L'��E�2�\u0011��͵�\u001e�X�Q6�4Ɍ��&�d<�\rG� ~C�ӆ�4��c���Sm;YXG��/�#�\u001d�*{8b]O�\u0000���\\���*n)���3�*\u000b�|\u0012�*h��\u001f�U\u0018Ru8��O�s\u001cm]9j�r�������c?\u000b�3��A��\u0018M��\n�s�\u0016s�\u0010�|\b1~�z���\u0015\\������q?#�\u0012gɫz�\u0014W�}S���/�i�\u0002�wg�km�o\u000e���zk\u000b$\t�ͩd��!��\u0001�\u0015��4�A&�֔�Wa �.B!��ip��&����]N�Hdښ�^M��\u0004�\u0015d7d�Q���wo�¢�/\u0003�3�fN��\u0019�ጋ�\\׆s�x�L�@��T��tH�?N�C�h���\u0014�<w\u0006K^\u001d����w�\u000f�/�8]\u0003b�����\u0005��r�\r�I��%���J�<�7�%:\u0019\n�rF�\u000b���m-��\r�\u0000r��>�\u0006\\2��^u?�n\u0007uA\u0019����\u0018\u0007���e>\u0002�\u0007�~ʌ�r\u0004\u0006\u0012��?�e\u001dՉ�3R����ޜ��y�?PK\u0007\b�y��\u0003\u0000\u0000�'\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000b�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000f\u0000\u0000\u0000xl/workbook.xml���j�0\u0010D��\n�wG����X�%\u0014r+4�]�ֱ�%\u0019IM���\u001dܺ�BOð��z�izrF\u001f��\u001c�\u0015\u0003�V:�����9{�MsW_�?\u001d�;�\u0014��C\u0017�PQ\u001ad�F��\u001bЦK�\u00111Y�a�(T�\u0010��i��\u00035B[�6T�?\u001d�m�ĭ�\u001f\u0006m��x�ELcC��\u0000���\u0017O���?�5�V�\u0001�6�xy�x\t?��\u0012!�>�^\u001c8�1G\u0017�i��\n�\u001c^u���l�\"ˁ�J+\u000e~�J Sp�l>V������\u0002+na�M�~����y-��k�\u0000PK\u0007\b�fQ�\u0000\u0000\u0000�\u0001\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000b�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001a\u0000\u0000\u0000xl/_rels/workbook.xml.rels���n�0\u0010@ź�q\u0012�\nU\u0018\u0016��J�\u0007X�%�Hl�w���u;�D\"\u0012\u0003�t�N~�-�X}\f�x�D]�\n��\u0004��\u0004��V��~�0\u0007A���}��\u0007X-\u0017;�5�\u001f�H\"#<)p��EJ2\u000e\u0007ME���\tiМ���Q��nQ�e�,�%\u0003�L��\n��V �:��\n����S.�\"���\u001c�\u0016mh���:�〞���\b\u000e�zL}\u0011��\u001e�_�M���~���\u000e�\u0010��<���%?�������c��cf\u001a#Gw��\u0004PK\u0007\b��r��\u0000\u0000\u0000M\u0003\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000b�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet1.xml��_o�F\u0014���),?�-1��\u0014X�R�����M�}v` �\u0002F�$����6��{�ť/�=\u001c�=���If���f\u001d���ʋ�$N�\u0007q��b�oW���wW�����kQ~���\u000fQ��V��)��m�T�'�ɪ�b��'ˢ�d�>-WI�+}�h/ڬ\u00135\u0018�d���x:n����x����\u000f_w�e�=��>�T_��.\u0010�g\u001f'�qrT/��6>��/'�Gu;si#i\u0015����\u001cG��Ǣ�֜�����7\u000b��_�y��C��z*^)���|���l]��q���?\u000f�u\u001e&�\u0019�*d�ׂ���o뮊�g�\f3�^�VFq��C�����&�c\u0011B�i>o��%\u001b�;����{��M��\u0001��g���:|)^���v���V���XW��h�7�0�6����k�\bO�X�k}c�N����sU\u0017�{��~\b\u001e}\u0015���6�Ǿԡ/u�+M����K;҇����(��vH~�B6\u001d��kT�Κ�P�X\u001czz\u001b����C#�X�vL�\u000f���e:\u0018'/M�\u0007ŧ7Erh�u\u001a��ڱ�>�\u001c�)���U�dJJ�)�%;\r'%����_�:5\u0015�y�\u001c�v[N�:aU�U5�꠪�:\u0014V\u001d�\u001d�NQC��*f�pGŉ���Tz�1\u001b�\u001d\u000e;\u001d\u000e�)T����\"�%'�n��n��\rq�\n��F�*\u001d\bm5BR5�o%���\u000e\u0012��Tj-Ek��e4`-�[SRk\n�ї�р5%����4Z�I�h���[3Rk\u0006�Ѽ`4`�ȭY�5��,��\u001a�f�֜ԚCk�ZC\rXsrkC��!Z�Y�h��PnM\n�\u00143>\u001dQk�9��A�JI�bЧ�\u0005�\u0006��i��4P��\n�h�i��4PR\u001a(LzEi�i\u0014���#:5'�¬W4t\u0019\r���\u0007J�\u0003�Y�h�2\u001a�&灒�@a�+\u001a��\u0006n)\u0003��[*%�´W4v\u0019\r���\bJJ\u0004�i�h�2\u001a�&'��\u0012Aa�+\u001a��\u0006�ɉ��DP����.����AB��&e�¼�\u0010�癠�L�R&h�{\r���L�r&h)\u00134潦�pF\u0003��+\u0004-%�ƴה\b�\u0006�ɉ��DИ��\u0012�р59\u0011��\b\u001a�^S\"0\u001a�&_!h)\u000f4f��<`4`M�\u0003-�Ƭה\u0007�\u0006�1@�}�DИ���.�\u0001s\f\u0012z�I��1�\r�]N�Rs\f\u0013:�SsR&h�{\u0003��h45�@�#:1g�T0����\b��w�ȩ`�T0����\b�\u0001Л\u000bV\nF�\u0005��oh�p�!5ǀ�#:5'%���7t��i�\u001c��^sR6\u0018�}C����\u00015���#:5'����t��i��c�`��9)\u001f\ff��s\u0011F\u0003�|�`�t0��\u0016b�YS��1t�}W�t0��\u0016���8j�����'����`�[\n}N\u0003w������VJ\u0007��o��h\u001c}W-�\u0007��Z)\u001f,f���*��g�^�\u0007+���w�����\u0006+_7X)\u001d,&��1�hp�\u0018:􎛔\u000e\u0016��� a4h%Y)\u001d,&��A�h`\u000el\u0019:�́��\u000e\u0016���\u0019\t��i�e��7ʹR>X�~GS��\u0000�-Ç>�[)\u001f,f���%F\u0003|�\u0017��J�`1�\u001dD��\u000f�\u0002>8)\u001f\u001cf����\u0018\r��\u001cÇ�u����a�\u000f)\u001f\u0018\r��1|\u0000x%��4\u001b_�|�������64�\":��;���)�]��4�nog�kw���Ə����`�g�*�V�~��$\u001e\\7;��E\u0011|ٜ5����x���Ъ��\u000fg{\u001c���ں�������X,\u000e�?f��O��<��*�j~���m���C�����X��\u0018'�׎��^�����PK\u0007\b�\u001c��\u0010\u0006\u0000\u0000R'\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000b�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet2.xml��QS�6\u0014���+<~�\u001b8�t\u0015�Ivvӡ�̶�,���\u0010\u0005<��\u0019������\u0013�s����\u0017p�c�\u0013�>�\u0004�|��^Eϡ��b3���Q\u001c��}��7\u000f����g\u0017��\u000f����V=�PG�~SM�Ǻ�^%Iu�\u0018�Yu^læ9�,�uV7\u001fˇ�ږ![t\u0017�W�\u0019�|���M<�tm7�l��\u001e�m��no�({������oM��|\nq2�$\u0007�\"_�M�3*�r\u001a4Ws���N�W\u001e^��q�Z�+�o��\u0016Ӹ�f�c��K�/>�ДXf�*ĭ�M���ݮ�z\u001a��!��\u000e��,�\r�8���簬�a�j�^�Qv_��ᦹn\u001a�\u0015u]��󝗰\n����V8�\u001c���_m_w�׌�\",��U��x�5�\u000f����\u001a[M\u0007�Ū�~F뼽_q�ξw�_�E�8��9���lj(���߻3݀Fw������:���̾/s�+Mϭ���vd�\u001d���Q���ݐ����lR\u0016/Q�9k�´c���u|�k\u001b\u000f��c���1iNTM��l4I�ێ��O��d�0�5$M�CI�/9:Q�vכ^ɱa5_%��������I��}�(�y�\u001c��[��zeU�U-�ꡪ\u001f�:VV\u001dw\u001d�^QǊ���\u0015sT�������Tz�9��:\u001c�o:3��\u000bfj�Heɑ�K��K�y�\\����T�JGJ[��UM�k)h���De-�ZK�Zʭ�\u0006��zkFk͠5��\u000b\u001a�f�֚֬Ek<\t\u0004\rX�zkNk͡5�\u0017�\u0006�9�5�Z#�F�\u001aj�\u001a�y�5��<��\u001a�����Zkc�ƳVЀ��ޚ\u0016\u0002)f|z����@�\u0007A�%A�A�r\u0016\b\u001a�������`�\u001b��������hi`0�\r���1ܛ����؜�\u0007\u0006����\u001540nz\u001e\u0018-\u000f\ff��+h���\u0007F�\u0003�Yox�J\u001a��\u0002\u0010\u0006o��\b\u0006����\u001540nz\"\u0018-\u0011\f���+h���\bFK\u0004�iox�\n\u001a��'��\u0012�`�\u001b\u001e��\u0006�6\u0001\t�O��\t\u0006��B�f��3�j�`1�-\u000f^AíY=\u0013��\t\u0016������\n��W\bVK\u0004�io9\u0011\u0004\rX�\u0013�j�`1�-'��\u0001kz\"X-\u0011,���D\u00104`M�B�Z\u001eX�z�y h���\u0007V�\u0003�Yo9\u000f$\rx\u0013�`��i�`1�-�]I\u0003�\u0004$\f��2�b�;\u001e��&��\u0004&�D��L���\u000e�M�XnN�BOtd�i��0�\u001d\u000f\u0011A���S�i��0�\u001d\u000f\u0011A\u0003�w�X)8-\u0017\u001cf��1\"i�ܜ\u0000���؜�\f\u000eS��ٛ�\u0001s\u0002\u001a\u0006�i��0�\u001d\u000f\u0012AC#nN�COtlNK\u0007��O|�$i��\u0013�@CϜ�\u000f\u000e���\\D����_/8-\u001d\u001c&?A�\bk\n\u00187�\u000e�殺\u000e\u000e�� H\u0004���\u0004:��?9��\u000e\u000e��8�%\r�U�\u000e4p[IK\u0007��'��\n\u001a��U\u0012��\u0007�U��0�=W\u0005\r<s�\u000e>��\u000f����߇��\r�_7��\u000e���y�\b\u001a\u001c7�\u000e�㦥\u0003a�{\u001e$�\u0006ͽ�oI��\u0003a�{\u001e$�\u0006��$�ah\u000eLZ:\u0010&��3\u0012A\u0003�L\u0012�04�$-\u001f\b���\u00134\u0000}\u0012�0\u0004}��0�=�.\t\u001a�\u0003��\u000f��\u0003a�{�`\u0005\u001f�\u001d|�Z>x��1_w\t\u001aXwy�\u000fC�.����\u001fs>\b\u001a��\u0017�\u0000�Jz�i֡|\b�n�*�/�6u�+������ۜ�����J�t5'��_�w\u001b?���~���\u000f���v{�����\"�,�:����\u0017![\u001c>�²�TqT;����ڦ��뮏٤X,��?f��O�ۼ\u000e�Yz���gi����u\u0016u�7Q��\u001d�1Iޮ�$ǽ&��p��\u0000PK\u0007\b/6\u000b�\t\u0006\u0000\u0000@'\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000b�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet3.xml��QS�6\u0014���+<~�\u001b8�t\u0015�Ivvӡ�̶�,���\u0010\u0005<��\u0019������\u0013�s����\u0017p�c�\u0013�>�\u0004�|��^Eϡ��b3���Q\u001c��}��7\u000f����g\u0017��\u000f����V=�PG�~SM�Ǻ�^%Iu�\u0018�Yu^læ9�,�uV7\u001fˇ�ږ![t\u0017�W�\u0019�|���M<�tm7�l��\u001e�m��no�({������oM��|\nq2�$\u0007�\"_�M�3*�r\u001a4Ws���N�W\u001e^��q�Z�+�o��\u0016Ӹ�f�c��K�/>�ДXf�*ĭ�M���ݮ�z\u001a��!��\u000e��,�\r�8���簬�a�j�^�Qv_��ᦹn\u001a�\u0015u]��󝗰\n����V8�\u001c���_m_w�׌�\",��U��x�5�\u000f����\u001a[M\u0007�Ū�~F뼽_q�ξw�_�E�8��9���lj(���߻3݀Fw������:���̾/s�+Mϭ���vd�\u001d���Q���ݐ����lR\u0016/Q�9k�´c���u|�k\u001b\u000f��c���1iNTM��l4I�ێ��O��d�0�5$M�CI�/9:Q�vכ^ɱe5_%��������I��}��a5\u000f�C�~�QU���*��\u001e����ce�qׁ�\u0015u�(*�X1G�?(�L]�L�������q��3S��`�v�T�\u001c��T������\u0015*��K��t���\nYՔ����;�KT�R��\u0014���\u001aj�Z��f��\fZ�/��\u0001kFo�j�Y�Ɠ@Ѐ5����\u001cZ�y!h���[#�5Bkĭ�\u0006��ޚ�Z�h�sk�\u0001k^om��6Fk<k\u0005\rX\u001b�i!�bƧ\u0017��i\u000e�z\u0010�Z\u0012�\u0018�)g��\u0001kz\u001a\u0018-\r\f&��I�i\u001a\u0018=\r��\u0006\u0006��p\u001aH\u001aý\t8艎�iy`0�\r\u000f]A\u0003�����`�\u001b\u001e��\u0006��y`�<0�������[*\u0000a�j�`0�\r�]A\u0003�'��\u0012�`�\u001b\u001e��\u0006��`�D0���Ǯ�\u0001kz\"\u0018-\u0011\f���+i�i\u0013�0��i�`0�-\u0004�i&\u0018=\u0013��\t\u0016����\u00154ܚ�3�j�`1�-��\u000b\u001a��_!X-\u0011,���?=�&��\u0013�j�`1�-'��\u0001kz\"X-\u0011,���D\u00104`M�B�Z\u001eX�z�y h���\u0007V�\u0003�Yo9\u000f$\rx\u0013�`��i�`1�-�]I\u0003�\u0004$\f��2�b�;\u001e��&��\u0004&�D��L���\u000e�M�XnN�BOtd�i��0�\u001d\u000f\u0011A���S�i��0�\u001d\u000f\u0011A\u0003�w�X)8-\u0017\u001cf��1\"i�ܜ\u0000���؜�\f\u000eS��ٛ�\u0001s\u0002\u001a\u0006�i��0�\u001d\u000f\u0012AC#nN�COtlNK\u0007��O|�$i��\u0013�@CϜ�\u000f\u000e���\\D����_/8-\u001d\u001c&?A�\bk\n\u00187�\u000e�殺\u000e\u000e�� H\u0004���\u0004:��?9��\u000e\u000e��8�%\r�U�\u000e4p[IK\u0007��'��\n\u001a��U\u0012��\u0007�U��0�=W\u0005\r<s�\u000e>��\u000f����߇��\r�_7��\u000e���y�\b\u001a\u001c7�\u000e�㦥\u0003a�{\u001e$�\u0006ͽ�oI��\u0003a�{\u001e$�\u0006��$�ah\u000eLZ:\u0010&��3\u0012A\u0003�L\u0012�04�$-\u001f\b���\u00134\u0000}\u0012�0\u0004}��0�=�.\t\u001a�\u0003��\u000f��\u0003a�{�`\u0005\u001f�\u001d|�Z>x��1_w\t\u001aXwy�\u000fC�.����\u001fs>\b\u001a��\u0017�\u0000�Jz�i֡|\b�n�*�/�6u�+������ۜ�����J�t5'��_�w\u001b?���~���\u000f���v{�����\"�,�:����\u0017![\u001c>�²�TqT;����ڦ��뮏٤X,��?f��O�ۼ\u000e�,=k۳�k���:��Û�X���$o�N��^��n��PK\u0007\be��2\t\u0006\u0000\u0000@'\u0000\u0000PK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000b�X���D\u0001\u0000\u0000,\u0005\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000b�X��z��\u0000\u0000\u0000I\u0002\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0000\u0000_rels/.relsPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000b�X�|wؑ\u0000\u0000\u0000�\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0002\u0000\u0000docProps/app.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000b�X��&�\u0006\u0001\u0000\u0000�\u0001\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000p\u0003\u0000\u0000docProps/core.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000b�X\u000e����\u0002\u0000\u0000�\n\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0004\u0000\u0000xl/sharedStrings.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000b�X�y��\u0003\u0000\u0000�'\u0000\u0000\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0007\u0000\u0000xl/styles.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000b�X�fQ�\u0000\u0000\u0000�\u0001\u0000\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000^\u000b\u0000\u0000xl/workbook.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000b�X��r��\u0000\u0000\u0000M\u0003\u0000\u0000\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\f\u0000\u0000xl/_rels/workbook.xml.relsPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000b�X�\u001c��\u0010\u0006\u0000\u0000R'\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\r\u0000\u0000xl/worksheets/sheet1.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000b�X/6\u000b�\t\u0006\u0000\u0000@'\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0011\u0014\u0000\u0000xl/worksheets/sheet2.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000b�Xe��2\t\u0006\u0000\u0000@'\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000`\u001a\u0000\u0000xl/worksheets/sheet3.xmlPK\u0005\u0006\u0000\u0000\u0000\u0000\u000b\u0000\u000b\u0000�\u0002\u0000\u0000� \u0000\u0000\u0000\u0000"}],"_postman_id":"5cd87de7-62e6-4dd3-9588-83edf7f31c92"},{"name":"Network Optimization","id":"4cd26b62-6c73-4095-9b4a-f75b5a553fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=NETWORK_OPTIMIZATION","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","l0"],"host":["{{server}}"],"query":[{"key":"reportType","value":"NETWORK_OPTIMIZATION"}],"variable":[]}},"response":[{"id":"09371b2d-237d-407a-b46d-1cdfd6df4d72","name":"Network Optimization","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=NETWORK_OPTIMIZATION","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","l0"],"query":[{"key":"reportType","value":"NETWORK_OPTIMIZATION"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=NetworkOptimization_Report_20240405013456.xls"},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/vnd.ms-excel;charset=UTF-8"},{"key":"Content-Length","value":"19456"},{"key":"Date","value":"Fri, 05 Apr 2024 05:34:56 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"��\u0011ࡱ\u001a�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000;\u0000\u0003\u0000��\t\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000����\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������R\u0000o\u0000o\u0000t\u0000 \u0000E\u0000n\u0000t\u0000r\u0000y\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016\u0000\u0005\u0001��������\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000W\u0000o\u0000r\u0000k\u0000b\u0000o\u0000o\u0000k\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0002\u0001������������\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000�D\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��������\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001f\u0000\u0000\u0000 \u0000\u0000\u0000!\u0000\u0000\u0000\"\u0000\u0000\u0000#\u0000\u0000\u0000$\u0000\u0000\u0000��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������\t\b\u0010\u0000\u0000\u0006\u0005\u0000�\u0010�\u0007A\u0000\u0000\u0000\u0006\u0000\u0000\u0000�\u0000\u0002\u0000�\u0004�\u0000\u0002\u0000\u0000\u0000�\u0000\u0000\u0000\\\u0000p\u0000\u0003\u0000\u0000wsp                                                                                                          B\u0000\u0002\u0000�\u0004a\u0001\u0002\u0000\u0000\u0000=\u0001\u0004\u0000\u0000\u0000\u0001\u0000�\u0000\u0002\u0000\u000e\u0000\u0019\u0000\u0002\u0000\u0000\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0013\u0000\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000=\u0000\u0012\u0000h\u0001\u000e\u0001\\:�#8\u0000\u0000\u0000\u0000\u0000\u0001\u0000X\u0002@\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000\"\u0000\u0002\u0000\u0000\u0000\u000e\u0000\u0002\u0000\u0001\u0000�\u0001\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u00001\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial\u001e\u0004\u001a\u0000\u0005\u0000\u0015\u0000\u0000\"$\"#,##0_);(\"$\"#,##0)\u001e\u0004\u001f\u0000\u0006\u0000\u001a\u0000\u0000\"$\"#,##0_);[Red](\"$\"#,##0)\u001e\u0004 \u0000\u0007\u0000\u001b\u0000\u0000\"$\"#,##0.00_);(\"$\"#,##0.00)\u001e\u0004%\u0000\b\u0000 \u0000\u0000\"$\"#,##0.00_);[Red](\"$\"#,##0.00)\u001e\u00045\u0000*\u00000\u0000\u0000_(\"$\"* #,##0_);_(\"$\"* (#,##0);_(\"$\"* \"-\"_);_(@_)\u001e\u0004,\u0000)\u0000'\u0000\u0000_(* #,##0_);_(* (#,##0);_(* \"-\"_);_(@_)\u001e\u0004=\u0000,\u00008\u0000\u0000_(\"$\"* #,##0.00_);_(\"$\"* (#,##0.00);_(\"$\"* \"-\"??_);_(@_)\u001e\u00044\u0000+\u0000/\u0000\u0000_(* #,##0.00_);_(* (#,##0.00);_(* \"-\"??_);_(@_)�\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000+\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000)\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000,\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000*\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\t\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0005\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0006\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\r\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\r\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\f\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u000b\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u000f\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0010\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0017\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0017\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0016\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0015\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0002\u0004\u0000\u0010�\u0003��\u0002\u0004\u0000\u0011�\u0006��\u0002\u0004\u0000\u0012�\u0004��\u0002\u0004\u0000\u0013�\u0007��\u0002\u0004\u0000\u0000�\u0000��\u0002\u0004\u0000\u0014�\u0005�`\u0001\u0002\u0000\u0000\u0000�\u0000\u0014\u0000\r\u0011\u0000\u0000\u0000\u0000\f\u0000Optimization�\u0000\u001b\u0000�%\u0000\u0000\u0000\u0000\u0013\u0000EOL Margin Analysis�\u0000\u0004\u0000\u0001\u0000\u0001\u0000�\u0001\u0004\u0000\u0001\u0000\u0001\u0004\u0017\u0000\u000e\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000�\u0000�\u0004�\u0001\u0000\u00007\u0000\u0000\u0000\u001b\u0000\u0000Network Optimization Report\u001d\u0000\u0000Network: sandhya_planner-2024\u0005\u0000\u0000Trail\u0010\u0000\u0000Channel\nAssigned\u0004\u0000\u0000Band\u0018\u0000\u0000Disjoint/Dependent Trail\f\u0000\u0000Current\nRate\u0014\u0000\u0000Current\nMode/Profile\u0014\u0000\u0000Current\nSignal\nWidth\u0013\u0000\u0000Current End of Life\u0010\u0000\u0000OSNR\nMargin (dB)\f\u0000\u0000Q Limit (dB)\u0006\u0000\u0000Q (dB)\r\u0000\u0000Q Margin (dB)\b\u0000\u0000New\nRate\u0010\u0000\u0000New\nMode/Profile\u0010\u0000\u0000New\nSignal\nWidth\u000f\u0000\u0000New End of Life\u0011\u0000\u0000Benefit and Notes\u0006\u0000\u0000Trail1\b\u0000\u00009355.000\u0001\u0000\u0000C\u0003\u0000\u0000N/A\u0004\u0000\u0000400G\u001c\u0000\u000029. 400G@85.82Gbaud - 16SQAM\t\u0000\u0000100.0 GHz\u0004\u0000\u0000600G\u001b\u0000\u000026. 600G@90.22Gbaud - 16QAM\t\u0000\u0000112.5 GHz/\u0000\u0000Line rate increases but signal width increases.\u0000\u0000\u0000\u0004\u0000\u0000500G\u001c\u0000\u000032. 500G@87.36Gbaud - 16SQAM%\u0000\u000032. 500G@87.36Gbaud - 16SQAM (100GHz)\u0014\u0000\u0000Line rate increases.\u001c\u0000\u000034. 500G@87.16Gbaud - 16SQAM%\u0000\u000034. 500G@87.16Gbaud - 16SQAM (100GHz)\u0006\u0000\u0000Trail2\u0006\u0000\u0000Trail3\u001a\u0000\u0000EOL Margin Analysis Report\u0007\u0000\u0000Caution\u001c\u0000\u000027. 400G@86.04Gbaud - 16SQAM'\u0000\u000027. 400G@86.04Gbaud - 16SQAM (112.5GHz)\u0017\u0000\u0000Signal width increases.\u0004\u0000\u0000300G\u001c\u0000\u000028. 300G@86.36Gbaud - 16SQAM\u0014\u0000\u0000Line rate decreases.'\u0000\u000028. 300G@86.36Gbaud - 16SQAM (112.5GHz)/\u0000\u0000Line rate decreases and signal width increases.'\u0000\u000029. 400G@85.82Gbaud - 16SQAM (112.5GHz)\u001c\u0000\u000033. 300G@84.23Gbaud - 16SQAM'\u0000\u000033. 300G@84.23Gbaud - 16SQAM (112.5GHz)\u0004\u0000\u0000200G\u001a\u0000\u000043. 200G@86.76Gbaud - QPSK%\u0000\u000043. 200G@86.76Gbaud - QPSK (112.5GHz)�\u0000:\u0000\b\u0000\u0015\f\u0000\u0000\f\u0000\u0000\u0000�\f\u0000\u0000�\u0000\u0000\u0000<\r\u0000\u00003\u0001\u0000\u0000�\r\u0000\u0000�\u0001\u0000\u00002\u000e\u0000\u0000)\u0002\u0000\u0000\u0006\u000f\u0000\u0000�\u0002\u0000\u0000�\u000f\u0000\u0000�\u0003\u0000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0000\u0000\u0000\u0000e#\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\"\u0000\u001f\u0000\u0000&COptimization&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u001a\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\u001a\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000(#\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\n\u0000T\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000l\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�%\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u0011\u0000T\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000�'\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0010\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0011\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0012\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0013\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0014\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000\u0016\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000\u0018\u0000\u0002\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000\u0018\u0000\u0003\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000\u0018\u0000\u0004\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000\u0018\u0000\u0005\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000\u0018\u0000\u0006\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000\u0018\u0000\u0007\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000\u0018\u0000\b\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000\u0018\u0000\t\u0000\u0000\u0000�\u0000\f\u0000\u0003\u0000\b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\n\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000\u0018\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000\u0018\u0000\u000f\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000\u0018\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000\u0018\u0000\u0011\u0000\u0000\u0000�\u0000\f\u0000\u0003\u0000\u000f\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0011\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000\u0018\u0000\u0012\u0000\u0000\u0000�\u0000\u0014\u0000\u0004\u0000\u0000\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0006\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000\u0018\u0000\n\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000\u0018\u0000\u000b\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u0000\u0018\u0000\f\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\n\u0000\u0018\u0000\r\u0000\u0000\u0000�\u0000\f\u0000\u0004\u0000\u000b\u0000\u0018\u0000\u0018\u0000\u0018\u0000\r\u0000�\u0000\n\u0000\u0004\u0000\u000e\u0000\u0018\u0000\n\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000f\u0000\u0018\u0000\u000b\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0010\u0000\u0018\u0000\f\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0011\u0000\u0018\u0000\r\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0012\u0000\u0018\u0000�\u0000,\u0000\u0005\u0000\u0000\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0012\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000\u001d\u0000\u0013\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000\u001b\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0002\u0000\u001b\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0003\u0000\u001d\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0004\u0000\u001d\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0005\u0000\u001d\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0006\u0000\u001d\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u0007\u0000\u001d\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\u0006\u0000\b\u0000\u001d\u0000������\u0016@\u0003\u0002\u000e\u0000\u0006\u0000\t\u0000\u001d\u0000H�z\u0014�G\"@\u0003\u0002\u000e\u0000\u0006\u0000\n\u0000\u001d\u0000��Q�\u001e�\u000b@�\u0000\n\u0000\u0006\u0000\u000b\u0000\u001d\u0000\u001a\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\f\u0000\u001d\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\r\u0000\u001d\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u000e\u0000\u001d\u0000\nףp=\n�?\u0003\u0002\u000e\u0000\u0006\u0000\u000f\u0000\u001d\u0000333333\u0017@\u0003\u0002\u000e\u0000\u0006\u0000\u0010\u0000\u001d\u0000��Q�\u001e\u0005\u0018@\u0003\u0002\u000e\u0000\u0006\u0000\u0011\u0000\u001d\u0000@\nףp=�?�\u0000\n\u0000\u0006\u0000\u0012\u0000\u001c\u0000\u001d\u0000\u0000\u0000�\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\u0007\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\f\u0000\u001d\u0000 \u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\r\u0000\u001d\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000\u000e\u0000\u001d\u0000�\u001e��Q�\u0006@\u0003\u0002\u000e\u0000\u0007\u0000\u000f\u0000\u001d\u0000333333\u0017@\u0003\u0002\u000e\u0000\u0007\u0000\u0010\u0000\u001d\u0000u�\u0018\u0004V�\u001d@\u0003\u0002\u000e\u0000\u0007\u0000\u0011\u0000\u001d\u0000\b��C�l�?�\u0000\n\u0000\u0007\u0000\u0012\u0000\u001c\u0000\u001d\u0000\u0000\u0000�\u0000\u0014\u0000\b\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\b\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\f\u0000\u001d\u0000!\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\r\u0000\u001d\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u000e\u0000\u001d\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004@\u0003\u0002\u000e\u0000\b\u0000\u000f\u0000\u001d\u0000333333\u0017@\u0003\u0002\u000e\u0000\b\u0000\u0010\u0000\u001d\u0000L7�A`�\u001c@\u0003\u0002\u000e\u0000\b\u0000\u0011\u0000\u001d\u0000d\u0010X9���?�\u0000\n\u0000\b\u0000\u0012\u0000\u001c\u0000\"\u0000\u0000\u0000�\u0000\u0014\u0000\t\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\t\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\f\u0000\u001d\u0000#\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\r\u0000\u001d\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000\u000e\u0000\u001d\u0000�\u001e��Q�\n@\u0003\u0002\u000e\u0000\t\u0000\u000f\u0000\u001d\u0000������\u0016@\u0003\u0002\u000e\u0000\t\u0000\u0010\u0000\u001d\u0000�G�z\u0014.\u001e@\u0003\u0002\u000e\u0000\t\u0000\u0011\u0000\u001d\u0000��Q�\u001e��?�\u0000\n\u0000\t\u0000\u0012\u0000\u001c\u0000\u001d\u0000\u0000\u0000�\u0000\u0014\u0000\n\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\n\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\f\u0000\u001d\u0000$\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\r\u0000\u001d\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u000e\u0000\u001d\u0000\u0014�G�z\u0014\b@\u0003\u0002\u000e\u0000\n\u0000\u000f\u0000\u001d\u0000������\u0016@\u0003\u0002\u000e\u0000\n\u0000\u0010\u0000\u001d\u0000u�\u0018\u0004V�\u001d@\u0003\u0002\u000e\u0000\n\u0000\u0011\u0000\u001d\u0000�\u001a/�$\u0006�?�\u0000\n\u0000\n\u0000\u0012\u0000\u001c\u0000\"\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000\u001d\u0000%\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0001\u0000\u001b\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0002\u0000\u001b\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0003\u0000\u001d\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0004\u0000\u001d\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0005\u0000\u001d\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0006\u0000\u001d\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000\u0007\u0000\u001d\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\u000b\u0000\b\u0000\u001d\u0000������\u0016@\u0003\u0002\u000e\u0000\u000b\u0000\t\u0000\u001d\u0000H�z\u0014�G\"@\u0003\u0002\u000e\u0000\u000b\u0000\n\u0000\u001d\u0000��Q�\u001e�\u000b@�\u0000\n\u0000\u000b\u0000\u000b\u0000\u001d\u0000\u001a\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\f\u0000\u001d\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\r\u0000\u001d\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000\u000e\u0000\u001d\u0000\nףp=\n�?\u0003\u0002\u000e\u0000\u000b\u0000\u000f\u0000\u001d\u0000333333\u0017@\u0003\u0002\u000e\u0000\u000b\u0000\u0010\u0000\u001d\u0000��Q�\u001e\u0005\u0018@\u0003\u0002\u000e\u0000\u000b\u0000\u0011\u0000\u001d\u0000@\nףp=�?�\u0000\n\u0000\u000b\u0000\u0012\u0000\u001c\u0000\u001d\u0000\u0000\u0000�\u0000\u0014\u0000\f\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\f\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\f\u0000\u001d\u0000 \u0000\u0000\u0000�\u0000\n\u0000\f\u0000\r\u0000\u001d\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u000e\u0000\u001d\u0000�\u001e��Q�\u0006@\u0003\u0002\u000e\u0000\f\u0000\u000f\u0000\u001d\u0000333333\u0017@\u0003\u0002\u000e\u0000\f\u0000\u0010\u0000\u001d\u0000u�\u0018\u0004V�\u001d@\u0003\u0002\u000e\u0000\f\u0000\u0011\u0000\u001d\u0000\b��C�l�?�\u0000\n\u0000\f\u0000\u0012\u0000\u001c\u0000\u001d\u0000\u0000\u0000�\u0000\u0014\u0000\r\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\r\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\f\u0000\u001d\u0000!\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\r\u0000\u001d\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000\u000e\u0000\u001d\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004@\u0003\u0002\u000e\u0000\r\u0000\u000f\u0000\u001d\u0000333333\u0017@\u0003\u0002\u000e\u0000\r\u0000\u0010\u0000\u001d\u0000L7�A`�\u001c@\u0003\u0002\u000e\u0000\r\u0000\u0011\u0000\u001d\u0000d\u0010X9���?�\u0000\n\u0000\r\u0000\u0012\u0000\u001c\u0000\"\u0000\u0000\u0000�\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\u000e\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\f\u0000\u001d\u0000#\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\r\u0000\u001d\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u000e\u0000\u001d\u0000�\u001e��Q�\n@\u0003\u0002\u000e\u0000\u000e\u0000\u000f\u0000\u001d\u0000������\u0016@\u0003\u0002\u000e\u0000\u000e\u0000\u0010\u0000\u001d\u0000�G�z\u0014.\u001e@\u0003\u0002\u000e\u0000\u000e\u0000\u0011\u0000\u001d\u0000��Q�\u001e��?�\u0000\n\u0000\u000e\u0000\u0012\u0000\u001c\u0000\u001d\u0000\u0000\u0000�\u0000\u0014\u0000\u000f\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\u000f\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\f\u0000\u001d\u0000$\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\r\u0000\u001d\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000\u000e\u0000\u001d\u0000\u0014�G�z\u0014\b@\u0003\u0002\u000e\u0000\u000f\u0000\u000f\u0000\u001d\u0000������\u0016@\u0003\u0002\u000e\u0000\u000f\u0000\u0010\u0000\u001d\u0000u�\u0018\u0004V�\u001d@\u0003\u0002\u000e\u0000\u000f\u0000\u0011\u0000\u001d\u0000�\u001a/�$\u0006�?�\u0000\n\u0000\u000f\u0000\u0012\u0000\u001c\u0000\"\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0000\u0000\u001d\u0000&\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0001\u0000\u001b\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0002\u0000\u001b\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0003\u0000\u001d\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0004\u0000\u001d\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0005\u0000\u001d\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0006\u0000\u001d\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u0007\u0000\u001d\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\u0010\u0000\b\u0000\u001d\u0000������\u0016@\u0003\u0002\u000e\u0000\u0010\u0000\t\u0000\u001d\u0000H�z\u0014�G\"@\u0003\u0002\u000e\u0000\u0010\u0000\n\u0000\u001d\u0000��Q�\u001e�\u000b@�\u0000\n\u0000\u0010\u0000\u000b\u0000\u001d\u0000\u001a\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\f\u0000\u001d\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\r\u0000\u001d\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u000e\u0000\u001d\u0000\nףp=\n�?\u0003\u0002\u000e\u0000\u0010\u0000\u000f\u0000\u001d\u0000333333\u0017@\u0003\u0002\u000e\u0000\u0010\u0000\u0010\u0000\u001d\u0000��Q�\u001e\u0005\u0018@\u0003\u0002\u000e\u0000\u0010\u0000\u0011\u0000\u001d\u0000@\nףp=�?�\u0000\n\u0000\u0010\u0000\u0012\u0000\u001c\u0000\u001d\u0000\u0000\u0000�\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\u0011\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\f\u0000\u001d\u0000 \u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\r\u0000\u001d\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000\u000e\u0000\u001d\u0000�\u001e��Q�\u0006@\u0003\u0002\u000e\u0000\u0011\u0000\u000f\u0000\u001d\u0000333333\u0017@\u0003\u0002\u000e\u0000\u0011\u0000\u0010\u0000\u001d\u0000u�\u0018\u0004V�\u001d@\u0003\u0002\u000e\u0000\u0011\u0000\u0011\u0000\u001d\u0000\b��C�l�?�\u0000\n\u0000\u0011\u0000\u0012\u0000\u001c\u0000\u001d\u0000\u0000\u0000�\u0000\u0014\u0000\u0012\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\u0012\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\f\u0000\u001d\u0000!\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\r\u0000\u001d\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\u000e\u0000\u001d\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004@\u0003\u0002\u000e\u0000\u0012\u0000\u000f\u0000\u001d\u0000333333\u0017@\u0003\u0002\u000e\u0000\u0012\u0000\u0010\u0000\u001d\u0000L7�A`�\u001c@\u0003\u0002\u000e\u0000\u0012\u0000\u0011\u0000\u001d\u0000d\u0010X9���?�\u0000\n\u0000\u0012\u0000\u0012\u0000\u001c\u0000\"\u0000\u0000\u0000�\u0000\u0014\u0000\u0013\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\u0013\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\f\u0000\u001d\u0000#\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\r\u0000\u001d\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000\u000e\u0000\u001d\u0000�\u001e��Q�\n@\u0003\u0002\u000e\u0000\u0013\u0000\u000f\u0000\u001d\u0000������\u0016@\u0003\u0002\u000e\u0000\u0013\u0000\u0010\u0000\u001d\u0000�G�z\u0014.\u001e@\u0003\u0002\u000e\u0000\u0013\u0000\u0011\u0000\u001d\u0000��Q�\u001e��?�\u0000\n\u0000\u0013\u0000\u0012\u0000\u001c\u0000\u001d\u0000\u0000\u0000�\u0000\u0014\u0000\u0014\u0000\u0000\u0000\u001d\u0000\u001b\u0000\u001b\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u001d\u0000\u0006\u0000�\u0000\n\u0000\u0014\u0000\u0007\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\b\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\t\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\n\u0000\u001d\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u000b\u0000\u001d\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\f\u0000\u001d\u0000$\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\r\u0000\u001d\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0014\u0000\u000e\u0000\u001d\u0000\u0014�G�z\u0014\b@\u0003\u0002\u000e\u0000\u0014\u0000\u000f\u0000\u001d\u0000������\u0016@\u0003\u0002\u000e\u0000\u0014\u0000\u0010\u0000\u001d\u0000u�\u0018\u0004V�\u001d@\u0003\u0002\u000e\u0000\u0014\u0000\u0011\u0000\u001d\u0000�\u001a/�$\u0006�?�\u0000\n\u0000\u0014\u0000\u0012\u0000\u001c\u0000\"\u0000\u0000\u0000�\u0000,\u0000�\u0010\u0000\u0000|\u0001\u000e\u0000\u000e\u0000�\u0000�\u00000\u0000*\u0001�\u0000�\u0000�\u0000�\u0000*\u0001�\u0000�\u0000�\u0000�\u0000*\u0001�\u0000�\u0000�\u0000>\u0002\u0012\u0000�\u0007\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0006\u0000\u0006\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u00018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0012\u0000\u0003\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0005\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0005\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0005\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0005\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0005\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0003\u0000\u0007\u0000\n\u0000\u0004\u0000\u0005\u0000\u0007\u0000\u0007\u0000\u0004\u0000\u0005\u0000\b\u0000\b\u0000\u0004\u0000\u0005\u0000\t\u0000\t\u0000\u0004\u0000\u0005\u0000\n\u0000\n\u0000\u0003\u0000\u0005\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0005\u0000\f\u0000\f\u0000\u0003\u0000\u0005\u0000\r\u0000\r\u0000\u0003\u0000\u0003\u0000\u000e\u0000\u0011\u0000\u0004\u0000\u0005\u0000\u000e\u0000\u000e\u0000\u0004\u0000\u0005\u0000\u000f\u0000\u000f\u0000\u0004\u0000\u0005\u0000\u0010\u0000\u0010\u0000\u0004\u0000\u0005\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0005\u0000\u0012\u0000\u0012\u0000\u0006\u0000\n\u0000\u0000\u0000\u0000\u0000\u0006\u0000\n\u0000\u0001\u0000\u0001\u0000\u0006\u0000\n\u0000\u0002\u0000\u0002\u0000\u0006\u0000\n\u0000\u0003\u0000\u0003\u0000\u0006\u0000\n\u0000\u0004\u0000\u0004\u0000\u0006\u0000\n\u0000\u0005\u0000\u0005\u0000\u0006\u0000\n\u0000\u0006\u0000\u0006\u0000\u0006\u0000\n\u0000\u0007\u0000\u0007\u0000\u0006\u0000\n\u0000\b\u0000\b\u0000\u0006\u0000\n\u0000\t\u0000\t\u0000\u0006\u0000\n\u0000\n\u0000\n\u0000\u000b\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u000f\u0000\u0001\u0000\u0001\u0000\u000b\u0000\u000f\u0000\u0002\u0000\u0002\u0000\u000b\u0000\u000f\u0000\u0003\u0000\u0003\u0000\u000b\u0000\u000f\u0000\u0004\u0000\u0004\u0000\u000b\u0000\u000f\u0000\u0005\u0000\u0005\u0000\u000b\u0000\u000f\u0000\u0006\u0000\u0006\u0000\u000b\u0000\u000f\u0000\u0007\u0000\u0007\u0000\u000b\u0000\u000f\u0000\b\u0000\b\u0000\u000b\u0000\u000f\u0000\t\u0000\t\u0000\u000b\u0000\u000f\u0000\n\u0000\n\u0000\u0010\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0014\u0000\u0001\u0000\u0001\u0000\u0010\u0000\u0014\u0000\u0002\u0000\u0002\u0000\u0010\u0000\u0014\u0000\u0003\u0000\u0003\u0000\u0010\u0000\u0014\u0000\u0004\u0000\u0004\u0000\u0010\u0000\u0014\u0000\u0005\u0000\u0005\u0000\u0010\u0000\u0014\u0000\u0006\u0000\u0006\u0000\u0010\u0000\u0014\u0000\u0007\u0000\u0007\u0000\u0010\u0000\u0014\u0000\b\u0000\b\u0000\u0010\u0000\u0014\u0000\t\u0000\t\u0000\u0010\u0000\u0014\u0000\n\u0000\n\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000!\u0000\u0000\u0000\u0000\u0000\u0000\u0000�B\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000)\u0000&\u0000\u0000&CEOL Margin Analysis&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u001a\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\u001a\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0005\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\n\u0000T\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000l\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000G'\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u0011\u0000T\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000�(\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000!\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0010\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0011\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0012\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0013\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0014\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0015\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0016\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0017\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0018\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0019\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001a\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001b\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001c\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001d\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001e\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001f\u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000 \u0000\u0000\u0000\u0013\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000.\u0000'\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000/\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u00001\u0000\u0002\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u00001\u0000\u0003\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u00001\u0000\u0004\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u00001\u0000\u0005\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u00001\u0000\u0006\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u00001\u0000\u0007\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u00001\u0000\b\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u00001\u0000\t\u0000\u0000\u0000�\u0000\f\u0000\u0003\u0000\b\u00001\u00001\u00001\u0000\n\u0000�\u0000\n\u0000\u0003\u0000\u000b\u00001\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u00001\u0000\u000f\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u00001\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u00001\u0000\u0011\u0000\u0000\u0000�\u0000\f\u0000\u0003\u0000\u000f\u00001\u00001\u00001\u0000\u0011\u0000�\u0000\n\u0000\u0003\u0000\u0012\u00001\u0000(\u0000\u0000\u0000�\u0000\u0014\u0000\u0004\u0000\u0000\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u0000\u0006\u0000�\u0000\n\u0000\u0004\u0000\u0007\u00001\u0000\n\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u00001\u0000\u000b\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u00001\u0000\f\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\n\u00001\u0000\r\u0000\u0000\u0000�\u0000\f\u0000\u0004\u0000\u000b\u00001\u00001\u00001\u0000\r\u0000�\u0000\n\u0000\u0004\u0000\u000e\u00001\u0000\n\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000f\u00001\u0000\u000b\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0010\u00001\u0000\f\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0011\u00001\u0000\r\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0012\u00001\u0000�\u0000,\u0000\u0005\u0000\u0000\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u00001\u0000\u0012\u0000�\u0000\n\u0000\u0006\u0000\u0000\u00006\u0000\u0013\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u00004\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0002\u00004\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0003\u00006\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0004\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0005\u00006\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0006\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u0007\u00006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\u0006\u0000\b\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0006\u0000\t\u00006\u0000H�z\u0014�G\"@\u0003\u0002\u000e\u0000\u0006\u0000\n\u00006\u0000��Q�\u001e�\u000b@�\u0000\n\u0000\u0006\u0000\u000b\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\f\u00006\u0000)\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u000e\u00006\u0000������\u0017@\u0003\u0002\u000e\u0000\u0006\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0006\u0000\u0010\u00006\u0000ףp=\n�\"@\u0003\u0002\u000e\u0000\u0006\u0000\u0011\u00006\u0000��(\\��\r@�\u0000\n\u0000\u0006\u0000\u0012\u00005\u0000\u001e\u0000\u0000\u0000�\u0000\u0014\u0000\u0007\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u0007\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000b\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\f\u00006\u0000*\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000\u000e\u00006\u0000333333\u0018@\u0003\u0002\u000e\u0000\u0007\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0007\u0000\u0010\u00006\u0000#��~j�\"@\u0003\u0002\u000e\u0000\u0007\u0000\u0011\u00006\u0000��Mb\u0010X\u000e@�\u0000\n\u0000\u0007\u0000\u0012\u00005\u0000+\u0000\u0000\u0000�\u0000\u0014\u0000\b\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\b\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\f\u00006\u0000-\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u000e\u00006\u0000\u0000\u0000\u0000\u0000\u0000� @\u0003\u0002\u000e\u0000\b\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\b\u0000\u0010\u00006\u0000b\u0010X9��$@\u0003\u0002\u000e\u0000\b\u0000\u0011\u00006\u0000�S㥛D\u0012@�\u0000\n\u0000\b\u0000\u0012\u00005\u0000.\u0000\u0000\u0000�\u0000\u0014\u0000\t\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\t\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\f\u00006\u0000/\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000\u000e\u00006\u0000\nףp=� @\u0003\u0002\u000e\u0000\t\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\t\u0000\u0010\u00006\u0000����̌$@\u0003\u0002\u000e\u0000\t\u0000\u0011\u00006\u0000�����L\u0012@�\u0000\n\u0000\t\u0000\u0012\u00005\u00000\u0000\u0000\u0000�\u0000\u0014\u0000\n\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\n\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u000b\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\f\u00006\u00001\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u000e\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\n\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\n\u0000\u0010\u00006\u0000!�rh�m\"@\u0003\u0002\u000e\u0000\n\u0000\u0011\u00006\u0000�&1\b�\u001c\f@�\u0000\n\u0000\n\u0000\u0012\u00005\u0000+\u0000\u0000\u0000�\u0000\u0014\u0000\u000b\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u000b\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\f\u00006\u00002\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000\u000e\u00006\u0000�Q�\u001e�� @\u0003\u0002\u000e\u0000\u000b\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u000b\u0000\u0010\u00006\u00005^�I\f�$@\u0003\u0002\u000e\u0000\u000b\u0000\u0011\u00006\u0000���K�\u0012@�\u0000\n\u0000\u000b\u0000\u0012\u00005\u0000.\u0000\u0000\u0000�\u0000\u0014\u0000\f\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\f\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\f\u00006\u00003\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u000e\u00006\u0000q=\nף� @\u0003\u0002\u000e\u0000\f\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\f\u0000\u0010\u00006\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\f\u0000\u0011\u00006\u0000=\nףp�\u0012@�\u0000\n\u0000\f\u0000\u0012\u00005\u00000\u0000\u0000\u0000�\u0000\u0014\u0000\r\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\r\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000b\u00006\u00004\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\f\u00006\u00005\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000\u000e\u00006\u0000�����L&@\u0003\u0002\u000e\u0000\r\u0000\u000f\u00006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\f@\u0003\u0002\u000e\u0000\r\u0000\u0010\u00006\u0000ˡE���'@\u0003\u0002\u000e\u0000\r\u0000\u0011\u00006\u0000ˡE��� @�\u0000\n\u0000\r\u0000\u0012\u00005\u0000.\u0000\u0000\u0000�\u0000\u0014\u0000\u000e\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u000e\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u000b\u00006\u00004\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\f\u00006\u00006\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u000e\u00006\u0000R�\u001e��Q&@\u0003\u0002\u000e\u0000\u000e\u0000\u000f\u00006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\f@\u0003\u0002\u000e\u0000\u000e\u0000\u0010\u00006\u00005^�I\f\u0002(@\u0003\u0002\u000e\u0000\u000e\u0000\u0011\u00006\u00005^�I\f\u0002!@�\u0000\n\u0000\u000e\u0000\u0012\u00005\u00000\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0000\u00006\u0000%\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0001\u00004\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0002\u00004\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0003\u00006\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0004\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0005\u00006\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0006\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000\u0007\u00006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\u000f\u0000\b\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u000f\u0000\t\u00006\u0000H�z\u0014�G\"@\u0003\u0002\u000e\u0000\u000f\u0000\n\u00006\u0000��Q�\u001e�\u000b@�\u0000\n\u0000\u000f\u0000\u000b\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\f\u00006\u0000)\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000\u000e\u00006\u0000������\u0017@\u0003\u0002\u000e\u0000\u000f\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u000f\u0000\u0010\u00006\u0000ףp=\n�\"@\u0003\u0002\u000e\u0000\u000f\u0000\u0011\u00006\u0000��(\\��\r@�\u0000\n\u0000\u000f\u0000\u0012\u00005\u0000\u001e\u0000\u0000\u0000�\u0000\u0014\u0000\u0010\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u0010\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u000b\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\f\u00006\u0000*\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u000e\u00006\u0000333333\u0018@\u0003\u0002\u000e\u0000\u0010\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0010\u0000\u0010\u00006\u0000#��~j�\"@\u0003\u0002\u000e\u0000\u0010\u0000\u0011\u00006\u0000��Mb\u0010X\u000e@�\u0000\n\u0000\u0010\u0000\u0012\u00005\u0000+\u0000\u0000\u0000�\u0000\u0014\u0000\u0011\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u0011\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\f\u00006\u0000-\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000\u000e\u00006\u0000\u0000\u0000\u0000\u0000\u0000� @\u0003\u0002\u000e\u0000\u0011\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0011\u0000\u0010\u00006\u0000b\u0010X9��$@\u0003\u0002\u000e\u0000\u0011\u0000\u0011\u00006\u0000�S㥛D\u0012@�\u0000\n\u0000\u0011\u0000\u0012\u00005\u0000.\u0000\u0000\u0000�\u0000\u0014\u0000\u0012\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u0012\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\f\u00006\u0000/\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\u000e\u00006\u0000\nףp=� @\u0003\u0002\u000e\u0000\u0012\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0012\u0000\u0010\u00006\u0000����̌$@\u0003\u0002\u000e\u0000\u0012\u0000\u0011\u00006\u0000�����L\u0012@�\u0000\n\u0000\u0012\u0000\u0012\u00005\u00000\u0000\u0000\u0000�\u0000\u0014\u0000\u0013\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u0013\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u000b\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\f\u00006\u00001\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000\u000e\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0013\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0013\u0000\u0010\u00006\u0000!�rh�m\"@\u0003\u0002\u000e\u0000\u0013\u0000\u0011\u00006\u0000�&1\b�\u001c\f@�\u0000\n\u0000\u0013\u0000\u0012\u00005\u0000+\u0000\u0000\u0000�\u0000\u0014\u0000\u0014\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u0014\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\f\u00006\u00002\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0014\u0000\u000e\u00006\u0000�Q�\u001e�� @\u0003\u0002\u000e\u0000\u0014\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0014\u0000\u0010\u00006\u00005^�I\f�$@\u0003\u0002\u000e\u0000\u0014\u0000\u0011\u00006\u0000���K�\u0012@�\u0000\n\u0000\u0014\u0000\u0012\u00005\u0000.\u0000\u0000\u0000�\u0000\u0014\u0000\u0015\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u0015\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\f\u00006\u00003\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0015\u0000\u000e\u00006\u0000q=\nף� @\u0003\u0002\u000e\u0000\u0015\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0015\u0000\u0010\u00006\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\u0015\u0000\u0011\u00006\u0000=\nףp�\u0012@�\u0000\n\u0000\u0015\u0000\u0012\u00005\u00000\u0000\u0000\u0000�\u0000\u0014\u0000\u0016\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u0016\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u000b\u00006\u00004\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\f\u00006\u00005\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0016\u0000\u000e\u00006\u0000�����L&@\u0003\u0002\u000e\u0000\u0016\u0000\u000f\u00006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\f@\u0003\u0002\u000e\u0000\u0016\u0000\u0010\u00006\u0000ˡE���'@\u0003\u0002\u000e\u0000\u0016\u0000\u0011\u00006\u0000ˡE��� @�\u0000\n\u0000\u0016\u0000\u0012\u00005\u0000.\u0000\u0000\u0000�\u0000\u0014\u0000\u0017\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u0017\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u000b\u00006\u00004\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\f\u00006\u00006\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0017\u0000\u000e\u00006\u0000R�\u001e��Q&@\u0003\u0002\u000e\u0000\u0017\u0000\u000f\u00006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\f@\u0003\u0002\u000e\u0000\u0017\u0000\u0010\u00006\u00005^�I\f\u0002(@\u0003\u0002\u000e\u0000\u0017\u0000\u0011\u00006\u00005^�I\f\u0002!@�\u0000\n\u0000\u0017\u0000\u0012\u00005\u00000\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0000\u00006\u0000&\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0001\u00004\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0002\u00004\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0003\u00006\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0004\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0005\u00006\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0006\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0018\u0000\u0007\u00006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\u0018\u0000\b\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0018\u0000\t\u00006\u0000H�z\u0014�G\"@\u0003\u0002\u000e\u0000\u0018\u0000\n\u00006\u0000��Q�\u001e�\u000b@�\u0000\n\u0000\u0018\u0000\u000b\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\f\u00006\u0000)\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0018\u0000\u000e\u00006\u0000������\u0017@\u0003\u0002\u000e\u0000\u0018\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0018\u0000\u0010\u00006\u0000ףp=\n�\"@\u0003\u0002\u000e\u0000\u0018\u0000\u0011\u00006\u0000��(\\��\r@�\u0000\n\u0000\u0018\u0000\u0012\u00005\u0000\u001e\u0000\u0000\u0000�\u0000\u0014\u0000\u0019\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u0019\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u000b\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\f\u00006\u0000*\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0019\u0000\u000e\u00006\u0000333333\u0018@\u0003\u0002\u000e\u0000\u0019\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u0019\u0000\u0010\u00006\u0000#��~j�\"@\u0003\u0002\u000e\u0000\u0019\u0000\u0011\u00006\u0000��Mb\u0010X\u000e@�\u0000\n\u0000\u0019\u0000\u0012\u00005\u0000+\u0000\u0000\u0000�\u0000\u0014\u0000\u001a\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u001a\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\f\u00006\u0000-\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001a\u0000\u000e\u00006\u0000\u0000\u0000\u0000\u0000\u0000� @\u0003\u0002\u000e\u0000\u001a\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u001a\u0000\u0010\u00006\u0000b\u0010X9��$@\u0003\u0002\u000e\u0000\u001a\u0000\u0011\u00006\u0000�S㥛D\u0012@�\u0000\n\u0000\u001a\u0000\u0012\u00005\u0000.\u0000\u0000\u0000�\u0000\u0014\u0000\u001b\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u001b\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001b\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001b\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001b\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001b\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u001b\u0000\f\u00006\u0000/\u0000\u0000\u0000�\u0000\n\u0000\u001b\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001b\u0000\u000e\u00006\u0000\nףp=� @\u0003\u0002\u000e\u0000\u001b\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u001b\u0000\u0010\u00006\u0000����̌$@\u0003\u0002\u000e\u0000\u001b\u0000\u0011\u00006\u0000�����L\u0012@�\u0000\n\u0000\u001b\u0000\u0012\u00005\u00000\u0000\u0000\u0000�\u0000\u0014\u0000\u001c\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u001c\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001c\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001c\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001c\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001c\u0000\u000b\u00006\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u001c\u0000\f\u00006\u00001\u0000\u0000\u0000�\u0000\n\u0000\u001c\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001c\u0000\u000e\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u001c\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u001c\u0000\u0010\u00006\u0000!�rh�m\"@\u0003\u0002\u000e\u0000\u001c\u0000\u0011\u00006\u0000�&1\b�\u001c\f@�\u0000\n\u0000\u001c\u0000\u0012\u00005\u0000+\u0000\u0000\u0000�\u0000\u0014\u0000\u001d\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u001d\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001d\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001d\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001d\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001d\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u001d\u0000\f\u00006\u00002\u0000\u0000\u0000�\u0000\n\u0000\u001d\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001d\u0000\u000e\u00006\u0000�Q�\u001e�� @\u0003\u0002\u000e\u0000\u001d\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u001d\u0000\u0010\u00006\u00005^�I\f�$@\u0003\u0002\u000e\u0000\u001d\u0000\u0011\u00006\u0000���K�\u0012@�\u0000\n\u0000\u001d\u0000\u0012\u00005\u0000.\u0000\u0000\u0000�\u0000\u0014\u0000\u001e\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u001e\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001e\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001e\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001e\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001e\u0000\u000b\u00006\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u001e\u0000\f\u00006\u00003\u0000\u0000\u0000�\u0000\n\u0000\u001e\u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001e\u0000\u000e\u00006\u0000q=\nף� @\u0003\u0002\u000e\u0000\u001e\u0000\u000f\u00006\u0000������\u0016@\u0003\u0002\u000e\u0000\u001e\u0000\u0010\u00006\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\u001e\u0000\u0011\u00006\u0000=\nףp�\u0012@�\u0000\n\u0000\u001e\u0000\u0012\u00005\u00000\u0000\u0000\u0000�\u0000\u0014\u0000\u001f\u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000\u001f\u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001f\u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001f\u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001f\u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u001f\u0000\u000b\u00006\u00004\u0000\u0000\u0000�\u0000\n\u0000\u001f\u0000\f\u00006\u00005\u0000\u0000\u0000�\u0000\n\u0000\u001f\u0000\r\u00006\u0000\u0019\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001f\u0000\u000e\u00006\u0000�����L&@\u0003\u0002\u000e\u0000\u001f\u0000\u000f\u00006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\f@\u0003\u0002\u000e\u0000\u001f\u0000\u0010\u00006\u0000ˡE���'@\u0003\u0002\u000e\u0000\u001f\u0000\u0011\u00006\u0000ˡE��� @�\u0000\n\u0000\u001f\u0000\u0012\u00005\u0000.\u0000\u0000\u0000�\u0000\u0014\u0000 \u0000\u0000\u00006\u00004\u00004\u00006\u00006\u00006\u00006\u0000\u0006\u0000�\u0000\n\u0000 \u0000\u0007\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000 \u0000\b\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000 \u0000\t\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000 \u0000\n\u00006\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000 \u0000\u000b\u00006\u00004\u0000\u0000\u0000�\u0000\n\u0000 \u0000\f\u00006\u00006\u0000\u0000\u0000�\u0000\n\u0000 \u0000\r\u00006\u0000\u001c\u0000\u0000\u0000\u0003\u0002\u000e\u0000 \u0000\u000e\u00006\u0000R�\u001e��Q&@\u0003\u0002\u000e\u0000 \u0000\u000f\u00006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\f@\u0003\u0002\u000e\u0000 \u0000\u0010\u00006\u00005^�I\f\u0002(@\u0003\u0002\u000e\u0000 \u0000\u0011\u00006\u00005^�I\f\u0002!@�\u0000\n\u0000 \u0000\u0012\u00005\u00000\u0000\u0000\u0000�\u0000D\u0000B\u001b\u0000\u0000l\u0002\u000e\u0000\u000e\u0000�\u0000�\u00000\u0000*\u0001�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000*\u0001�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000*\u0001�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0006\u0000\u0006\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u00018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0012\u0000\u0003\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0005\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0005\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0005\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0005\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0005\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0003\u0000\u0007\u0000\n\u0000\u0004\u0000\u0005\u0000\u0007\u0000\u0007\u0000\u0004\u0000\u0005\u0000\b\u0000\b\u0000\u0004\u0000\u0005\u0000\t\u0000\t\u0000\u0004\u0000\u0005\u0000\n\u0000\n\u0000\u0003\u0000\u0005\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0005\u0000\f\u0000\f\u0000\u0003\u0000\u0005\u0000\r\u0000\r\u0000\u0003\u0000\u0003\u0000\u000e\u0000\u0011\u0000\u0004\u0000\u0005\u0000\u000e\u0000\u000e\u0000\u0004\u0000\u0005\u0000\u000f\u0000\u000f\u0000\u0004\u0000\u0005\u0000\u0010\u0000\u0010\u0000\u0004\u0000\u0005\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0005\u0000\u0012\u0000\u0012\u0000\u0006\u0000\u000e\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u000e\u0000\u0001\u0000\u0001\u0000\u0006\u0000\u000e\u0000\u0002\u0000\u0002\u0000\u0006\u0000\u000e\u0000\u0003\u0000\u0003\u0000\u0006\u0000\u000e\u0000\u0004\u0000\u0004\u0000\u0006\u0000\u000e\u0000\u0005\u0000\u0005\u0000\u0006\u0000\u000e\u0000\u0006\u0000\u0006\u0000\u0006\u0000\u000e\u0000\u0007\u0000\u0007\u0000\u0006\u0000\u000e\u0000\b\u0000\b\u0000\u0006\u0000\u000e\u0000\t\u0000\t\u0000\u0006\u0000\u000e\u0000\n\u0000\n\u0000\u000f\u0000\u0017\u0000\u0000\u0000\u0000\u0000\u000f\u0000\u0017\u0000\u0001\u0000\u0001\u0000\u000f\u0000\u0017\u0000\u0002\u0000\u0002\u0000\u000f\u0000\u0017\u0000\u0003\u0000\u0003\u0000\u000f\u0000\u0017\u0000\u0004\u0000\u0004\u0000\u000f\u0000\u0017\u0000\u0005\u0000\u0005\u0000\u000f\u0000\u0017\u0000\u0006\u0000\u0006\u0000\u000f\u0000\u0017\u0000\u0007\u0000\u0007\u0000\u000f\u0000\u0017\u0000\b\u0000\b\u0000\u000f\u0000\u0017\u0000\t\u0000\t\u0000\u000f\u0000\u0017\u0000\n\u0000\n\u0000\u0018\u0000 \u0000\u0000\u0000\u0000\u0000\u0018\u0000 \u0000\u0001\u0000\u0001\u0000\u0018\u0000 \u0000\u0002\u0000\u0002\u0000\u0018\u0000 \u0000\u0003\u0000\u0003\u0000\u0018\u0000 \u0000\u0004\u0000\u0004\u0000\u0018\u0000 \u0000\u0005\u0000\u0005\u0000\u0018\u0000 \u0000\u0006\u0000\u0006\u0000\u0018\u0000 \u0000\u0007\u0000\u0007\u0000\u0018\u0000 \u0000\b\u0000\b\u0000\u0018\u0000 \u0000\t\u0000\t\u0000\u0018\u0000 \u0000\n\u0000\n\u0000\n\u0000\u0000\u0000��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������"}],"_postman_id":"4cd26b62-6c73-4095-9b4a-f75b5a553fd6"},{"name":"GMPLS (Full Routing Report)","id":"2e713f70-d1ae-45fb-897d-59ce3d2fefbf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/reports/gmpls?reportType=L0_GMPLS&scopeOrSequenceId=1151","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","reports","gmpls"],"host":["{{server}}"],"query":[{"key":"reportType","value":"L0_GMPLS"},{"key":"scopeOrSequenceId","value":"1151"}],"variable":[]}},"response":[{"id":"3137594d-512c-4051-90b8-f8d675c8c05d","name":"GMPLS","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/reports/gmpls?reportType=L0_GMPLS&scopeOrSequenceId=1151","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","reports","gmpls"],"query":[{"key":"reportType","value":"L0_GMPLS"},{"key":"scopeOrSequenceId","value":"1151"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=gmpls_report.xls"},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/vnd.ms-excel;charset=UTF-8"},{"key":"Content-Length","value":"26624"},{"key":"Date","value":"Fri, 05 Apr 2024 05:45:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"��\u0011ࡱ\u001a�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000;\u0000\u0003\u0000��\t\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000����\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������R\u0000o\u0000o\u0000t\u0000 \u0000E\u0000n\u0000t\u0000r\u0000y\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016\u0000\u0005\u0001��������\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000W\u0000o\u0000r\u0000k\u0000b\u0000o\u0000o\u0000k\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0002\u0001������������\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000�a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��������\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001f\u0000\u0000\u0000 \u0000\u0000\u0000!\u0000\u0000\u0000\"\u0000\u0000\u0000#\u0000\u0000\u0000$\u0000\u0000\u0000%\u0000\u0000\u0000&\u0000\u0000\u0000'\u0000\u0000\u0000(\u0000\u0000\u0000)\u0000\u0000\u0000*\u0000\u0000\u0000+\u0000\u0000\u0000,\u0000\u0000\u0000-\u0000\u0000\u0000.\u0000\u0000\u0000/\u0000\u0000\u00000\u0000\u0000\u00001\u0000\u0000\u00002\u0000\u0000\u0000������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������\t\b\u0010\u0000\u0000\u0006\u0005\u0000�\u0010�\u0007A\u0000\u0000\u0000\u0006\u0000\u0000\u0000�\u0000\u0002\u0000�\u0004�\u0000\u0002\u0000\u0000\u0000�\u0000\u0000\u0000\\\u0000p\u0000\u0003\u0000\u0000wsp                                                                                                          B\u0000\u0002\u0000�\u0004a\u0001\u0002\u0000\u0000\u0000=\u0001\u0014\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0005\u0000\u0006\u0000\u0007\u0000\b\u0000\t\u0000�\u0000\u0002\u0000\u000e\u0000\u0019\u0000\u0002\u0000\u0000\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0013\u0000\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000=\u0000\u0012\u0000h\u0001\u000e\u0001\\:�#8\u0000\u0000\u0000\u0000\u0000\u0001\u0000X\u0002@\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000\"\u0000\u0002\u0000\u0000\u0000\u000e\u0000\u0002\u0000\u0001\u0000�\u0001\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u00001\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial\u001e\u0004\u001a\u0000\u0005\u0000\u0015\u0000\u0000\"$\"#,##0_);(\"$\"#,##0)\u001e\u0004\u001f\u0000\u0006\u0000\u001a\u0000\u0000\"$\"#,##0_);[Red](\"$\"#,##0)\u001e\u0004 \u0000\u0007\u0000\u001b\u0000\u0000\"$\"#,##0.00_);(\"$\"#,##0.00)\u001e\u0004%\u0000\b\u0000 \u0000\u0000\"$\"#,##0.00_);[Red](\"$\"#,##0.00)\u001e\u00045\u0000*\u00000\u0000\u0000_(\"$\"* #,##0_);_(\"$\"* (#,##0);_(\"$\"* \"-\"_);_(@_)\u001e\u0004,\u0000)\u0000'\u0000\u0000_(* #,##0_);_(* (#,##0);_(* \"-\"_);_(@_)\u001e\u0004=\u0000,\u00008\u0000\u0000_(\"$\"* #,##0.00_);_(\"$\"* (#,##0.00);_(\"$\"* \"-\"??_);_(@_)\u001e\u00044\u0000+\u0000/\u0000\u0000_(* #,##0.00_);_(* (#,##0.00);_(* \"-\"??_);_(@_)�\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000+\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000)\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000,\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000*\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\t\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0005\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0006\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\r\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\r\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\f\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u000b\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u000f\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0010\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0017\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0017\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0016\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0015\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0019\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u001a\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000!\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\"\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000!\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\"\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\"\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000 \u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001f\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000#\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000$\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000+\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000,\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000+\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000,\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000,\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000*\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000)\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000-\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000.\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u00005\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00006\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00005\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u00006\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00006\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00004\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00003\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u00007\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u00008\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000?\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000@\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000?\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000@\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000@\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000>\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000=\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000A\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000A\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000A\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000A\u0000\u0000\u0000\u0001\u0000\b\u0000\u00008\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000B\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000J\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000K\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000D\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000J\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000K\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000K\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000I\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000H\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000L\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000L\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000L\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000L\u0000\u0000\u0000\u0001\u0000\b\u0000\u00008\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000U\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000V\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000U\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000V\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000V\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000T\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000S\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000O\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000X\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000_\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000`\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000_\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000`\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000`\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000^\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000]\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000b\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000i\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000j\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000i\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000j\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000j\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000h\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000g\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0002\u0004\u0000\u0010�\u0003��\u0002\u0004\u0000\u0011�\u0006��\u0002\u0004\u0000\u0012�\u0004��\u0002\u0004\u0000\u0013�\u0007��\u0002\u0004\u0000\u0000�\u0000��\u0002\u0004\u0000\u0014�\u0005�`\u0001\u0002\u0000\u0000\u0000�\u0000\u0016\u0000p3\u0000\u0000\u0000\u0000\u000e\u0000Summary Report�\u0000\r\u0000�7\u0000\u0000\u0000\u0000\u0005\u0000Setup�\u0000\f\u0000\u0003;\u0000\u0000\u0000\u0000\u0004\u0000Site�\u0000\u000b\u0000z=\u0000\u0000\u0000\u0000\u0003\u0000SRG�\u0000\u0015\u0000�?\u0000\u0000\u0000\u0000\r\u0000Failure Scope�\u0000\u001c\u0000\u001aB\u0000\u0000\u0000\u0000\u0014\u0000C-Band GMPLS Routing�\u0000\u001c\u0000IL\u0000\u0000\u0000\u0000\u0014\u0000L-Band GMPLS Routing�\u0000\u001e\u0000xV\u0000\u0000\u0000\u0000\u0016\u0000GMPLS Failure Analysis�\u0000\u001d\u0000UY\u0000\u0000\u0000\u0000\u0015\u0000C-Band Restoration 3R�\u0000\u001d\u0000�]\u0000\u0000\u0000\u0000\u0015\u0000L-Band Restoration 3R�\u0000\u0004\u0000\u0001\u0000\u0001\u0000�\u0001\u0004\u0000\u0001\u0000\u0001\u0004\u0017\u0000>\u0000\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0007\u0000\u0000\u0000\b\u0000\b\u0000\u0000\u0000\t\u0000\t\u0000�\u0000�\t�\u0000\u0000\u0000�\u0000\u0000\u0000\u000e\u0000\u0000Summary Report\u001d\u0000\u0000Network: sandhya_planner-2024\u0012\u0000\u0000Run Type: Scenario\u000b\u0000\u0000Report Type\u0006\u0000\u0000Design\u0005\u0000\u0000Audit\u0018\u0000\u0000\nAnalyzed Failure Scope\n\u0015\u0000\u0000Default Failure Scope!\u0000\u0000Total Number of Failure\nScenario\n\u0001\u0000\u00000\u0018\u0000\u0000Total Number of Trails\n\n\u0001\u0000\u000030\u0000\u0000Total Number of Trails\nwith Restoration Enabled\n4\u0000\u0000Number of non\nRestorable Trails per\nFailure Scenario0\u0000\u0000Number of Restorable\nTrails per Failure\nScenario@\u0000\u0000Number of Trails with at\nleast 1 Non Restorable\nFailure Scenario\u0015\u0000\u0000Number of GR Trails\n\n\u0016\u0000\u0000Number of MRN Trails\n\n\u001a\u0000\u0000Number of Restoration\n 3R\n!\u0000\u0000\nNumber of Unused\nRestoration 3R\n\u0012\u0000\u0000GMPLS Setup Report\t\u0000\u0000Attribute\u0005\u0000\u0000Value\u0014\u0000\u0000Restoration Strategy\u0019\u0000\u0000re-use nominal wavelength\u0012\u0000\u0000Transmission Model\u0007\u0000\u0000Model 1\u0012\u0000\u0000Commissioning Mode\b\u0000\u0000Complete\u001a\u0000\u0000Nominal Route Disjointness\n\u0000\u0000Links only\u0011\u0000\u0000Current NLP Limit\u000f\u0000\u0000K Shortest path\u001c\u0000\u0000RWA Restorations Computation\u0010\u0000\u0000FAST (Profile 2)\u0011\u0000\u0000GMPLS Site Report\u0005\u0000\u0000Site \n\u0000\u0000Regen Mode\u0005\u0000\u0000Site1\u000f\u0000\u0000Unrestricted 3R\u0005\u0000\u0000Site2\u0005\u0000\u0000Site3\n\u0000\u0000SRG Report\u0006\u0000\u0000SRG ID\b\u0000\u0000SRG Name\r\u0000\u0000Resource Type\u0012\u0000\u0000Included Resources\u0014\u0000\u0000Failure Scope Report\u001b\u0000\u0000Name: Default Failure Scope\r\u0000\u0000Failure Count\u0001\u0000\u00001\r\u0000\u0000Failure Scope\f\u0000\u0000All Segments\"\u0000\u0000C-Band GMPLS Routing Report [Full]\u0006\u0000\u0000Trails\u000b\u0000\u0000Packet\nLink\u000f\u0000\u0000Manually\nRouted\u000f\u0000\u0000Color\nViolation\u0007\u0000\u0000Failure\u0011\u0000\u0000Failure Resources\b\u0000\u0000Segments\u0005\u0000\u0000Sites\u0003\u0000\u0000SRG\u0012\u0000\u0000GPC\nViolation\nType\u0016\u0000\u0000GPC\nRestoration\nStatus\u0004\u0000\u0000Path\r\u0000\u0000Channel\n(FEC)\u0011\u0000\u0000Channel\nLine Rate\u0004\u0000\u0000Link\u0004\u0000\u0000Span\u0005\u0000\u0000Valid\f\u0000\u0000Power\nOffset\u0013\u0000\u0000Optical\nTermination\n\u0000\u0000Protection\u0004\u0000\u0000Site\u0004\u0000\u0000Node\u0004\u0000\u0000Line\n\u0000\u0000Tlinkcheck\u0012\u0000\u0000Required\nOSNR (dB)\u0013\u0000\u0000Delivered OSNR (dB)\u0004\u0000\u0000Nom.\u0004\u0000\u0000Min.\u0010\u0000\u0000OSNR\nMargin (dB)\f\u0000\u0000Weighted\nNPS\u0003\u0000\u0000PMD\u000b\u0000\u0000Feasibility\u0012\u0000\u0000Required\nOSNR\n(dB)\u0013\u0000\u0000Delivered\nOSNR\n(dB)\u0010\u0000\u0000OSNR\nMargin\n(dB)\r\u0000\u0000Weighted\nNPS\n\u0004\u0000\u0000PMD\n\b\u0000\u0000PDL\n(dB)\u0014\u0000\u0000Min Drop\nPower\n(dBm)\u001b\u0000\u0000Residual Dispersion (ps/nm)\u0006\u0000\u00001528nm\u0006\u0000\u00001546nm\u0006\u0000\u00001565nm\u0015\u0000\u0000Delivered Power (dBm)\f\u0000\u0000Regen\nReason\u000b\u0000\u0000OT/OPS\nType\u000b\u0000\u0000OT/OPS\nMode\f\u0000\u0000OT/OPS\nShelf\u000b\u0000\u0000OT/OPS\nSlot\u000b\u0000\u0000OT/OPS\nport\t\u0000\u0000Interface\"\u0000\u0000CWR/SFD/SFC/PSC/MCS/ASC\n/MXN/MLFSB(\u0000\u0000CWR/SFD/SFC/PSC/MCS/ASC\n/MXN/MLFSB\nShelf'\u0000\u0000CWR/SFD/SFC/PSC/MCS/ASC\n/MXN/MLFSB\nSlot'\u0000\u0000CWR/SFD/SFC/PSC/MCS/ASC\n/MXN/MLFSB\nPort\u000e\u0000\u0000Latency (mSec)\u0018\u0000\u0000Reference OT \nfor 1830LX\t\u0000\u0000MRN state\"\u0000\u0000L-Band GMPLS Routing Report [Full]\u001d\u0000\u0000GMPLS Failure Analysis Report\u0010\u0000\u0000Failure Scenario\u000f\u0000\u0000Failed Segments\f\u0000\u0000Failed Sites\u000b\u0000\u0000Failed SRGs\u0015\u0000\u0000Non-Restorable Trails\u0011\u0000\u0000Restorable Trails\u0000\u0000\u0000\u001c\u0000\u0000C-Band Restoration 3R Report\u0007\u0000\u0000Regen 1\u0007\u0000\u0000Regen 2\b\u0000\u0000Resource\u0007\u0000\u0000OT Type\u0011\u0000\u0000D5X500 Compatible\u0007\u0000\u0000OT Mode\u0011\u0000\u0000Failure Scenarios\u0002\u0000\u0000NE\u0005\u0000\u0000Shelf\u0004\u0000\u0000Slot\u0004\u0000\u0000Port\u0004\u0000\u0000Chan\u001c\u0000\u0000L-Band Restoration 3R Report�\u0000�\u0000\b\u0000O)\u0000\u0000\f\u0000\u0000\u0000�)\u0000\u0000�\u0000\u0000\u0000\u000e+\u0000\u0000�\u0001\u0000\u0000�+\u0000\u0000}\u0002\u0000\u0000Y,\u0000\u0000\u0016\u0003\u0000\u0000�,\u0000\u0000�\u0003\u0000\u0000M-\u0000\u0000\n\u0004\u0000\u0000�-\u0000\u0000�\u0004\u0000\u0000J.\u0000\u0000\u0007\u0005\u0000\u0000�.\u0000\u0000p\u0005\u0000\u0000#/\u0000\u0000�\u0005\u0000\u0000�/\u0000\u0000O\u0006\u0000\u0000\u000e0\u0000\u0000�\u0006\u0000\u0000�0\u0000\u0000B\u0007\u0000\u0000m1\u0000\u0000*\b\u0000\u0000 2\u0000\u0000�\b\u0000\u0000�2\u0000\u0000F\t\u0000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000<7\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000$\u0000!\u0000\u0000&CSummary Report&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0001\u0000p\u0017\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000p\u0017\u000f\u0000\u0003\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0003\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0002\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0002\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\u0002\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000\u0002\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000\u0002\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000\u0002\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000\u0002\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000\u0002\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000\u0002\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000\u0002\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000\u0002\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000\u0016\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0000\u0000\u0016\u0000\u0002\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000\u0018\u0000\u0003\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000\u0018\u0000\u0004\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000\u0018\u0000\u0005\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000\u0018\u0000\u0006\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000\u001b\u0000\u0007\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000\u0018\u0000\b\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000\u0018\u0000\n\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000\u001b\u0000\u000b\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0000\u0000\u0018\u0000\f\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0000\u0000\u0018\u0000\r\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0000\u0000\u0018\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000\u0018\u0000\u000f\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0000\u0000\u0018\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0000\u0000\u0018\u0000\u0012\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0000\u0000\u0018\u0000\u0013\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\"\u0000�\u0002\u0000\u0000\u0018\u0001\u000e\u0000\u000e\u0000\u000e\u0000*\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000>\u0002\u0012\u0000�\u0007\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u001a\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0002\u0000\u0002\u0000\u0000\u0000\u0002\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000�:\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001b\u0000\u0018\u0000\u0000&CSetup&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000@\u001f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�.\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0002\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000/\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u00000\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u00002\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u00002\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000H\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000H\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000I\u0000\u0019\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000I\u0000\u001a\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000H\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000H\u0000\u001c\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000I\u0000\u001d\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000I\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0000\u0000H\u0000\u001f\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u0001\u0000H\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\t\u0000\u0000\u0000I\u0000 \u0000\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000\u0001\u0000I\u0000\u0000\u0000\u0000\u0000\u0000\u0000$@�\u0000\n\u0000\n\u0000\u0000\u0000H\u0000!\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0001\u0000H\u0000\"\u0000\u0000\u0000�\u0000\u0018\u0000�\u0001\u0000\u0000�\u0000\u000e\u0000\u000e\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000 \u0000 \u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0015=\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001a\u0000\u0017\u0000\u0000&CSite&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000@\u001f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�.\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0002\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000J\u0000#\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000K\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000M\u0000$\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000M\u0000%\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000c\u0000&\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000c\u0000'\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000d\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000d\u0000'\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000c\u0000)\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000c\u0000'\u0000\u0000\u0000�\u0000\u0010\u0000\u0004\u0001\u0000\u0000d\u0000\u000e\u0000\u000e\u0000\u001c\u0000\u001c\u0000\u001c\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u00007?\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u0019\u0000\u0016\u0000\u0000&CSRG&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000f\u0013\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0004\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000e\u0000*\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000f\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000h\u0000+\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000h\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000h\u0000-\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000h\u0000.\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0000\u0000(\u0000\u000e\u0000\u000e\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0003\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0000\u0000\u0000\u0000�A\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000#\u0000 \u0000\u0000&CFailure Scope&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000@\u001f\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0002\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0002\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0002\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0002\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\u0000/\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u00000\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0001\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000�\u00001\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000�\u00002\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000�\u0000\u001d\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000�\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000�\u00003\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000�\u00004\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0001\u0000\u0000d\u0000\u000e\u0000\u000e\u0000\u0018\u0000\u001c\u0000\u001c\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0002\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u001a\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0001\u0000\u0001\u0000\u0000\u0000\t\u0000\u0003\u0000\u0003\u0000\u0000\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016J\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000*\u0000'\u0000\u0000&CC-Band GMPLS Routing&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000L\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000|\u0015\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000p\u0017\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000p\u0017\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\t\u0000�\u000f\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\u000e\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0012\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0013\u0000\u0013\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0014\u0000\u0014\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0015\u0000\u0015\u0000\b\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0016\u0000\u0016\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0017\u0000\u0017\u0000�\u000b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0018\u0000\u0019\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001a\u0000\u001a\u0000�\t\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001b\u0000\u001b\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001c\u0000\u001c\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001d\u0000\u001d\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001f\u0000\u001f\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\"\u0000\"\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000#\u0000#\u0000,\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000&\u0000&\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000(\u0000(\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000)\u0000)\u0000\u0014\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000*\u0000*\u0000�\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000.\u0000.\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000/\u00002\u0000�\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00003\u00005\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u00006\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u00005\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u00006\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u00007\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u00008\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u00009\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000�\u0000:\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000�\u0000;\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000�\u0000�\u0000\u0007\u0000�\u0000\n\u0000\u0003\u0000\b\u0000�\u0000?\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000�\u0000@\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000�\u0000A\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000�\u0000B\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000�\u0000C\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000�\u0000D\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000�\u0000E\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000�\u0000F\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000�\u0000G\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000�\u0000H\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000�\u0000I\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0013\u0000�\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0014\u0000�\u0000K\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0015\u0000�\u0000L\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0016\u0000�\u0000M\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\u0017\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u001b\u0000�\u0000\n\u0000\u0003\u0000\u001c\u0000�\u0000U\u0000\u0000\u0000�\u0000\u0012\u0000\u0003\u0000\u001d\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\"\u0000�\u0000\n\u0000\u0003\u0000#\u0000�\u0000]\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000$\u0000�\u0000�\u0000%\u0000�\u0000\n\u0000\u0003\u0000&\u0000�\u0000a\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000'\u0000�\u0000�\u0000\n\u0000\u0003\u0000(\u0000�\u0000b\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000)\u0000�\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000*\u0000�\u0000d\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000+\u0000�\u0000e\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000,\u0000�\u0000f\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000-\u0000�\u0000g\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000.\u0000�\u0000h\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000/\u0000�\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00000\u0000�\u0000j\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00001\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00002\u0000�\u0000l\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00003\u0000�\u0000m\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00004\u0000�\u0000n\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00005\u0000�\u0000o\u0000\u0000\u0000�\u0000\u0010\u0000\u0004\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0004\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000�\u0000<\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000�\u0000=\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000�\u0000>\u0000\u0000\u0000�\u0000\"\u0000\u0004\u0000\b\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0015\u0000�\u0000\n\u0000\u0004\u0000\u0016\u0000�\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000�\u0000O\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0018\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0019\u0000�\u0000R\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001a\u0000�\u0000S\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001b\u0000�\u0000T\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001c\u0000�\u0000V\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001d\u0000�\u0000W\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001e\u0000�\u0000X\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001f\u0000�\u0000Y\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000 \u0000�\u0000Z\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000!\u0000�\u0000[\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\"\u0000�\u0000\\\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000#\u0000�\u0000^\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000$\u0000�\u0000_\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000%\u0000�\u0000`\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000&\u0000�\u0000P\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000'\u0000�\u0000Q\u0000\u0000\u0000�\u0000\"\u0000\u0004\u0000(\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u00005\u0000�\u00004\u0000\u0005\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0016\u0000�\u0000\n\u0000\u0005\u0000\u0017\u0000�\u0000P\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0018\u0000�\u0000Q\u0000\u0000\u0000�\u0000@\u0000\u0005\u0000\u0019\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u00005\u0000�\u0000\u000e\u0000�\u0004\u0000\u0000P\u0000\u000e\u0000\u000e\u0000d\u0002�\u0001>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0001\u0000\u0006\u0000\u0006\u0000\u0001\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u0001<\u0000\u0000\u0000\u0000\u0000\u0000\u00005\u0000\u0001\u0000\u0001\u0000\u0000\u00005\u0000\u0003\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0005\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0005\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0005\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0007\u0000\u0004\u0000\u0005\u0000\u0005\u0000\u0005\u0000\u0004\u0000\u0005\u0000\u0006\u0000\u0006\u0000\u0004\u0000\u0005\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0005\u0000\b\u0000\b\u0000\u0003\u0000\u0005\u0000\t\u0000\t\u0000\u0003\u0000\u0005\u0000\n\u0000\n\u0000\u0003\u0000\u0005\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0005\u0000\f\u0000\f\u0000\u0003\u0000\u0005\u0000\r\u0000\r\u0000\u0003\u0000\u0005\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0005\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0005\u0000\u0010\u0000\u0010\u0000\u0003\u0000\u0005\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0005\u0000\u0012\u0000\u0012\u0000\u0003\u0000\u0005\u0000\u0013\u0000\u0013\u0000\u0003\u0000\u0005\u0000\u0014\u0000\u0014\u0000\u0003\u0000\u0005\u0000\u0015\u0000\u0015\u0000\u0003\u0000\u0003\u0000\u0016\u0000\u001b\u0000\u0004\u0000\u0005\u0000\u0016\u0000\u0016\u0000\u0004\u0000\u0004\u0000\u0017\u0000\u0018\u0000\u0004\u0000\u0005\u0000\u0019\u0000\u0019\u0000\u0004\u0000\u0005\u0000\u001a\u0000\u001a\u0000\u0004\u0000\u0005\u0000\u001b\u0000\u001b\u0000\u0003\u0000\u0003\u0000\u001c\u0000\"\u0000\u0004\u0000\u0005\u0000\u001c\u0000\u001c\u0000\u0004\u0000\u0005\u0000\u001d\u0000\u001d\u0000\u0004\u0000\u0005\u0000\u001e\u0000\u001e\u0000\u0004\u0000\u0005\u0000\u001f\u0000\u001f\u0000\u0004\u0000\u0005\u0000 \u0000 \u0000\u0004\u0000\u0005\u0000!\u0000!\u0000\u0004\u0000\u0005\u0000\"\u0000\"\u0000\u0003\u0000\u0003\u0000#\u0000%\u0000\u0004\u0000\u0005\u0000#\u0000#\u0000\u0004\u0000\u0005\u0000$\u0000$\u0000\u0004\u0000\u0005\u0000%\u0000%\u0000\u0003\u0000\u0003\u0000&\u0000'\u0000\u0004\u0000\u0005\u0000&\u0000&\u0000\u0004\u0000\u0005\u0000'\u0000'\u0000\u0003\u0000\u0005\u0000(\u0000(\u0000\u0003\u0000\u0005\u0000)\u0000)\u0000\u0003\u0000\u0005\u0000*\u0000*\u0000\u0003\u0000\u0005\u0000+\u0000+\u0000\u0003\u0000\u0005\u0000,\u0000,\u0000\u0003\u0000\u0005\u0000-\u0000-\u0000\u0003\u0000\u0005\u0000.\u0000.\u0000\u0003\u0000\u0005\u0000/\u0000/\u0000\u0003\u0000\u0005\u00000\u00000\u0000\u0003\u0000\u0005\u00001\u00001\u0000\u0003\u0000\u0005\u00002\u00002\u0000\u0003\u0000\u0005\u00003\u00003\u0000\u0003\u0000\u0005\u00004\u00004\u0000\u0003\u0000\u0005\u00005\u00005\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000ET\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000*\u0000'\u0000\u0000&CL-Band GMPLS Routing&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000L\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000|\u0015\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000p\u0017\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000p\u0017\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\t\u0000�\u000f\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\u000e\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0012\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0013\u0000\u0013\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0014\u0000\u0014\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0015\u0000\u0015\u0000\b\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0016\u0000\u0016\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0017\u0000\u0017\u0000�\u000b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0018\u0000\u0019\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001a\u0000\u001a\u0000�\t\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001b\u0000\u001b\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001c\u0000\u001c\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001d\u0000\u001d\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001f\u0000\u001f\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\"\u0000\"\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000#\u0000#\u0000,\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000&\u0000&\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000(\u0000(\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000)\u0000)\u0000\u0014\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000*\u0000*\u0000�\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000.\u0000.\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000/\u00002\u0000�\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00003\u00005\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u00006\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0000p\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u00006\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u00007\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u00008\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u00009\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000�\u0000:\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000�\u0000;\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000�\u0000�\u0000\u0007\u0000�\u0000\n\u0000\u0003\u0000\b\u0000�\u0000?\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000�\u0000@\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000�\u0000A\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000�\u0000B\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000�\u0000C\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000�\u0000D\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000�\u0000E\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000�\u0000F\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000�\u0000G\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000�\u0000H\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000�\u0000I\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0013\u0000�\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0014\u0000�\u0000K\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0015\u0000�\u0000L\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0016\u0000�\u0000M\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\u0017\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u001b\u0000�\u0000\n\u0000\u0003\u0000\u001c\u0000�\u0000U\u0000\u0000\u0000�\u0000\u0012\u0000\u0003\u0000\u001d\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\"\u0000�\u0000\n\u0000\u0003\u0000#\u0000�\u0000]\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000$\u0000�\u0000�\u0000%\u0000�\u0000\n\u0000\u0003\u0000&\u0000�\u0000a\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000'\u0000�\u0000�\u0000\n\u0000\u0003\u0000(\u0000�\u0000b\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000)\u0000�\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000*\u0000�\u0000d\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000+\u0000�\u0000e\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000,\u0000�\u0000f\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000-\u0000�\u0000g\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000.\u0000�\u0000h\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000/\u0000�\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00000\u0000�\u0000j\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00001\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00002\u0000�\u0000l\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00003\u0000�\u0000m\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00004\u0000�\u0000n\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00005\u0000�\u0000o\u0000\u0000\u0000�\u0000\u0010\u0000\u0004\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0004\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000�\u0000<\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000�\u0000=\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000�\u0000>\u0000\u0000\u0000�\u0000\"\u0000\u0004\u0000\b\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0015\u0000�\u0000\n\u0000\u0004\u0000\u0016\u0000�\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000�\u0000O\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0018\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0019\u0000�\u0000R\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001a\u0000�\u0000S\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001b\u0000�\u0000T\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001c\u0000�\u0000V\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001d\u0000�\u0000W\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001e\u0000�\u0000X\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001f\u0000�\u0000Y\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000 \u0000�\u0000Z\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000!\u0000�\u0000[\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\"\u0000�\u0000\\\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000#\u0000�\u0000^\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000$\u0000�\u0000_\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000%\u0000�\u0000`\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000&\u0000�\u0000P\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000'\u0000�\u0000Q\u0000\u0000\u0000�\u0000\"\u0000\u0004\u0000(\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u00005\u0000�\u00004\u0000\u0005\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0016\u0000�\u0000\n\u0000\u0005\u0000\u0017\u0000�\u0000P\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0018\u0000�\u0000Q\u0000\u0000\u0000�\u0000@\u0000\u0005\u0000\u0019\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u00005\u0000�\u0000\u000e\u0000�\u0004\u0000\u0000P\u0000\u000e\u0000\u000e\u0000d\u0002�\u0001>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0001\u0000\u0006\u0000\u0006\u0000\u0001\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u0001<\u0000\u0000\u0000\u0000\u0000\u0000\u00005\u0000\u0001\u0000\u0001\u0000\u0000\u00005\u0000\u0003\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0005\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0005\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0005\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0007\u0000\u0004\u0000\u0005\u0000\u0005\u0000\u0005\u0000\u0004\u0000\u0005\u0000\u0006\u0000\u0006\u0000\u0004\u0000\u0005\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0005\u0000\b\u0000\b\u0000\u0003\u0000\u0005\u0000\t\u0000\t\u0000\u0003\u0000\u0005\u0000\n\u0000\n\u0000\u0003\u0000\u0005\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0005\u0000\f\u0000\f\u0000\u0003\u0000\u0005\u0000\r\u0000\r\u0000\u0003\u0000\u0005\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0005\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0005\u0000\u0010\u0000\u0010\u0000\u0003\u0000\u0005\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0005\u0000\u0012\u0000\u0012\u0000\u0003\u0000\u0005\u0000\u0013\u0000\u0013\u0000\u0003\u0000\u0005\u0000\u0014\u0000\u0014\u0000\u0003\u0000\u0005\u0000\u0015\u0000\u0015\u0000\u0003\u0000\u0003\u0000\u0016\u0000\u001b\u0000\u0004\u0000\u0005\u0000\u0016\u0000\u0016\u0000\u0004\u0000\u0004\u0000\u0017\u0000\u0018\u0000\u0004\u0000\u0005\u0000\u0019\u0000\u0019\u0000\u0004\u0000\u0005\u0000\u001a\u0000\u001a\u0000\u0004\u0000\u0005\u0000\u001b\u0000\u001b\u0000\u0003\u0000\u0003\u0000\u001c\u0000\"\u0000\u0004\u0000\u0005\u0000\u001c\u0000\u001c\u0000\u0004\u0000\u0005\u0000\u001d\u0000\u001d\u0000\u0004\u0000\u0005\u0000\u001e\u0000\u001e\u0000\u0004\u0000\u0005\u0000\u001f\u0000\u001f\u0000\u0004\u0000\u0005\u0000 \u0000 \u0000\u0004\u0000\u0005\u0000!\u0000!\u0000\u0004\u0000\u0005\u0000\"\u0000\"\u0000\u0003\u0000\u0003\u0000#\u0000%\u0000\u0004\u0000\u0005\u0000#\u0000#\u0000\u0004\u0000\u0005\u0000$\u0000$\u0000\u0004\u0000\u0005\u0000%\u0000%\u0000\u0003\u0000\u0003\u0000&\u0000'\u0000\u0004\u0000\u0005\u0000&\u0000&\u0000\u0004\u0000\u0005\u0000'\u0000'\u0000\u0003\u0000\u0005\u0000(\u0000(\u0000\u0003\u0000\u0005\u0000)\u0000)\u0000\u0003\u0000\u0005\u0000*\u0000*\u0000\u0003\u0000\u0005\u0000+\u0000+\u0000\u0003\u0000\u0005\u0000,\u0000,\u0000\u0003\u0000\u0005\u0000-\u0000-\u0000\u0003\u0000\u0005\u0000.\u0000.\u0000\u0003\u0000\u0005\u0000/\u0000/\u0000\u0003\u0000\u0005\u00000\u00000\u0000\u0003\u0000\u0005\u00001\u00001\u0000\u0003\u0000\u0005\u00002\u00002\u0000\u0003\u0000\u0005\u00003\u00003\u0000\u0003\u0000\u0005\u00004\u00004\u0000\u0003\u0000\u0005\u00005\u00005\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000�X\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000,\u0000)\u0000\u0000&CGMPLS Failure Analysis&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\u0010\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000\u0014\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000;\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000|\u0015\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000\u0011\u0011\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0006\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0006\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0000r\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0000s\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0000t\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u0000u\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000�\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000�\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000�\u0000x\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000�\u0000x\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000�\u0000x\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0003\u0000�\u0000x\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000�\u0000x\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000�\u0000x\u0000\u0000\u0000�\u0000\f\u0000\u0014\u0001\u0000\u0000<\u0000\u000e\u0000\u000e\u0000T\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u001a\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0005\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0005\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\\\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000+\u0000(\u0000\u0000&CC-Band Restoration 3R&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000\\\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0002\u0000\u0010\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0005\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\b\u0000\u0010\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\u000b\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000X\u001b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000e\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0010\u0000W\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0011\u0000\u0011\u0000X\u001b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000�.\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0000y\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0000$\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0000z\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\u0002\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0006\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000�\u0000{\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\b\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\f\u0000�\u0000\n\u0000\u0003\u0000\r\u0000�\u0000|\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000�\u0000}\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000�\u0000~\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000�\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000�\u00006\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000�\u0000�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0000\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000�\u0000K\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000�\u0000K\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\n\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000b\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\f\u0000�\u0000�\u0000\u0000\u0000�\u0000\u0012\u0000\u0004\u0000\r\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0012\u0000�\u0000\f\u0000�\u0001\u0000\u0000<\u0000\u000e\u0000\u000e\u0000�\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000Z\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0012\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0006\u0000\u0003\u0000\u0003\u0000\u0007\u0000\f\u0000\u0003\u0000\u0004\u0000\r\u0000\r\u0000\u0003\u0000\u0004\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0004\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0004\u0000\u0010\u0000\u0010\u0000\u0003\u0000\u0004\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0004\u0000\u0012\u0000\u0012\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000Pa\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000+\u0000(\u0000\u0000&CL-Band Restoration 3R&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000\\\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0002\u0000\u0010\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0005\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\b\u0000\u0010\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\u000b\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000X\u001b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000e\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0010\u0000W\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0011\u0000\u0011\u0000X\u001b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000�.\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\u0005\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000\u0006\u0001\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000\b\u0001$\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000\b\u0001z\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\u0002\u0000\b\u0001\b\u0001\b\u0001\b\u0001\b\u0001\u0006\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000\b\u0001{\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\b\u0000\b\u0001\b\u0001\b\u0001\b\u0001\b\u0001\f\u0000�\u0000\n\u0000\u0003\u0000\r\u0000\b\u0001|\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000\b\u0001}\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000\b\u0001~\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000\b\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000\b\u00016\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000\b\u0001�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0000\u0000\b\u0001�\u0000\n\u0000\u0004\u0000\u0001\u0000\b\u0001K\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000\b\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0003\u0000\b\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000\b\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000\b\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000\b\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000\b\u0001K\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000\b\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u0000\b\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\n\u0000\b\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000b\u0000\b\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\f\u0000\b\u0001�\u0000\u0000\u0000�\u0000\u0012\u0000\u0004\u0000\r\u0000\b\u0001\b\u0001\b\u0001\b\u0001\b\u0001\b\u0001\u0012\u0000�\u0000\f\u0000�\u0001\u0000\u0000<\u0000\u000e\u0000\u000e\u0000�\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000Z\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0012\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0006\u0000\u0003\u0000\u0003\u0000\u0007\u0000\f\u0000\u0003\u0000\u0004\u0000\r\u0000\r\u0000\u0003\u0000\u0004\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0004\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0004\u0000\u0010\u0000\u0010\u0000\u0003\u0000\u0004\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0004\u0000\u0012\u0000\u0012\u0000\n\u0000\u0000\u0000�������"}],"_postman_id":"2e713f70-d1ae-45fb-897d-59ce3d2fefbf"},{"name":"Card Inventory Report","id":"fd910ee3-789d-4eb2-aee9-cd339fe7245c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=CARD_INVENTORY","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","l0"],"host":["{{server}}"],"query":[{"key":"reportType","value":"CARD_INVENTORY"}],"variable":[]}},"response":[{"id":"2b609a6a-c6cb-4cef-a417-d11e0e96cf6e","name":"Card Inventory","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=CARD_INVENTORY","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","l0"],"query":[{"key":"reportType","value":"CARD_INVENTORY"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=CardInventory_Report_20240405015249.xlsx"},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/vnd.ms-excel;charset=UTF-8"},{"key":"Content-Length","value":"7580"},{"key":"Date","value":"Fri, 05 Apr 2024 05:52:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000e�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000[Content_Types].xml�T�j\u00021\u0010��%�e7j����C/��P�\u0001�dv7�\u001bI������Pk�\"�O��3�\u0019B�ӵ��\nCT��lX\rX�V8�l[���Kyϊ��J��bͬc��x��\u0018\u000b*��f]J���(:4\u0010+��\u0012Ҹ` �1�܃X@�|4\u0018�q�lB�ʔ5�d��\r,u*\u001e��Y�f�V\u0002\u0012��++\u000fD˝`\u0015P���)\u001fo����5�l�!42~��aa>S�\u001b�%(����F\t�N,\r�T�U%��\u0007\"��p�s\u0006!��!AN�\u0019���tu��~,�\u0005<�0\u0013�r<�6�� c����b\u0007\u0001�{\n��~�Xk��p�\u001ci��L!\u0007�KN��ʀ��ܿ\\X|:���v����`��2��\u001c�+�q�����n�\rPK\u0007\b���D\u0001\u0000\u0000,\u0005\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000e�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000_rels/.rels���j�0\f�_���8�`�Q��2�m��\u00014[ILb��ږ���.[K\n\u001b�($}�\u0007�v?�I�Q.���uӂ�h���\u001bx>=��@\u0015��p�H\u0006\"�~�}�\t�n����*\"\u0016\u0003�H�׺؁\u0002��\u0013���8\u0007�Z�^'�#��7m{��O\u0006�3��\u0019�G�\u0006u�ܓ\u0018�'��y|a\u001e�����D�\t��\u000el_\u0003EYȾ�\u0000���vql\u001f3�ML�eh\u0016���*�\u0004��\\3�Y0���oJ׏�\u0003\t:\u0014��^\b�\u001f�}\u0002PK\u0007\b��z��\u0000\u0000\u0000I\u0002\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000e�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000docProps/app.xmlM��\n�0\u0010D�~EȽ��ADҔ�\b��A? ��6�lB�J?ߜ���0���ͯ�)�@��׍\u0014H6���V>\u001f��$;�SC\n\u0011\u0013;̢\u001c(�ra�g�l\u0017�&�e��L!y�%�\u0019�49��`_\u001e���4G���F\u001c��\u0005J��\u0018Wg\r\u0017\u0007�GS�b��\u0014��\n~\u000e�\u0003PK\u0007\b�|wؑ\u0000\u0000\u0000�\u0000\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000e�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0011\u0000\u0000\u0000docProps/core.xmlm��J�0\u0010F_%依��\u0015\rm\u0017Q\u0016\u0004�\u0005WV�\u000b��\u0016�\u001f�h׷7�k\u0005\u0015r��w�0�jsT\u0003yG�{�k��\u0019%����nk���&������XSm覩�e�8�9cх\u001e=�\u001a홰5�B�\f��\u000e\u0015�i$t\f_�S<ħk�r��[�\"��@a��\u0007\u000e�0�����R,J��Y \u0005��\nu�9��\u0001���6��B\u001e}�P�8��j��D9<��>��'���.�6�ḮC\u001eP�(`��ƍ|'����~K�\"+�I\u0016O��JV\u0016l}�\\���I�u7���\u000b���o&n)W�g��'PK\u0007\b�\bF\u0014\u0006\u0001\u0000\u0000�\u0001\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000e�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014\u0000\u0000\u0000xl/sharedStrings.xml�TQo�0\u0010~߯8��j��!$��T�\tM�$E�n��ib�m<�M�i�?g��\u0010��O�w����;��v_��Je�\u0004\u001fYޕk\u0001��2�<�\u001eױ=�n�_�M��\u0010-W#\u000by�\u0005-g/-%�H��4�\u0019Y;��\u001b�i�\u001d���JԔ�ȓ�U���|v�Z�|��(UU� �\r�*g�\u001a\u000f\u001b6\u001e�1��\u0016���r%�\u0001RZ\u000b��\u00062��g{p��|�;��2�J\u001b�(�\u001c:j<t�\f�,َ�O\u0006X\nu���[\u001fjz\u001a�hSHV+ݗ�P\"�\u001fZ\u0018TI�\u0013]��o*OC>�\u0012�\u0013\u0004\u001bf\tL_ZVW�d �+)���X\tN�\u0007i���~\u001ad����\u0001Ƨ�\u0014��I\u0017hO ͫ�\u0003��=1*u2=HڪnN�\u000f���w�56��i��Q7��|\u0014A���%d���\u0013���rw��7sXFda�ڔ\"/aٖ��%�CD�����\u0002\u001a]�R��BT�\u0019���\u0018��T\\�l`{�\u0019�]���ޘ*v0���\u0019��>Nig�P���8E��9��\b`)�\u0016ȵ\u001d��:�NS�aߤO��\\c�\t$�M�%f�;\u0017=\u0017_\u0003�`)8��M��\u000e��5\n��p>\u000bq\u0014���\u001c��\u000f7���9�&�\u000fݼ}-�V+����FI�m|\\��l���z�9\u0019�w��\nc��!=c�;xhU�*H���#\u0018�\u0001_�N���7'z��\u0002;���\u0010/�\u001b�֘���b\n�|��\u001e�nwPh��ъC�^q\u001f���`q�N\u001f�\u0005PK\u0007\b\u001dV��|\u0002\u0000\u0000\u0000\u0006\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000e�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0000\u0000xl/styles.xml�X�n�0\u0010}߯���%@�vW��[)�}nW�W\u0007Lb���8Uү__r�\u0016�\tI//��̜sf<&v��UN�3\u0016%�l\u0002��\u0011\u0004�%<%l>�\u001f��o�m�-*��\u0005�\u0012�\u0000VN�B����\u0002稼�\u0005fꛌ�\u001cI5\u0015s�,\u0004Fi��r�\u0005�ѕ�#�`\u001c�e>�e\t\u0012�dr\u0002GЋ����e\f�!��\u0017���R��)��S.\u0000a)^�t\u0002o���\u001c[�{D�L\u0010��rB��\u001ch�Q���\t�B\u001b=�b?\u001bqv\u0002�F\u0001�X\u001bg�G�%�ӥ��|9��.1I���$lθ��\u0007꨽��Q�e�G��\b��%���\u0010G\u0005�\u0012\u000b6U\u0013�\u0019?�\u000b<���\r����N�x�-��=��+��}=���`T�\\\u0011KNIzZ�V���E\u001e\r�&2�O.�\u0000�y�>�q��7ض��\u0000nmqDq&U� �~J^��R�\\\rR��!�\u0019�\u0011ۧr\u0005浧�{A�'��dѻc���\u001b��0@��k�w!qrzC�\u001eژ�#���\u0010�z9��r���؟\u0013w���\u0003�Um{�s`֪|*�ƥ���\u0012��<�!r���իy��<��4�-���гo�ai�h\u001d�\u0017��\u000e�[sW�a,g��0��@�o\u0012L�����\u000e9�:�2`oRR}�\u0002�ؽ\u001d���fha�D�W�,v\u0015��(\\��v\u0004m�~w4@EA�S���;�5�Q2g9�Y�\bm-`�\u0005yQ\u0001�\u001a�(\u0003�׺U�.$�,B.�Bª��N!�\u0018\\3�2���X\u001be��\u001cW)�߅�J�����^�7��Kn6~犷\t\u001b\u000f\u0017�P��h��/$��sk�m\b��wA]�\u0011����\u0006�W\u0012��� 8���Ć\u001f���6'-5���\u001e�\u0007PK\u0007\bom�\\�\u0002\u0000\u0000�\u0017\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000e�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000f\u0000\u0000\u0000xl/workbook.xml�ϱn� \u0014\u0005н_�ޞ���j-�,Q�l��v'�\u001c�\u0018��&��bGn��C't���.��j:rF\u001f��\u001c�%\u0003�V:�����u�\f����8:8w\"������/)\r�E#���hӥqވ��?��{\u0014*���t4g�\u001a�-�\u001aJ��\u000e�4Z���O�6�J<v\"����}��{��\u0013%\"f/lš\u0011]@�u5\\>4^�\u000f\u001c\"\u00112�3�Ł\u0003\u001b\u001c��q��\u0012+\frxөz�\u0001�V\u001c�V\u0015@F�M1\u001b*~����f<��\u0017w�qƋqഊN���\u0000PK\u0007\b�\u000f��\u0000\u0000\u0000�\u0001\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000e�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001a\u0000\u0000\u0000xl/_rels/workbook.xml.rels���n�0\u0010@ź�q\u0012�\nU\u0018\u0016��J�\u0007X�%�Hl�w���u;�D\"\u0012\u0003�t�N~�-�X}\f�x�D]�\n��\u0004��\u0004��V��~�0\u0007A���}��\u0007X-\u0017;�5�\u001f�H\"#<)p��EJ2\u000e\u0007ME���\tiМ���Q��nQ�e�,�%\u0003�L��\n��V �:��\n����S.�\"���\u001c�\u0016mh���:�〞���\b\u000e�zL}\u0011��\u001e�_�M���~���\u000e�\u0010��<���%?�������c��cf\u001a#Gw��\u0004PK\u0007\b��r��\u0000\u0000\u0000M\u0003\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000e�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet1.xml��_s�6\u0014���)\u0018\u001e�����\u0014{g\u0013�mg�;��n�L�l3\u0001�\u0001%����\u00106�u/c�\u000fI��ttu��\u0013e\u001fԕ��ڮ���&�g[���lv3���Շ��8�%;����3&,�7���\u000bq�s�n�gu�9��\u001a�d��:\u0017�ݹݡey�\u001aՕK=/r�l�y�>[�����#\u0013�\u000f���_\u0004_��{��Yv �\u0017f���\u001d颬Y��i�l;�?��\u0015�zD\u0011���]\\[}�O�?�7\u00163[�L�O��b\u001b��S\u0007V����۲�\\6L��ͫ��}e\r�~>\u001e�R��w�\u0013�`\u0012h����R��m�\u0003�*YJh[�F��l-���'.\u0004���<�e_�\u0001y�\u0015_^�G�R�J{\n��_*�\u001f�`�n/�\"��F��U�~[uٿB۪�\u001f��,�~fǞCh�z\u0011�en^:��?Ó��'։U?γ�\u0016=i�Q+p┦Q\u0012�W�?I��\u0014�0�|��T0J���&\tMޯ\u0015��·�|'\b�GU�I)�T�4\t|S���U�\u0017��E>�Z~���]ʎ��O�v���f���u�e�k�T�Hzl\"�Q�$r�s�牣�;\u000b\u0006Jп\u0010$��\"�!A��\u0007H���\u0002\u0012�5��DxM� \u0011�C\u000f\r�\u001e*�@\t6��\u001dO\u001b�\u0001�p�\f����!�hÇD�\r\u001f\u0012d��G��\f�\u000f\u0019\n�\u001f�ʴ9�@\u0010m\u0012-!�;����\u0003��\u0003��\u0003��\u00031�L��\u000b\u0004�&�\u0012\"�\u0003���\u001aH\f\u001dH\f\u001c�L\u0000\u001cH`e�\"@\u0010}\u0015@Dw\u0000\u0011Iq\u0007RC\u0007R\u0003\u0007 \u0013\u0002\u0007RP\u0019Ր\u0005�h\u000be\t\u0011�\u0001D��\u000e\u0010�Ђ\u001e��\u0001\u0002E��+�T��]�1��\u0001��>`2�\u0011��\bbb\u0004�bh\u0004��)b��+\"\f0\u0002���\u0017\t55��\u0018\u0001�\u0004\u001aAo�\u0018�o�\b\u0003�@d&�G�\u001a�\u0018\u0001�\u0014\u001a���\"1F�#\u0011\u0006\u0018��L��4'���\b\u0004B�D\u0000�\u0003F@\u0004�\u0000\u0011�\u0003D�2\u00131\r��$5b\u00102#`���n\u0004�ĺ\u0013��#&�L8a\u001a\u001f�I~D \u001f&H\u0002�\u001dMu' �{�\u0013�C$&C&�0���$G\"�\u000fs\u0014�\u0011\u000f:\u0001\u0019���0��L9a\u001a'�I�D \u001f�\u00120��Ձ0`u�\u000e�����0���$W\"��d\t\u0018�|�;�0����p��\u0004�\u0013�4]R\u0018\u001c)���\b\u0005�Ӧ0��ZPX`�6o�\b�;��Ě\u0013��IM��\u001d�O\u0003;k�_\u001a1\u001cڌ�\u000eG���nE�I�\u001b>���������lpf{Nh��\\�����\nˋ�b[�(�j\u0007�յ��S[���`�4�\u0019/���y}���\u0014�| ��k�j�˵ŷ�՗�}k���j�x <�\u000fPK\u0007\b�_,K^\u0004\u0000\u0000C\u0016\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000e�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet2.xml��_s�6\u0014���)<~��ږ�)��\t�vf��lv�g\u0007\u000b�Ķ\u0018[\t����ep@�2(}Hb㟎��%q���\u001fu��+E3u�\u0017�\u000eo֢(�����m�!u?�~�\u001cD���8���n�����~���:�<��z�\u0011m�Ku�n�n��Ѝ�ʧA\u0010�u^6�l�?[���>��G.��W���H�R���ճ�@�/��g\u0013����M_������D�4�\u0011M�]�Cwv��%?\t����YL]5�n'\u000e��e�l��b�W\u001dw�2\u001a��|�W���aoA's�\u0015Њy�:R�?�|�U���\\'_��T���$�\u0014u�\\��+�\u001e�\"��S,���T�R���(�&��Wq���۝��D�\u001e�ZT����e��\\��过�����\u0004\u001e�i\u0016�T��~�T��\fO���\u0013��\u001f���Q�\u001e��\u0015zIF�8M�+ŎRl�\"�\u0017%\u0001#�*<J��T�xY����Z�Q+z+�ya�?���J�R�fi�l��W�_�<��lҊ����Ru�_|Ro���V5�ԧ�3�N�׾��Q��F��gI쥧�O3G�wR\f�\";S$��&�!A/�\u0007H�Kb\u000e��X@\"�$����G�C��`�\u0005�a�^`\fނy8g��\u0012c��H��C\"3�\u000f\t\u0012��-�\u001f[�\u001f2\u0014�?��\u0019sh� �$Z@�t\u0000\u0011a�\u0003��\u0003��\u0003�a��\u0004Vf��9�\u0018\u0013|\u0001\u0011�\u0001D��\u001aH-\u001dH-\u001c�L\b\u001cHae�\"@\u0010s\u0015@�t\u0000\u0011�p\u00072K\u00072\u000b\u0007 \u0013\u0001\u00072P\u00195�9�\u0018\u000be\u0001\u0011�\u0001D��\u000e��҂\u001e��\u0001\u0002���\u000b�X��]�1�\u0001>`2�\u0015#��\u0011��\b\b%�\br{S�\u0018sWD\u0018`\u0004\"se_$��\bjc\u0004�Rh\u0004��7b��9\"\f0\u0002���=\u0012fk\u0004�1\u0002B\u00194���\"1��#\u0011\u0006\u0018��\\�%�mN$��\u0011\b�L�\u0010�\u0007��\b�\u0001\"�\u0007�\\�L�64\u0012�ԈAȌ���Ʀ\u0011\b��N�\u000e��̕\u001c�m|$6�\u0011�\u0018L�\u0004F;��N@�\u0005�\u0013�C$&C�8a\u001b#�M�D \u0006s\u0014�\u0011\u000f:\u0001\u0019���0��\\s�6N\u0012�<�@\f�\u00120��Ձ0`u�\u000e��̵�a\u001b+�M�D �d\t\u0018�\u00185�@\u0018f:q;\\b2!�\u0004�M�\u0014\u0006G\n��=B���)�|�\b\ns�1��\u0002aL'0��p�?;��y���q`��K#�S������-�>�yÇ3Ͽ�v[6�3\u001c\u000eN���O�6BH��w}^�y1�T|#5�:�๾�bl�:\u0019\u001a,��l\"��x�k^�{x,%�\u001f����\u001f�:�r��p�e⿵���j�x�;�\u000fPK\u0007\b\u0005�v�X\u0004\u0000\u00001\u0016\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\u000e�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet3.xml��_s�6\u0014���)<~��ږ俩ag\u0013���v����\u000e\b�\u0004[����~��28�{=(}Hb㟎��%q���j��-E=q�\u0017�\u000e�Wb]�ۉ����C�~���\u001fE���8����v��<��~���h=q�z�\u0011MUHu�l����b�\u001bU{�\u0006A�WEY��\\�l�����G.�\u001f��S�H�T���ճ�@6/����?���uW������D�\u00164�\u0010M�]�c{q�t%?\t�������jd�N\u001co���檋M�o�ەQs���a_ʉ\u001bv\u0016���\\\u0001���׮#��3��\u0007�߫~#�)V�|�K�n�>\t)E�=׵�=W\u000fU�\u0007�?�wy}.{��S^���x�˯��\u0007/�;U\u0015�<=ԕط��S���r�����\u001e˵�M�$�\bM� ����K�:���\ru�x+\u0017�8��\u000eZ��E\u0007��K2��i�^)v�b�\u0014\t�(\t\u0018ywU�I*\u001c����Ҕ��׊NZ�[Y�\u000b��QU|R�/��4KCfk�߿J��g�,�y#�NӽK�Qw�I��V�[լU��NY���][���rGϒ�KϽ�g���\u0018jEv�H\u0006AM�C�^\u0013\u000f�`��\f\u0012�51�DtM, \u0011�C�,�\u001ei�P\u000b��н�\u0018�\u0005�p��%��!�\u001aÇDf\f\u001f\u0012$��\u001f[�?�\u0018?d(\u0018\f+3��\fA�I4���\u0000\"�p\u0007\u0012K\u0007\u0012\u000b\u0007 À\u0003\t�̘�3\u00041&�\u001c\"�\u0003���\u001aH-\u001dH-\u001c�L\b\u001cHae�\"@\u0010s\u0015@�t\u0000\u0011\u0019�\u00003K\u00072\u000b\u0007 \u0013\u0001\u00072P\u00195�\u0019�\u0018\u000be\u000e\u0011�\u0001D��\u000e��҂\u000e��\u0001\u0002���+�T��]�1�\u0001>`2ш\u0011��\bbc\u0004�\u0012h\u0004��)b��+\"\f0\u0002�\u0019�\u0017\t�5��\u0018\u0001�\u0014\u001aAo�\u0018cn�\b\u0003�@dF�G�l�`6F@(�F��[$Ƙ{$�\u0000#\u0010��]���D\u0012�\u0018�@Ȕ\bAy�\b�\u0000\u001f \u0002|��Xf\"���ؤF\fBf\u0004�t46�@��t�vx�d�\u0011'l�#�ɏ\b�`�$0���t\u00022,0��\u001d\"1\u00192�m�$69\u0012�\u0018�Q\u0004F<�\u0004d�\u0013��$&3�m�$6y\u0012�\u0018\u0012%`ԃ�\u0003a��\u001d*1���a\u001b+�M�D �d\t\u0018�\u00185�@\u0018f:q;\\b2!�\u0004�M�\u0014\u0006G\n��=B���)�|�\b\n3�1��\u001caL'0��p¿8��x���q`��K-�S�������-�>�y��3Ͽ�f[֭�\u001f\u000eN���N�6BH�tw]^��z���Ԕ�4���Z�é��o��\u001a�\\�ק�_�����c)9�@�����їKGl��/���&������w�\u001fPK\u0007\bV&��W\u0004\u0000\u00001\u0016\u0000\u0000PK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000e�X���D\u0001\u0000\u0000,\u0005\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000e�X��z��\u0000\u0000\u0000I\u0002\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0000\u0000_rels/.relsPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000e�X�|wؑ\u0000\u0000\u0000�\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0002\u0000\u0000docProps/app.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000e�X�\bF\u0014\u0006\u0001\u0000\u0000�\u0001\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000p\u0003\u0000\u0000docProps/core.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000e�X\u001dV��|\u0002\u0000\u0000\u0000\u0006\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0004\u0000\u0000xl/sharedStrings.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000e�Xom�\\�\u0002\u0000\u0000�\u0017\u0000\u0000\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000s\u0007\u0000\u0000xl/styles.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000e�X�\u000f��\u0000\u0000\u0000�\u0001\u0000\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\n\u0000\u0000xl/workbook.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000e�X��r��\u0000\u0000\u0000M\u0003\u0000\u0000\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u000b\u0000\u0000xl/_rels/workbook.xml.relsPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000e�X�_,K^\u0004\u0000\u0000C\u0016\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\f\u0000\u0000xl/worksheets/sheet1.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000e�X\u0005�v�X\u0004\u0000\u00001\u0016\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0011\u0000\u0000xl/worksheets/sheet2.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\u000e�XV&��W\u0004\u0000\u00001\u0016\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001e\u0016\u0000\u0000xl/worksheets/sheet3.xmlPK\u0005\u0006\u0000\u0000\u0000\u0000\u000b\u0000\u000b\u0000�\u0002\u0000\u0000�\u001a\u0000\u0000\u0000\u0000"}],"_postman_id":"fd910ee3-789d-4eb2-aee9-cd339fe7245c"},{"name":"Network Report","id":"2c0b8f0c-cf09-43dc-87d8-290d4478f5b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=NETWORK_INFO","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","l0"],"host":["{{server}}"],"query":[{"key":"reportType","value":"NETWORK_INFO"}],"variable":[]}},"response":[{"id":"ce8cdfdc-3001-46ad-aa0f-c0006dbb1823","name":"Network Report","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=NETWORK_INFO","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","l0"],"query":[{"key":"reportType","value":"NETWORK_INFO"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=NetworkInformation_Report_20240405005828.xls"},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/vnd.ms-excel;charset=UTF-8"},{"key":"Content-Length","value":"129024"},{"key":"Date","value":"Fri, 05 Apr 2024 04:58:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"��\u0011ࡱ\u001a�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000;\u0000\u0003\u0000��\t\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000����\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000�\u0000\u0000\u0000��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������R\u0000o\u0000o\u0000t\u0000 \u0000E\u0000n\u0000t\u0000r\u0000y\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016\u0000\u0005\u0001��������\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000W\u0000o\u0000r\u0000k\u0000b\u0000o\u0000o\u0000k\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0002\u0001������������\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��������\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001f\u0000\u0000\u0000 \u0000\u0000\u0000!\u0000\u0000\u0000\"\u0000\u0000\u0000#\u0000\u0000\u0000$\u0000\u0000\u0000%\u0000\u0000\u0000&\u0000\u0000\u0000'\u0000\u0000\u0000(\u0000\u0000\u0000)\u0000\u0000\u0000*\u0000\u0000\u0000+\u0000\u0000\u0000,\u0000\u0000\u0000-\u0000\u0000\u0000.\u0000\u0000\u0000/\u0000\u0000\u00000\u0000\u0000\u00001\u0000\u0000\u00002\u0000\u0000\u00003\u0000\u0000\u00004\u0000\u0000\u00005\u0000\u0000\u00006\u0000\u0000\u00007\u0000\u0000\u00008\u0000\u0000\u00009\u0000\u0000\u0000:\u0000\u0000\u0000;\u0000\u0000\u0000<\u0000\u0000\u0000=\u0000\u0000\u0000>\u0000\u0000\u0000?\u0000\u0000\u0000@\u0000\u0000\u0000A\u0000\u0000\u0000B\u0000\u0000\u0000C\u0000\u0000\u0000D\u0000\u0000\u0000E\u0000\u0000\u0000F\u0000\u0000\u0000G\u0000\u0000\u0000H\u0000\u0000\u0000I\u0000\u0000\u0000J\u0000\u0000\u0000K\u0000\u0000\u0000L\u0000\u0000\u0000M\u0000\u0000\u0000N\u0000\u0000\u0000O\u0000\u0000\u0000P\u0000\u0000\u0000Q\u0000\u0000\u0000R\u0000\u0000\u0000S\u0000\u0000\u0000T\u0000\u0000\u0000U\u0000\u0000\u0000V\u0000\u0000\u0000W\u0000\u0000\u0000X\u0000\u0000\u0000Y\u0000\u0000\u0000Z\u0000\u0000\u0000[\u0000\u0000\u0000\\\u0000\u0000\u0000]\u0000\u0000\u0000^\u0000\u0000\u0000_\u0000\u0000\u0000`\u0000\u0000\u0000a\u0000\u0000\u0000b\u0000\u0000\u0000c\u0000\u0000\u0000d\u0000\u0000\u0000e\u0000\u0000\u0000f\u0000\u0000\u0000g\u0000\u0000\u0000h\u0000\u0000\u0000i\u0000\u0000\u0000j\u0000\u0000\u0000k\u0000\u0000\u0000l\u0000\u0000\u0000m\u0000\u0000\u0000n\u0000\u0000\u0000o\u0000\u0000\u0000p\u0000\u0000\u0000q\u0000\u0000\u0000r\u0000\u0000\u0000s\u0000\u0000\u0000t\u0000\u0000\u0000u\u0000\u0000\u0000v\u0000\u0000\u0000w\u0000\u0000\u0000x\u0000\u0000\u0000y\u0000\u0000\u0000z\u0000\u0000\u0000{\u0000\u0000\u0000|\u0000\u0000\u0000}\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0005\u0000�\u0010�\u0007A\u0000\u0000\u0000\u0006\u0000\u0000\u0000�\u0000\u0002\u0000�\u0004�\u0000\u0002\u0000\u0000\u0000�\u0000\u0000\u0000\\\u0000p\u0000\u0003\u0000\u0000wsp                                                                                                          B\u0000\u0002\u0000�\u0004a\u0001\u0002\u0000\u0000\u0000=\u0001&\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0005\u0000\u0006\u0000\u0007\u0000\b\u0000\t\u0000\n\u0000\u000b\u0000\f\u0000\r\u0000\u000e\u0000\u000f\u0000\u0010\u0000\u0011\u0000\u0012\u0000�\u0000\u0002\u0000\u000e\u0000\u0019\u0000\u0002\u0000\u0000\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0013\u0000\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000=\u0000\u0012\u0000h\u0001\u000e\u0001\\:�#8\u0000\u0000\u0000\u0000\u0000\u0001\u0000X\u0002@\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000\"\u0000\u0002\u0000\u0000\u0000\u000e\u0000\u0002\u0000\u0001\u0000�\u0001\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u00001\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial\u001e\u0004\u001a\u0000\u0005\u0000\u0015\u0000\u0000\"$\"#,##0_);(\"$\"#,##0)\u001e\u0004\u001f\u0000\u0006\u0000\u001a\u0000\u0000\"$\"#,##0_);[Red](\"$\"#,##0)\u001e\u0004 \u0000\u0007\u0000\u001b\u0000\u0000\"$\"#,##0.00_);(\"$\"#,##0.00)\u001e\u0004%\u0000\b\u0000 \u0000\u0000\"$\"#,##0.00_);[Red](\"$\"#,##0.00)\u001e\u00045\u0000*\u00000\u0000\u0000_(\"$\"* #,##0_);_(\"$\"* (#,##0);_(\"$\"* \"-\"_);_(@_)\u001e\u0004,\u0000)\u0000'\u0000\u0000_(* #,##0_);_(* (#,##0);_(* \"-\"_);_(@_)\u001e\u0004=\u0000,\u00008\u0000\u0000_(\"$\"* #,##0.00_);_(\"$\"* (#,##0.00);_(\"$\"* \"-\"??_);_(@_)\u001e\u00044\u0000+\u0000/\u0000\u0000_(* #,##0.00_);_(* (#,##0.00);_(* \"-\"??_);_(@_)�\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000+\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000)\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000,\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000*\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\t\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0005\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0006\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\r\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\r\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\f\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u000b\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u000f\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0010\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0017\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0017\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0016\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0015\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0019\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u001a\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000!\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\"\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000!\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\"\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\"\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000 \u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001f\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000#\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000$\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000+\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000,\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000+\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000,\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000,\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000*\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000)\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000-\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000.\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u00005\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00006\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00005\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u00006\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00006\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00004\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00003\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u00007\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u00008\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000?\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000@\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000?\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000@\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000@\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000>\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000=\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000A\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000B\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000I\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000J\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000I\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000J\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000J\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000H\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000G\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000K\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000L\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000S\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000T\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000S\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000T\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000T\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000R\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Q\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000M\u00001\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000U\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000V\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000]\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000^\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000]\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000^\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000^\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\\\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000[\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000W\u00001\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000_\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000`\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000g\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000h\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000g\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000h\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000h\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000f\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000e\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000i\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000j\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000q\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000r\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u00008\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u00008\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000q\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000r\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000r\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000p\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000o\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000s\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000t\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000{\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000|\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000u\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000{\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000|\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000|\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000z\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000y\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000}\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000~\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u00008\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000�\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0002\u0004\u0000\u0010�\u0003��\u0002\u0004\u0000\u0011�\u0006��\u0002\u0004\u0000\u0012�\u0004��\u0002\u0004\u0000\u0013�\u0007��\u0002\u0004\u0000\u0000�\u0000��\u0002\u0004\u0000\u0014�\u0005�`\u0001\u0002\u0000\u0000\u0000�\u0000\r\u0000(z\u0000\u0000\u0000\u0000\u0005\u0000Cover�\u0000\u001a\u0000Z}\u0000\u0000\u0000\u0000\u0012\u0000Design Description�\u0000\u0012\u00007\u0000\u0000\u0000\u0000\n\u0000Parameters�\u0000\f\u0000\u001c�\u0000\u0000\u0000\u0000\u0004\u0000Site�\u0000\f\u0000\u001d�\u0000\u0000\u0000\u0000\u0004\u0000Link�\u0000\r\u0000~�\u0000\u0000\u0000\u0000\u0005\u0000Fiber�\u0000\u0012\u0000��\u0000\u0000\u0000\u0000\n\u0000OT-OT Link�\u0000\u001b\u0000��\u0000\u0000\u0000\u0000\u0013\u0000OA&DCM Single bands�\u0000\u001a\u0000�\u001b\u0001\u0000\u0000\u0000\u0012\u0000OA&DCM Mixed bands�\u0000\r\u0000^c\u0001\u0000\u0000\u0000\u0005\u0000Shelf�\u0000\u000e\u0000\u0010�\u0001\u0000\u0000\u0000\u0006\u0000Trails�\u0000\u0010\u0000=�\u0001\u0000\u0000\u0000\b\u0000Services�\u0000\u001c\u0000�\u0001\u0000\u0000\u0000\u0014\u0000C-Band Trail Routing�\u0000\u001c\u0000!�\u0001\u0000\u0000\u0000\u0014\u0000L-Band Trail Routing�\u0000\u001e\u0000��\u0001\u0000\u0000\u0000\u0016\u0000Packet Demands-Routing�\u0000\u001a\u0000C�\u0001\u0000\u0000\u0000\u0012\u0000Packet Connections�\u0000\u000f\u0000\u000e�\u0001\u0000\u0000\u0000\u0007\u0000Systems�\u0000\u0012\u0000L�\u0001\u0000\u0000\u0000\n\u0000L1 Configs�\u0000\u000e\u0000_�\u0001\u0000\u0000\u0000\u0006\u0000Errors�\u0000\u0004\u0000\u0001\u0000\u0001\u0000�\u0001\u0004\u0000\u0001\u0000\u0001\u0004\u0017\u0000t\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0007\u0000\u0000\u0000\b\u0000\b\u0000\u0000\u0000\t\u0000\t\u0000\u0000\u0000\n\u0000\n\u0000\u0000\u0000\u000b\u0000\u000b\u0000\u0000\u0000\f\u0000\f\u0000\u0000\u0000\r\u0000\r\u0000\u0000\u0000\u000e\u0000\u000e\u0000\u0000\u0000\u000f\u0000\u000f\u0000\u0000\u0000\u0010\u0000\u0010\u0000\u0000\u0000\u0011\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0012\u0000�\u0000  �\r\u0000\u0000r\u0002\u0000\u0000\u001a\u0000\u0000Network Information Report\u0019\u0000\u0000WaveSuite Planner Reports\b\u0000\u0000Network:\u0014\u0000\u0000sandhya_planner-2024\f\u0000\u0000Description:\u0001\u0000\u0000 \u0011\u0000\u0000Default file used(\u0000\u0000Core HiPerf CDC-F C-L 2.0 GMPLS.defaults\b\u0000\u0000Based on\b\u0000\u0000Release:\u0006\u0000\u000024.6.0\f\u0000\u0000Design Date: \u0000\u0000April 5, 2024 at 12:58:28 AM EDT\u0010\u0000\u0000Current Project:\u0004\u0000\u0000None\t\u0000\u0000Comments:\u0000\u0000\u0000\u001d\u0000\u0000Network: sandhya_planner-2024\u001f\u0000\u0000Network Parameters and Defaults\u0004\u0000\u0000Name\u000b\u0000\u0000Description\u000e\u0000\u0000Distance Units\u0002\u0000\u0000km\u000e\u0000\u0000OTDR Placement\u0002\u0000\u0000No\u0016\u0000\u0000ANSSI-QS Configuration9\u0000\u0000Long Haul WaveTracker Decoder (WTOCM Type) Usage (C-band)\u0007\u0000\u0000WTOCM-F9\u0000\u0000Long Haul WaveTracker Decoder (WTOCM Type) Usage (L-band)\b\u0000\u0000WTOCM-FL\u0012\u0000\u0000Amplified OT Usage\t\u0000\u0000Low Noise\u000e\u0000\u0000Segregation OT\u001c\u0000\u0000Compatibility - Allow Mixing\u0012\u0000\u0000Commissioning Mode\u001a\u0000\u0000Default Commissioning Mode'\u0000\u0000Commissioning: System Warning Threshold\u0002\u0000\u000050\u0014\u0000\u0000TOADM OADM Placement\u0005\u0000\u0000GMPLS\u0003\u0000\u0000Yes\u000b\u0000\u0000Design Mode\f\u0000\u0000OTN Disabled \u0000\u0000Extended Temperature Range Sites\u0010\u0000\u0000Segment Capacity \u0000\u0000FLEX Channel Spacing (DWDM-FLEX)\u0004\u0000\u0000OT C/\u0000\u0000S6AD600H-400G-85.82Gbd-16SQAM-abs-nodcm-SDFEC-V\u0004\u0000\u0000OT L*\u0000\u0000S4X400L-100G-45Gbd-QPSK-abs-nodcm-SDFEC-G2\"\u0000\u0000C Band Default OT is OPS Protected\"\u0000\u0000L Band Default OT is OPS Protected\u000e\u0000\u0000Retain Routing\u000f\u0000\u0000Pre-Staging ACI\u000f\u0000\u0000DWDM NE Release\u0010\u0000\u0000PSI-M NE Release\u001c\u0000\u0000Allow regeneration on trails\u0014\u0000\u0000Regen Cabling Duplex\u001b\u0000\u0000Diverse MCS packs for Regen\u001c\u0000\u0000Auto-design and Verification\u0016\u0000\u0000OA Selection Algorithm\u0010\u0000\u0000High Performance\f\u0000\u0000Target Reach\u0006\u0000\u0000100 km\u0015\u0000\u0000LD Output Attenuation'\u0000\u0000Dispersion Compensation for CP segments(\u0000\u0000Dispersion Compensation for OMS segments%\u0000\u0000Use Low Loss/Latency DCMs (SSMF/LEAF)\u0013\u0000\u0000On modular OAs only\u001c\u0000\u0000DWDM Wavelength Tracker Keys\u0002\u0000\u0000On\u0018\u0000\u00001830 Low Capacity Filter\u0004\u0000\u0000SFD5\u0014\u0000\u0000High Capacity Filter\f\u0000\u0000SFD44/SFD44B\u0019\u0000\u0000PSS-4 Low Capacity Filter\u0007\u0000\u0000E4_SFD4!\u0000\u0000Preferred ROADM Wavelength Router\u0006\u0000\u0000IRDM32\u0012\u0000\u0000Preferred DGE Type\u001b\u0000\u0000ROADM WR20-TFM single blade&\u0000\u0000Equip unused Segments with DWDM Links \u0010\u0000\u0000DWDM OSNR Margin\u0006\u0000\u00000.0 dB\u0010\u0000\u0000Sigout Tolerance\u0006\u0000\u00000.5 dB$\u0000\u0000Max DWDM-100GHz Channels for Routing\u0002\u0000\u000044#\u0000\u0000Max DWDM-50GHz Channels for Routing\u0002\u0000\u000088)\u0000\u0000Max DWDM Flex-Channels for Routing C band\u0002\u0000\u000096)\u0000\u0000Max DWDM Flex-Channels for Routing L band.\u0000\u0000Max DWDM-100GHz Channels for per-channel Power-\u0000\u0000Max DWDM-50GHz Channels for per-channel Power3\u0000\u0000Max DWDM Flex-Channels for per-channel Power C band3\u0000\u0000Max DWDM Flex-Channels for per-channel Power L band\u000e\u0000\u0000Connector Loss\u0007\u0000\u00000.50 dB\u0012\u0000\u0000Glass-Through Loss\u000b\u0000\u0000Loss Margin\u0006\u0000\u00001.0 dB\u0010\u0000\u0000Loss Coefficient\r\u0000\u00000.250 dB / km\u000f\u0000\u0000PMD Coefficient\u000e\u0000\u00010\u0000.\u00000\u00005\u00000\u0000 \u0000p\u0000s\u0000 \u0000/\u0000 \u0000\u001a\"k\u0000m\u0000\n\u0000\u0000Fiber Type\u0004\u0000\u0000SSMF\n\u0000\u0000Fiber Cost\u000b\u0000\u0000$2,000 / km\u0012\u0000\u0000Length Uncertainty\u0002\u0000\u00005%)\u0000\u0000Bypass WaveTracker Rules (Extended Reach)(\u0000\u0000Maximum Channels on Links without WTOCMx\u0001\u0000\u0000-%\u0000\u0000Maximum Channels on Links with WTOCMx)\u0000\u0000Wavelength Dependent Transmission Penalty1\u0000\u0000Pre-R11.1 E-rules Applied for Extended Freq Range&\u0000\u0000Allow High Power Divergence at FOADMs \u001e\u0000\u0000Ingress SRS TILT Postfraction:\u0003\u0000\u00000.0\u001c\u0000\u0000Egress SRS TILT Prefraction:\u0003\u0000\u00001.0\u001d\u0000\u0000TWC Range Upperbound (C-band)\r\u0000\u0000193.87500 Thz\u001d\u0000\u0000TW+ Range Upperbound (C-band)\r\u0000\u0000196.07500 Thz\u001c\u0000\u0000LS Range Lowerbound (C-band)\u001c\u0000\u0000LS Range Upperbound (L-band)\r\u0000\u0000187.97500 Thz\u0018\u0000\u0000Amplifier Auto Placement \u0000\u0000Cost Optimized Amplifier Choices\b\u0000\u0000Standard\"\u0000\u0000High Performance Amplifier Choices\u001e\u0000\u0000Unidirectional amplifiers only\u0018\u0000\u0000Hybrid Amplifier Choices\u000f\u0000\u0000When Comparable8\u0000\u0000Allow Raman Pre-amplification for Span Loss greater than\u0005\u0000\u000020 dB(\u0000\u0000Allow AM2625A for Span Loss greater than\u0005\u0000\u000026 dB\u0019\u0000\u0000Unidirectional amplifiers\b\u0000\u0000Switched\u0011\u0000\u0000Equipment Options\u000f\u0000\u0000Shelf Width PSS\f\u0000\u0000ANSI 23 Inch\u0010\u0000\u0000Shelf Width PSIM\u0014\u0000\u0000EIA 19 Inch (4 post)\u0010\u0000\u0000Shelf Width PSIL\u0011\u0000\u0000Shelf Width PSI2T\u0017\u0000\u0000NE release family value\u0004\u0000\u000024.6\u0014\u0000\u0000RU VerticalSpace PSS\t\u0000\u000080 Inches\u0015\u0000\u0000RU VerticalSpace PSIM\u0005\u0000\u000044 RU\u0015\u0000\u0000RU VerticalSpace PSIL\u0016\u0000\u0000RU VerticalSpace PSI2T\u0012\u0000\u0000Fiber Storage Tray\u001e\u0000\u0000Mix PSI and PSIL in same racks\u0013\u0000\u0000Attenuation Drawers\u001e\u0000\u0000Flex Shelves in non-ETSI Racks\u001f\u0000\u0000Shelf Cover for each ETSI Shelf*\u0000\u0000Extended Shelf Cover Default (PSS-32/16/4)\u0005\u0000\u0000Racks\u0016\u0000\u0000Allow PSS-8 User Panel\u0013\u0000\u0000PSS-32 Fan Capacity\u0004\u0000\u0000High\u0016\u0000\u000011STAR1/11STAR1A Regen\b\u0000\u000011STAR1A\u0016\u0000\u0000260SCX2 Operating Mode\u000b\u0000\u0000Single Mode\u0015\u0000\u00001UD200 Operating ModeU\u0000\u0000Allow a PSC1-6 shelf to be auto-designed shared by multiple optical lines in a ROADM?\u0017\u0000\u0000Pack Placement in Shelf\u000e\u0000\u0000System Default\u0017\u0000\u0000Shelf placement in Rack\r\u0000\u0000Fill from top\u001c\u0000\u0000Preferred Line Side DWDM XFP\u0007\u0000\u0000Tunable#\u0000\u0000Preferred Line Side DWDM Attenuator\u0005\u0000\u0000Fixed\u0012\u0000\u0000Shelf Power Margin\u0002\u0000\u00000%\u0013\u0000\u0000Shelf Voltage Floor\t\u0000\u0000-39 Volts\u000e\u0000\u0000Line Isolation\u001d\u0000\u0000Apply Line Isolation on WTOCM=\u0000\u0000Line Transponders in separate shelves per MCS Add/Drop Block:(\u0000\u0000MCS Add/Drop Blocks in separate shelves:7\u0000\u0000Line Transponders in separate shelves per optical line:\u001f\u0000\u0000OTDR cards in separate shelves:\n\u0000\u0000Encrypt EC\u000b\u0000\u0000Unencrypted2\u0000\u0000Duplex Controllers on nodes with PSS-32 main shelf2\u0000\u0000Duplex Controllers on nodes with PSS-16 main shelf4\u0000\u0000Duplex Controllers on nodes with PSS-16II main shelf1\u0000\u0000Duplex Controllers on nodes with PSS-8 main shelf2\u0000\u0000Duplex Controllers on nodes with PSI-8L main shelf2\u0000\u0000Duplex Controllers on nodes with PSI-4L main shelf!\u0000\u0000Duplex Controllers on PSI-M shelf\u0014\u0000\u0000PSS-16 PF Protection\u0016\u0000\u0000PSS-16II PF Protection\u0013\u0000\u0000PSS-8 PF Protection\u0013\u0000\u0000PSS-4 PF Protection\u0015\u0000\u0000Specialty_FOC_Jumpers$\u0000\u0000PDU Type to Include with each Rack: 6\u0000\u0000Number of Site PDU input Bridge/Jumper Kits to include\u0001\u0000\u00000/\u0000\u0000Include a Slider Kit with PDU (PDU1/PDU1B only),\u0000\u0000Include a Breaker Toggle with each Breaker: \u000e\u0000\u0000GMPLS Settings\u0018\u0000\u0000Number of shortest path:\u0002\u0000\u000010\u0018\u0000\u0000Restoration Computation:\u0004\u0000\u0000FAST\u000b\u0000\u0000Site Report\u000b\u0000\u0000Site: Site1\u0006\u0000\u0000SRG:  \u0018\u0000\u0000NE: Site1-1 SID: Site1-1\u0004\u0000\u0000Type\t\u0000\u0000# Shelves\r\u0000\u0000# Spare Slots\u0004\u0000\u0000Node\u000b\u0000\u0000Segments(s)\u000b\u0000\u0000Hetero Node\n\u0000\u0000NE Release\b\u0000\u00001830 PSS\u0012\u0000\u0000PSS-32 Universal:1\n\u0000\u0000MSH4-FSB:1\n\u0000\u0000WDM I/O:12\f\u0000\u0000Site1-1-ON-1\u0005\u0000\u0000ROADM\u001d\u0000\u0000Site1-Site2 (None [Current]) \u001d\u0000\u0000Site3-Site1 (None [Current]) \u0006\u0000\u000024.6.x\u000b\u0000\u0000Site: Site2\u0018\u0000\u0000NE: Site2-1 SID: Site2-1\f\u0000\u0000Site2-1-ON-1\u001d\u0000\u0000Site2-Site3 (None [Current]) \u000b\u0000\u0000Site: Site3\u0018\u0000\u0000NE: Site3-1 SID: Site3-1\f\u0000\u0000Site3-1-ON-1D\u0000\u0000Note: Values marked with * were derived from the Network parameters.\u000b\u0000\u0000Link Report\u0002\u0000\u0000NE\n\u0000\u0000Technology\u0005\u0000\u0000Line#\u000b\u0000\u0000Virtual A/D\u0007\u0000\u0000To Node\r\u0000\u0000Control\nPlane\r\u0000\u0000Color Profile\u0003\u0000\u0000DCM\u0010\u0000\u0000Support FEC Off?\u0010\u0000\u0000WTOCM Type Usage\u0014\u0000\u0000Line Protection Type'\u0000\u0000Max Channel\nCount\nat 0dB offset\n(Route)'\u0000\u0000Max Channel\nCount\nat 0dB offset\n(Power)\u001c\u0000\u0000Power\nweighted\nchannel\ncount\b\u0000\u0001#\u0000 \u0000�\u0003\n\u0000U\u0000s\u0000e\u0000d\u0000\u0015\u0000\u0001M\u0000a\u0000x\u0000 \u0000�\u0003\n\u0000(\u0000N\u0000o\u0000m\u0000 \u0000+\u0000 \u0000R\u0000e\u0000s\u0000t\u0000o\u0000r\u0000.\u0000)\u0000\r\u0000\u0001#\u0000 \u0000�\u0003\n\u0000S\u0000u\u0000p\u0000p\u0000o\u0000r\u0000t\u0000e\u0000d\u0000\u000e\u0000\u0000PTP Card\nUsage\u000e\u0000\u0000MON-OTDR Usage\t\u0000\u0000OMD Usage\u0007\u0000\u0000Project\u0006\u0000\u0000Frozen\u0016\u0000\u0000Coherent\nChannel\nRange\u0014\u0000\u000050GHz Coherent Range\u0005\u0000\u0000ASELL\u0013\u0000\u0000Power Offset\nPolicy\u000f\u0000\u0000Reference\nWidth\u0006\u0000\u0000C Band\u0006\u0000\u0000L Band\u0007\u0000\u0000Site1-1\u000f\u0000\u0000Site1-1-Site2-1\t\u0000\u0000DWDM-FLEX\u0007\u0000\u0000ROADM 1\u0007\u0000\u0000NoColor\u0002\u0000\u0000na\u0007\u0000\u00002 of 96\u0011\u0000\u0000OMDCL with 1-line\u000e\u0000\u0000None [Current]\f\u0000\u0000Unrestricted\u0014\u0000\u00009130.000 - 9355.000*\u0014\u0000\u00008610.000 - 9085.000*\f\u0000\u0000Constant PSD\u000f\u0000\u0000Site1-1-Site3-1\u0007\u0000\u0000ROADM 2\u0007\u0000\u0000Site2-1\u000f\u0000\u0000Site2-1-Site3-1\u0007\u0000\u0000Site3-1\f\u0000\u0000Fiber Report\u0004\u0000\u0000Span\u0007\u0000\u0000Segment\f\u0000\u0000Segment\nType\t\u0000\u0000End Sites\u0003\u0000\u0000SRG\u0004\u0000\u0000Band\u0003\u0000\u0000Dir\b\u0000\u0000Len\n(km)\t\u0000\u0000OSP Fiber\r\u0000\u0000Max\nLoss\n(db)\r\u0000\u0000Min\nLoss\n(db)\u0012\u0000\u0000Dispersion (ps/nm)\u000f\u0000\u0000Slope\n(ps/nm^2)\b\u0000\u0000PMD\n(ps)\u0010\u0000\u0000Loss\nMargin\n(db)\u0013\u0000\u0000Connector\nLoss\n(db)+\u0000\u0000Max Channel Count at 0dB offset\nfor Routing5\u0000\u0000Max Channel Count at 0dB offset\nfor per-channel Power\b\u0000\u0000Capacity\u0010\u0000\u0000WTOCM Type\nUsage\u0007\u0000\u0000OTDR @A\u0007\u0000\u0000OTDR @B\u000f\u0000\u0000PTP Card \nUsage\u0010\u0000\u0000DWDM\nOSC Support\u000b\u0000\u0000MON-OTDR @A\u000b\u0000\u0000MON-OTDR @B\u0006\u0000\u0000OMD @A\u0006\u0000\u0000OMD @B\u0004\u0000\u0000Flex\u0006\u0000\u00001528nm\u0006\u0000\u00001546nm\u0006\u0000\u00001565nm\u0005\u0000\u0000A-end\u0005\u0000\u0000B-end\u0002\u0000\u0000Tx\u0002\u0000\u0000Rx\u0015\u0000\u0000Site1-1[1]-Site2-1[1]\u000b\u0000\u0000Site1-Site2\b\u0000\u0000External\u0005\u0000\u0000Site1\u0005\u0000\u0000Site2\u0003\u0000\u0000C+L\u0006\u0000\u0000 <--> \u0005\u0000\u000022.0*\u0005\u0000\u000021.0*\u0007\u0000\u00001254.4*\u0007\u0000\u00001333.6*\u0007\u0000\u00001417.2*\u0004\u0000\u00004.4*\u0004\u0000\u00000.4*\u0004\u0000\u00001.0*\u0004\u0000\u00000.5*\u0003\u0000\u000096*\u0007\u0000\u0000No - No\u0006\u0000\u0000OTDRWB\u0015\u0000\u0000Site1-1[2]-Site3-1[1]\u000b\u0000\u0000Site3-Site1\u0005\u0000\u0000Site3\u0015\u0000\u0000Site2-1[2]-Site3-1[2]\u000b\u0000\u0000Site2-Site3D\u0000\u0000Note: Values marked with * were calculated by the WaveSuite Planner.\u0011\u0000\u0000OT-OT Link Report\u0007\u0000\u0000Site ID\u0005\u0000\u0000NE ID\u000e\u0000\u0000A-end \nOT Type\u0014\u0000\u0000A-end \nOT shelf-port\u000e\u0000\u0000A-end \nOT port\u000e\u0000\u0000B-end \nOT Type\u0014\u0000\u0000B-end \nOT shelf-port\u000e\u0000\u0000B-end \nOT port\u001e\u0000\u0000OA and DCM Report Single bands\u0004\u0000\u0000Line\u0005\u0000\u0000Fiber\u000e\u0000\u0000MON-OTDR\nUsage\t\u0000\u0000OMD\nUsage\u000b\u0000\u0001M\u0000i\u0000n\u0000\n\u0000r\u0000e\u0000q\u0000'\u0000d\u0000 \u0000�\u0003\u0001\u0000\u0000#\u0007\u0000\u0000IPREAMP\u000f\u0000\u0000Pre-Amp/Booster\u0002\u0000\u0000OA\u0005\u0000\u0000Atten\u0006\u0000\u0000CWR/WR\t\u0000\u0000Power Out\u001b\u0000\u0000Residual Dispersion (ps/nm)\t\u0000\u0000Loss\n(dB)\t\u0000\u0000Gain\n(dB)\u0006\u0000\u0000OAName\u0005\u0000\u0000Range\u0007\u0000\u0000OSC SFP\r\u0000\u0000Shelf#/\nSlot#\u0003\u0000\u0000VOA\u0002\u0000\u0000In\u0003\u0000\u0000Out\u0006\u0000\u0000Shelf#\u0007\u0000\u0000OH\n(dB)\u000f\u0000\u0001S\u0000i\u0000g\u0000 \u0000O\u0000u\u0000t\u0000\n\u0000(\u0000d\u0000B\u0000m\u0000/\u0000�\u0003)\u0000\u000f\u0000\u0001N\u0000o\u0000m\u0000i\u0000n\u0000a\u0000l\u0000\n\u0000(\u0000d\u0000B\u0000m\u0000/\u0000�\u0003)\u0000\n\u0000\u0000Delta\n(dB)\f\u0000\u0000Launch\n(dBm)\u000e\u0000\u0001N\u0000o\u0000m\u0000i\u0000n\u0000a\u0000l\u0000(\u0000d\u0000B\u0000m\u0000/\u0000�\u0003)\u0000\t\u0000\u0000Delta(dB)\u0003\u0000\u0000Rcv\u0004\u0000\u0000none\u0005\u0000\u0000RA5PB\t\u0000\u0000IRDM32rcv\u0007\u0000\u0000LowGain\t\u0000\u0000SWR-1.2O*\u0003\u0000\u00001/3\u0003\u0000\u0000Xmt\t\u0000\u0000IRDM32xmt\u0003\u0000\u00001/8\u001d\u0000\u0000OA and DCM Report Mixed bands\b\u0000\u0000CwL Ba<\u0000�\u0010\u0000nd\b\u0000\u0000LwC Band\f\u0000\u0000Shelf Report\u000b\u0000\u0000NE: Site1-1\u0006\u0000\u0000Number\t\u0000\u0000Power (W)\u0007\u0000\u0000Typical\u0007\u0000\u0000Maximum\u0010\u0000\u0000Power Margin (%)\u0012\u0000\u0000Voltage Floor (-V)\u001a\u0000\u0000PSS-8 AC Voltage Floor (V)\u0010\u0000\u0000Slot Information\u0010\u0000\u0000PSS-32 Universal\u0003\u0000\u0000N/A\u001a\u0000\u00001: 32EC3 (None [Current]) \u001c\u0000\u000019: PFDC50 (None [Current]) +\u0000\u00002: RA5PB (None [Current]) (Site1-1-ON-1, 1),\u0000\u00003: IRDM32 (None [Current]) (Site1-1-ON-1, 1)+\u0000\u00004: OMDCL (None [Current]) (Site1-1-ON-1, 1)*\u0000\u00005: MCS8-16 (None [Current]) (Site1-1-ON-1)*\u0000\u00006: AAR2X8A (None [Current]) (Site1-1-ON-1)+\u0000\u00007: RA5PB (None [Current]) (Site1-1-ON-1, 2),\u0000\u00008: IRDM32 (None [Current]) (Site1-1-ON-1, 2)+\u0000\u00009: OMDCL (None [Current]) (Site1-1-ON-1, 2)\u000b\u0000\u000010: [empty]\u000b\u0000\u000028: [empty]\u000b\u0000\u000011: [empty]\u000b\u0000\u000029: [empty]\u000b\u0000\u000012: [empty]\u000b\u0000\u000030: [empty]\u000b\u0000\u000013: [empty]\u000b\u0000\u000031: [empty]\u000b\u0000\u000014: [empty]\u001e\u0000\u000032: S6AD600H (None [Current]) \u000b\u0000\u000015: [empty]\u000b\u0000\u000016: [empty]\u001e\u0000\u000034: S6AD600H (None [Current]) \u000b\u0000\u000017: [empty]\u001b\u0000\u000018: 32EC3 (None [Current]) \u001c\u0000\u000036: PFDC50 (None [Current]) \n\u0000\u000037: FAN32H\b\u0000\u0000MSH4-FSB$\u0000\u0000(Site1-1-ON-1, 1; Site1-1-ON-1, 2; )\u000b\u0000\u0000NE: Site2-1+\u0000\u00002: RA5PB (None [Current]) (Site2-1-ON-1, 1),\u0000\u00003: IRDM32 (None [Current]) (Site2-1-ON-1, 1)+\u0000\u00004: OMDCL (None [Current]) (Site2-1-ON-1, 1)*\u0000\u00005: MCS8-16 (None [Current]) (Site2-1-ON-1)*\u0000\u00006: AAR2X8A (None [Current]) (Site2-1-ON-1)+\u0000\u00007: RA5PB (None [Current]) (Site2-1-ON-1, 2),\u0000\u00008: IRDM32 (None [Current]) (Site2-1-ON-1, 2)+\u0000\u00009: OMDCL (None [Current]) (Site2-1-ON-1, 2)$\u0000\u0000(Site2-1-ON-1, 1; Site2-1-ON-1, 2; )\u000b\u0000\u0000NE: Site3-1+\u0000\u00002: RA5PB (None [Current]) (Site3-1-ON-1, 1),\u0000\u00003: IRDM32 (None [Current]) (Site3-1-ON-1, 1)+\u0000\u00004: OMDCL (None [Current]) (Site3-1-ON-1, 1)*\u0000\u00005: MCS8-16 (None [Current]) (Site3-1-ON-1)*\u0000\u00006: AAR2X8A (None [Current]) (Site3-1-ON-1)+\u0000\u00007: RA5PB (None [Current]) (Site3-1-ON-1, 2),\u0000\u00008: IRDM32 (None [Current]) (Site3-1-ON-1, 2)+\u0000\u00009: OMDCL (None [Current]) (Site3-1-ON-1, 2)$\u0000\u0000(Site3-1-ON-1, 1; Site3-1-ON-1, 2; )\u0006\u0000\u0000Trails\u0005\u0000\u0000Trail\r\u0000\u0000Deployed\nName\n\u0000\u0000Trail\nType\u0007\u0000\u0000WT\nKeys\u0010\u0000\u0000Channel\nAssigned\r\u0000\u0000Include Color\r\u0000\u0000Exclude Color\u000f\u0000\u0000Color Violation\u0010\u0000\u0000Bucket\nViolation\f\u0000\u0000Multi\nRegion\u000b\u0000\u0000Allow\nRegen\u0011\u0000\u0000D5X500 Compatible\u000b\u0000\u0000Routed\nOver\n\u0000\u0000Protection\u001b\u0000\u0000Partial Disjointness Metric\u000b\u0000\u0000Restoration\u0012\u0000\u0000Route Disjointness\u001d\u0000\u0000GMPLS Failure Scenario Impact\u0003\u0000\u0000End\u0004\u0000\u0000Site\u0007\u0000\u0000NE\nType\f\u0000\u0000Optical Node\u0005\u0000\u0000OT NE\u0002\u0000\u0000OT\u000f\u0000\u0000OT Mode/Profile\u0011\u0000\u0000OT Phase Encoding\t\u0000\u0000Line Rate\t\u0000\u0000Baud Rate\f\u0000\u0000Signal Width\u0005\u0000\u0000Shelf\u0004\u0000\u0000Slot\r\u0000\u0000Allow\nSharing\t\u0000\u0000Line\nPort\u000b\u0000\u0000Client\nPort\r\u0000\u0000Cascade Trail\u0018\u0000\u0000reference OT \nfor 1830LX\u0013\u0000\u0000Reference\nFrequency\u0003\u0000\u0000MRN\u0006\u0000\u0000Source\u000b\u0000\u0000Destination\u000e\u0000\u0000Disjoint Trail\u0004\u0000\u0000Down\b\u0000\u0000Restored\u0006\u0000\u0000Trail1\u0003\u0000\u0000OCH\u0007\u0000\u0000Unkeyed\b\u0000\u00009355.000\u0001\u0000\u0000C\u000b\u0000\u0000Unprotected\u000e\u0000\u0000Primary Source\b\u0000\u0000S6AD600H\u001c\u0000\u000029. 400G@85.82Gbaud - 16SQAM\b\u0000\u0000Absolute\u0004\u0000\u0000400G\u0007\u0000\u000085GBaud\u0006\u0000\u0000100GHz\u0002\u0000\u0000no\u0002\u0000\u0000L1\u000b\u0000\u0000OTSi - OTSi\u0013\u0000\u0000Primary Destination\u0007\u0000\u0000SDFEC-V\u000b\u0000\u0000Bidir PT-PT\u0006\u0000\u0000Trail2\u0006\u0000\u0000Trail3\b\u0000\u0000Services\u0007\u0000\u0000Service\r\u0000\u0000Client\nStatus\u0006\u0000\u0000Signal\t\u0000\u0000Interface\t\u0000\u0000Container\u001b\u0000\u0000C-Band Trail Routing Report\u0004\u0000\u0000Path\u000f\u0000\u0000Manually Routed\r\u0000\u0000Channel\n(FEC)\u0011\u0000\u0000Channel\nLine Rate\u0004\u0000\u0000Link\u0005\u0000\u0000Valid\f\u0000\u0000Power Offset\u0013\u0000\u0000Optical\nTermination\n\u0000\u0000Tlinkcheck\u0012\u0000\u0000Required\nOSNR (dB)\u0013\u0000\u0000Delivered OSNR (dB)\u0004\u0000\u0000Nom.\u0004\u0000\u0000Min.\u0010\u0000\u0000OSNR\nMargin (dB)\u001b\u0000\u0000Delivered EOL\nQ factor (dB)\n\u0000\u0000PreFEC\nBER\f\u0000\u0000Weighted\nNPS\u0015\u0000\u0000Weighted\nFilter count\u0003\u0000\u0000PMD\b\u0000\u0000PDL (dB)\u000b\u0000\u0000Feasibility\u0013\u0000\u0000Delivered\nOSNR (dB)\u0014\u0000\u0000Min Drop Power (dBm)\r\u0000\u0000PMD\nFeasibil.\u0015\u0000\u0000Delivered Power (dBm)\f\u0000\u0000Regen\nReason\u000b\u0000\u0000OT/OPS\nType\u0013\u0000\u0000OT/OPS\nMode/Profile\f\u0000\u0000OT/OPS\nShelf\u000b\u0000\u0000OT/OPS\nSlot\u000b\u0000\u0000OT/OPS\nport!\u0000\u0000CWR/SFD/SFC/PSC/MCS/ASC/MXN/MLFSB\u0004\u0000\u0000Port\u000e\u0000\u0000Latency (mSec)\r\u0000\u0000Distance (Km)\u0013\u0000\u0000A->B:3.01,B->A:3.01\u0007\u0000\u0000MCS8-16\u0004\u0000\u0000A/D1\n\u0000\u00000.39(B->A)\n\u0000\u000080.0(B->A)\u0004\u0000\u0000OTSi\t\u0000\u0000(SDFEC-V)\n\u0000\u00000.39(A->B)\n\u0000\u000080.0(A->B)\u0004\u0000\u0000A/D2\u001b\u0000\u0000L-Band Trail Routing Report\u0006\u0000\u00001570nm\u0006\u0000\u00001591nm\u0006\u0000\u00001611nm\u0016\u0000\u0000Packet Demands-Routing\r\u0000\u0000Packet Demand\r\u0000\u0000Bandwidth/CIR\f\u0000\u0000Packet Links\u0003\u0000\u0000S/D\u0011\u0000\u0000Packet Connection\u0016\u0000\u0000Packet Connection Rate\u0007\u0000\u0000OT Type\b\u0000\u0000OT Shelf\u0007\u0000\u0000OT Slot\u0007\u0000\u0000OT Port\u0007\u0000\u0000OT Mode\u0012\u0000\u0000Packet Connections\u0016\u0000\u0000Packet\nConnection Rate\u0017\u0000\u0000Available\nBandwidth/CIR\u000e\u0000\u0000Packet Demands\u000e\u0000\u0000Systems Report\u000b\u0000\u0000System Name\b\u0000\u0000Topology\t\u0000\u0000Node Name\u0010\u0000\u0000Power Management\u0018\u0000\u0000L1 Configurations Report\u0004\u0000\u0000Ring\f\u0000\u0000Design\nState\n\u0000\u0000Shelf\nType\u0019\u0000\u0000Client/Line\nConfiguration\f\u0000\u0000Circuit\nPack\u0015\u0000\u0000Supporting\nOCh Trails\u0012\u0000\u0000OCh Trail\nCapacity@\u0000\u0000Internal Backplane Connection\n(Shelf/Slot/BPx to Shelf/Slot/BPx)\f\u0000\u0000Error Report\b\u0000\u0000Severity\u000e\u0000\u0000Error Location\u0011\u0000\u0000Error Description\u0007\u0000\u0000WARNING\u0006\u0000\u0000Designw\u0000\u0000There is at least one not optimized MCS/PSC/ASC add/drop block in the network. Check details in ASE Noise Level report.�\u0000z\u0002\b\u0000�F\u0000\u0000\f\u0000\u0000\u0000pG\u0000\u0000�\u0000\u0000\u0000�G\u0000\u00000\u0001\u0000\u0000hH\u0000\u0000�\u0001\u0000\u00004I\u0000\u0000}\u0002\u0000\u0000�I\u0000\u0000-\u0003\u0000\u0000�J\u0000\u0000�\u0003\u0000\u0000_K\u0000\u0000�\u0004\u0000\u0000\u0016L\u0000\u0000_\u0005\u0000\u0000\u0000M\u0000\u0000I\u0006\u0000\u0000�M\u0000\u0000�\u0006\u0000\u0000@N\u0000\u0000�\u0007\u0000\u0000_O\u0000\u0000�\b\u0000\u0000�O\u0000\u0000H\t\u0000\u0000yP\u0000\u0000�\t\u0000\u0000�Q\u0000\u0000�\n\u0000\u0000PR\u0000\u0000�\u000b\u0000\u0000)S\u0000\u0000r\f\u0000\u0000�S\u0000\u00005\r\u0000\u0000T\u0000\u0000�\r\u0000\u0000)U\u0000\u0000r\u000e\u0000\u0000�U\u0000\u00006\u000f\u0000\u0000�V\u0000\u0000\u001c\u0010\u0000\u0000nW\u0000\u0000�\u0010\u0000\u0000�X\u0000\u0000�\u0011\u0000\u0000�Y\u0000\u0000+\u0013\u0000\u0000�Z\u0000\u0000#\u0014\u0000\u0000�[\u0000\u0000�\u0014\u0000\u0000�[\u0000\u0000E\u0015\u0000\u0000n\\\u0000\u0000�\u0015\u0000\u0000\u0017]\u0000\u0000`\u0016\u0000\u0000�]\u0000\u0000\u0007\u0017\u0000\u00009^\u0000\u0000�\u0017\u0000\u0000+_\u0000\u0000t\u0018\u0000\u0000�_\u0000\u0000�\u0018\u0000\u0000�_\u0000\u0000F\u0019\u0000\u0000�`\u0000\u0000�\u0019\u0000\u0000�`\u0000\u00002\u001a\u0000\u0000?a\u0000\u0000�\u001a\u0000\u0000\u000bb\u0000\u0000T\u001b\u0000\u0000|b\u0000\u0000�\u001b\u0000\u0000�b\u0000\u0000\u0005\u001c\u0000\u0000\u0011c\u0000\u0000Z\u001c\u0000\u0000Tc\u0000\u0000�\u001c\u0000\u0000�c\u0000\u0000\u0003\u001d\u0000\u0000nd\u0000\u0000�\u001d\u0000\u0000�d\u0000\u0000=\u001e\u0000\u0000Oe\u0000\u0000�\u001e\u0000\u0000�e\u0000\u0000�\u001e\u0000\u00002f\u0000\u0000{\u001f\u0000\u0000�f\u0000\u0000�\u001f\u0000\u0000�f\u0000\u0000E \u0000\u0000xg\u0000\u0000� \u0000\u0000kh\u0000\u0000�!\u0000\u0000zi\u0000\u0000�\"\u0000\u0000�i\u0000\u0000F#\u0000\u0000�j\u0000\u0000�#\u0000\u0000\u0006l\u0000\u0000O%\u0000\u0000Nm\u0000\u0000�&\u0000\u0000.n\u0000\u0000w'\u0000\u0000�n\u0000\u0000�'\u0000\u0000Co\u0000\u0000�(\u0000\u0000�o\u0000\u0000�(\u0000\u0000\u0006p\u0000\u0000O)\u0000\u0000wp\u0000\u0000�)\u0000\u0000�p\u0000\u0000\u0012*\u0000\u0000%q\u0000\u0000n*\u0000\u0000�q\u0000\u0000�*\u0000\u0000\u0006r\u0000\u0000O+\u0000\u0000yr\u0000\u0000�+\u0000\u0000�r\u0000\u0000?,\u0000\u0000�s\u0000\u0000�,\u0000\u0000\u0019t\u0000\u0000b-\u0000\u0000qt\u0000\u0000�-\u0000\u0000�t\u0000\u00003.\u0000\u0000Uu\u0000\u0000�.\u0000\u0000�u\u0000\u0000+/\u0000\u0000jv\u0000\u0000�/\u0000\u0000#w\u0000\u0000l0\u0000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000�|\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001b\u0000\u0018\u0000\u0000&CCover&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u0011\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000\u0002$\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000\u0016\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000\u0018\u0000\u0002\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000\u0019\u0000\u0003\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000\u0018\u0000\u0004\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000\u0019\u0000\u0005\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000\u0018\u0000\u0006\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000\u0019\u0000\u0007\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000\u0018\u0000\b\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000\u0019\u0000\u0007\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000\u0018\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000\u0019\u0000\n\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0000\u0000\u0018\u0000\u000b\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0001\u0000\u0019\u0000\f\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0000\u0000\u0018\u0000\r\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0001\u0000\u0019\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0000\u0000\u0018\u0000\u000f\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0001\u0000\u0019\u0000\u0010\u0000\u0000\u0000�\u0000\u0018\u0000�\u0001\u0000\u0000�\u0000\u000e\u0000\u000e\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000>\u0002\u0012\u0000�\u0006\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000�~\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000(\u0000%\u0000\u0000&CDesign Description&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000 N\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0002\u0000�\u000b\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000.\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000/\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u00001\u0000\u0004\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0001\u00002\u0000�\u0000\n\u0000p\u0000\u0000\u0000(\u0000\u000e\u0000\u000e\u0000>\u0002\u0012\u0000�\u0000\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002$\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000#�\u0000\u0000k�\u0000\u0000��\u0000\u0000ߘ\u0000\u0000��\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000 \u0000\u001d\u0000\u0000&CParameters&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�R\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000\"1\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0010\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0011\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0012\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0013\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0014\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0015\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0016\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0017\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0018\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0019\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001a\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001b\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001c\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001d\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001e\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001f\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000 \u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000G\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000H\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000H\u0000\u0012\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000J\u0000\u0013\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000K\u0000\u0003\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000J\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000K\u0000\u0005\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000J\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000K\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000J\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0000\u0000J\u0000\u0019\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0000\u0000J\u0000\u001a\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0001\u0000K\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0000\u0000J\u0000\u001c\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0001\u0000K\u0000\u001d\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000J\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0001\u0000K\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0000\u0000J\u0000 \u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0001\u0000K\u0000!\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0000\u0000J\u0000\"\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0001\u0000K\u0000#\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0000\u0000J\u0000$\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0001\u0000K\u0000%\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0000\u0000J\u0000&\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0000\u0000J\u0000'\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0000\u0000J\u0000)\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0001\u0000K\u0000*\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0000\u0000J\u0000+\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0000\u0000J\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0001\u0000K\u0000-\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0000\u0000J\u0000.\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0001\u0000K\u0000/\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0000\u0000J\u00000\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0001\u0000K\u00001\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0000\u0000J\u00002\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0000\u0000J\u00003\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0000\u0000J\u00004\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0000\u0000J\u00005\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0000\u0000J\u00006\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0001\u0000K\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u001b\u0000\u0000\u0000J\u00007\u0000\u0000\u0000�\u0000\n\u0000\u001b\u0000\u0001\u0000K\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u001c\u0000\u0000\u0000J\u00008\u0000\u0000\u0000�\u0000\n\u0000\u001c\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u001d\u0000\u0000\u0000J\u00009\u0000\u0000\u0000�\u0000\n\u0000\u001d\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u001e\u0000\u0000\u0000J\u0000:\u0000\u0000\u0000�\u0000\n\u0000\u001e\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u001f\u0000\u0000\u0000H\u0000;\u0000\u0000\u0000�\u0000\n\u0000 \u0000\u0000\u0000J\u0000<\u0000\u0000\u0000�\u0000\n\u0000 \u0000\u0001\u0000K\u0000=\u0000\u0000\u0000�\u0000D\u0000�\u0005\u0000\u0000l\u0002\u000e\u0000\u000e\u0000\u000e\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u000e\u0000\b\u0002\u0010\u0000!\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\"\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000#\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000$\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000%\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000&\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000'\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000(\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000)\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000*\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000+\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000,\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000-\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000.\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000/\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u00000\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u00001\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u00002\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u00003\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u00004\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u00005\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u00006\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u00007\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u00008\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u00009\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000:\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000;\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000<\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000=\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000>\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000?\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000@\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000!\u0000\u0000\u0000J\u0000>\u0000\u0000\u0000�\u0000\n\u0000!\u0000\u0001\u0000K\u0000?\u0000\u0000\u0000�\u0000\n\u0000\"\u0000\u0000\u0000J\u0000@\u0000\u0000\u0000�\u0000\n\u0000\"\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000#\u0000\u0000\u0000J\u0000A\u0000\u0000\u0000�\u0000\n\u0000#\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000$\u0000\u0000\u0000J\u0000B\u0000\u0000\u0000�\u0000\n\u0000$\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000%\u0000\u0000\u0000J\u0000C\u0000\u0000\u0000�\u0000\n\u0000%\u0000\u0001\u0000K\u0000D\u0000\u0000\u0000�\u0000\n\u0000&\u0000\u0000\u0000J\u0000E\u0000\u0000\u0000�\u0000\n\u0000&\u0000\u0001\u0000K\u0000F\u0000\u0000\u0000�\u0000\n\u0000'\u0000\u0000\u0000J\u0000G\u0000\u0000\u0000�\u0000\n\u0000'\u0000\u0001\u0000K\u0000H\u0000\u0000\u0000�\u0000\n\u0000(\u0000\u0000\u0000J\u0000I\u0000\u0000\u0000�\u0000\n\u0000(\u0000\u0001\u0000K\u0000J\u0000\u0000\u0000�\u0000\n\u0000)\u0000\u0000\u0000J\u0000K\u0000\u0000\u0000�\u0000\n\u0000)\u0000\u0001\u0000K\u0000L\u0000\u0000\u0000�\u0000\n\u0000*\u0000\u0000\u0000J\u0000M\u0000\u0000\u0000�\u0000\n\u0000*\u0000\u0001\u0000K\u0000N\u0000\u0000\u0000�\u0000\n\u0000+\u0000\u0000\u0000J\u0000O\u0000\u0000\u0000�\u0000\n\u0000+\u0000\u0001\u0000K\u0000P\u0000\u0000\u0000�\u0000\n\u0000,\u0000\u0000\u0000J\u0000Q\u0000\u0000\u0000�\u0000\n\u0000,\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000-\u0000\u0000\u0000J\u0000R\u0000\u0000\u0000�\u0000\n\u0000-\u0000\u0001\u0000K\u0000S\u0000\u0000\u0000�\u0000\n\u0000.\u0000\u0000\u0000J\u0000T\u0000\u0000\u0000�\u0000\n\u0000.\u0000\u0001\u0000K\u0000U\u0000\u0000\u0000�\u0000\n\u0000/\u0000\u0000\u0000J\u0000V\u0000\u0000\u0000�\u0000\n\u0000/\u0000\u0001\u0000K\u0000W\u0000\u0000\u0000�\u0000\n\u00000\u0000\u0000\u0000J\u0000X\u0000\u0000\u0000�\u0000\n\u00000\u0000\u0001\u0000K\u0000Y\u0000\u0000\u0000�\u0000\n\u00001\u0000\u0000\u0000J\u0000Z\u0000\u0000\u0000�\u0000\n\u00001\u0000\u0001\u0000K\u0000[\u0000\u0000\u0000�\u0000\n\u00002\u0000\u0000\u0000J\u0000\\\u0000\u0000\u0000�\u0000\n\u00002\u0000\u0001\u0000K\u0000[\u0000\u0000\u0000�\u0000\n\u00003\u0000\u0000\u0000J\u0000]\u0000\u0000\u0000�\u0000\n\u00003\u0000\u0001\u0000K\u0000W\u0000\u0000\u0000�\u0000\n\u00004\u0000\u0000\u0000J\u0000^\u0000\u0000\u0000�\u0000\n\u00004\u0000\u0001\u0000K\u0000Y\u0000\u0000\u0000�\u0000\n\u00005\u0000\u0000\u0000J\u0000_\u0000\u0000\u0000�\u0000\n\u00005\u0000\u0001\u0000K\u0000[\u0000\u0000\u0000�\u0000\n\u00006\u0000\u0000\u0000J\u0000`\u0000\u0000\u0000�\u0000\n\u00006\u0000\u0001\u0000K\u0000[\u0000\u0000\u0000�\u0000\n\u00007\u0000\u0000\u0000J\u0000a\u0000\u0000\u0000�\u0000\n\u00007\u0000\u0001\u0000K\u0000b\u0000\u0000\u0000�\u0000\n\u00008\u0000\u0000\u0000J\u0000c\u0000\u0000\u0000�\u0000\n\u00008\u0000\u0001\u0000K\u0000S\u0000\u0000\u0000�\u0000\n\u00009\u0000\u0000\u0000J\u0000d\u0000\u0000\u0000�\u0000\n\u00009\u0000\u0001\u0000K\u0000e\u0000\u0000\u0000�\u0000\n\u0000:\u0000\u0000\u0000J\u0000f\u0000\u0000\u0000�\u0000\n\u0000:\u0000\u0001\u0000K\u0000g\u0000\u0000\u0000�\u0000\n\u0000;\u0000\u0000\u0000J\u0000h\u0000\u0000\u0000�\u0000\n\u0000;\u0000\u0001\u0000K\u0000i\u0000\u0000\u0000�\u0000\n\u0000<\u0000\u0000\u0000J\u0000j\u0000\u0000\u0000�\u0000\n\u0000<\u0000\u0001\u0000K\u0000k\u0000\u0000\u0000�\u0000\n\u0000=\u0000\u0000\u0000J\u0000l\u0000\u0000\u0000�\u0000\n\u0000=\u0000\u0001\u0000K\u0000m\u0000\u0000\u0000�\u0000\n\u0000>\u0000\u0000\u0000J\u0000n\u0000\u0000\u0000�\u0000\n\u0000>\u0000\u0001\u0000K\u0000o\u0000\u0000\u0000�\u0000\n\u0000?\u0000\u0000\u0000J\u0000p\u0000\u0000\u0000�\u0000\n\u0000?\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000@\u0000\u0000\u0000J\u0000q\u0000\u0000\u0000�\u0000\n\u0000@\u0000\u0001\u0000K\u0000r\u0000\u0000\u0000�\u0000D\u0000\u0000\u0006\u0000\u0000l\u0002\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\b\u0002\u0010\u0000A\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000B\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000C\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000D\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000E\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000F\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000G\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000H\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000I\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000J\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000K\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000L\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000M\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000N\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000O\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000P\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000Q\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000R\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000S\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000T\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000U\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000V\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000W\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000X\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000Y\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000Z\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000[\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\\\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000]\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000^\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000_\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000`\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000A\u0000\u0000\u0000J\u0000s\u0000\u0000\u0000�\u0000\n\u0000A\u0000\u0001\u0000K\u0000[\u0000\u0000\u0000�\u0000\n\u0000B\u0000\u0000\u0000J\u0000t\u0000\u0000\u0000�\u0000\n\u0000B\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000C\u0000\u0000\u0000J\u0000u\u0000\u0000\u0000�\u0000\n\u0000C\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000D\u0000\u0000\u0000J\u0000v\u0000\u0000\u0000�\u0000\n\u0000D\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000E\u0000\u0000\u0000J\u0000w\u0000\u0000\u0000�\u0000\n\u0000E\u0000\u0001\u0000K\u0000x\u0000\u0000\u0000�\u0000\n\u0000F\u0000\u0000\u0000J\u0000y\u0000\u0000\u0000�\u0000\n\u0000F\u0000\u0001\u0000K\u0000z\u0000\u0000\u0000�\u0000\n\u0000G\u0000\u0000\u0000J\u0000{\u0000\u0000\u0000�\u0000\n\u0000G\u0000\u0001\u0000K\u0000|\u0000\u0000\u0000�\u0000\n\u0000H\u0000\u0000\u0000J\u0000}\u0000\u0000\u0000�\u0000\n\u0000H\u0000\u0001\u0000K\u0000~\u0000\u0000\u0000�\u0000\n\u0000I\u0000\u0000\u0000J\u0000\u0000\u0000\u0000�\u0000\n\u0000I\u0000\u0001\u0000K\u0000|\u0000\u0000\u0000�\u0000\n\u0000J\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000J\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000K\u0000\u0000\u0000H\u0000�\u0000\u0000\u0000�\u0000\n\u0000L\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000L\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000M\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000M\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000N\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000N\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000O\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000O\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000P\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000P\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000Q\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000Q\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000R\u0000\u0000\u0000H\u0000�\u0000\u0000\u0000�\u0000\n\u0000S\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000S\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000T\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000T\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000U\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000U\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000V\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000V\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000W\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000W\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000X\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000X\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000Y\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000Y\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000Z\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000Z\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000[\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000[\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000\\\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\\\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000]\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000]\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000^\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000^\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000_\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000_\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000`\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000`\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000D\u0000�\u0005\u0000\u0000l\u0002\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u000e\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u000e\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\b\u0002\u0010\u0000a\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000b\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000c\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000d\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000e\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000f\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000g\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000h\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000i\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000j\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000k\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000l\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000m\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000n\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000o\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000p\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000q\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000r\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000s\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000t\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000u\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000v\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000w\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000x\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000y\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000z\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000{\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000|\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000}\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000~\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000�\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000a\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000a\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000b\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000b\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000c\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000c\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000d\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000d\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000e\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000e\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000f\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000f\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000g\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000g\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000h\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000h\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000i\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000i\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000j\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000j\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000k\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000k\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000l\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000l\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000m\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000m\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000n\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000n\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000o\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000o\u0000\u0001\u0000K\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000p\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000p\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000q\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000q\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000r\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000r\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000s\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000s\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000t\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000t\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000u\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000u\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000v\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000v\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000w\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000w\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000x\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000x\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000y\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000y\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000z\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000z\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000{\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000{\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000|\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000|\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000}\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000}\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000~\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000~\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0001\u0000K\u0000(\u0000\u0000\u0000�\u0000D\u0000\u0000\u0006\u0000\u0000l\u0002\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\b\u0002\u0010\u0000�\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000�\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000�\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000�\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000�\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000�\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000�\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000�\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000�\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0001\u0000K\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0001\u0000K\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0000\u0000H\u0000�\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0000\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0001\u0000K\u0000�\u0000\u0000\u0000�\u0000\u0014\u0000r\u0001\u0000\u0000�\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u000e\u0000\u001c\u0000>\u0002\u0012\u0000�\u0000\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000:\u0000\u0007\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0000\u0000\u0001\u0000\u001f\u0000\u001f\u0000\u0000\u0000\u0001\u0000K\u0000K\u0000\u0000\u0000\u0001\u0000R\u0000R\u0000\u0000\u0000\u0001\u0000�\u0000�\u0000\u0000\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010�\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001a\u0000\u0017\u0000\u0000&CSite&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\u0010\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000�\u0018\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000�\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\u0007\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000\u0007\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000\u0007\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000\u0007\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0011\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0012\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0013\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0014\u0000\u0000\u0000\u0007\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0015\u0000\u0000\u0000\u0007\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0016\u0000\u0000\u0000\u0007\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0018\u0000\u0000\u0000\u0007\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000`\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000a\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000t\u0000�\u0000\u0000\u0000�\u0000\u0012\u0000\u0003\u0000\u0001\u0000t\u0000t\u0000t\u0000t\u0000t\u0000t\u0000\u0006\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000v\u0000�\u0000\u0000\u0000�\u0000\u0012\u0000\u0004\u0000\u0001\u0000v\u0000v\u0000v\u0000v\u0000v\u0000v\u0000\u0006\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000v\u0000�\u0000\u0000\u0000�\u0000\u0012\u0000\u0005\u0000\u0001\u0000v\u0000v\u0000v\u0000v\u0000v\u0000v\u0000\u0006\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0002\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0003\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0004\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0005\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0006\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000j\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0002\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0003\u0000j\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0004\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0005\u0000f\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0006\u0000p\u0000�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\b\u0000\u0000\u0000f\u0000�\u0000\n\u0000\b\u0000\u0001\u0000k\u0000�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\b\u0000\u0002\u0000f\u0000�\u0000\n\u0000\b\u0000\u0003\u0000k\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0004\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0005\u0000f\u0000p\u0000\u0006\u0000�\u0000\n\u0000\n\u0000\u0000\u0000t\u0000�\u0000\u0000\u0000�\u0000\u0012\u0000\n\u0000\u0001\u0000t\u0000t\u0000t\u0000t\u0000t\u0000t\u0000\u0006\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000v\u0000�\u0000\u0000\u0000�\u0000\u0012\u0000\u000b\u0000\u0001\u0000v\u0000v\u0000v\u0000v\u0000v\u0000v\u0000\u0006\u0000�\u0000\n\u0000\f\u0000\u0000\u0000v\u0000�\u0000\u0000\u0000�\u0000\u0012\u0000\f\u0000\u0001\u0000v\u0000v\u0000v\u0000v\u0000v\u0000v\u0000\u0006\u0000�\u0000\n\u0000\r\u0000\u0000\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0001\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0002\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0003\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0004\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0005\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0006\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0000\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0001\u0000j\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0002\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0003\u0000j\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0004\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0005\u0000f\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0006\u0000p\u0000�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u000f\u0000\u0000\u0000f\u0000�\u0000\n\u0000\u000f\u0000\u0001\u0000k\u0000�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u000f\u0000\u0002\u0000f\u0000�\u0000\n\u0000\u000f\u0000\u0003\u0000k\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0004\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0005\u0000f\u0000p\u0000\u0006\u0000�\u0000\n\u0000\u0011\u0000\u0000\u0000t\u0000�\u0000\u0000\u0000�\u0000\u0012\u0000\u0011\u0000\u0001\u0000t\u0000t\u0000t\u0000t\u0000t\u0000t\u0000\u0006\u0000�\u0000\n\u0000\u0012\u0000\u0000\u0000v\u0000�\u0000\u0000\u0000�\u0000\u0012\u0000\u0012\u0000\u0001\u0000v\u0000v\u0000v\u0000v\u0000v\u0000v\u0000\u0006\u0000�\u0000\n\u0000\u0013\u0000\u0000\u0000v\u0000�\u0000\u0000\u0000�\u0000\u0012\u0000\u0013\u0000\u0001\u0000v\u0000v\u0000v\u0000v\u0000v\u0000v\u0000\u0006\u0000�\u0000\n\u0000\u0014\u0000\u0000\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0001\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0002\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0003\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0004\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0005\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0006\u0000u\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0000\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0001\u0000j\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0002\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0003\u0000j\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0004\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0005\u0000f\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0006\u0000p\u0000�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0016\u0000\u0000\u0000f\u0000�\u0000\n\u0000\u0016\u0000\u0001\u0000k\u0000�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0016\u0000\u0002\u0000f\u0000�\u0000\n\u0000\u0016\u0000\u0003\u0000k\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0004\u0000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0005\u0000f\u0000p\u0000\u0006\u0000�\u0000\n\u0000\u0018\u0000\u0000\u0000x\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0001\u0000x\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0002\u0000x\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0003\u0000x\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0004\u0000x\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0005\u0000x\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0006\u0000x\u0000�\u0000\u0000\u0000�\u0000.\u0000�\u0006\u0000\u0000�\u0001\u000e\u0000\u000e\u0000$\u0000$\u0000$\u0000b\u0000b\u0000L\u0000$\u0000$\u0000$\u0000b\u0000b\u0000L\u0000$\u0000$\u0000$\u0000b\u0000b\u0000L\u0000>\u0002\u0012\u0000�\u0000\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u0000\u0015\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0006\u0000\u0003\u0000\u0003\u0000\u0000\u0000\u0006\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0006\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0007\u0000\b\u0000\u0000\u0000\u0000\u0000\u0007\u0000\b\u0000\u0002\u0000\u0002\u0000\u0007\u0000\b\u0000\u0005\u0000\u0005\u0000\n\u0000\n\u0000\u0000\u0000\u0006\u0000\u000b\u0000\u000b\u0000\u0000\u0000\u0006\u0000\f\u0000\f\u0000\u0000\u0000\u0006\u0000\u000e\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u000e\u0000\u000f\u0000\u0002\u0000\u0002\u0000\u000e\u0000\u000f\u0000\u0005\u0000\u0005\u0000\u0011\u0000\u0011\u0000\u0000\u0000\u0006\u0000\u0012\u0000\u0012\u0000\u0000\u0000\u0006\u0000\u0013\u0000\u0013\u0000\u0000\u0000\u0006\u0000\u0015\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0015\u0000\u0016\u0000\u0002\u0000\u0002\u0000\u0015\u0000\u0016\u0000\u0005\u0000\u0005\u0000\u0018\u0000\u0018\u0000\u0000\u0000\u0006\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t�\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001a\u0000\u0017\u0000\u0000&CLink&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000e\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000�\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000�\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000N\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000�\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000�\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000X\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000\u001c\u0011\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\u000e\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\u0014\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0010\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0011\u0000\u0011\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0013\u0000\u0013\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0014\u0000\u0014\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0015\u0000\u0015\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0016\u0000\u0016\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0017\u0000\u0017\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0018\u0000\u0019\u0000\u001e\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001a\u0000\u001a\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001b\u0000\u001b\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001c\u0000\u001c\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001d\u0000\u001d\u0000�\u0011\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001e\u0000\u001e\u0000W\u0010\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001f\u0000\u001f\u0000t\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000 \u0000 \u0000y\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000!\u0000!\u0000B\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\"\u0000#\u0000Y\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000$\u0000$\u00007\u0003\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000%\u0000%\u0000N\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000&\u0000&\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000'\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000'\u0000L\u0004\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000'\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000'\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000'\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000'\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000'\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000'\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000'\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000y\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000z\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000|\u0000\u0013\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000|\u0000�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u000e\u0000|\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000|\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000|\u0000\u0000\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0011\u0000|\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000|\u0000\u0001\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0013\u0000|\u0000�\u0000\n\u0000\u0003\u0000\u0014\u0000|\u0000\u0002\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0015\u0000|\u0000�\u0000\n\u0000\u0003\u0000\u0016\u0000|\u0000\u0003\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0017\u0000|\u0000�\u0000\n\u0000\u0003\u0000\u0018\u0000|\u0000\u0004\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0019\u0000|\u0000�\u0000\n\u0000\u0003\u0000\u001a\u0000|\u0000\u0005\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u001b\u0000|\u0000�\u0000\n\u0000\u0003\u0000\u001c\u0000|\u0000\u0006\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001d\u0000|\u0000\u0007\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001e\u0000|\u0000\b\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001f\u0000|\u0000\t\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000 \u0000|\u0000\n\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000!\u0000|\u0000\u000b\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\"\u0000|\u0000\f\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000#\u0000|\u0000\r\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000$\u0000|\u0000�\u0000\n\u0000\u0003\u0000%\u0000|\u0000\u000e\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000&\u0000|\u0000\u000f\u0001\u0000\u0000�\u0000 \u0000\u0004\u0000\u0000\u0000|\u0000|\u0000|\u0000|\u0000|\u0000|\u0000|\u0000|\u0000|\u0000|\u0000|\u0000|\u0000|\u0000\f\u0000�\u0000\n\u0000\u0004\u0000\r\u0000|\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000e\u0000|\u0000\u0011\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u000f\u0000|\u0000�\u0000\n\u0000\u0004\u0000\u0010\u0000|\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0011\u0000|\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0012\u0000|\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0013\u0000|\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0014\u0000|\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0015\u0000|\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0016\u0000|\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000|\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0018\u0000|\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0019\u0000|\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001a\u0000|\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001b\u0000|\u0000\u0011\u0001\u0000\u0000�\u0000\u0012\u0000\u0004\u0000\u001c\u0000|\u0000|\u0000|\u0000|\u0000|\u0000|\u0000!\u0000�\u0000\n\u0000\u0004\u0000\"\u0000|\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000#\u0000|\u0000\u0011\u0001\u0000\u0000�\u0000\f\u0000\u0004\u0000$\u0000|\u0000|\u0000|\u0000&\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000}\u0000\u0012\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000}\u0000\u0013\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0002\u0000}\u0000\u0014\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0003\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0004\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0005\u0000}\u0000\u0015\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0006\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0007\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\b\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\t\u0000}\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\n\u0000}\u0000\u0016\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000b\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\f\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\r\u0000}\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000e\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000f\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u0010\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0005\u0000\u0011\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u0012\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0005\u0000\u0013\u0000}\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0014\u0000}\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0015\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u0016\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0005\u0000\u0017\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u0018\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0005\u0000\u0019\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u001a\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u0005\u0000\u001b\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0005\u0000\u001c\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001d\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001e\u0000}\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001f\u0000}\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000 \u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000!\u0000}\u0000\u001b\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\"\u0000}\u0000\u001c\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000#\u0000}\u0000\u001d\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000$\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000%\u0000}\u0000\u001e\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000&\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000I@�\u0000\n\u0000\u0006\u0000\u0000\u0000}\u0000\u0012\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000}\u0000\u001f\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0002\u0000}\u0000\u0014\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0003\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0004\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0005\u0000}\u0000 \u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0006\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0007\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\b\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\t\u0000}\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\n\u0000}\u0000\u0016\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000b\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\f\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\r\u0000}\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000e\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000f\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u0010\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0006\u0000\u0011\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u0012\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0006\u0000\u0013\u0000}\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0014\u0000}\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0015\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u0016\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0006\u0000\u0017\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u0018\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0006\u0000\u0019\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u001a\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u0006\u0000\u001b\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0006\u0000\u001c\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001d\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001e\u0000}\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001f\u0000}\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000 \u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000!\u0000}\u0000\u001b\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\"\u0000}\u0000\u001c\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000#\u0000}\u0000\u001d\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000$\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000%\u0000}\u0000\u001e\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000&\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000I@�\u0000\n\u0000\u0007\u0000\u0000\u0000}\u0000!\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000}\u0000\u0013\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0002\u0000}\u0000\u0014\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0003\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0004\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0005\u0000}\u0000\u0015\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0006\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0007\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\b\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\t\u0000}\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\n\u0000}\u0000\u0016\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000b\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\f\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\r\u0000}\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000e\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000f\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000\u0010\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0007\u0000\u0011\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000\u0012\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0007\u0000\u0013\u0000}\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0014\u0000}\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0015\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000\u0016\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0007\u0000\u0017\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000\u0018\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0007\u0000\u0019\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000\u001a\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u0007\u0000\u001b\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0007\u0000\u001c\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001d\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001e\u0000}\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001f\u0000}\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000 \u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000!\u0000}\u0000\u001b\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\"\u0000}\u0000\u001c\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000#\u0000}\u0000\u001d\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000$\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000%\u0000}\u0000\u001e\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000&\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000I@�\u0000\n\u0000\b\u0000\u0000\u0000}\u0000!\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0001\u0000}\u0000\"\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0002\u0000}\u0000\u0014\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0003\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0004\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0005\u0000}\u0000 \u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0006\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0007\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\b\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\t\u0000}\u0000(\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\n\u0000}\u0000\u0016\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u000b\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\f\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\r\u0000}\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u000e\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u000f\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u0010\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\b\u0000\u0011\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u0012\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\b\u0000\u0013\u0000}\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0014\u0000}\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0015\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u0016\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\b\u0000\u0017\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u0018\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\b\u0000\u0019\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u001a\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\b\u0000\u001b\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\b\u0000\u001c\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001d\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001e\u0000}\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u001f\u0000}\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\b\u0000 \u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000!\u0000}\u0000\u001b\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\"\u0000}\u0000\u001c\u0001\u0000\u0000�\u0000\n\u0000\b\u0000#\u0000}\u0000\u001d\u0001\u0000\u0000�\u0000\n\u0000\b\u0000$\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000%\u0000}\u0000\u001e\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000&\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000I@�\u0000\n\u0000\t\u0000\u0000\u0000}\u0000#\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0001\u0000}\u0000\u001f\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0002\u0000}\u0000\u0014\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0003\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0004\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0005\u0000}\u0000\u0015\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0006\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0007\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\b\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\t\u0000}\u0000(\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\n\u0000}\u0000\u0016\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u000b\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\f\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\r\u0000}\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000e\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000f\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000\u0010\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\t\u0000\u0011\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000\u0012\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\t\u0000\u0013\u0000}\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0014\u0000}\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0015\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000\u0016\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\t\u0000\u0017\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000\u0018\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\t\u0000\u0019\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000\u001a\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\t\u0000\u001b\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\t\u0000\u001c\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001d\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001e\u0000}\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001f\u0000}\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000 \u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000!\u0000}\u0000\u001b\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\"\u0000}\u0000\u001c\u0001\u0000\u0000�\u0000\n\u0000\t\u0000#\u0000}\u0000\u001d\u0001\u0000\u0000�\u0000\n\u0000\t\u0000$\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000%\u0000}\u0000\u001e\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000&\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000I@�\u0000\n\u0000\n\u0000\u0000\u0000}\u0000#\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0001\u0000}\u0000\"\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0002\u0000}\u0000\u0014\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0003\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0004\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0005\u0000}\u0000 \u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0006\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0007\u0000}\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\b\u0000}\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\t\u0000}\u0000(\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\n\u0000}\u0000\u0016\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u000b\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\f\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\r\u0000}\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u000e\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u000f\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u0010\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\n\u0000\u0011\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u0012\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\n\u0000\u0013\u0000}\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0014\u0000}\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0015\u0000}\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u0016\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000\u0017\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u0018\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000\u0019\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u001a\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\n\u0000\u001b\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\n\u0000\u001c\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u001d\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u001e\u0000}\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u001f\u0000}\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\n\u0000 \u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000!\u0000}\u0000\u001b\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\"\u0000}\u0000\u001c\u0001\u0000\u0000�\u0000\n\u0000\n\u0000#\u0000}\u0000\u001d\u0001\u0000\u0000�\u0000\n\u0000\n\u0000$\u0000}\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000%\u0000}\u0000\u001e\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000&\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000I@�\u0000\u0018\u0000�\u0011\u0000\u0000�\u0000\u000e\u0000\u000e\u0000\u0002\u00024\u0001F\u0002F\u0002F\u0002F\u0002F\u0002>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u001a\u0001#\u0000\u0000\u0000\u0000\u0000\u0000\u0000&\u0000\u0001\u0000\u0001\u0000\u0000\u0000&\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0004\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0004\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0004\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0004\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0004\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0004\u0000\b\u0000\b\u0000\u0003\u0000\u0004\u0000\t\u0000\t\u0000\u0003\u0000\u0004\u0000\n\u0000\n\u0000\u0003\u0000\u0004\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0004\u0000\f\u0000\f\u0000\u0003\u0000\u0003\u0000\r\u0000\u000e\u0000\u0003\u0000\u0004\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0003\u0000\u0010\u0000\u0011\u0000\u0003\u0000\u0003\u0000\u0012\u0000\u0013\u0000\u0003\u0000\u0003\u0000\u0014\u0000\u0015\u0000\u0003\u0000\u0003\u0000\u0016\u0000\u0017\u0000\u0003\u0000\u0003\u0000\u0018\u0000\u0019\u0000\u0003\u0000\u0003\u0000\u001a\u0000\u001b\u0000\u0003\u0000\u0004\u0000\u001c\u0000\u001c\u0000\u0003\u0000\u0004\u0000\u001d\u0000\u001d\u0000\u0003\u0000\u0004\u0000\u001e\u0000\u001e\u0000\u0003\u0000\u0004\u0000\u001f\u0000\u001f\u0000\u0003\u0000\u0004\u0000 \u0000 \u0000\u0003\u0000\u0004\u0000!\u0000!\u0000\u0003\u0000\u0003\u0000\"\u0000#\u0000\u0003\u0000\u0004\u0000%\u0000%\u0000\u0003\u0000\u0004\u0000&\u0000&\u0000\u0005\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0007\u0000\b\u0000\u0000\u0000\u0000\u0000\t\u0000\n\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000e�\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001b\u0000\u0018\u0000\u0000&CFiber&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000\u001e\u0012\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000\u0012\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000(\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0004\u00005\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000(\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000\u0001\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000(\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\u000e\u0000~\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u0011\u0000�\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0013\u0000\u0013\u0000X\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0014\u0000\u0014\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0015\u0000\u0015\u0000�\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0016\u0000\u0016\u0000�\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0017\u0000\u001e\u0000\u0002\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001f\u0000\u001f\u0000I\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000 \u0000 \u0000\u0017\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000!\u0000!\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\"\u0000#\u0000�\u0003\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000$\u0000$\u0000�\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000%\u0000&\u0000�\u0003\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000'\u0000'\u0000�\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000(\u0000(\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000)\u0000)\u0000\t\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000*\u0000*\u0000\u0000\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000+\u0000+\u0000�\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000,\u0000,\u0000(\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000.\u0000.\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000/\u0000/\u0000y\u0007\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000\u0000\u0000\u00000\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u00000\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u00000\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u00000\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u00000\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u00000\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u00000\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u00000\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0000$\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0000%\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0000&\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0000'\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u0000(\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0004\u0000�\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000�\u0000)\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000�\u0000*\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000�\u0000+\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000�\u0000,\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000�\u0000-\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000�\u0000.\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000�\u0000/\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000�\u00000\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000�\u0000�\u0000\u0011\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000�\u00001\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0013\u0000�\u00002\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0014\u0000�\u00003\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0015\u0000�\u00004\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0016\u0000�\u0000�\u0000\n\u0000\u0003\u0000\u0017\u0000�\u00005\u0001\u0000\u0000�\u0000\f\u0000\u0003\u0000\u0018\u0000�\u0000�\u0000�\u0000\u001a\u0000�\u0000\n\u0000\u0003\u0000\u001b\u0000�\u00006\u0001\u0000\u0000�\u0000\f\u0000\u0003\u0000\u001c\u0000�\u0000�\u0000�\u0000\u001e\u0000�\u0000\n\u0000\u0003\u0000\u001f\u0000�\u00007\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000 \u0000�\u00008\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000!\u0000�\u0000�\u0000\n\u0000\u0003\u0000\"\u0000�\u00009\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000#\u0000�\u0000�\u0000$\u0000�\u0000\n\u0000\u0003\u0000%\u0000�\u0000:\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000&\u0000�\u0000�\u0000'\u0000�\u0000\n\u0000\u0003\u0000(\u0000�\u0000;\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000)\u0000�\u0000<\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000*\u0000�\u0000=\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000+\u0000�\u0000>\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000,\u0000�\u0000?\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000-\u0000�\u0000@\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000.\u0000�\u0000\t\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000/\u0000�\u0000\n\u0001\u0000\u0000�\u00004\u0000\u0004\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0016\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000�\u0000W\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0018\u0000�\u0000Y\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0019\u0000�\u0000A\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u001a\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u001b\u0000�\u0000W\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001c\u0000�\u0000Y\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001d\u0000�\u0000A\u0001\u0000\u0000�\u0000*\u0000\u0004\u0000\u001e\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000/\u0000�\u0000$\u0000\u0005\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u000e\u0000�\u0000\n\u0000\u0005\u0000\u000f\u0000�\u0000B\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0010\u0000�\u0000C\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0011\u0000�\u0000D\u0001\u0000\u0000�\u0000\f\u0000\u0005\u0000\u0012\u0000�\u0000�\u0000�\u0000\u0014\u0000�\u0000\n\u0000\u0005\u0000\u0015\u0000�\u0000E\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0016\u0000�\u0000F\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0017\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0018\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0019\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001a\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001b\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001c\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001d\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001e\u0000�\u0000\u0011\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000\u001f\u0000�\u0000�\u0000\n\u0000\u0005\u0000 \u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000!\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\"\u0000�\u0000G\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000#\u0000�\u0000H\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000$\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000%\u0000�\u0000G\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000&\u0000�\u0000H\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000'\u0000�\u0000�\u0000\u0000\u0000�\u0000\u0016\u0000\u0005\u0000(\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000/\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000�\u0000I\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000�\u0000J\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0002\u0000�\u0000K\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0003\u0000�\u0000L\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0004\u0000�\u0000M\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0005\u0000�\u0000\u0005\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0006\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\b\u0000�\u0000N\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\t\u0000�\u0000O\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\n\u0000�\u0000k\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@�\u0000\n\u0000\u0006\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\r\u0000�\u0000P\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000e\u0000�\u0000Q\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000f\u0000�\u0000R\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0010\u0000�\u0000S\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0011\u0000�\u0000T\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0012\u0000�\u0000U\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0013\u0000�\u0000V\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0014\u0000�\u0000W\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0015\u0000�\u0000X\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0016\u0000�\u0000X\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0017\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0018\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0019\u0000�\u0000Y\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001a\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001c\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001d\u0000�\u0000Y\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001f\u0000�\u0000\u0014\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000 \u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000!\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\"\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000#\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000$\u0000�\u0000[\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000%\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000&\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000'\u0000�\u0000[\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000(\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000)\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000*\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000+\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000,\u0000�\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000-\u0000�\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000.\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000/\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000�\u0000\\\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000�\u0000]\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0002\u0000�\u0000K\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0003\u0000�\u0000L\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0004\u0000�\u0000^\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0005\u0000�\u0000\u0005\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0006\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\b\u0000�\u0000N\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\t\u0000�\u0000O\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\n\u0000�\u0000k\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@�\u0000\n\u0000\u0007\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\r\u0000�\u0000P\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000e\u0000�\u0000Q\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000f\u0000�\u0000R\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0010\u0000�\u0000S\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0011\u0000�\u0000T\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0012\u0000�\u0000U\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0013\u0000�\u0000V\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0014\u0000�\u0000W\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0015\u0000�\u0000X\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0016\u0000�\u0000X\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0017\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0018\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0019\u0000�\u0000Y\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001a\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001c\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001d\u0000�\u0000Y\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001f\u0000�\u0000\u0014\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000 \u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000!\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\"\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000#\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000$\u0000�\u0000[\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000%\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000&\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000'\u0000�\u0000[\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000(\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000)\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000*\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000+\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000,\u0000�\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000-\u0000�\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000.\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000/\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0000\u0000�\u0000_\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0001\u0000�\u0000`\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0002\u0000�\u0000K\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0003\u0000�\u0000M\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0004\u0000�\u0000^\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0005\u0000�\u0000\u0005\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0006\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\b\u0000�\u0000N\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\t\u0000�\u0000O\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\n\u0000�\u0000k\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@�\u0000\n\u0000\b\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\r\u0000�\u0000P\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u000e\u0000�\u0000Q\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u000f\u0000�\u0000R\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0010\u0000�\u0000S\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0011\u0000�\u0000T\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0012\u0000�\u0000U\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0013\u0000�\u0000V\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0014\u0000�\u0000W\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0015\u0000�\u0000X\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0016\u0000�\u0000X\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0017\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0018\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0019\u0000�\u0000Y\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u001a\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001c\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001d\u0000�\u0000Y\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u001e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001f\u0000�\u0000\u0014\u0001\u0000\u0000�\u0000\n\u0000\b\u0000 \u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\b\u0000!\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\"\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\b\u0000#\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\b\u0000$\u0000�\u0000[\u0001\u0000\u0000�\u0000\n\u0000\b\u0000%\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\b\u0000&\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\b\u0000'\u0000�\u0000[\u0001\u0000\u0000�\u0000\n\u0000\b\u0000(\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000)\u0000�\u0000(\u0000\u0000\u0000�\u0000\n\u0000\b\u0000*\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000+\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000,\u0000�\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\b\u0000-\u0000�\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\b\u0000.\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\b\u0000/\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0000\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0001\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0002\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0003\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0004\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0005\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0006\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0007\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\b\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\t\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\n\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u000b\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\f\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\r\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u000e\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u000f\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0010\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0011\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0012\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0013\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0014\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0015\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0016\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0017\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0018\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0019\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001a\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001b\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001c\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001d\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001e\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001f\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000 \u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000!\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\"\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000#\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000$\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000%\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000&\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000'\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000(\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000)\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000*\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000+\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000,\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000-\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000.\u0000�\u0000a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000/\u0000�\u0000a\u0001\u0000\u0000�\u0000\u0016\u0000�\u000f\u0000\u0000�\u0000\u000e\u0000\u000e\u00006\u0002�\u0000�\u0001�\u0002�\u0002�\u0002>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0006\u0000\u0006\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u00002\u0001&\u0000\u0000\u0000\u0000\u0000\u0000\u0000/\u0000\u0001\u0000\u0001\u0000\u0000\u0000/\u0000\u0003\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0005\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0005\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0005\u0000\u0003\u0000\u0004\u0000\u0003\u0000\u0005\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0005\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0005\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0005\u0000\b\u0000\b\u0000\u0003\u0000\u0005\u0000\t\u0000\t\u0000\u0003\u0000\u0005\u0000\n\u0000\n\u0000\u0003\u0000\u0005\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0005\u0000\f\u0000\f\u0000\u0003\u0000\u0005\u0000\r\u0000\r\u0000\u0003\u0000\u0005\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0004\u0000\u000f\u0000\u0011\u0000\u0003\u0000\u0005\u0000\u0012\u0000\u0012\u0000\u0003\u0000\u0005\u0000\u0013\u0000\u0013\u0000\u0003\u0000\u0005\u0000\u0014\u0000\u0014\u0000\u0003\u0000\u0004\u0000\u0015\u0000\u0016\u0000\u0003\u0000\u0003\u0000\u0017\u0000\u001a\u0000\u0003\u0000\u0003\u0000\u001b\u0000\u001e\u0000\u0003\u0000\u0005\u0000\u001f\u0000\u001f\u0000\u0003\u0000\u0004\u0000 \u0000!\u0000\u0003\u0000\u0004\u0000\"\u0000$\u0000\u0003\u0000\u0004\u0000%\u0000'\u0000\u0003\u0000\u0005\u0000(\u0000(\u0000\u0003\u0000\u0005\u0000)\u0000)\u0000\u0003\u0000\u0005\u0000*\u0000*\u0000\u0003\u0000\u0005\u0000+\u0000+\u0000\u0003\u0000\u0005\u0000,\u0000,\u0000\u0003\u0000\u0005\u0000-\u0000-\u0000\u0003\u0000\u0005\u0000.\u0000.\u0000\u0003\u0000\u0005\u0000/\u0000/\u0000\u0004\u0000\u0004\u0000\u0019\u0000\u001a\u0000\u0004\u0000\u0004\u0000\u001d\u0000\u001e\u0000\t\u0000\t\u0000\u0000\u0000/\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000 \u0000\u001d\u0000\u0000&COT-OT Link&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000]\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u00002\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000w\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000�\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000w\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\u0011\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000w\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000+\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\f\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\f\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\f\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0000b\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0000c\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0000d\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0000\u0013\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000�\u0000e\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000�\u0000f\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000�\u0000g\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000�\u0000h\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000�\u0000i\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000�\u0000j\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000�\u0000\t\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000�\u0000�\u0000\u0000\u0000�\u0000\u001e\u0000\u0004\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u000b\u0000�\u0000\f\u00006\u0001\u0000\u0000<\u0000\u000e\u0000\u000e\u0000�\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000r\u0000\u000e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u000b\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0004\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0004\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0004\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0004\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0004\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0004\u0000\b\u0000\b\u0000\u0003\u0000\u0004\u0000\t\u0000\t\u0000\u0003\u0000\u0004\u0000\n\u0000\n\u0000\u0003\u0000\u0004\u0000\u000b\u0000\u000b\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0014\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000)\u0000&\u0000\u0000&COA&DCM Single bands&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000\u001e\u0012\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000\u0017\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000v\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000W\u0010\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000e\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0010\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0011\u0000\u0011\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0013\u0000\u0013\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0014\u0000\u0014\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0015\u0000\u0015\u0000z\u0002\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0016\u0000\u0016\u0000H\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0017\u0000\u0017\u0000^\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0018\u0000\u0018\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0019\u0000\u0019\u0000u\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001a\u0000\u001a\u0000E\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001b\u0000\u001b\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001c\u0000\u001c\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001d\u0000\u001e\u0000\u0019\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001f\u0000\u001f\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000 \u0000 \u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000!\u0000!\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\"\u0000\"\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000#\u0000#\u0000\u0018\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000$\u0000$\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000%\u0000%\u00006\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000&\u0000&\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000'\u0000'\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000(\u0000(\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000)\u0000)\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000*\u0000+\u0000\u0019\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000,\u0000,\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000-\u0000-\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000.\u0000.\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000/\u0000/\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00000\u00000\u0000#\u0003\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00001\u00001\u0000{\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00002\u00002\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00003\u00003\u0000J\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00004\u00004\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00005\u00005\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00006\u00006\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00007\u00007\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00008\u00008\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00009\u00009\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000:\u0000:\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000;\u0000;\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000<\u0000<\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000=\u0000=\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000>\u0000@\u0000,\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000A\u0000A\u0000s\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000B\u0000C\u0000E\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000D\u0000D\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000E\u0000E\u0000t\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000F\u0000F\u0000y\u0007\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000G\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000G\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000G\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000G\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000G\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000G\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0010\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0011\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0012\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0013\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0000k\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0000l\u0001\u0000\u0000�\u0000�\u0000\u0003\u0000\u0003\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000@\u0000�\u0000\n\u0000\u0003\u0000A\u0000�\u0000m\u0001\u0000\u0000�\u0000\f\u0000\u0003\u0000B\u0000�\u0000�\u0000�\u0000D\u0000�\u0000\n\u0000\u0003\u0000E\u0000�\u0000\t\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000F\u0000�\u0000\n\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000�\u0000�\u0000\u0001\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000�\u0000%\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000�\u00008\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0005\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000�\u0000\u0006\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000�\u0000n\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000�\u0000o\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u0000�\u0000\u0000\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\n\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u000b\u0000�\u0000\u0001\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\f\u0000�\u0000�\u0000\n\u0000\u0004\u0000\r\u0000�\u0000\u0002\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u000e\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u000f\u0000�\u0000\u0003\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0010\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0011\u0000�\u0000\u0005\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0012\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0013\u0000�\u0000p\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0014\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0015\u0000�\u0000q\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000�\u0000+\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0018\u0000�\u0000r\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0019\u0000�\u0000s\u0001\u0000\u0000�\u0000\u0014\u0000\u0004\u0000\u001a\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000 \u0000�\u0000\n\u0000\u0004\u0000!\u0000�\u0000t\u0001\u0000\u0000�\u0000\"\u0000\u0004\u0000\"\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000/\u0000�\u0000\n\u0000\u0004\u00000\u0000�\u0000u\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u00001\u0000�\u0000�\u0000\n\u0000\u0004\u00002\u0000�\u0000�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u00003\u0000�\u0000�\u0000\n\u0000\u0004\u00004\u0000�\u0000v\u0001\u0000\u0000�\u0000\f\u0000\u0004\u00005\u0000�\u0000�\u0000�\u00007\u0000�\u0000\n\u0000\u0004\u00008\u0000�\u0000w\u0001\u0000\u0000�\u0000\u0010\u0000\u0004\u00009\u0000�\u0000�\u0000�\u0000�\u0000�\u0000=\u0000�\u0000\n\u0000\u0004\u0000>\u0000�\u0000x\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000?\u0000�\u0000�\u0000@\u0000�\u0000\n\u0000\u0004\u0000A\u0000�\u0000,\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000B\u0000�\u0000.\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000C\u0000�\u0000/\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000D\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000E\u0000�\u0000�\u0000F\u0000�\u00008\u0000\u0005\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0018\u0000�\u0000\n\u0000\u0005\u0000\u0019\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001a\u0000�\u0000y\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001b\u0000�\u0000z\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000\u001c\u0000�\u0000�\u0000\n\u0000\u0005\u0000\u001d\u0000�\u0000w\u0001\u0000\u0000�\u0000\f\u0000\u0005\u0000\u001e\u0000�\u0000�\u0000�\u0000 \u0000�\u0000\n\u0000\u0005\u0000!\u0000�\u0000�\u0000\u0000\u0000�\u0000\f\u0000\u0005\u0000\"\u0000�\u0000�\u0000�\u0000$\u0000�\u0000\n\u0000\u0005\u0000%\u0000�\u0000}\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000&\u0000�\u0000~\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000'\u0000�\u0000�\u0000\n\u0000\u0005\u0000(\u0000�\u0000\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000)\u0000�\u0000�\u0000\n\u0000\u0005\u0000*\u0000�\u0000w\u0001\u0000\u0000�\u0000\f\u0000\u0005\u0000+\u0000�\u0000�\u0000�\u0000-\u0000�\u0000\n\u0000\u0005\u0000.\u0000�\u0000z\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000/\u0000�\u0000�\u0000\n\u0000\u0005\u00000\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u00001\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u00002\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00003\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u00004\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u00005\u0000�\u0000�\u0000\n\u0000\u0005\u00006\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u00007\u0000�\u0000�\u0000\n\u0000\u0005\u00008\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u00009\u0000�\u0000�\u0000\n\u0000\u0005\u0000:\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000;\u0000�\u0000�\u0000\n\u0000\u0005\u0000<\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000=\u0000�\u0000�\u0000\n\u0000\u0005\u0000>\u0000�\u0000B\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000?\u0000�\u0000C\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000@\u0000�\u0000D\u0001\u0000\u0000�\u0000\u0012\u0000\u0005\u0000A\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000F\u0000�\u0000@\u0000\u0006\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u001c\u0000�\u0000\n\u0000\u0006\u0000\u001d\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0006\u0000\u001e\u0000�\u0000�\u0000\n\u0000\u0006\u0000\u001f\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0006\u0000 \u0000�\u0000�\u0000\n\u0000\u0006\u0000!\u0000�\u0000{\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0006\u0000\"\u0000�\u0000�\u0000\n\u0000\u0006\u0000#\u0000�\u0000|\u0001\u0000\u0000�\u0000\u0012\u0000\u0006\u0000$\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000)\u0000�\u0000\n\u0000\u0006\u0000*\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0006\u0000+\u0000�\u0000�\u0000\n\u0000\u0006\u0000,\u0000�\u0000�\u0001\u0000\u0000�\u0000:\u0000\u0006\u0000-\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000F\u0000�\u0000\u000e\u0000\u0007\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000\u0003\u0000�\u0000\n\u0000\u0007\u0000\u0004\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0005\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\f\u0000\u0007\u0000\u0006\u0000�\u0000�\u0000�\u0000\b\u0000�\u0000\n\u0000\u0007\u0000\t\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\n\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000b\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\f\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\r\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000e\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000f\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0010\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0011\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0012\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0013\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0014\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\u0012\u0000\u0007\u0000\u0015\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u001a\u0000�\u0000\n\u0000\u0007\u0000\u001b\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001c\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001d\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001e\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001f\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000 \u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000!\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\"\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000#\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000$\u0000�\u0000\u0011\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0007\u0000%\u0000�\u0000�\u0000\n\u0000\u0007\u0000&\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000'\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000(\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000)\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000*\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000+\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000,\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000-\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000.\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000/\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\u000e\u0000\u0007\u00000\u0000�\u0000�\u0000�\u0000�\u00003\u0000�\u0000\n\u0000\u0007\u00004\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00005\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00006\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00007\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00008\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00009\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000:\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000;\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000<\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000=\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\u0018\u0000\u0007\u0000>\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000F\u0000�\u0000\n\u0000\b\u0000\u0000\u0000�\u0000\u0012\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0001\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0002\u0000�\u0000I\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\b\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\b\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\b\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\b\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\b\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\b\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\b\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\b\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\b\u0000\u001b\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\b\u0000\u001c\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\b\u0000\u001d\u0000�\u0000��Q�\u001e�\"�\u0003\u0002\u000e\u0000\b\u0000\u001e\u0000�\u0000��Q�\u001e�#�\u0003\u0002\u000e\u0000\b\u0000\u001f\u0000�\u0000��Q�\u001e��?\u0003\u0002\u000e\u0000\b\u0000 \u0000�\u0000ףp=\n��?�\u0000\n\u0000\b\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\b\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000,\u0000�\u0000�G�z\u0014��?�\u0000\n\u0000\b\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000.\u0000�\u0000=\nףp�0@�\u0000\n\u0000\b\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\b\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u00004\u0000�\u0000ףp=\n��?�\u0000\n\u0000\b\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\b\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\b\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\b\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\b\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\b\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\b\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\b\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\b\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000(\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004@�\u0000\n\u0000\t\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\t\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000,\u0000�\u0000�������?�\u0000\n\u0000\t\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\t\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\t\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\t\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\t\u00008\u0000�\u0000�z\u0014�G��?�\u0000\n\u0000\t\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000:\u0000�\u0000��K7��?�\u0000\n\u0000\t\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000<\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00004@�\u0000\n\u0000\t\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\t\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\t\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\t\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\t\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0002\u0000�\u0000\\\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\n\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\n\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\n\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\n\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000@�\u0000\n\u0000\n\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000\u001b\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\n\u0000\u001c\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\n\u0000\u001d\u0000�\u0000��Q�\u001e�\"�\u0003\u0002\u000e\u0000\n\u0000\u001e\u0000�\u0000��Q�\u001e�#�\u0003\u0002\u000e\u0000\n\u0000\u001f\u0000�\u0000��Q�\u001e��?\u0003\u0002\u000e\u0000\n\u0000 \u0000�\u0000ףp=\n��?�\u0000\n\u0000\n\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\n\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000,\u0000�\u0000�G�z\u0014��?�\u0000\n\u0000\n\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000.\u0000�\u0000=\nףp�0@�\u0000\n\u0000\n\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\n\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\n\u00004\u0000�\u0000ףp=\n��?�\u0000\n\u0000\n\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\n\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\n\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\n\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\n\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\n\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\n\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\n\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\n\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000(\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004@�\u0000\n\u0000\u000b\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u000b\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000,\u0000�\u0000�������?�\u0000\n\u0000\u000b\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\u000b\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\u000b\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u00008\u0000�\u0000�z\u0014�G��?�\u0000\n\u0000\u000b\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000:\u0000�\u0000��K7��?�\u0000\n\u0000\u000b\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000<\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00004@�\u0000\n\u0000\u000b\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u000b\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u000b\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u000b\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0000\u0000�\u0000!\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0001\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0002\u0000�\u0000I\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\f\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\f\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\f\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\f\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\f\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\f\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\f\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\f\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\f\u0000\u001b\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\f\u0000\u001c\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\f\u0000\u001d\u0000�\u0000��Q�\u001e�\"�\u0003\u0002\u000e\u0000\f\u0000\u001e\u0000�\u0000��Q�\u001e�#�\u0003\u0002\u000e\u0000\f\u0000\u001f\u0000�\u0000��Q�\u001e��?\u0003\u0002\u000e\u0000\f\u0000 \u0000�\u0000ףp=\n��?�\u0000\n\u0000\f\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\f\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000,\u0000�\u0000�G�z\u0014��?�\u0000\n\u0000\f\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000.\u0000�\u0000=\nףp�0@�\u0000\n\u0000\f\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\f\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\f\u00004\u0000�\u0000ףp=\n��?�\u0000\n\u0000\f\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\f\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\f\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\f\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\f\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\f\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\f\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\f\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\f\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000(\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004@�\u0000\n\u0000\r\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\r\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000,\u0000�\u0000�������?�\u0000\n\u0000\r\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\r\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\r\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\r\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\r\u00008\u0000�\u0000�z\u0014�G��?�\u0000\n\u0000\r\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000:\u0000�\u0000��K7��?�\u0000\n\u0000\r\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000<\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00004@�\u0000\n\u0000\r\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\r\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\r\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\r\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\r\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\r\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0002\u0000�\u0000_\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000�����\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000������������������������\n\u0000\u000e\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u000e\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u000e\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u000e\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u000e\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000@�\u0000\n\u0000\u000e\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u0000\u001b\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\u000e\u0000\u001c\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\u000e\u0000\u001d\u0000�\u0000��Q�\u001e�\"�\u0003\u0002\u000e\u0000\u000e\u0000\u001e\u0000�\u0000��Q�\u001e�#�\u0003\u0002\u000e\u0000\u000e\u0000\u001f\u0000�\u0000��Q�\u001e��?\u0003\u0002\u000e\u0000\u000e\u0000 \u0000�\u0000ףp=\n��?�\u0000\n\u0000\u000e\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u000e\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000,\u0000�\u0000�G�z\u0014��?�\u0000\n\u0000\u000e\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000.\u0000�\u0000=\nףp�0@�\u0000\n\u0000\u000e\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u00004\u0000�\u0000ףp=\n��?�\u0000\n\u0000\u000e\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\u000e\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\u000e\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\u000e\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u000e\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u000e\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u000e\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000(\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004@�\u0000\n\u0000\u000f\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u000f\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000,\u0000�\u0000�������?�\u0000\n\u0000\u000f\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\u000f\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\u000f\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u00008\u0000�\u0000�z\u0014�G��?�\u0000\n\u0000\u000f\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000:\u0000�\u0000��K7��?�\u0000\n\u0000\u000f\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000<\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00004@�\u0000\n\u0000\u000f\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u000f\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u000f\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u000f\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0000\u0000�\u0000#\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0001\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0002\u0000�\u0000\\\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0010\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0010\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0010\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u0010\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u0010\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0010\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0010\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0010\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0010\u0000\u001b\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\u0010\u0000\u001c\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\u0010\u0000\u001d\u0000�\u0000��Q�\u001e�\"�\u0003\u0002\u000e\u0000\u0010\u0000\u001e\u0000�\u0000��Q�\u001e�#�\u0003\u0002\u000e\u0000\u0010\u0000\u001f\u0000�\u0000��Q�\u001e��?\u0003\u0002\u000e\u0000\u0010\u0000 \u0000�\u0000ףp=\n��?�\u0000\n\u0000\u0010\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u0010\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000,\u0000�\u0000�G�z\u0014��?�\u0000\n\u0000\u0010\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000.\u0000�\u0000=\nףp�0@�\u0000\n\u0000\u0010\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u00004\u0000�\u0000ףp=\n��?�\u0000\n\u0000\u0010\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\u0010\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\u0010\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\u0010\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u0010\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u0010\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u0010\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000(\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004@�\u0000\n\u0000\u0011\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u0011\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000,\u0000�\u0000�������?�\u0000\n\u0000\u0011\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\u0011\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\u0011\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u00008\u0000�\u0000�z\u0014�G��?�\u0000\n\u0000\u0011\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000:\u0000�\u0000��K7��?�\u0000\n\u0000\u0011\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000<\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00004@�\u0000\n\u0000\u0011\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u0011\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u0011\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u0011\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0002\u0000�\u0000_\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0012\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0012\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0012\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u0012\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u0012\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0012\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0012\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000@�\u0000\n\u0000\u0012\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0012\u0000\u001b\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\u0012\u0000\u001c\u0000�\u0000��Q�\u001e�$@\u0003\u0002\u000e\u0000\u0012\u0000\u001d\u0000�\u0000��Q�\u001e�\"�\u0003\u0002\u000e\u0000\u0012\u0000\u001e\u0000�\u0000��Q�\u001e�#�\u0003\u0002\u000e\u0000\u0012\u0000\u001f\u0000�\u0000��Q�\u001e��?\u0003\u0002\u000e\u0000\u0012\u0000 \u0000�\u0000ףp=\n��?�\u0000\n\u0000\u0012\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u0012\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000,\u0000�\u0000�G�z\u0014��?�\u0000\n\u0000\u0012\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000.\u0000�\u0000=\nףp�0@�\u0000\n\u0000\u0012\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u00004\u0000�\u0000ףp=\n��?�\u0000\n\u0000\u0012\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\u0012\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\u0012\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\u0012\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u0012\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u0012\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u0012\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000(\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004@�\u0000\n\u0000\u0013\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u0013\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000,\u0000�\u0000�������?�\u0000\n\u0000\u0013\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\u0013\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\u0013\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u00008\u0000�\u0000�z\u0014�G��?�\u0000\n\u0000\u0013\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000:\u0000�\u0000��K7��?�\u0000\n\u0000\u0013\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000<\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00004@�\u0000\n\u0000\u0013\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u0013\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u0013\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u0013\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000*\u0000\u0006=\u0000\u0000h\u0001\u000e\u0000\u000e\u0000�\u0000`\u0002\u0010\u0002\u0014\u0001�\u0002N\u0004\u000e\u0004N\u0004\u000e\u0004N\u0004\u000e\u0004N\u0004\u000e\u0004N\u0004\u000e\u0004N\u0004>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\b\u0000\b\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000z\u0006�\u0000\u0000\u0000\u0000\u0000\u0000\u0000F\u0000\u0001\u0000\u0001\u0000\u0000\u0000F\u0000\u0003\u0000\u0007\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0007\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0002\u0000=\u0000\u0003\u0000\u0003\u0000A\u0000D\u0000\u0003\u0000\u0007\u0000E\u0000E\u0000\u0003\u0000\u0007\u0000F\u0000F\u0000\u0004\u0000\u0007\u0000\u0002\u0000\u0002\u0000\u0004\u0000\u0007\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0006\u0000\u0004\u0000\u0005\u0000\u0004\u0000\u0007\u0000\u0006\u0000\u0006\u0000\u0004\u0000\u0007\u0000\u0007\u0000\u0007\u0000\u0004\u0000\u0007\u0000\b\u0000\b\u0000\u0004\u0000\u0006\u0000\t\u0000\n\u0000\u0004\u0000\u0006\u0000\u000b\u0000\f\u0000\u0004\u0000\u0006\u0000\r\u0000\u000e\u0000\u0004\u0000\u0006\u0000\u000f\u0000\u0010\u0000\u0004\u0000\u0006\u0000\u0011\u0000\u0012\u0000\u0004\u0000\u0006\u0000\u0013\u0000\u0014\u0000\u0004\u0000\u0007\u0000\u0015\u0000\u0015\u0000\u0004\u0000\u0007\u0000\u0016\u0000\u0016\u0000\u0004\u0000\u0007\u0000\u0017\u0000\u0017\u0000\u0004\u0000\u0007\u0000\u0018\u0000\u0018\u0000\u0004\u0000\u0004\u0000\u0019\u0000 \u0000\u0004\u0000\u0004\u0000!\u0000/\u0000\u0004\u0000\u0004\u00000\u00001\u0000\u0004\u0000\u0004\u00002\u00003\u0000\u0004\u0000\u0004\u00004\u00007\u0000\u0004\u0000\u0004\u00008\u0000=\u0000\u0004\u0000\u0004\u0000>\u0000@\u0000\u0004\u0000\u0007\u0000A\u0000A\u0000\u0004\u0000\u0007\u0000B\u0000B\u0000\u0004\u0000\u0007\u0000C\u0000C\u0000\u0004\u0000\u0007\u0000D\u0000D\u0000\u0005\u0000\u0007\u0000\u0019\u0000\u0019\u0000\u0005\u0000\u0007\u0000\u001a\u0000\u001a\u0000\u0005\u0000\u0006\u0000\u001b\u0000\u001c\u0000\u0005\u0000\u0005\u0000\u001d\u0000 \u0000\u0005\u0000\u0005\u0000!\u0000$\u0000\u0006\u0000\u0006\u0000!\u0000\"\u0000\u0006\u0000\u0006\u0000#\u0000$\u0000\u0005\u0000\u0007\u0000%\u0000%\u0000\u0005\u0000\u0006\u0000&\u0000'\u0000\u0005\u0000\u0006\u0000(\u0000)\u0000\u0005\u0000\u0005\u0000*\u0000-\u0000\u0005\u0000\u0006\u0000.\u0000/\u0000\u0005\u0000\u0007\u00000\u00000\u0000\u0005\u0000\u0007\u00001\u00001\u0000\u0005\u0000\u0007\u00002\u00002\u0000\u0005\u0000\u0007\u00003\u00003\u0000\u0005\u0000\u0006\u00004\u00005\u0000\u0005\u0000\u0006\u00006\u00007\u0000\u0005\u0000\u0006\u00008\u00009\u0000\u0005\u0000\u0006\u0000:\u0000;\u0000\u0005\u0000\u0006\u0000<\u0000=\u0000\u0005\u0000\u0007\u0000>\u0000>\u0000\u0005\u0000\u0007\u0000?\u0000?\u0000\u0005\u0000\u0007\u0000@\u0000@\u0000\u0006\u0000\u0006\u0000\u001d\u0000\u001e\u0000\u0006\u0000\u0006\u0000\u001f\u0000 \u0000\u0006\u0000\u0006\u0000*\u0000+\u0000\u0006\u0000\u0006\u0000,\u0000-\u0000\b\u0000\t\u0000\u0002\u0000\u0002\u0000\b\u0000\t\u0000\u0003\u0000\u0003\u0000\b\u0000\t\u0000\u0004\u0000\u0004\u0000\b\u0000\t\u0000\u0005\u0000\u0005\u0000\b\u0000\t\u0000\u0006\u0000\u0006\u0000\b\u0000\t\u0000\u0007\u0000\u0007\u0000\b\u0000\t\u0000\b\u0000\b\u0000\b\u0000\t\u0000\t\u0000\t\u0000\b\u0000\t\u0000\n\u0000\n\u0000\b\u0000\t\u0000\u000b\u0000\u000b\u0000\b\u0000\t\u0000\f\u0000\f\u0000\b\u0000\t\u0000\r\u0000\r\u0000\b\u0000\t\u0000\u000e\u0000\u000e\u0000\b\u0000\t\u0000\u000f\u0000\u000f\u0000\b\u0000\t\u0000\u0010\u0000\u0010\u0000\b\u0000\t\u0000\u0011\u0000\u0011\u0000\b\u0000\t\u0000\u0012\u0000\u0012\u0000\b\u0000\t\u0000\u0013\u0000\u0013\u0000\b\u0000\t\u0000\u0014\u0000\u0014\u0000\b\u0000\t\u0000\u0015\u0000\u0015\u0000\b\u0000\t\u0000\u0016\u0000\u0016\u0000\b\u0000\t\u0000E\u0000E\u0000\b\u0000\t\u0000F\u0000F\u0000\n\u0000\u000b\u0000\u0002\u0000\u0002\u0000\n\u0000\u000b\u0000\u0003\u0000\u0003\u0000\n\u0000\u000b\u0000\u0004\u0000\u0004\u0000\n\u0000\u000b\u0000\u0005\u0000\u0005\u0000\n\u0000\u000b\u0000\u0006\u0000\u0006\u0000\n\u0000\u000b\u0000\u0007\u0000\u0007\u0000\n\u0000\u000b\u0000\b\u0000\b\u0000\n\u0000\u000b\u0000\t\u0000\t\u0000\n\u0000\u000b\u0000\n\u0000\n\u0000\n\u0000\u000b\u0000\u000b\u0000\u000b\u0000\n\u0000\u000b\u0000\f\u0000\f\u0000\n\u0000\u000b\u0000\r\u0000\r\u0000\n\u0000\u000b\u0000\u000e\u0000\u000e\u0000\n\u0000\u000b\u0000\u000f\u0000\u000f\u0000\n\u0000\u000b\u0000\u0010\u0000\u0010\u0000\n\u0000\u000b\u0000\u0011\u0000\u0011\u0000\n\u0000\u000b\u0000\u0012\u0000\u0012\u0000\n\u0000\u000b\u0000\u0013\u0000\u0013\u0000\n\u0000\u000b\u0000\u0014\u0000\u0014\u0000\n\u0000\u000b\u0000\u0015\u0000\u0015\u0000\n\u0000\u000b\u0000\u0016\u0000\u0016\u0000\n\u0000\u000b\u0000E\u0000E\u0000\n\u0000\u000b\u0000F\u0000F\u0000\b\u0000\u000b\u0000\u0000\u0000\u0000\u0000\b\u0000\u000b\u0000\u0001\u0000\u0001\u0000\f\u0000\r\u0000\u0002\u0000\u0002\u0000\f\u0000\r\u0000\u0003\u0000\u0003\u0000\f\u0000\r\u0000\u0004\u0000\u0004\u0000\f\u0000\r\u0000\u0005\u0000\u0005\u0000\f\u0000\r\u0000\u0006\u0000\u0006\u0000\f\u0000\r\u0000\u0007\u0000\u0007\u0000\f\u0000\r\u0000\b\u0000\b\u0000\f\u0000\r\u0000\t\u0000\t\u0000\f\u0000\r\u0000\n\u0000\n\u0000\f\u0000\r\u0000\u000b\u0000\u000b\u0000\f\u0000\r\u0000\f\u0000\f\u0000\f\u0000\r\u0000\r\u0000\r\u0000\f\u0000\r\u0000\u000e\u0000\u000e\u0000\f\u0000\r\u0000\u000f\u0000\u000f\u0000\f\u0000\r\u0000\u0010\u0000\u0010\u0000\f\u0000\r\u0000\u0011\u0000\u0011\u0000\f\u0000\r\u0000\u0012\u0000\u0012\u0000\f\u0000\r\u0000\u0013\u0000\u0013\u0000\f\u0000\r\u0000\u0014\u0000\u0014\u0000\f\u0000\r\u0000\u0015\u0000\u0015\u0000\f\u0000\r\u0000\u0016\u0000\u0016\u0000\f\u0000\r\u0000E\u0000E\u0000\f\u0000\r\u0000F\u0000F\u0000\u000e\u0000\u000f\u0000\u0002\u0000\u0002\u0000\u000e\u0000\u000f\u0000\u0003\u0000\u0003\u0000\u000e\u0000\u000f\u0000\u0004\u0000\u0004\u0000\u000e\u0000\u000f\u0000\u0005\u0000\u0005\u0000\u000e\u0000\u000f\u0000\u0006\u0000\u0006\u0000\u000e\u0000\u000f\u0000\u0007\u0000\u0007\u0000\u000e\u0000\u000f\u0000\b\u0000\b\u0000\u000e\u0000\u000f\u0000\t\u0000\t\u0000\u000e\u0000\u000f\u0000\n\u0000\n\u0000\u000e\u0000\u000f\u0000\u000b\u0000\u000b\u0000\u000e\u0000\u000f\u0000\f\u0000\f\u0000\u000e\u0000\u000f\u0000\r\u0000\r\u0000\u000e\u0000\u000f\u0000\u000e\u0000\u000e\u0000\u000e\u0000\u000f\u0000\u000f\u0000\u000f\u0000\u000e\u0000\u000f\u0000\u0010\u0000\u0010\u0000\u000e\u0000\u000f\u0000\u0011\u0000\u0011\u0000\u000e\u0000\u000f\u0000\u0012\u0000\u0012\u0000\u000e\u0000\u000f\u0000\u0013\u0000\u0013\u0000\u000e\u0000\u000f\u0000\u0014\u0000\u0014\u0000\u000e\u0000\u000f\u0000\u0015\u0000\u0015\u0000\u000e\u0000\u000f\u0000\u0016\u0000\u0016\u0000\u000e\u0000\u000f\u0000E\u0000E\u0000\u000e\u0000\u000f\u0000F\u0000F\u0000\f\u0000\u000f\u0000\u0000\u0000\u0000\u0000\f\u0000\u000f\u0000\u0001\u0000\u0001\u0000\u0010\u0000\u0011\u0000\u0002\u0000\u0002\u0000\u0010\u0000\u0011\u0000\u0003\u0000\u0003\u0000\u0010\u0000\u0011\u0000\u0004\u0000\u0004\u0000\u0010\u0000\u0011\u0000\u0005\u0000\u0005\u0000\u0010\u0000\u0011\u0000\u0006\u0000\u0006\u0000\u0010\u0000\u0011\u0000\u0007\u0000\u0007\u0000\u0010\u0000\u0011\u0000\b\u0000\b\u0000\u0010\u0000\u0011\u0000\t\u0000\t\u0000\u0010\u0000\u0011\u0000\n\u0000\n\u0000\u0010\u0000\u0011\u0000\u000b\u0000\u000b\u0000\u0010\u0000\u0011\u0000\f\u0000\f\u0000\u0010\u0000\u0011\u0000\r\u0000\r\u0000\u0010\u0000\u0011\u0000\u000e\u0000\u000e\u0000\u0010\u0000\u0011\u0000\u000f\u0000\u000f\u0000\u0010\u0000\u0011\u0000\u0010\u0000\u0010\u0000\u0010\u0000\u0011\u0000\u0011\u0000\u0011\u0000\u0010\u0000\u0011\u0000\u0012\u0000\u0012\u0000\u0010\u0000\u0011\u0000\u0013\u0000\u0013\u0000\u0010\u0000\u0011\u0000\u0014\u0000\u0014\u0000\u0010\u0000\u0011\u0000\u0015\u0000\u0015\u0000\u0010\u0000\u0011\u0000\u0016\u0000\u0016\u0000\u0010\u0000\u0011\u0000E\u0000E\u0000\u0010\u0000\u0011\u0000F\u0000F\u0000\u0012\u0000\u0013\u0000\u0002\u0000\u0002\u0000\u0012\u0000\u0013\u0000\u0003\u0000\u0003\u0000\u0012\u0000\u0013\u0000\u0004\u0000\u0004\u0000\u0012\u0000\u0013\u0000\u0005\u0000\u0005\u0000\u0012\u0000\u0013\u0000\u0006\u0000\u0006\u0000\u0012\u0000\u0013\u0000\u0007\u0000\u0007\u0000\u0012\u0000\u0013\u0000\b\u0000\b\u0000\u0012\u0000\u0013\u0000\t\u0000\t\u0000\u0012\u0000\u0013\u0000\n\u0000\n\u0000\u0012\u0000\u0013\u0000\u000b\u0000\u000b\u0000\u0012\u0000\u0013\u0000\f\u0000\f\u0000\u0012\u0000\u0013\u0000\r\u0000\r\u0000\u0012\u0000\u0013\u0000\u000e\u0000\u000e\u0000\u0012\u0000\u0013\u0000\u000f\u0000\u000f\u0000\u0012\u0000\u0013\u0000\u0010\u0000\u0010\u0000\u0012\u0000\u0013\u0000\u0011\u0000\u0011\u0000\u0012\u0000\u0013\u0000\u0012\u0000\u0012\u0000\u0012\u0000\u0013\u0000\u0013\u0000\u0013\u0000\u0012\u0000\u0013\u0000\u0014\u0000\u0014\u0000\u0012\u0000\u0013\u0000\u0015\u0000\u0015\u0000\u0012\u0000\u0013\u0000\u0016\u0000\u0016\u0000\u0012\u0000\u0013\u0000E\u0000E\u0000\u0012\u0000\u0013\u0000F\u0000F\u0000\u0010\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0013\u0000\u0001\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000w\\\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000(\u0000%\u0000\u0000&COA&DCM Mixed bands&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000\u001e\u0012\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000\u0017\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000v\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000W\u0010\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000e\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0010\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0011\u0000\u0011\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0013\u0000\u0013\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0014\u0000\u0014\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0015\u0000\u0015\u0000z\u0002\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0016\u0000\u0016\u0000H\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0017\u0000\u0017\u0000^\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0018\u0000\u0018\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0019\u0000\u0019\u0000u\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001a\u0000\u001a\u0000E\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001b\u0000 \u0000B\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000!\u0000!\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\"\u0000\"\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000#\u0000#\u0000\u0018\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000$\u0000$\u0000\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000%\u0000%\u00006\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000&\u0000/\u0000B\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00000\u00000\u0000#\u0003\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00001\u00001\u0000{\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00002\u00002\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00003\u00003\u0000J\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00004\u0000=\u0000B\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000>\u0000@\u0000,\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000A\u0000A\u0000s\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000B\u0000C\u0000E\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000D\u0000D\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000E\u0000E\u0000t\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000F\u0000F\u0000y\u0007\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000G\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000G\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000G\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000G\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000G\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000G\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0010\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0011\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0012\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0013\u0000\u0000\u0000G\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0000l\u0001\u0000\u0000�\u0000�\u0000\u0003\u0000\u0003\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000@\u0000�\u0000\n\u0000\u0003\u0000A\u0000�\u0000m\u0001\u0000\u0000�\u0000\f\u0000\u0003\u0000B\u0000�\u0000�\u0000�\u0000D\u0000�\u0000\n\u0000\u0003\u0000E\u0000�\u0000\t\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000F\u0000�\u0000\n\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000�\u0000�\u0000\u0001\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000�\u0000%\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000�\u00008\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0005\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000�\u0000\u0006\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000�\u0000n\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000�\u0000o\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u0000�\u0000\u0000\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\n\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u000b\u0000�\u0000\u0001\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\f\u0000�\u0000�\u0000\n\u0000\u0004\u0000\r\u0000�\u0000\u0002\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u000e\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u000f\u0000�\u0000\u0003\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0010\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0011\u0000�\u0000\u0005\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0012\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0013\u0000�\u0000p\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0014\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0015\u0000�\u0000q\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000�\u0000+\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0018\u0000�\u0000r\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0019\u0000�\u0000s\u0001\u0000\u0000�\u0000\u0014\u0000\u0004\u0000\u001a\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000 \u0000�\u0000\n\u0000\u0004\u0000!\u0000�\u0000t\u0001\u0000\u0000�\u0000\"\u0000\u0004\u0000\"\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000/\u0000�\u0000\n\u0000\u0004\u00000\u0000�\u0000u\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u00001\u0000�\u0000�\u0000\n\u0000\u0004\u00002\u0000�\u0000�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u00003\u0000�\u0000�\u0000\n\u0000\u0004\u00004\u0000�\u0000v\u0001\u0000\u0000�\u0000\f\u0000\u0004\u00005\u0000�\u0000�\u0000�\u00007\u0000�\u0000\n\u0000\u0004\u00008\u0000�\u0000w\u0001\u0000\u0000�\u0000\u0010\u0000\u0004\u00009\u0000�\u0000�\u0000�\u0000�\u0000�\u0000=\u0000�\u0000\n\u0000\u0004\u0000>\u0000�\u0000x\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000?\u0000�\u0000�\u0000@\u0000�\u0000\n\u0000\u0004\u0000A\u0000�\u0000,\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000B\u0000�\u0000.\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000C\u0000�\u0000/\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000D\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000E\u0000�\u0000�\u0000F\u0000�\u00008\u0000\u0005\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0018\u0000�\u0000\n\u0000\u0005\u0000\u0019\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001a\u0000�\u0000y\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001b\u0000�\u0000z\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000\u001c\u0000�\u0000�\u0000\n\u0000\u0005\u0000\u001d\u0000�\u0000w\u0001\u0000\u0000�\u0000\f\u0000\u0005\u0000\u001e\u0000�\u0000�\u0000�\u0000 \u0000�\u0000\n\u0000\u0005\u0000!\u0000�\u0000�\u0000\u0000\u0000�\u0000\f\u0000\u0005\u0000\"\u0000�\u0000�\u0000�\u0000$\u0000�\u0000\n\u0000\u0005\u0000%\u0000�\u0000}\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000&\u0000�\u0000~\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000'\u0000�\u0000�\u0000\n\u0000\u0005\u0000(\u0000�\u0000\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000)\u0000�\u0000�\u0000\n\u0000\u0005\u0000*\u0000�\u0000w\u0001\u0000\u0000�\u0000\f\u0000\u0005\u0000+\u0000�\u0000�\u0000�\u0000-\u0000�\u0000\n\u0000\u0005\u0000.\u0000�\u0000z\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000/\u0000�\u0000�\u0000\n\u0000\u0005\u00000\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u00001\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u00002\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00003\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u00004\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u00005\u0000�\u0000�\u0000\n\u0000\u0005\u00006\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u00007\u0000�\u0000�\u0000\n\u0000\u0005\u00008\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u00009\u0000�\u0000�\u0000\n\u0000\u0005\u0000:\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000;\u0000�\u0000�\u0000\n\u0000\u0005\u0000<\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000=\u0000�\u0000�\u0000\n\u0000\u0005\u0000>\u0000�\u0000B\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000?\u0000�\u0000C\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000@\u0000�\u0000D\u0001\u0000\u0000�\u0000\u0012\u0000\u0005\u0000A\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000F\u0000�\u0000@\u0000\u0006\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u001c\u0000�\u0000\n\u0000\u0006\u0000\u001d\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0006\u0000\u001e\u0000�\u0000�\u0000\n\u0000\u0006\u0000\u001f\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0006\u0000 \u0000�\u0000�\u0000\n\u0000\u0006\u0000!\u0000�\u0000{\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0006\u0000\"\u0000�\u0000�\u0000\n\u0000\u0006\u0000#\u0000�\u0000|\u0001\u0000\u0000�\u0000\u0012\u0000\u0006\u0000$\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000)\u0000�\u0000\n\u0000\u0006\u0000*\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0006\u0000+\u0000�\u0000�\u0000\n\u0000\u0006\u0000,\u0000�\u0000�\u0001\u0000\u0000�\u0000:\u0000\u0006\u0000-\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000F\u0000�\u0000\u000e\u0000\u0007\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000\u0003\u0000�\u0000\n\u0000\u0007\u0000\u0004\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0005\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\f\u0000\u0007\u0000\u0006\u0000�\u0000�\u0000�\u0000\b\u0000�\u0000\n\u0000\u0007\u0000\t\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\n\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000b\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\f\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\r\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000e\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000f\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0010\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0011\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0012\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0013\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0014\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\u0012\u0000\u0007\u0000\u0015\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u001a\u0000�\u0000\n\u0000\u0007\u0000\u001b\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001c\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001d\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001e\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001f\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000 \u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000!\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\"\u0000�\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000#\u0000�\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000$\u0000�\u0000\u0011\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0007\u0000%\u0000�\u0000�\u0000\n\u0000\u0007\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000'\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000(\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000)\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000*\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000+\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000,\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000-\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000.\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000/\u0000�\u0000�\u0001\u0000\u0000�\u0000\u000e\u0000\u0007\u00000\u0000�\u0000�\u0000�\u0000�\u00003\u0000�\u0000\n\u0000\u0007\u00004\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00005\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00006\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00007\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00008\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00009\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000:\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000;\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000<\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000=\u0000�\u0000�\u0001\u0000\u0000�\u0000\u0018\u0000\u0007\u0000>\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000F\u0000�\u0000\n\u0000\b\u0000\u0000\u0000�\u0000\u0012\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0001\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0002\u0000�\u0000I\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\b\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\b\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\b\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\b\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\b\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\b\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\b\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\b\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\b\u0000\u001b\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\b\u0000\u001c\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\b\u0000\u001d\u0000�\u0000{\u0014�G�z#�\u0003\u0002\u000e\u0000\b\u0000\u001e\u0000�\u0000��Q�\u001e\u0005$�\u0003\u0002\u000e\u0000\b\u0000\u001f\u0000�\u0000���(\\��?\u0003\u0002\u000e\u0000\b\u0000 \u0000�\u0000H�z\u0014�G�?�\u0000\n\u0000\b\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\b\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000,\u0000�\u0000333333�?�\u0000\n\u0000\b\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000.\u0000�\u0000�\u001e��Q81@�\u0000\n\u0000\b\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\b\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u00004\u0000�\u0000��(\\���?�\u0000\n\u0000\b\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\b\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\b\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\b\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\b\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\b\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\b\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\b\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\b\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\b\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000(\u0000�\u0000\u0014�G�z\u0014�?�\u0000\n\u0000\t\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\t\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000,\u0000�\u0000\nףp=\n\u0005@�\u0000\n\u0000\t\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\t\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\t\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\t\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\t\u00008\u0000�\u0000ffffff\u0004@�\u0000\n\u0000\t\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000:\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005@�\u0000\n\u0000\t\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000<\u0000�\u0000\u001f��Q��4@�\u0000\n\u0000\t\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\t\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\t\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\t\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\t\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\t\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0002\u0000�\u0000\\\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\n\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\n\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\n\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\n\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000@�\u0000\n\u0000\n\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000\u001b\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\n\u0000\u001c\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\n\u0000\u001d\u0000�\u0000{\u0014�G�z#�\u0003\u0002\u000e\u0000\n\u0000\u001e\u0000�\u0000��Q�\u001e\u0005$�\u0003\u0002\u000e\u0000\n\u0000\u001f\u0000�\u0000���(\\��?\u0003\u0002\u000e\u0000\n\u0000 \u0000�\u0000H�z\u0014�G�?�\u0000\n\u0000\n\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\n\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000,\u0000�\u0000333333�?�\u0000\n\u0000\n\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000.\u0000�\u0000�\u001e��Q81@�\u0000\n\u0000\n\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\n\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\n\u00004\u0000�\u0000��(\\���?�\u0000\n\u0000\n\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\n\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\n\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\n\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\n\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\n\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\n\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\n\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\n\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\n\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000(\u0000�\u0000\u0014�G�z\u0014�?�\u0000\n\u0000\u000b\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u000b\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000,\u0000�\u0000\nףp=\n\u0005@�\u0000\n\u0000\u000b\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\u000b\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\u000b\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u00008\u0000�\u0000ffffff\u0004@�\u0000\n\u0000\u000b\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000:\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005@�\u0000\n\u0000\u000b\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000<\u0000�\u0000\u001f��Q��4@�\u0000\n\u0000\u000b\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u000b\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u000b\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u000b\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0000\u0000�\u0000!\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0001\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0002\u0000�\u0000I\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\f\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\f\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\f\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\f\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\f\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\f\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\f\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\f\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\f\u0000\u001b\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\f\u0000\u001c\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\f\u0000\u001d\u0000�\u0000{\u0014�G�z#�\u0003\u0002\u000e\u0000\f\u0000\u001e\u0000�\u0000��Q�\u001e\u0005$�\u0003\u0002\u000e\u0000\f\u0000\u001f\u0000�\u0000���(\\��?\u0003\u0002\u000e\u0000\f\u0000 \u0000�\u0000H�z\u0014�G�?�\u0000\n\u0000\f\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\f\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000,\u0000�\u0000333333�?�\u0000\n\u0000\f\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000.\u0000�\u0000�\u001e��Q81@�\u0000\n\u0000\f\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\f\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\f\u00004\u0000�\u0000��(\\���?�\u0000\n\u0000\f\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\f\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\f\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\f\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\f\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\f\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\f\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\f\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\f\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\f\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000(\u0000�\u0000\u0014�G�z\u0014�?�\u0000\n\u0000\r\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\r\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000,\u0000�\u0000\nףp=\n\u0005@�\u0000\n\u0000\r\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\r\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\r\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\r\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\r\u00008\u0000�\u0000ffffff\u0004@�\u0000\n\u0000\r\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000:\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005@�\u0000\n\u0000\r\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000<\u0000�\u0000\u001f��Q��4@�\u0000\n\u0000\r\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\r\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\r\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\r\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\r\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\r\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\r\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0002\u0000�\u0000_\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u000e\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u000e\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u000e\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u000e\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000@�\u0000\n\u0000\u000e\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u0000\u001b\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\u000e\u0000\u001c\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\u000e\u0000\u001d\u0000�\u0000{\u0014�G�z#�\u0003\u0002\u000e\u0000\u000e\u0000\u001e\u0000�\u0000��Q�\u001e\u0005$�\u0003\u0002\u000e\u0000\u000e\u0000\u001f\u0000�\u0000���(\\��?\u0003\u0002\u000e\u0000\u000e\u0000 \u0000�\u0000H�z\u0014�G�?�\u0000\n\u0000\u000e\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u000e\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000,\u0000�\u0000333333�?�\u0000\n\u0000\u000e\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000.\u0000�\u0000�\u001e��Q81@�\u0000\n\u0000\u000e\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u00004\u0000�\u0000��(\\���?�\u0000\n\u0000\u000e\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\u000e\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\u000e\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\u000e\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u000e\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u000e\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u000e\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000(\u0000�\u0000\u0014�G�z\u0014�?�\u0000\n\u0000\u000f\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u000f\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000,\u0000�\u0000\nףp=\n\u0005@�\u0000\n\u0000\u000f\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\u000f\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\u000f\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u00008\u0000�\u0000ffffff\u0004@�\u0000\n\u0000\u000f\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000:\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005@�\u0000\n\u0000\u000f\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000<\u0000�\u0000\u001f��Q��4@�\u0000\n\u0000\u000f\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u000f\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u000f\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u000f\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0000\u0000�\u0000#\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0001\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0002\u0000�\u0000\\\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0010\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0010\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0010\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u0010\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u0010\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0010\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0010\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0010\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0010\u0000\u001b\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\u0010\u0000\u001c\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\u0010\u0000\u001d\u0000�\u0000{\u0014�G�z#�\u0003\u0002\u000e\u0000\u0010\u0000\u001e\u0000�\u0000��Q�\u001e\u0005$�\u0003\u0002\u000e\u0000\u0010\u0000\u001f\u0000�\u0000���(\\��?\u0003\u0002\u000e\u0000\u0010\u0000 \u0000�\u0000H�z\u0014�G�?�\u0000\n\u0000\u0010\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u0010\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000,\u0000�\u0000333333�?�\u0000\n\u0000\u0010\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000.\u0000�\u0000�\u001e��Q81@�\u0000\n\u0000\u0010\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u00004\u0000�\u0000��(\\���?�\u0000\n\u0000\u0010\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\u0010\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\u0010\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\u0010\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u0010\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u0010\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u0010\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000(\u0000�\u0000\u0014�G�z\u0014�?�\u0000\n\u0000\u0011\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u0011\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000,\u0000�\u0000\nףp=\n\u0005@�\u0000\n\u0000\u0011\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\u0011\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\u0011\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u00008\u0000�\u0000ffffff\u0004@�\u0000\n\u0000\u0011\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000:\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005@�\u0000\n\u0000\u0011\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000<\u0000�\u0000\u001f��Q��4@�\u0000\n\u0000\u0011\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u0011\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u0011\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u0011\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0002\u0000�\u0000_\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0003\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0004\u0000�\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0005\u0000�\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0006\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0007\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\b\u0000�\u0000\u0019\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\t\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0012\u0000\n\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\u000b\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@�\u0000\n\u0000\u0012\u0000\f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\r\u0000�\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\u000e\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0012\u0000\u0010\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\u0011\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u0012\u0000\u0012\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000X@\u0003\u0002\u000e\u0000\u0012\u0000\u0013\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0012\u0000\u0014\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0012\u0000\u0015\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000@�\u0000\n\u0000\u0012\u0000\u0016\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000\u001a\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0012\u0000\u001b\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\u0012\u0000\u001c\u0000�\u0000�p=\nף#@\u0003\u0002\u000e\u0000\u0012\u0000\u001d\u0000�\u0000{\u0014�G�z#�\u0003\u0002\u000e\u0000\u0012\u0000\u001e\u0000�\u0000��Q�\u001e\u0005$�\u0003\u0002\u000e\u0000\u0012\u0000\u001f\u0000�\u0000���(\\��?\u0003\u0002\u000e\u0000\u0012\u0000 \u0000�\u0000H�z\u0014�G�?�\u0000\n\u0000\u0012\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000#\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000%\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000(\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u0012\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000,\u0000�\u0000333333�?�\u0000\n\u0000\u0012\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000.\u0000�\u0000�\u001e��Q81@�\u0000\n\u0000\u0012\u0000/\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u00000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00003\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u00004\u0000�\u0000��(\\���?�\u0000\n\u0000\u0012\u00005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00006\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u00007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00008\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u00009\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000:\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000<\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0012\u0000>\u0000�\u0000�������@\u0003\u0002\u000e\u0000\u0012\u0000?\u0000�\u0000fffff֔@\u0003\u0002\u000e\u0000\u0012\u0000@\u0000�\u0000�����$�@\u0003\u0002\u000e\u0000\u0012\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u0012\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u0012\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u0012\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0012\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0004\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0005\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0006\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0007\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\t\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\n\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u000b\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\r\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u000e\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u000f\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0010\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0011\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0012\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0013\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0014\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0015\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0016\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0017\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0018\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0019\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001a\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001b\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001c\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001d\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001e\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001f\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000 \u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000!\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000\"\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000#\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000$\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000%\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000&\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000'\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000(\u0000�\u0000\u0014�G�z\u0014�?�\u0000\n\u0000\u0013\u0000)\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000*\u0000�\u0000�\u001e��Q�\u0010@�\u0000\n\u0000\u0013\u0000+\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000,\u0000�\u0000\nףp=\n\u0005@�\u0000\n\u0000\u0013\u0000-\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000.\u0000�\u0000)\\����4@�\u0000\n\u0000\u0013\u0000/\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00000\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u00001\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00002\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00003\u0000�\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00004\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u00005\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u00006\u0000�\u0000{\u0014�G�0��\u0000\n\u0000\u0013\u00007\u0000�\u0000\u0010\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u00008\u0000�\u0000ffffff\u0004@�\u0000\n\u0000\u0013\u00009\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000:\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005@�\u0000\n\u0000\u0013\u0000;\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000<\u0000�\u0000\u001f��Q��4@�\u0000\n\u0000\u0013\u0000=\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000>\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000?\u0000�\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000@\u0000�\u0000\u0017\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0013\u0000A\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@\u0003\u0002\u000e\u0000\u0013\u0000B\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00006@\u0003\u0002\u000e\u0000\u0013\u0000C\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u00005@�\u0000\n\u0000\u0013\u0000D\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000E\u0000�\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0013\u0000F\u0000�\u0000\u0018\u0000\u0000\u0000�\u0000*\u0000\u0006=\u0000\u0000h\u0001\u000e\u0000\u000e\u0000�\u0000`\u0002\u0010\u0002\u0014\u0001�\u0002N\u0004\u000e\u0004N\u0004\u000e\u0004N\u0004\u000e\u0004N\u0004\u000e\u0004N\u0004\u000e\u0004N\u0004>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\b\u0000\b\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000z\u0006�\u0000\u0000\u0000\u0000\u0000\u0000\u0000F\u0000\u0001\u0000\u0001\u0000\u0000\u0000F\u0000\u0003\u0000\u0007\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0007\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0002\u0000=\u0000\u0003\u0000\u0003\u0000A\u0000D\u0000\u0003\u0000\u0007\u0000E\u0000E\u0000\u0003\u0000\u0007\u0000F\u0000F\u0000\u0004\u0000\u0007\u0000\u0002\u0000\u0002\u0000\u0004\u0000\u0007\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0006\u0000\u0004\u0000\u0005\u0000\u0004\u0000\u0007\u0000\u0006\u0000\u0006\u0000\u0004\u0000\u0007\u0000\u0007\u0000\u0007\u0000\u0004\u0000\u0007\u0000\b\u0000\b\u0000\u0004\u0000\u0006\u0000\t\u0000\n\u0000\u0004\u0000\u0006\u0000\u000b\u0000\f\u0000\u0004\u0000\u0006\u0000\r\u0000\u000e\u0000\u0004\u0000\u0006\u0000\u000f\u0000\u0010\u0000\u0004\u0000\u0006\u0000\u0011\u0000\u0012\u0000\u0004\u0000\u0006\u0000\u0013\u0000\u0014\u0000\u0004\u0000\u0007\u0000\u0015\u0000\u0015\u0000\u0004\u0000\u0007\u0000\u0016\u0000\u0016\u0000\u0004\u0000\u0007\u0000\u0017\u0000\u0017\u0000\u0004\u0000\u0007\u0000\u0018\u0000\u0018\u0000\u0004\u0000\u0004\u0000\u0019\u0000 \u0000\u0004\u0000\u0004\u0000!\u0000/\u0000\u0004\u0000\u0004\u00000\u00001\u0000\u0004\u0000\u0004\u00002\u00003\u0000\u0004\u0000\u0004\u00004\u00007\u0000\u0004\u0000\u0004\u00008\u0000=\u0000\u0004\u0000\u0004\u0000>\u0000@\u0000\u0004\u0000\u0007\u0000A\u0000A\u0000\u0004\u0000\u0007\u0000B\u0000B\u0000\u0004\u0000\u0007\u0000C\u0000C\u0000\u0004\u0000\u0007\u0000D\u0000D\u0000\u0005\u0000\u0007\u0000\u0019\u0000\u0019\u0000\u0005\u0000\u0007\u0000\u001a\u0000\u001a\u0000\u0005\u0000\u0006\u0000\u001b\u0000\u001c\u0000\u0005\u0000\u0005\u0000\u001d\u0000 \u0000\u0005\u0000\u0005\u0000!\u0000$\u0000\u0006\u0000\u0006\u0000!\u0000\"\u0000\u0006\u0000\u0006\u0000#\u0000$\u0000\u0005\u0000\u0007\u0000%\u0000%\u0000\u0005\u0000\u0006\u0000&\u0000'\u0000\u0005\u0000\u0006\u0000(\u0000)\u0000\u0005\u0000\u0005\u0000*\u0000-\u0000\u0005\u0000\u0006\u0000.\u0000/\u0000\u0005\u0000\u0007\u00000\u00000\u0000\u0005\u0000\u0007\u00001\u00001\u0000\u0005\u0000\u0007\u00002\u00002\u0000\u0005\u0000\u0007\u00003\u00003\u0000\u0005\u0000\u0006\u00004\u00005\u0000\u0005\u0000\u0006\u00006\u00007\u0000\u0005\u0000\u0006\u00008\u00009\u0000\u0005\u0000\u0006\u0000:\u0000;\u0000\u0005\u0000\u0006\u0000<\u0000=\u0000\u0005\u0000\u0007\u0000>\u0000>\u0000\u0005\u0000\u0007\u0000?\u0000?\u0000\u0005\u0000\u0007\u0000@\u0000@\u0000\u0006\u0000\u0006\u0000\u001d\u0000\u001e\u0000\u0006\u0000\u0006\u0000\u001f\u0000 \u0000\u0006\u0000\u0006\u0000*\u0000+\u0000\u0006\u0000\u0006\u0000,\u0000-\u0000\b\u0000\t\u0000\u0002\u0000\u0002\u0000\b\u0000\t\u0000\u0003\u0000\u0003\u0000\b\u0000\t\u0000\u0004\u0000\u0004\u0000\b\u0000\t\u0000\u0005\u0000\u0005\u0000\b\u0000\t\u0000\u0006\u0000\u0006\u0000\b\u0000\t\u0000\u0007\u0000\u0007\u0000\b\u0000\t\u0000\b\u0000\b\u0000\b\u0000\t\u0000\t\u0000\t\u0000\b\u0000\t\u0000\n\u0000\n\u0000\b\u0000\t\u0000\u000b\u0000\u000b\u0000\b\u0000\t\u0000\f\u0000\f\u0000\b\u0000\t\u0000\r\u0000\r\u0000\b\u0000\t\u0000\u000e\u0000\u000e\u0000\b\u0000\t\u0000\u000f\u0000\u000f\u0000\b\u0000\t\u0000\u0010\u0000\u0010\u0000\b\u0000\t\u0000\u0011\u0000\u0011\u0000\b\u0000\t\u0000\u0012\u0000\u0012\u0000\b\u0000\t\u0000\u0013\u0000\u0013\u0000\b\u0000\t\u0000\u0014\u0000\u0014\u0000\b\u0000\t\u0000\u0015\u0000\u0015\u0000\b\u0000\t\u0000\u0016\u0000\u0016\u0000\b\u0000\t\u0000E\u0000E\u0000\b\u0000\t\u0000F\u0000F\u0000\n\u0000\u000b\u0000\u0002\u0000\u0002\u0000\n\u0000\u000b\u0000\u0003\u0000\u0003\u0000\n\u0000\u000b\u0000\u0004\u0000\u0004\u0000\n\u0000\u000b\u0000\u0005\u0000\u0005\u0000\n\u0000\u000b\u0000\u0006\u0000\u0006\u0000\n\u0000\u000b\u0000\u0007\u0000\u0007\u0000\n\u0000\u000b\u0000\b\u0000\b\u0000\n\u0000\u000b\u0000\t\u0000\t\u0000\n\u0000\u000b\u0000\n\u0000\n\u0000\n\u0000\u000b\u0000\u000b\u0000\u000b\u0000\n\u0000\u000b\u0000\f\u0000\f\u0000\n\u0000\u000b\u0000\r\u0000\r\u0000\n\u0000\u000b\u0000\u000e\u0000\u000e\u0000\n\u0000\u000b\u0000\u000f\u0000\u000f\u0000\n\u0000\u000b\u0000\u0010\u0000\u0010\u0000\n\u0000\u000b\u0000\u0011\u0000\u0011\u0000\n\u0000\u000b\u0000\u0012\u0000\u0012\u0000\n\u0000\u000b\u0000\u0013\u0000\u0013\u0000\n\u0000\u000b\u0000\u0014\u0000\u0014\u0000\n\u0000\u000b\u0000\u0015\u0000\u0015\u0000\n\u0000\u000b\u0000\u0016\u0000\u0016\u0000\n\u0000\u000b\u0000E\u0000E\u0000\n\u0000\u000b\u0000F\u0000F\u0000\b\u0000\u000b\u0000\u0000\u0000\u0000\u0000\b\u0000\u000b\u0000\u0001\u0000\u0001\u0000\f\u0000\r\u0000\u0002\u0000\u0002\u0000\f\u0000\r\u0000\u0003\u0000\u0003\u0000\f\u0000\r\u0000\u0004\u0000\u0004\u0000\f\u0000\r\u0000\u0005\u0000\u0005\u0000\f\u0000\r\u0000\u0006\u0000\u0006\u0000\f\u0000\r\u0000\u0007\u0000\u0007\u0000\f\u0000\r\u0000\b\u0000\b\u0000\f\u0000\r\u0000\t\u0000\t\u0000\f\u0000\r\u0000\n\u0000\n\u0000\f\u0000\r\u0000\u000b\u0000\u000b\u0000\f\u0000\r\u0000\f\u0000\f\u0000\f\u0000\r\u0000\r\u0000\r\u0000\f\u0000\r\u0000\u000e\u0000\u000e\u0000\f\u0000\r\u0000\u000f\u0000\u000f\u0000\f\u0000\r\u0000\u0010\u0000\u0010\u0000\f\u0000\r\u0000\u0011\u0000\u0011\u0000\f\u0000\r\u0000\u0012\u0000\u0012\u0000\f\u0000\r\u0000\u0013\u0000\u0013\u0000\f\u0000\r\u0000\u0014\u0000\u0014\u0000\f\u0000\r\u0000\u0015\u0000\u0015\u0000\f\u0000\r\u0000\u0016\u0000\u0016\u0000\f\u0000\r\u0000E\u0000E\u0000\f\u0000\r\u0000F\u0000F\u0000\u000e\u0000\u000f\u0000\u0002\u0000\u0002\u0000\u000e\u0000\u000f\u0000\u0003\u0000\u0003\u0000\u000e\u0000\u000f\u0000\u0004\u0000\u0004\u0000\u000e\u0000\u000f\u0000\u0005\u0000\u0005\u0000\u000e\u0000\u000f\u0000\u0006\u0000\u0006\u0000\u000e\u0000\u000f\u0000\u0007\u0000\u0007\u0000\u000e\u0000\u000f\u0000\b\u0000\b\u0000\u000e\u0000\u000f\u0000\t\u0000\t\u0000\u000e\u0000\u000f\u0000\n\u0000\n\u0000\u000e\u0000\u000f\u0000\u000b\u0000\u000b\u0000\u000e\u0000\u000f\u0000\f\u0000\f\u0000\u000e\u0000\u000f\u0000\r\u0000\r\u0000\u000e\u0000\u000f\u0000\u000e\u0000\u000e\u0000\u000e\u0000\u000f\u0000\u000f\u0000\u000f\u0000\u000e\u0000\u000f\u0000\u0010\u0000\u0010\u0000\u000e\u0000\u000f\u0000\u0011\u0000\u0011\u0000\u000e\u0000\u000f\u0000\u0012\u0000\u0012\u0000\u000e\u0000\u000f\u0000\u0013\u0000\u0013\u0000\u000e\u0000\u000f\u0000\u0014\u0000\u0014\u0000\u000e\u0000\u000f\u0000\u0015\u0000\u0015\u0000\u000e\u0000\u000f\u0000\u0016\u0000\u0016\u0000\u000e\u0000\u000f\u0000E\u0000E\u0000\u000e\u0000\u000f\u0000F\u0000F\u0000\f\u0000\u000f\u0000\u0000\u0000\u0000\u0000\f\u0000\u000f\u0000\u0001\u0000\u0001\u0000\u0010\u0000\u0011\u0000\u0002\u0000\u0002\u0000\u0010\u0000\u0011\u0000\u0003\u0000\u0003\u0000\u0010\u0000\u0011\u0000\u0004\u0000\u0004\u0000\u0010\u0000\u0011\u0000\u0005\u0000\u0005\u0000\u0010\u0000\u0011\u0000\u0006\u0000\u0006\u0000\u0010\u0000\u0011\u0000\u0007\u0000\u0007\u0000\u0010\u0000\u0011\u0000\b\u0000\b\u0000\u0010\u0000\u0011\u0000\t\u0000\t\u0000\u0010\u0000\u0011\u0000\n\u0000\n\u0000\u0010\u0000\u0011\u0000\u000b\u0000\u000b\u0000\u0010\u0000\u0011\u0000\f\u0000\f\u0000\u0010\u0000\u0011\u0000\r\u0000\r\u0000\u0010\u0000\u0011\u0000\u000e\u0000\u000e\u0000\u0010\u0000\u0011\u0000\u000f\u0000\u000f\u0000\u0010\u0000\u0011\u0000\u0010\u0000\u0010\u0000\u0010\u0000\u0011\u0000\u0011\u0000\u0011\u0000\u0010\u0000\u0011\u0000\u0012\u0000\u0012\u0000\u0010\u0000\u0011\u0000\u0013\u0000\u0013\u0000\u0010\u0000\u0011\u0000\u0014\u0000\u0014\u0000\u0010\u0000\u0011\u0000\u0015\u0000\u0015\u0000\u0010\u0000\u0011\u0000\u0016\u0000\u0016\u0000\u0010\u0000\u0011\u0000E\u0000E\u0000\u0010\u0000\u0011\u0000F\u0000F\u0000\u0012\u0000\u0013\u0000\u0002\u0000\u0002\u0000\u0012\u0000\u0013\u0000\u0003\u0000\u0003\u0000\u0012\u0000\u0013\u0000\u0004\u0000\u0004\u0000\u0012\u0000\u0013\u0000\u0005\u0000\u0005\u0000\u0012\u0000\u0013\u0000\u0006\u0000\u0006\u0000\u0012\u0000\u0013\u0000\u0007\u0000\u0007\u0000\u0012\u0000\u0013\u0000\b\u0000\b\u0000\u0012\u0000\u0013\u0000\t\u0000\t\u0000\u0012\u0000\u0013\u0000\n\u0000\n\u0000\u0012\u0000\u0013\u0000\u000b\u0000\u000b\u0000\u0012\u0000\u0013\u0000\f\u0000\f\u0000\u0012\u0000\u0013\u0000\r\u0000\r\u0000\u0012\u0000\u0013\u0000\u000e\u0000\u000e\u0000\u0012\u0000\u0013\u0000\u000f\u0000\u000f\u0000\u0012\u0000\u0013\u0000\u0010\u0000\u0010\u0000\u0012\u0000\u0013\u0000\u0011\u0000\u0011\u0000\u0012\u0000\u0013\u0000\u0012\u0000\u0012\u0000\u0012\u0000\u0013\u0000\u0013\u0000\u0013\u0000\u0012\u0000\u0013\u0000\u0014\u0000\u0014\u0000\u0012\u0000\u0013\u0000\u0015\u0000\u0015\u0000\u0012\u0000\u0013\u0000\u0016\u0000\u0016\u0000\u0012\u0000\u0013\u0000E\u0000E\u0000\u0012\u0000\u0013\u0000F\u0000F\u0000\u0010\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0013\u0000\u0001\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0011v\u0001\u0000-~\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001b\u0000\u0018\u0000\u0000&CShelf&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0003\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0006\u0000�\u0011\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000�&\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000A&\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000\u0000\u001c\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u00000\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0010\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0011\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0013\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0014\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0015\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0016\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0017\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0018\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0019\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001a\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001b\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001c\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001d\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001e\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001f\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000 \u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\"\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000#\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000\f\u0001�\u0000\u0000\u0000�\u0000\u0018\u0000\u0004\u0000\u0001\u0000\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\t\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000\u000e\u0001�\u0001\u0000\u0000�\u0000\u0018\u0000\u0005\u0000\u0001\u0000\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\t\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0002\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0006\u0000\u0003\u0000�\u0000�\u0000\n\u0000\u0006\u0000\u0004\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0005\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0006\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0007\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\b\u0000�\u0000�\u0000\t\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000�\u0000�\u0000\u0001\u0000�\u0000\n\u0000\u0007\u0000\u0002\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0003\u0000�\u0000�\u0001\u0000\u0000�\u0000\u0012\u0000\u0007\u0000\u0004\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\t\u0000�\u0000\n\u0000\b\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\b\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\b\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\b\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\b\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\t\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\t\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\t\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\t\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\n\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\n\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\n\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000b\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u000b\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u000b\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u000b\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\f\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\f\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\f\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\f\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\f\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\f\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\r\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\r\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\r\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\r\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u000e\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u000e\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u000e\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000f\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u000f\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u000f\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u000f\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0000\u0000\u0003\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u0001\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0010\u0000\u0002\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u0010\u0000\u0003\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u0010\u0000\u0004\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0010\u0000\u0005\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u0010\u0000\u0006\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0007\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\b\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000\t\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0000\u0000\u0003\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0011\u0000\u0001\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u00009@\u0003\u0002\u000e\u0000\u0011\u0000\u0002\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0011\u0000\u0003\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0011\u0000\u0004\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0005\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0006\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0007\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0011\u0000\b\u0000\u0003\u0001\u0003\u0001\t\u0000�\u0000\n\u0000\u0013\u0000\u0000\u0000\f\u0001�\u0000\u0000\u0000�\u0000\u0018\u0000\u0013\u0000\u0001\u0000\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\t\u0000�\u0000\n\u0000\u0014\u0000\u0000\u0000\u000e\u0001�\u0001\u0000\u0000�\u0000\u0018\u0000\u0014\u0000\u0001\u0000\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\t\u0000�\u0000\n\u0000\u0015\u0000\u0000\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0001\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0002\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0015\u0000\u0003\u0000�\u0000�\u0000\n\u0000\u0015\u0000\u0004\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0005\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0006\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0007\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0015\u0000\b\u0000�\u0000�\u0000\t\u0000�\u0000\n\u0000\u0016\u0000\u0000\u0000�\u0000�\u0000\u0001\u0000�\u0000\n\u0000\u0016\u0000\u0002\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0003\u0000�\u0000�\u0001\u0000\u0000�\u0000\u0012\u0000\u0016\u0000\u0004\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\t\u0000�\u0000\n\u0000\u0017\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0017\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0017\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u0017\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u0017\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0017\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u0017\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0017\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0017\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0018\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0018\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u0018\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u0018\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0018\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u0018\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0018\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0018\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0019\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0019\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u0019\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u0019\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0019\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u0019\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0019\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0019\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u001a\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u001a\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u001a\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u001a\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001a\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u001a\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001a\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001a\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001b\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u001b\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u001b\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u001b\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u001b\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001b\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u001b\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001b\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001b\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001b\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001c\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u001c\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u001c\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u001c\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u001c\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001c\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u001c\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001c\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001c\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001c\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001d\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u001d\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u001d\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u001d\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u001d\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001d\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u001d\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001d\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001d\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001d\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001e\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u001e\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u001e\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u001e\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u001e\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001e\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u001e\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001e\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001e\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001e\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001f\u0000\u0000\u0000\u0003\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u001f\u0000\u0001\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u001f\u0000\u0002\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000\u001f\u0000\u0003\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000\u001f\u0000\u0004\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u001f\u0000\u0005\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u001f\u0000\u0006\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001f\u0000\u0007\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001f\u0000\b\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u001f\u0000\t\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000 \u0000\u0000\u0000\u0003\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000 \u0000\u0001\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u00009@\u0003\u0002\u000e\u0000 \u0000\u0002\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000 \u0000\u0003\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000 \u0000\u0004\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000 \u0000\u0005\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000 \u0000\u0006\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000 \u0000\u0007\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000 \u0000\b\u0000\u0003\u0001\u0003\u0001\t\u0000�\u0000\n\u0000\"\u0000\u0000\u0000\f\u0001�\u0000\u0000\u0000�\u0000\u0018\u0000\"\u0000\u0001\u0000\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\t\u0000�\u0000\n\u0000#\u0000\u0000\u0000\u000e\u0001�\u0001\u0000\u0000�\u0000\u0018\u0000#\u0000\u0001\u0000\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\u000e\u0001\t\u0000�\u0000D\u0000`\u0011\u0000\u0000l\u0002\u000e\u0000\u000e\u0000*\u0000*\u0000z\u0000@\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000*\u0000*\u0000z\u0000@\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000*\u0000\b\u0002\u0010\u0000$\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000%\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000&\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000'\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000(\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000)\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000*\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000+\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000,\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000-\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000.\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000/\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000$\u0000\u0000\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000$\u0000\u0001\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000$\u0000\u0002\u0000�\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000$\u0000\u0003\u0000�\u0000�\u0000\n\u0000$\u0000\u0004\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000$\u0000\u0005\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000$\u0000\u0006\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000$\u0000\u0007\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000$\u0000\b\u0000�\u0000�\u0000\t\u0000�\u0000\n\u0000%\u0000\u0000\u0000�\u0000�\u0000\u0001\u0000�\u0000\n\u0000%\u0000\u0002\u0000�\u0000�\u0001\u0000\u0000�\u0000\n\u0000%\u0000\u0003\u0000�\u0000�\u0001\u0000\u0000�\u0000\u0012\u0000%\u0000\u0004\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\t\u0000�\u0000\n\u0000&\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000&\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000&\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000&\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000&\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000&\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000&\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000&\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000&\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000&\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000'\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000'\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000'\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000'\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000'\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000'\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000'\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000'\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000'\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000'\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000(\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000(\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000(\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000(\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000(\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000(\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000(\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000(\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000(\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000(\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000)\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000)\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000)\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000)\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000)\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000)\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000)\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000)\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000)\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000)\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000*\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000*\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000*\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000*\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000*\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000*\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000*\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000*\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000*\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000*\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000+\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000+\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000+\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000+\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000+\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000+\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000+\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000+\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000+\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000+\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000,\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000,\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000,\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000,\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000,\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000,\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000,\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000,\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000,\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000,\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000-\u0000\u0000\u0000\u0006\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000-\u0000\u0001\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000-\u0000\u0002\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000-\u0000\u0003\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000-\u0000\u0004\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000-\u0000\u0005\u0000\u0006\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000-\u0000\u0006\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000-\u0000\u0007\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000-\u0000\b\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000-\u0000\t\u0000\u0006\u0001�\u0001\u0000\u0000�\u0000\n\u0000.\u0000\u0000\u0000\u0003\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000.\u0000\u0001\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000.\u0000\u0002\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000��@\u0003\u0002\u000e\u0000.\u0000\u0003\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000T�@\u0003\u0002\u000e\u0000.\u0000\u0004\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0002\u000e\u0000.\u0000\u0005\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000.\u0000\u0006\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000.\u0000\u0007\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000.\u0000\b\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000.\u0000\t\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000/\u0000\u0000\u0000\u0003\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000/\u0000\u0001\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u00009@\u0003\u0002\u000e\u0000/\u0000\u0002\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000/\u0000\u0003\u0000\u0003\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000/\u0000\u0004\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000/\u0000\u0005\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000/\u0000\u0006\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000/\u0000\u0007\u0000\u0003\u0001�\u0001\u0000\u0000�\u0000\n\u0000/\u0000\b\u0000\u0003\u0001\u0003\u0001\t\u0000�\u0000\u001c\u0000�\u0007\u0000\u0000�\u0000z\u0000@\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000>\u0002\u0012\u0000�\u0000\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u00012\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0001\u0000\u0001\u0000\u0000\u0000\t\u0000\u0004\u0000\u0004\u0000\u0000\u0000\t\u0000\u0005\u0000\u0005\u0000\u0000\u0000\t\u0000\u0006\u0000\u0007\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0007\u0000\u0001\u0000\u0001\u0000\u0006\u0000\u0006\u0000\u0002\u0000\u0003\u0000\u0006\u0000\u0007\u0000\u0004\u0000\u0004\u0000\u0006\u0000\u0007\u0000\u0005\u0000\u0005\u0000\u0006\u0000\u0007\u0000\u0006\u0000\u0006\u0000\u0006\u0000\u0007\u0000\u0007\u0000\t\u0000\b\u0000\u0010\u0000\u0000\u0000\u0000\u0000\b\u0000\u0010\u0000\u0001\u0000\u0001\u0000\b\u0000\u0010\u0000\u0002\u0000\u0002\u0000\b\u0000\u0010\u0000\u0003\u0000\u0003\u0000\b\u0000\u0010\u0000\u0004\u0000\u0004\u0000\b\u0000\u0010\u0000\u0005\u0000\u0005\u0000\b\u0000\u0010\u0000\u0006\u0000\u0006\u0000\u0013\u0000\u0013\u0000\u0000\u0000\t\u0000\u0014\u0000\u0014\u0000\u0000\u0000\t\u0000\u0015\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0015\u0000\u0016\u0000\u0001\u0000\u0001\u0000\u0015\u0000\u0015\u0000\u0002\u0000\u0003\u0000\u0015\u0000\u0016\u0000\u0004\u0000\u0004\u0000\u0015\u0000\u0016\u0000\u0005\u0000\u0005\u0000\u0015\u0000\u0016\u0000\u0006\u0000\u0006\u0000\u0015\u0000\u0016\u0000\u0007\u0000\t\u0000\u0017\u0000\u001f\u0000\u0000\u0000\u0000\u0000\u0017\u0000\u001f\u0000\u0001\u0000\u0001\u0000\u0017\u0000\u001f\u0000\u0002\u0000\u0002\u0000\u0017\u0000\u001f\u0000\u0003\u0000\u0003\u0000\u0017\u0000\u001f\u0000\u0004\u0000\u0004\u0000\u0017\u0000\u001f\u0000\u0005\u0000\u0005\u0000\u0017\u0000\u001f\u0000\u0006\u0000\u0006\u0000\"\u0000\"\u0000\u0000\u0000\t\u0000#\u0000#\u0000\u0000\u0000\t\u0000$\u0000%\u0000\u0000\u0000\u0000\u0000$\u0000%\u0000\u0001\u0000\u0001\u0000$\u0000$\u0000\u0002\u0000\u0003\u0000$\u0000%\u0000\u0004\u0000\u0004\u0000$\u0000%\u0000\u0005\u0000\u0005\u0000$\u0000%\u0000\u0006\u0000\u0006\u0000$\u0000%\u0000\u0007\u0000\t\u0000&\u0000.\u0000\u0000\u0000\u0000\u0000&\u0000.\u0000\u0001\u0000\u0001\u0000&\u0000.\u0000\u0002\u0000\u0002\u0000&\u0000.\u0000\u0003\u0000\u0003\u0000&\u0000.\u0000\u0004\u0000\u0004\u0000&\u0000.\u0000\u0005\u0000\u0005\u0000&\u0000.\u0000\u0006\u0000\u0006\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000|�\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001c\u0000\u0019\u0000\u0000&CTrails&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000P\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000I\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000q\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000�\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000{\t\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\f\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000e\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000R\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0012\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0013\u0000\u0013\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0014\u0000\u0014\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0015\u0000\u0015\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0016\u0000\u0017\u0000*\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0018\u0000\u0018\u0000�\u0011\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0019\u0000\u0019\u00005\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001a\u0000\u001a\u0000�\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001b\u0000\u001b\u0000/\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001c\u0000\u001c\u0000�\u0006\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001d\u0000\u001d\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001e\u0000\u001e\u0000A\u001d\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001f\u0000\u001f\u0000\r\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000 \u0000 \u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000!\u0000!\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\"\u0000\"\u0000\u0018\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000#\u0000#\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000$\u0000$\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000%\u0000%\u0000]\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000&\u0000&\u0000\u0010\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000'\u0000'\u0000�\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000(\u0000(\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000)\u0000)\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000*\u0000*\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000+\u0000+\u0000t\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000,\u0000,\u0000j\u0005\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000-\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000-\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000-\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0010\u0000\u0000\u0000-\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\u0011\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000\u0012\u0001\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000\u0014\u0001*\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000\u0014\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000\u0014\u0001\u0014\u0001\u0011\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0013\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0014\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0015\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0016\u0000\u0014\u0001\u0014\u0001\u0017\u0000�\u0000\n\u0000\u0003\u0000\u0018\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0019\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001a\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001b\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001c\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001d\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001e\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001f\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000 \u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000!\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\"\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000#\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000$\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000%\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000&\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000'\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000(\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000)\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000*\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000+\u0000\u0014\u0001\t\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000,\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000$\u0000\u0004\u0000\u0000\u0000\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u000e\u0000�\u0000\n\u0000\u0004\u0000\u000f\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0010\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0011\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\f\u0000\u0004\u0000\u0012\u0000\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0000�\u0000\n\u0000\u0004\u0000\u0015\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0016\u0000\u0014\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000\u0014\u0001\u000e\u0000\u0000\u0000�\u00000\u0000\u0004\u0000\u0018\u0000\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001\u0014\u0001,\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000\u001b\u0001\u0000\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000\u001b\u0001\u0000\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0002\u0000\u001b\u0001\u0001\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0003\u0000\u001b\u0001\u0002\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0004\u0000\u001b\u0001\u0003\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0005\u0000\u001b\u0001\u0004\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0006\u0000\u001b\u0001\u0016\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0007\u0000\u001b\u0001\u0016\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\b\u0000\u001b\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\t\u0000\u001b\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\n\u0000\u001b\u0001(\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000b\u0000\u001b\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\f\u0000\u001b\u0001(\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\r\u0000\u001b\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000e\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000f\u0000\u001b\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0010\u0000\u001b\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0011\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0012\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0013\u0000\u001b\u0001\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0014\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0015\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0016\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0017\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0018\u0000\u0015\u0001\u0006\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0019\u0000\u0015\u0001L\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001a\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001b\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001c\u0000\u0015\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001d\u0000\u0015\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001e\u0000\u0015\u0001\b\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001f\u0000\u0015\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000 \u0000\u0015\u0001\n\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000!\u0000\u0015\u0001\u000b\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\"\u0000\u0015\u0001\f\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000#\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0005\u0000$\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000A@�\u0000\n\u0000\u0005\u0000%\u0000\u0015\u0001\r\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000&\u0000\u0015\u0001\u000e\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000'\u0000\u0015\u0001\u0015\u0001(\u0000�\u0000\n\u0000\u0005\u0000)\u0000\u0015\u0001\u0010\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000*\u0000\u0015\u0001�\u0000\n\u0000\u0005\u0000+\u0000\u0015\u0001\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000,\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000\u001f\u0001\u000f\u0002\u0000\u0000�\u00004\u0000\u0006\u0000\u0001\u0000\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u0017\u0000�\u0000\n\u0000\u0006\u0000\u0018\u0000\u0015\u0001\u0010\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0019\u0000\u0015\u0001M\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001a\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001b\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001c\u0000\u0015\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001d\u0000\u0015\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001e\u0000\u0015\u0001\b\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001f\u0000\u0015\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000 \u0000\u0015\u0001\n\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000!\u0000\u0015\u0001\u000b\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000\"\u0000\u0015\u0001\f\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000#\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0006\u0000$\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000A@�\u0000\n\u0000\u0006\u0000%\u0000\u0015\u0001\r\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000&\u0000\u0015\u0001\u000e\u0002\u0000\u0000�\u0000\u0012\u0000\u0006\u0000'\u0000\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u001f\u0001,\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000\u001f\u0001\u0011\u0002\u0000\u0000�\u0000^\u0000\u0007\u0000\u0001\u0000\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u001f\u0001,\u0000�\u0000\n\u0000\b\u0000\u0000\u0000\u001c\u0001\u0012\u0002\u0000\u0000�\u0000^\u0000\b\u0000\u0001\u0000\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u001c\u0001,\u0000�\u0000\n\u0000\t\u0000\u0000\u0000\u001b\u0001\u0013\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u0001\u0000\u001b\u0001\u0013\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u0002\u0000\u001b\u0001\u0001\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u0003\u0000\u001b\u0001\u0002\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u0004\u0000\u001b\u0001\u0003\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u0005\u0000\u001b\u0001\u0004\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u0006\u0000\u001b\u0001\u0016\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0007\u0000\u001b\u0001\u0016\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\b\u0000\u001b\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\t\u0000\u001b\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\n\u0000\u001b\u0001(\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000b\u0000\u001b\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\f\u0000\u001b\u0001(\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\r\u0000\u001b\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000e\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u000f\u0000\u001b\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u0010\u0000\u001b\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u0011\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0012\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0013\u0000\u001b\u0001\u000e\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0014\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0015\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0016\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0017\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u0018\u0000\u0015\u0001\u0006\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u0019\u0000\u0015\u0001M\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\u001a\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001b\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001c\u0000\u0015\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001d\u0000\u0015\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u001e\u0000\u0015\u0001\b\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u001f\u0000\u0015\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\t\u0000 \u0000\u0015\u0001\n\u0002\u0000\u0000�\u0000\n\u0000\t\u0000!\u0000\u0015\u0001\u000b\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\"\u0000\u0015\u0001\f\u0002\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000#\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\t\u0000$\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000@@�\u0000\n\u0000\t\u0000%\u0000\u0015\u0001\r\u0002\u0000\u0000�\u0000\n\u0000\t\u0000&\u0000\u0015\u0001\u000e\u0002\u0000\u0000�\u0000\n\u0000\t\u0000'\u0000\u0015\u0001\u0015\u0001(\u0000�\u0000\n\u0000\t\u0000)\u0000\u0015\u0001\u0010\u0000\u0000\u0000\u0001\u0002\u0006\u0000\t\u0000*\u0000\u0015\u0001�\u0000\n\u0000\t\u0000+\u0000\u0015\u0001\u001a\u0001\u0000\u0000�\u0000\n\u0000\t\u0000,\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0000\u0000\u001f\u0001\u000f\u0002\u0000\u0000�\u00004\u0000\n\u0000\u0001\u0000\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u0017\u0000�\u0000\n\u0000\n\u0000\u0018\u0000\u0015\u0001\u0010\u0002\u0000\u0000�\u0000\n\u0000\n\u0000\u0019\u0000\u0015\u0001^\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u001a\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u001b\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u001c\u0000\u0015\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u001d\u0000\u0015\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\n\u0000\u001e\u0000\u0015\u0001\b\u0002\u0000\u0000�\u0000\n\u0000\n\u0000\u001f\u0000\u0015\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\n\u0000 \u0000\u0015\u0001\n\u0002\u0000\u0000�\u0000\n\u0000\n\u0000!\u0000\u0015\u0001\u000b\u0002\u0000\u0000�\u0000\n\u0000\n\u0000\"\u0000\u0015\u0001\f\u0002\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000#\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u0000$\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000A@�\u0000\n\u0000\n\u0000%\u0000\u0015\u0001\r\u0002\u0000\u0000�\u0000\n\u0000\n\u0000&\u0000\u0015\u0001\u000e\u0002\u0000\u0000�\u0000\u0012\u0000\n\u0000'\u0000\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u001f\u0001,\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000\u001f\u0001\u0011\u0002\u0000\u0000�\u0000^\u0000\u000b\u0000\u0001\u0000\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u001f\u0001,\u0000�\u0000\n\u0000\f\u0000\u0000\u0000\u001c\u0001\u0012\u0002\u0000\u0000�\u0000^\u0000\f\u0000\u0001\u0000\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u001c\u0001,\u0000�\u0000\n\u0000\r\u0000\u0000\u0000\u001b\u0001\u0014\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u0001\u0000\u001b\u0001\u0014\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u0002\u0000\u001b\u0001\u0001\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u0003\u0000\u001b\u0001\u0002\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u0004\u0000\u001b\u0001\u0003\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u0005\u0000\u001b\u0001\u0004\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u0006\u0000\u001b\u0001\u0016\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0007\u0000\u001b\u0001\u0016\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\b\u0000\u001b\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\t\u0000\u001b\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\n\u0000\u001b\u0001(\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000b\u0000\u001b\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\f\u0000\u001b\u0001(\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\r\u0000\u001b\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000e\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u000f\u0000\u001b\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u0010\u0000\u001b\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u0011\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0012\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0013\u0000\u001b\u0001\u000e\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0014\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0015\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0016\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0017\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u0018\u0000\u0015\u0001\u0006\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u0019\u0000\u0015\u0001^\u0001\u0000\u0000�\u0000\n\u0000\r\u0000\u001a\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001b\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001c\u0000\u0015\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001d\u0000\u0015\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u001e\u0000\u0015\u0001\b\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u001f\u0000\u0015\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\r\u0000 \u0000\u0015\u0001\n\u0002\u0000\u0000�\u0000\n\u0000\r\u0000!\u0000\u0015\u0001\u000b\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\"\u0000\u0015\u0001\f\u0002\u0000\u0000\u0003\u0002\u000e\u0000\r\u0000#\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\r\u0000$\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000@@�\u0000\n\u0000\r\u0000%\u0000\u0015\u0001\r\u0002\u0000\u0000�\u0000\n\u0000\r\u0000&\u0000\u0015\u0001\u000e\u0002\u0000\u0000�\u0000\n\u0000\r\u0000'\u0000\u0015\u0001\u0015\u0001(\u0000�\u0000\n\u0000\r\u0000)\u0000\u0015\u0001\u0010\u0000\u0000\u0000\u0001\u0002\u0006\u0000\r\u0000*\u0000\u0015\u0001�\u0000\n\u0000\r\u0000+\u0000\u0015\u0001\u001a\u0001\u0000\u0000�\u0000\n\u0000\r\u0000,\u0000\u001b\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0000\u0000\u001f\u0001\u000f\u0002\u0000\u0000�\u00004\u0000\u000e\u0000\u0001\u0000\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u0017\u0000�\u0000\n\u0000\u000e\u0000\u0018\u0000\u0015\u0001\u0010\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0019\u0000\u0015\u0001L\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001a\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001b\u0000\u0015\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001c\u0000\u0015\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001d\u0000\u0015\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001e\u0000\u0015\u0001\b\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001f\u0000\u0015\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000 \u0000\u0015\u0001\n\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000!\u0000\u0015\u0001\u000b\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000\"\u0000\u0015\u0001\f\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000#\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u0000$\u0000\u0015\u0001\u0000\u0000\u0000\u0000\u0000\u0000@@�\u0000\n\u0000\u000e\u0000%\u0000\u0015\u0001\r\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000&\u0000\u0015\u0001\u000e\u0002\u0000\u0000�\u0000\u0012\u0000\u000e\u0000'\u0000\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u001f\u0001,\u0000�\u0000\n\u0000\u000f\u0000\u0000\u0000\u001f\u0001\u0011\u0002\u0000\u0000�\u0000^\u0000\u000f\u0000\u0001\u0000\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u001f\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u001f\u0001,\u0000�\u0000\n\u0000\u0010\u0000\u0000\u0000\u001c\u0001\u0012\u0002\u0000\u0000�\u0000^\u0000\u0010\u0000\u0001\u0000\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u001c\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u0015\u0001\u001c\u0001,\u0000�\u0000$\u0000�\u0011\u0000\u0000,\u0001\u000e\u0000\u000e\u0000Z\u0002�\u0000l\u00026\u0001p\u0000p\u0000l\u00026\u0001p\u0000p\u0000l\u00026\u0001p\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000Z\u0001+\u0000\u0000\u0000\u0000\u0000\u0000\u0000,\u0000\u0001\u0000\u0001\u0000\u0000\u0000,\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0004\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0004\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0004\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0004\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0004\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0004\u0000\b\u0000\b\u0000\u0003\u0000\u0004\u0000\t\u0000\t\u0000\u0003\u0000\u0004\u0000\n\u0000\n\u0000\u0003\u0000\u0004\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0004\u0000\f\u0000\f\u0000\u0003\u0000\u0004\u0000\r\u0000\r\u0000\u0003\u0000\u0004\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0003\u0000\u000f\u0000\u0011\u0000\u0003\u0000\u0004\u0000\u0012\u0000\u0012\u0000\u0003\u0000\u0004\u0000\u0013\u0000\u0013\u0000\u0003\u0000\u0004\u0000\u0014\u0000\u0014\u0000\u0003\u0000\u0003\u0000\u0015\u0000\u0017\u0000\u0003\u0000\u0004\u0000\u0018\u0000\u0018\u0000\u0003\u0000\u0004\u0000\u0019\u0000\u0019\u0000\u0003\u0000\u0004\u0000\u001a\u0000\u001a\u0000\u0003\u0000\u0004\u0000\u001b\u0000\u001b\u0000\u0003\u0000\u0004\u0000\u001c\u0000\u001c\u0000\u0003\u0000\u0004\u0000\u001d\u0000\u001d\u0000\u0003\u0000\u0004\u0000\u001e\u0000\u001e\u0000\u0003\u0000\u0004\u0000\u001f\u0000\u001f\u0000\u0003\u0000\u0004\u0000 \u0000 \u0000\u0003\u0000\u0004\u0000!\u0000!\u0000\u0003\u0000\u0004\u0000\"\u0000\"\u0000\u0003\u0000\u0004\u0000#\u0000#\u0000\u0003\u0000\u0004\u0000$\u0000$\u0000\u0003\u0000\u0004\u0000%\u0000%\u0000\u0003\u0000\u0004\u0000&\u0000&\u0000\u0003\u0000\u0004\u0000'\u0000'\u0000\u0003\u0000\u0004\u0000(\u0000(\u0000\u0003\u0000\u0004\u0000)\u0000)\u0000\u0003\u0000\u0004\u0000*\u0000*\u0000\u0003\u0000\u0004\u0000+\u0000+\u0000\u0003\u0000\u0004\u0000,\u0000,\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001�\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001e\u0000\u001b\u0000\u0000&CServices&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000\u0002\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000N\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000�\u0003\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000#\u0010\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000-\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000e\u0000�\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0010\u0000D\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0011\u0000\u0011\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000*\u0001\u0015\u0002\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000+\u0001\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000-\u0001\u0016\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000-\u0001�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0002\u0000-\u0001�\u0000\n\u0000\u0003\u0000\u0003\u0000-\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000-\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000-\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000-\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000-\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000-\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000-\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000-\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000-\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000-\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000-\u0001\u0017\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000-\u0001\u0018\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000-\u0001\u0019\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000-\u0001\u001a\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000-\u0001\t\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0000\u0000-\u0001�\u0000\n\u0000\u0004\u0000\u0001\u0000-\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000-\u0001�\u0001\u0000\u0000�\u0000$\u0000\u0004\u0000\u0003\u0000-\u0001-\u0001-\u0001-\u0001-\u0001-\u0001-\u0001-\u0001-\u0001-\u0001-\u0001-\u0001-\u0001-\u0001-\u0001\u0011\u0000�\u0000\f\u0000�\u0001\u0000\u0000<\u0000\u000e\u0000\u000e\u0000�\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0011\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0011\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0004\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0004\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0004\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0004\u0000\b\u0000\b\u0000\u0003\u0000\u0004\u0000\t\u0000\t\u0000\u0003\u0000\u0004\u0000\n\u0000\n\u0000\u0003\u0000\u0004\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0004\u0000\f\u0000\f\u0000\u0003\u0000\u0004\u0000\r\u0000\r\u0000\u0003\u0000\u0004\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0004\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0004\u0000\u0010\u0000\u0010\u0000\u0003\u0000\u0004\u0000\u0011\u0000\u0011\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000*\u0000'\u0000\u0000&CC-Band Trail Routing&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0002\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000(\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000i\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000�\u0010\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000�\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000�\u000b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000e\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000\u001e\u0012\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000f\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0010\u00005\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0011\u0000\u0011\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000\b\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0013\u0000\u0013\u0000�\n\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0014\u0000\u0014\u0000�\u000b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0015\u0000\u0015\u0000E\n\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0016\u0000\u0016\u00004\f\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0017\u0000\u0017\u0000t\u000e\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0018\u0000\u0018\u0000�\u0007\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0019\u0000\u001a\u0000�\t\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001b\u0000\u001b\u0000X\u0005\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001c\u0000\u001c\u0000P\t\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001d\u0000\u001d\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001e\u0000\u001e\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001f\u0000\u001f\u00004\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000 \u0000 \u0000t\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000!\u0000!\u0000%\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\"\u0000#\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000$\u0000$\u0000X\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000%\u0000%\u0000P\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000&\u0000&\u0000]\u0016\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000'\u0000'\u0000\u0001\t\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000(\u0000*\u0000,\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000+\u0000+\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000,\u0000,\u0000k\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000-\u0000-\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000.\u0000.\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000/\u0000/\u0000A\u001d\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00000\u00002\u0000\u0014\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00003\u00003\u0000\r\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00004\u0000:\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000;\u0000;\u0000j\u0005\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000<\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000<\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000<\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0010\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0011\u0000\u0000\u0000<\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000C\u0001\u001b\u0002\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000D\u0001\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000F\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000F\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000F\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000F\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000F\u0001\u001c\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000F\u0001\u001d\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000F\u0001\u001e\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000F\u0001\u001f\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000F\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000F\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000F\u0001 \u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000F\u0001%\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000F\u0001!\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000F\u0001\"\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000F\u0001#\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000F\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000F\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000F\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000F\u0001l\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0013\u0000F\u0001$\u0002\u0000\u0000�\u0000\u0018\u0000\u0003\u0000\u0014\u0000F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001\u001c\u0000�\u0000\n\u0000\u0003\u0000\u001d\u0000F\u00010\u0002\u0000\u0000�\u0000\u0018\u0000\u0003\u0000\u001e\u0000F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001&\u0000�\u0000\n\u0000\u0003\u0000'\u0000F\u00013\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000(\u0000F\u0001x\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000)\u0000F\u0001F\u0001*\u0000�\u0000\n\u0000\u0003\u0000+\u0000F\u00014\u0002\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000,\u0000F\u0001�\u0000\n\u0000\u0003\u0000-\u0000F\u00015\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000.\u0000F\u00016\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000/\u0000F\u00017\u0002\u0000\u0000�\u0000\n\u0000\u0003\u00000\u0000F\u00018\u0002\u0000\u0000�\u0000\n\u0000\u0003\u00001\u0000F\u00019\u0002\u0000\u0000�\u0000\n\u0000\u0003\u00002\u0000F\u0001:\u0002\u0000\u0000�\u0000\n\u0000\u0003\u00003\u0000F\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u00004\u0000F\u0001;\u0002\u0000\u0000�\u0000\f\u0000\u0003\u00005\u0000F\u0001F\u0001F\u00017\u0000�\u0000\n\u0000\u0003\u00008\u0000F\u0001=\u0002\u0000\u0000�\u0000\n\u0000\u0003\u00009\u0000F\u0001>\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000:\u0000F\u0001\t\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000;\u0000F\u0001�\u0001\u0000\u0000�\u0000,\u0000\u0004\u0000\u0000\u0000F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001\u0012\u0000�\u0000\n\u0000\u0004\u0000\u0013\u0000F\u0001%\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0014\u0000F\u0001&\u0002\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0015\u0000F\u0001�\u0000\n\u0000\u0004\u0000\u0016\u0000F\u0001)\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000F\u0001*\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0018\u0000F\u0001+\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0019\u0000F\u0001,\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001a\u0000F\u0001-\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001b\u0000F\u0001.\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001c\u0000F\u0001/\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001d\u0000F\u0001%\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001e\u0000F\u00011\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001f\u0000F\u0001)\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000 \u0000F\u0001*\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000!\u0000F\u0001+\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\"\u0000F\u0001,\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000#\u0000F\u0001-\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000$\u0000F\u0001.\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000%\u0000F\u0001/\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000&\u0000F\u00012\u0002\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000'\u0000F\u0001�\u0000\n\u0000\u0004\u0000(\u0000F\u0001B\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000)\u0000F\u0001C\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000*\u0000F\u0001D\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000+\u0000F\u0001'\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000,\u0000F\u0001(\u0002\u0000\u0000�\u0000\u0014\u0000\u0004\u0000-\u0000F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u00013\u0000�\u0000\n\u0000\u0004\u00004\u0000F\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00005\u0000F\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0004\u00006\u0000F\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0004\u00007\u0000F\u0001<\u0002\u0000\u0000�\u0000\u000e\u0000\u0004\u00008\u0000F\u0001F\u0001F\u0001F\u0001;\u0000�\u0000.\u0000\u0005\u0000\u0000\u0000F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001\u0013\u0000�\u0000\n\u0000\u0005\u0000\u0014\u0000F\u0001'\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0015\u0000F\u0001(\u0002\u0000\u0000�\u0000R\u0000\u0005\u0000\u0016\u0000F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001F\u0001;\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000M\u0001\u0000\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000M\u0001\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0002\u0000M\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0003\u0000M\u0001\u0018\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u0004\u0000M\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0006\u0000\u0005\u0000M\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0006\u0000M\u0001\u0003\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0007\u0000M\u0001\n\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000\b\u0000M\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\t\u0000M\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\n\u0000M\u0001\u0013\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000b\u0000M\u0001I\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\f\u0000M\u0001(\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\r\u0000M\u0001?\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000e\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000f\u0000G\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0010\u0000G\u0001L\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0011\u0000G\u0001�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u0012\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0006\u0000\u0013\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0014\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0015\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0016\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0017\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0018\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0019\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001a\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001b\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001c\u0000G\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u001d\u0000G\u0001\u001f��Q��3@\u0003\u0002\u000e\u0000\u0006\u0000\u001e\u0000G\u0001\u001f��Q�\u001e9@\u0003\u0002\u000e\u0000\u0006\u0000\u001f\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\u0006\u0000 \u0000G\u0001H�z\u0014�G\"@\u0003\u0002\u000e\u0000\u0006\u0000!\u0000G\u0001��[�\u0005 a?\u0003\u0002\u000e\u0000\u0006\u0000\"\u0000G\u0001w��\u001a/��?\u0003\u0002\u000e\u0000\u0006\u0000#\u0000G\u0001X9��v��?\u0003\u0002\u000e\u0000\u0006\u0000$\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\u0006\u0000%\u0000G\u0001��\"��~�?\u0003\u0002\u000e\u0000\u0006\u0000&\u0000G\u000133333�+�\u0003\u0002\u000e\u0000\u0006\u0000'\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\u0006\u0000(\u0000G\u0001�������@\u0003\u0002\u000e\u0000\u0006\u0000)\u0000G\u0001fffff֔@\u0003\u0002\u000e\u0000\u0006\u0000*\u0000G\u0001�����$�@\u0003\u0002\u000e\u0000\u0006\u0000+\u0000G\u0001333333*�\u0003\u0002\u000e\u0000\u0006\u0000,\u0000G\u000133333�+��\u0000\n\u0000\u0006\u0000-\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000.\u0000G\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000/\u0000G\u0001\b\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u00000\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0006\u00001\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000A@�\u0000\n\u0000\u0006\u00002\u0000G\u0001\u000e\u0002\u0000\u0000�\u0000\n\u0000\u0006\u00003\u0000G\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\u0006\u00004\u0000G\u0001@\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u00005\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0006\u00006\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0014@�\u0000\n\u0000\u0006\u00007\u0000M\u0001A\u0002\u0000\u0000�\u0000\n\u0000\u0006\u00008\u0000M\u0001B\u0002\u0000\u0000�\u0000\n\u0000\u0006\u00009\u0000M\u0001C\u0002\u0000\u0000�\u0000\n\u0000\u0006\u0000:\u0000G\u0001\u001a\u0001\u0000\u0000�\u0000\n\u0000\u0006\u0000;\u0000M\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000Q\u0001D\u0002\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0002\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0003\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0004\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0005\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0006\u0000Q\u0001E\u0002\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\t\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\n\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\f\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\r\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000e\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000f\u0000G\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0010\u0000G\u0001M\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0011\u0000G\u0001�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000\u0012\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0007\u0000\u0013\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0014\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0015\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0016\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0017\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0018\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0019\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001a\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001b\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001c\u0000G\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000\u001d\u0000G\u0001\u001f��Q��3@\u0003\u0002\u000e\u0000\u0007\u0000\u001e\u0000G\u0001\u001f��Q�\u001e9@\u0003\u0002\u000e\u0000\u0007\u0000\u001f\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\u0007\u0000 \u0000G\u0001H�z\u0014�G\"@\u0003\u0002\u000e\u0000\u0007\u0000!\u0000G\u0001��[�\u0005 a?\u0003\u0002\u000e\u0000\u0007\u0000\"\u0000G\u0001w��\u001a/��?\u0003\u0002\u000e\u0000\u0007\u0000#\u0000G\u0001X9��v��?\u0003\u0002\u000e\u0000\u0007\u0000$\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\u0007\u0000%\u0000G\u0001��\"��~�?\u0003\u0002\u000e\u0000\u0007\u0000&\u0000G\u000133333�+�\u0003\u0002\u000e\u0000\u0007\u0000'\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\u0007\u0000(\u0000G\u0001�������@\u0003\u0002\u000e\u0000\u0007\u0000)\u0000G\u0001fffff֔@\u0003\u0002\u000e\u0000\u0007\u0000*\u0000G\u0001�����$�@\u0003\u0002\u000e\u0000\u0007\u0000+\u0000G\u0001333333*�\u0003\u0002\u000e\u0000\u0007\u0000,\u0000G\u000133333�+��\u0000\n\u0000\u0007\u0000-\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000.\u0000G\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\u0007\u0000/\u0000G\u0001\b\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u00000\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0007\u00001\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000A@�\u0000\n\u0000\u0007\u00002\u0000G\u0001\u000e\u0002\u0000\u0000�\u0000\n\u0000\u0007\u00003\u0000G\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\u0007\u00004\u0000G\u0001@\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u00005\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0007\u00006\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0014@�\u0000\n\u0000\u0007\u00007\u0000Q\u0001A\u0002\u0000\u0000�\u0000\n\u0000\u0007\u00008\u0000Q\u0001F\u0002\u0000\u0000�\u0000\n\u0000\u0007\u00009\u0000Q\u0001G\u0002\u0000\u0000�\u0000\n\u0000\u0007\u0000:\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000;\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0000\u0000Q\u0001\u0011\u0002\u0000\u0000�\u0000\n\u0000\b\u0000\u0001\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0002\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0003\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0004\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0005\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0006\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\t\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\n\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u000b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\f\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\r\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u000e\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u000f\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0010\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0011\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0012\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0013\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0014\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0015\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0016\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0017\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0018\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0019\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001a\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001b\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001c\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001d\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001e\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001f\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000 \u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000!\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\"\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000#\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000$\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000%\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000&\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000'\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000(\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000)\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000*\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000+\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000,\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000-\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000.\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000/\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00000\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00001\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00002\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00003\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00004\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00005\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00006\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00008\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u00009\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000:\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\b\u0000;\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0000\u0000Q\u0001\u0012\u0002\u0000\u0000�\u0000\n\u0000\t\u0000\u0001\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0002\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0003\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0004\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0005\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0006\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\t\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\n\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\f\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\r\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000e\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000f\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0010\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0011\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0012\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0013\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0014\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0015\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0016\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0017\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0018\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0019\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001a\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001b\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001c\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001d\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001e\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001f\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000 \u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000!\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\"\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000#\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000$\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000%\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000&\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000'\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000(\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000)\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000*\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000+\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000,\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000-\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000.\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000/\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00000\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00001\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00002\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00003\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00004\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00005\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00006\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00008\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u00009\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000:\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\t\u0000;\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0000\u0000M\u0001\u0013\u0002\u0000\u0000�\u0000\n\u0000\n\u0000\u0001\u0000M\u0001\u000e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0002\u0000M\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0003\u0000M\u0001\u0018\u0000\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u0004\u0000M\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\n\u0000\u0005\u0000M\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0006\u0000M\u0001\u0003\u0002\u0000\u0000�\u0000\n\u0000\n\u0000\u0007\u0000M\u0001\n\u0002\u0000\u0000�\u0000\n\u0000\n\u0000\b\u0000M\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\t\u0000M\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\n\u0000M\u0001\"\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u000b\u0000M\u0001_\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\f\u0000M\u0001(\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\r\u0000M\u0001?\u0002\u0000\u0000�\u0000\n\u0000\n\u0000\u000e\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u000f\u0000G\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\n\u0000\u0010\u0000G\u0001M\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0011\u0000G\u0001�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u0012\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000@�\u0000\n\u0000\n\u0000\u0013\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0014\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0015\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0016\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0017\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0018\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u0019\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u001a\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u001b\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\n\u0000\u001c\u0000G\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\n\u0000\u001d\u0000G\u0001\u001f��Q��3@\u0003\u0002\u000e\u0000\n\u0000\u001e\u0000G\u0001\u001f��Q�\u001e9@\u0003\u0002\u000e\u0000\n\u0000\u001f\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\n\u0000 \u0000G\u0001H�z\u0014�G\"@\u0003\u0002\u000e\u0000\n\u0000!\u0000G\u0001��[�\u0005 a?\u0003\u0002\u000e\u0000\n\u0000\"\u0000G\u0001w��\u001a/��?\u0003\u0002\u000e\u0000\n\u0000#\u0000G\u0001X9��v��?\u0003\u0002\u000e\u0000\n\u0000$\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\n\u0000%\u0000G\u0001��\"��~�?\u0003\u0002\u000e\u0000\n\u0000&\u0000G\u000133333�+�\u0003\u0002\u000e\u0000\n\u0000'\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\n\u0000(\u0000G\u0001�������@\u0003\u0002\u000e\u0000\n\u0000)\u0000G\u0001fffff֔@\u0003\u0002\u000e\u0000\n\u0000*\u0000G\u0001�����$�@\u0003\u0002\u000e\u0000\n\u0000+\u0000G\u0001333333*�\u0003\u0002\u000e\u0000\n\u0000,\u0000G\u000133333�+��\u0000\n\u0000\n\u0000-\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\n\u0000.\u0000G\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\n\u0000/\u0000G\u0001\b\u0002\u0000\u0000\u0003\u0002\u000e\u0000\n\u00000\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u00001\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000@@�\u0000\n\u0000\n\u00002\u0000G\u0001\u000e\u0002\u0000\u0000�\u0000\n\u0000\n\u00003\u0000G\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\n\u00004\u0000G\u0001@\u0002\u0000\u0000\u0003\u0002\u000e\u0000\n\u00005\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\n\u00006\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0014@�\u0000\n\u0000\n\u00007\u0000M\u0001H\u0002\u0000\u0000�\u0000\n\u0000\n\u00008\u0000M\u0001B\u0002\u0000\u0000�\u0000\n\u0000\n\u00009\u0000M\u0001C\u0002\u0000\u0000�\u0000\n\u0000\n\u0000:\u0000G\u0001\u001a\u0001\u0000\u0000�\u0000\n\u0000\n\u0000;\u0000M\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000Q\u0001D\u0002\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0001\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0002\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0003\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0004\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0005\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0006\u0000Q\u0001E\u0002\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\t\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\n\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\f\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\r\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000e\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000f\u0000G\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0010\u0000G\u0001^\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0011\u0000G\u0001�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000\u0012\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000@�\u0000\n\u0000\u000b\u0000\u0013\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0014\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0015\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0016\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0017\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0018\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0019\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001a\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001b\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001c\u0000G\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u0000\u001d\u0000G\u0001\u001f��Q��3@\u0003\u0002\u000e\u0000\u000b\u0000\u001e\u0000G\u0001\u001f��Q�\u001e9@\u0003\u0002\u000e\u0000\u000b\u0000\u001f\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\u000b\u0000 \u0000G\u0001H�z\u0014�G\"@\u0003\u0002\u000e\u0000\u000b\u0000!\u0000G\u0001��[�\u0005 a?\u0003\u0002\u000e\u0000\u000b\u0000\"\u0000G\u0001w��\u001a/��?\u0003\u0002\u000e\u0000\u000b\u0000#\u0000G\u0001X9��v��?\u0003\u0002\u000e\u0000\u000b\u0000$\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\u000b\u0000%\u0000G\u0001��\"��~�?\u0003\u0002\u000e\u0000\u000b\u0000&\u0000G\u000133333�+�\u0003\u0002\u000e\u0000\u000b\u0000'\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\u000b\u0000(\u0000G\u0001�������@\u0003\u0002\u000e\u0000\u000b\u0000)\u0000G\u0001fffff֔@\u0003\u0002\u000e\u0000\u000b\u0000*\u0000G\u0001�����$�@\u0003\u0002\u000e\u0000\u000b\u0000+\u0000G\u0001333333*�\u0003\u0002\u000e\u0000\u000b\u0000,\u0000G\u000133333�+��\u0000\n\u0000\u000b\u0000-\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000.\u0000G\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\u000b\u0000/\u0000G\u0001\b\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u00000\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000b\u00001\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000A@�\u0000\n\u0000\u000b\u00002\u0000G\u0001\u000e\u0002\u0000\u0000�\u0000\n\u0000\u000b\u00003\u0000G\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\u000b\u00004\u0000G\u0001@\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u000b\u00005\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000b\u00006\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0014@�\u0000\n\u0000\u000b\u00007\u0000Q\u0001A\u0002\u0000\u0000�\u0000\n\u0000\u000b\u00008\u0000Q\u0001F\u0002\u0000\u0000�\u0000\n\u0000\u000b\u00009\u0000Q\u0001G\u0002\u0000\u0000�\u0000\n\u0000\u000b\u0000:\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000;\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0000\u0000Q\u0001\u0011\u0002\u0000\u0000�\u0000\n\u0000\f\u0000\u0001\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0002\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0003\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0004\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0005\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0006\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\t\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\n\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u000b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\f\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\r\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u000e\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u000f\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0010\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0011\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0012\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0013\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0014\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0015\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0016\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0017\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0018\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0019\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001a\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001b\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001c\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001d\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001e\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001f\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000 \u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000!\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\"\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000#\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000$\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000%\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000&\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000'\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000(\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000)\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000*\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000+\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000,\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000-\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000.\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000/\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00000\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00001\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00002\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00003\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00004\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00005\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00006\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00008\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u00009\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000:\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000;\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0000\u0000Q\u0001\u0012\u0002\u0000\u0000�\u0000\n\u0000\r\u0000\u0001\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0002\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0003\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0004\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0005\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0006\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\t\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\n\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\f\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\r\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000e\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000f\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0010\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0011\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0012\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0013\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0014\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0015\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0016\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0017\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0018\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0019\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001a\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001b\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001c\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001d\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001e\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001f\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000 \u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000!\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\"\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000#\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000$\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000%\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000&\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000'\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000(\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000)\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000*\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000+\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000,\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000-\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000.\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000/\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00000\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00001\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00002\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00003\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00004\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00005\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00006\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00008\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u00009\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000:\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\r\u0000;\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0000\u0000M\u0001\u0014\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0001\u0000M\u0001\u000e\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0002\u0000M\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0003\u0000M\u0001\u0018\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u0004\u0000M\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u000e\u0000\u0005\u0000M\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0006\u0000M\u0001\u0003\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0007\u0000M\u0001\n\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000\b\u0000M\u0001\u0018\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\t\u0000M\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\n\u0000M\u0001\u001f\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u000b\u0000M\u0001\\\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\f\u0000M\u0001(\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\r\u0000M\u0001?\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000\u000e\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u000f\u0000G\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0010\u0000G\u0001^\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0011\u0000G\u0001�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u0012\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u000e\u0000\u0013\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0014\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0015\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0016\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0017\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0018\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0019\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001a\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001b\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001c\u0000G\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u0000\u001d\u0000G\u0001\u001f��Q��3@\u0003\u0002\u000e\u0000\u000e\u0000\u001e\u0000G\u0001\u001f��Q�\u001e9@\u0003\u0002\u000e\u0000\u000e\u0000\u001f\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\u000e\u0000 \u0000G\u0001H�z\u0014�G\"@\u0003\u0002\u000e\u0000\u000e\u0000!\u0000G\u0001��[�\u0005 a?\u0003\u0002\u000e\u0000\u000e\u0000\"\u0000G\u0001w��\u001a/��?\u0003\u0002\u000e\u0000\u000e\u0000#\u0000G\u0001X9��v��?\u0003\u0002\u000e\u0000\u000e\u0000$\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\u000e\u0000%\u0000G\u0001��\"��~�?\u0003\u0002\u000e\u0000\u000e\u0000&\u0000G\u000133333�+�\u0003\u0002\u000e\u0000\u000e\u0000'\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\u000e\u0000(\u0000G\u0001�������@\u0003\u0002\u000e\u0000\u000e\u0000)\u0000G\u0001fffff֔@\u0003\u0002\u000e\u0000\u000e\u0000*\u0000G\u0001�����$�@\u0003\u0002\u000e\u0000\u000e\u0000+\u0000G\u0001333333*�\u0003\u0002\u000e\u0000\u000e\u0000,\u0000G\u000133333�+��\u0000\n\u0000\u000e\u0000-\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000.\u0000G\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000/\u0000G\u0001\b\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u00000\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u00001\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000@@�\u0000\n\u0000\u000e\u00002\u0000G\u0001\u000e\u0002\u0000\u0000�\u0000\n\u0000\u000e\u00003\u0000G\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\u000e\u00004\u0000G\u0001@\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u000e\u00005\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000e\u00006\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0014@�\u0000\n\u0000\u000e\u00007\u0000M\u0001H\u0002\u0000\u0000�\u0000\n\u0000\u000e\u00008\u0000M\u0001B\u0002\u0000\u0000�\u0000\n\u0000\u000e\u00009\u0000M\u0001C\u0002\u0000\u0000�\u0000\n\u0000\u000e\u0000:\u0000G\u0001\u001a\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000;\u0000M\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0000\u0000Q\u0001D\u0002\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0001\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0002\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0003\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0004\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0005\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0006\u0000Q\u0001E\u0002\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\t\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\n\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\f\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\r\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000e\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000f\u0000G\u0001\u0005\u0002\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0010\u0000G\u0001L\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0011\u0000G\u0001�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000\u0012\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000@�\u0000\n\u0000\u000f\u0000\u0013\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0014\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0015\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0016\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0017\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0018\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0019\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001a\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001b\u0000G\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001c\u0000G\u0001�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u0000\u001d\u0000G\u0001\u001f��Q��3@\u0003\u0002\u000e\u0000\u000f\u0000\u001e\u0000G\u0001\u001f��Q�\u001e9@\u0003\u0002\u000e\u0000\u000f\u0000\u001f\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0016@\u0003\u0002\u000e\u0000\u000f\u0000 \u0000G\u0001H�z\u0014�G\"@\u0003\u0002\u000e\u0000\u000f\u0000!\u0000G\u0001��[�\u0005 a?\u0003\u0002\u000e\u0000\u000f\u0000\"\u0000G\u0001w��\u001a/��?\u0003\u0002\u000e\u0000\u000f\u0000#\u0000G\u0001X9��v��?\u0003\u0002\u000e\u0000\u000f\u0000$\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\u000f\u0000%\u0000G\u0001��\"��~�?\u0003\u0002\u000e\u0000\u000f\u0000&\u0000G\u000133333�+�\u0003\u0002\u000e\u0000\u000f\u0000'\u0000G\u0001\\���(\\�?\u0003\u0002\u000e\u0000\u000f\u0000(\u0000G\u0001�������@\u0003\u0002\u000e\u0000\u000f\u0000)\u0000G\u0001fffff֔@\u0003\u0002\u000e\u0000\u000f\u0000*\u0000G\u0001�����$�@\u0003\u0002\u000e\u0000\u000f\u0000+\u0000G\u0001333333*�\u0003\u0002\u000e\u0000\u000f\u0000,\u0000G\u000133333�+��\u0000\n\u0000\u000f\u0000-\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000.\u0000G\u0001\u0007\u0002\u0000\u0000�\u0000\n\u0000\u000f\u0000/\u0000G\u0001\b\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u00000\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000f\u00001\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000@@�\u0000\n\u0000\u000f\u00002\u0000G\u0001\u000e\u0002\u0000\u0000�\u0000\n\u0000\u000f\u00003\u0000G\u0001\t\u0002\u0000\u0000�\u0000\n\u0000\u000f\u00004\u0000G\u0001@\u0002\u0000\u0000\u0003\u0002\u000e\u0000\u000f\u00005\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u000f\u00006\u0000G\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0014@�\u0000\n\u0000\u000f\u00007\u0000Q\u0001H\u0002\u0000\u0000�\u0000\n\u0000\u000f\u00008\u0000Q\u0001F\u0002\u0000\u0000�\u0000\n\u0000\u000f\u00009\u0000Q\u0001G\u0002\u0000\u0000�\u0000\n\u0000\u000f\u0000:\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000;\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0000\u0000Q\u0001\u0011\u0002\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0001\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0002\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0003\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0004\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0005\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0006\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\t\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\n\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u000b\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\f\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\r\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u000e\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u000f\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0010\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0011\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0012\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0013\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0014\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0015\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0016\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0017\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0018\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0019\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001a\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001b\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001c\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001d\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001e\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001f\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000 \u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000!\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\"\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000#\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000$\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000%\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000&\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000'\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000(\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000)\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000*\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000+\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000,\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000-\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000.\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000/\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00000\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00001\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00002\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00003\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00004\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00005\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00006\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00007\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00008\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00009\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000:\u0000G\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000;\u0000Q\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0000\u0000N\u0001\u0012\u0002\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0001\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0002\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0003\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0004\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0005\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0006\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0007\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\b\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\t\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\n\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000b\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\f\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\r\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000e\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000f\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0010\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0011\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0012\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0013\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0014\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0015\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0016\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0017\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0018\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0019\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001a\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001b\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001c\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001d\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001e\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001f\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000 \u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000!\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\"\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000#\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000$\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000%\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000&\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000'\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000(\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000)\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000*\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000+\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000,\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000-\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000.\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000/\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00000\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00001\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00002\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00003\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00004\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00005\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00006\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00007\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00008\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00009\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000:\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000;\u0000N\u0001\u0010\u0000\u0000\u0000�\u0000&\u0000�/\u0000\u0000@\u0001\u000e\u0000\u000e\u0000X\u0002�\u0001�\u0000�\u0003�\u0003H\u0003H\u0003�\u0003�\u0003H\u0003H\u0003�\u0003�\u0003H\u0003>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0001\u0000\u0006\u0000\u0006\u0000\u0001\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000*\u0002E\u0000\u0000\u0000\u0000\u0000\u0000\u0000;\u0000\u0001\u0000\u0001\u0000\u0000\u0000;\u0000\u0003\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0005\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0005\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0005\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0005\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0005\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0005\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0005\u0000\b\u0000\b\u0000\u0003\u0000\u0005\u0000\t\u0000\t\u0000\u0003\u0000\u0005\u0000\n\u0000\n\u0000\u0003\u0000\u0005\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0005\u0000\f\u0000\f\u0000\u0003\u0000\u0005\u0000\r\u0000\r\u0000\u0003\u0000\u0005\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0005\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0005\u0000\u0010\u0000\u0010\u0000\u0003\u0000\u0005\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0005\u0000\u0012\u0000\u0012\u0000\u0003\u0000\u0003\u0000\u0013\u0000\u001a\u0000\u0004\u0000\u0005\u0000\u0013\u0000\u0013\u0000\u0004\u0000\u0004\u0000\u0014\u0000\u0015\u0000\u0004\u0000\u0005\u0000\u0016\u0000\u0016\u0000\u0004\u0000\u0005\u0000\u0017\u0000\u0017\u0000\u0004\u0000\u0005\u0000\u0018\u0000\u0018\u0000\u0004\u0000\u0005\u0000\u0019\u0000\u0019\u0000\u0004\u0000\u0005\u0000\u001a\u0000\u001a\u0000\u0004\u0000\u0005\u0000\u001b\u0000\u001b\u0000\u0004\u0000\u0005\u0000\u001c\u0000\u001c\u0000\u0003\u0000\u0003\u0000\u001d\u0000#\u0000\u0004\u0000\u0005\u0000\u001d\u0000\u001d\u0000\u0004\u0000\u0005\u0000\u001e\u0000\u001e\u0000\u0004\u0000\u0005\u0000\u001f\u0000\u001f\u0000\u0004\u0000\u0005\u0000 \u0000 \u0000\u0004\u0000\u0005\u0000!\u0000!\u0000\u0004\u0000\u0005\u0000\"\u0000\"\u0000\u0004\u0000\u0005\u0000#\u0000#\u0000\u0004\u0000\u0005\u0000$\u0000$\u0000\u0004\u0000\u0005\u0000%\u0000%\u0000\u0004\u0000\u0005\u0000&\u0000&\u0000\u0003\u0000\u0005\u0000'\u0000'\u0000\u0003\u0000\u0003\u0000(\u0000*\u0000\u0004\u0000\u0005\u0000(\u0000(\u0000\u0004\u0000\u0005\u0000)\u0000)\u0000\u0004\u0000\u0005\u0000*\u0000*\u0000\u0003\u0000\u0003\u0000+\u0000,\u0000\u0004\u0000\u0005\u0000+\u0000+\u0000\u0004\u0000\u0005\u0000,\u0000,\u0000\u0003\u0000\u0005\u0000-\u0000-\u0000\u0003\u0000\u0005\u0000.\u0000.\u0000\u0003\u0000\u0005\u0000/\u0000/\u0000\u0003\u0000\u0005\u00000\u00000\u0000\u0003\u0000\u0005\u00001\u00001\u0000\u0003\u0000\u0005\u00002\u00002\u0000\u0003\u0000\u0005\u00003\u00003\u0000\u0003\u0000\u0003\u00004\u00007\u0000\u0004\u0000\u0005\u00004\u00004\u0000\u0004\u0000\u0005\u00005\u00005\u0000\u0004\u0000\u0005\u00006\u00006\u0000\u0004\u0000\u0005\u00007\u00007\u0000\u0003\u0000\u0005\u00008\u00008\u0000\u0003\u0000\u0005\u00009\u00009\u0000\u0003\u0000\u0005\u0000:\u0000:\u0000\u0003\u0000\u0005\u0000;\u0000;\u0000\u0006\u0000\t\u0000:\u0000:\u0000\n\u0000\r\u0000:\u0000:\u0000\u000e\u0000\u0011\u0000:\u0000:\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000q�\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000*\u0000'\u0000\u0000&CL-Band Trail Routing&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000N\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0002\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000(\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000i\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000�\u0010\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000�\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000�\u000b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000\u0002\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000f\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0010\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0011\u0000\u0011\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000\b\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0013\u0000\u0013\u0000�\n\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0014\u0000\u0014\u0000�\u000b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0015\u0000\u0015\u0000E\n\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0016\u0000\u0016\u00004\f\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0017\u0000\u0017\u0000t\u000e\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0018\u0000\u0018\u0000�\u0007\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0019\u0000\u001a\u0000�\t\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001b\u0000\u001b\u0000X\u0005\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001c\u0000\u001c\u0000P\t\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001d\u0000\u001d\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001e\u0000\u001e\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001f\u0000\u001f\u00004\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000 \u0000 \u0000t\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000!\u0000!\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\"\u0000#\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000$\u0000$\u0000X\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000%\u0000%\u0000P\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000&\u0000&\u0000]\u0016\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000'\u0000'\u0000\u0001\t\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000(\u0000*\u0000,\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000+\u0000+\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000,\u0000,\u0000k\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000-\u0000-\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000.\u0000.\u0000\u0014\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000/\u0000/\u0000\u0000\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00000\u00002\u0000\u0014\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00003\u00003\u0000\r\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00004\u0000:\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000;\u0000;\u0000j\u0005\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000<\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000<\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000<\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\\\u0001I\u0002\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000]\u0001\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000_\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000_\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000_\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000_\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000_\u0001\u001c\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000_\u0001\u001d\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000_\u0001\u001e\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000_\u0001\u001f\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000_\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000_\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000_\u0001 \u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000_\u0001%\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000_\u0001!\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000_\u0001\"\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000_\u0001#\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000_\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000_\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000_\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000_\u0001l\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0013\u0000_\u0001$\u0002\u0000\u0000�\u0000\u0018\u0000\u0003\u0000\u0014\u0000_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001\u001c\u0000�\u0000\n\u0000\u0003\u0000\u001d\u0000_\u00010\u0002\u0000\u0000�\u0000\u0018\u0000\u0003\u0000\u001e\u0000_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001&\u0000�\u0000\n\u0000\u0003\u0000'\u0000_\u00013\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000(\u0000_\u0001x\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000)\u0000_\u0001_\u0001*\u0000�\u0000\n\u0000\u0003\u0000+\u0000_\u00014\u0002\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000,\u0000_\u0001�\u0000\n\u0000\u0003\u0000-\u0000_\u00015\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000.\u0000_\u00016\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000/\u0000_\u00017\u0002\u0000\u0000�\u0000\n\u0000\u0003\u00000\u0000_\u00018\u0002\u0000\u0000�\u0000\n\u0000\u0003\u00001\u0000_\u00019\u0002\u0000\u0000�\u0000\n\u0000\u0003\u00002\u0000_\u0001:\u0002\u0000\u0000�\u0000\n\u0000\u0003\u00003\u0000_\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u00004\u0000_\u0001;\u0002\u0000\u0000�\u0000\f\u0000\u0003\u00005\u0000_\u0001_\u0001_\u00017\u0000�\u0000\n\u0000\u0003\u00008\u0000_\u0001=\u0002\u0000\u0000�\u0000\n\u0000\u0003\u00009\u0000_\u0001>\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000:\u0000_\u0001\t\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000;\u0000_\u0001�\u0001\u0000\u0000�\u0000,\u0000\u0004\u0000\u0000\u0000_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001\u0012\u0000�\u0000\n\u0000\u0004\u0000\u0013\u0000_\u0001%\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0014\u0000_\u0001&\u0002\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0015\u0000_\u0001�\u0000\n\u0000\u0004\u0000\u0016\u0000_\u0001)\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000_\u0001*\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0018\u0000_\u0001+\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0019\u0000_\u0001,\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001a\u0000_\u0001-\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001b\u0000_\u0001.\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001c\u0000_\u0001/\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001d\u0000_\u0001%\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001e\u0000_\u00011\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001f\u0000_\u0001)\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000 \u0000_\u0001*\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000!\u0000_\u0001+\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\"\u0000_\u0001,\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000#\u0000_\u0001-\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000$\u0000_\u0001.\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000%\u0000_\u0001/\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000&\u0000_\u00012\u0002\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000'\u0000_\u0001�\u0000\n\u0000\u0004\u0000(\u0000_\u0001J\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000)\u0000_\u0001K\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000*\u0000_\u0001L\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000+\u0000_\u0001'\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000,\u0000_\u0001(\u0002\u0000\u0000�\u0000\u0014\u0000\u0004\u0000-\u0000_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u00013\u0000�\u0000\n\u0000\u0004\u00004\u0000_\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00005\u0000_\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0004\u00006\u0000_\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0004\u00007\u0000_\u0001<\u0002\u0000\u0000�\u0000\u000e\u0000\u0004\u00008\u0000_\u0001_\u0001_\u0001_\u0001;\u0000�\u0000.\u0000\u0005\u0000\u0000\u0000_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001\u0013\u0000�\u0000\n\u0000\u0005\u0000\u0014\u0000_\u0001'\u0002\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0015\u0000_\u0001(\u0002\u0000\u0000�\u0000R\u0000\u0005\u0000\u0016\u0000_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001_\u0001;\u0000�\u0000\u000e\u0000r\u0005\u0000\u0000P\u0000\u000e\u0000\u000e\u0000X\u0002�\u0001>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0001\u0000\u0006\u0000\u0006\u0000\u0001\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0002B\u0000\u0000\u0000\u0000\u0000\u0000\u0000;\u0000\u0001\u0000\u0001\u0000\u0000\u0000;\u0000\u0003\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0005\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0005\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0005\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0005\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0005\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0005\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0005\u0000\b\u0000\b\u0000\u0003\u0000\u0005\u0000\t\u0000\t\u0000\u0003\u0000\u0005\u0000\n\u0000\n\u0000\u0003\u0000\u0005\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0005\u0000\f\u0000\f\u0000\u0003\u0000\u0005\u0000\r\u0000\r\u0000\u0003\u0000\u0005\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0005\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0005\u0000\u0010\u0000\u0010\u0000\u0003\u0000\u0005\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0005\u0000\u0012\u0000\u0012\u0000\u0003\u0000\u0003\u0000\u0013\u0000\u001a\u0000\u0004\u0000\u0005\u0000\u0013\u0000\u0013\u0000\u0004\u0000\u0004\u0000\u0014\u0000\u0015\u0000\u0004\u0000\u0005\u0000\u0016\u0000\u0016\u0000\u0004\u0000\u0005\u0000\u0017\u0000\u0017\u0000\u0004\u0000\u0005\u0000\u0018\u0000\u0018\u0000\u0004\u0000\u0005\u0000\u0019\u0000\u0019\u0000\u0004\u0000\u0005\u0000\u001a\u0000\u001a\u0000\u0004\u0000\u0005\u0000\u001b\u0000\u001b\u0000\u0004\u0000\u0005\u0000\u001c\u0000\u001c\u0000\u0003\u0000\u0003\u0000\u001d\u0000#\u0000\u0004\u0000\u0005\u0000\u001d\u0000\u001d\u0000\u0004\u0000\u0005\u0000\u001e\u0000\u001e\u0000\u0004\u0000\u0005\u0000\u001f\u0000\u001f\u0000\u0004\u0000\u0005\u0000 \u0000 \u0000\u0004\u0000\u0005\u0000!\u0000!\u0000\u0004\u0000\u0005\u0000\"\u0000\"\u0000\u0004\u0000\u0005\u0000#\u0000#\u0000\u0004\u0000\u0005\u0000$\u0000$\u0000\u0004\u0000\u0005\u0000%\u0000%\u0000\u0004\u0000\u0005\u0000&\u0000&\u0000\u0003\u0000\u0005\u0000'\u0000'\u0000\u0003\u0000\u0003\u0000(\u0000*\u0000\u0004\u0000\u0005\u0000(\u0000(\u0000\u0004\u0000\u0005\u0000)\u0000)\u0000\u0004\u0000\u0005\u0000*\u0000*\u0000\u0003\u0000\u0003\u0000+\u0000,\u0000\u0004\u0000\u0005\u0000+\u0000+\u0000\u0004\u0000\u0005\u0000,\u0000,\u0000\u0003\u0000\u0005\u0000-\u0000-\u0000\u0003\u0000\u0005\u0000.\u0000.\u0000\u0003\u0000\u0005\u0000/\u0000/\u0000\u0003\u0000\u0005\u00000\u00000\u0000\u0003\u0000\u0005\u00001\u00001\u0000\u0003\u0000\u0005\u00002\u00002\u0000\u0003\u0000\u0005\u00003\u00003\u0000\u0003\u0000\u0003\u00004\u00007\u0000\u0004\u0000\u0005\u00004\u00004\u0000\u0004\u0000\u0005\u00005\u00005\u0000\u0004\u0000\u0005\u00006\u00006\u0000\u0004\u0000\u0005\u00007\u00007\u0000\u0003\u0000\u0005\u00008\u00008\u0000\u0003\u0000\u0005\u00009\u00009\u0000\u0003\u0000\u0005\u0000:\u0000:\u0000\u0003\u0000\u0005\u0000;\u0000;\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000Z�\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000,\u0000)\u0000\u0000&CPacket Demands-Routing&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000i\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000E\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0007\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000�\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000\u0007\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u00003\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000e\u0000W\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0010\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0011\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000u\u0001M\u0002\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000v\u0001\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000x\u0001N\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000x\u0001O\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000x\u0001\u001c\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000x\u0001P\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000x\u0001Q\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000x\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000x\u0001R\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000x\u0001S\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000x\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000x\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000x\u0001T\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000x\u0001U\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000x\u0001V\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000x\u0001W\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000x\u0001X\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000x\u0001\u0019\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000x\u0001\t\u0001\u0000\u0000�\u0000(\u0000\u0004\u0000\u0000\u0000x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001x\u0001\u0010\u0000�\u0000\f\u0000�\u0001\u0000\u0000<\u0000\u000e\u0000\u000e\u0000�\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0010\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0004\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0004\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0004\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0004\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0004\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0004\u0000\b\u0000\b\u0000\u0003\u0000\u0004\u0000\t\u0000\t\u0000\u0003\u0000\u0004\u0000\n\u0000\n\u0000\u0003\u0000\u0004\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0004\u0000\f\u0000\f\u0000\u0003\u0000\u0004\u0000\r\u0000\r\u0000\u0003\u0000\u0004\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0004\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0004\u0000\u0010\u0000\u0010\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000E�\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000(\u0000%\u0000\u0000&CPacket Connections&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0002\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000�\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000\u0007\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u00003\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000W\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000p\u0017\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\r\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\r\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\r\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0001Y\u0002\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0001\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0001R\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0001Z\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0001[\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000�\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000�\u0001T\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000�\u0001U\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000�\u0001V\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000�\u0001W\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000�\u0001X\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000�\u0001\u0019\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000�\u0001\\\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000�\u0001\t\u0001\u0000\u0000�\u0000 \u0000\u0004\u0000\u0000\u0000�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001\f\u0000�\u0000\f\u0000F\u0001\u0000\u0000<\u0000\u000e\u0000\u000e\u0000�\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000z\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\f\u0000\u0001\u0000\u0001\u0000\u0000\u0000\f\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0004\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0004\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0004\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0004\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0004\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0004\u0000\b\u0000\b\u0000\u0003\u0000\u0004\u0000\t\u0000\t\u0000\u0003\u0000\u0004\u0000\n\u0000\n\u0000\u0003\u0000\u0004\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0004\u0000\f\u0000\f\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001d\u0000\u001a\u0000\u0000&CSystems&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0005\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0001]\u0002\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0001\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0001^\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0001_\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0001`\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000�\u0001a\u0002\u0000\u0000�\u0000\n\u0000�\u0000\u0000\u0000(\u0000\u000e\u0000\u000e\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0004\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000 \u0000\u001d\u0000\u0000&CL1 Configs&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000P\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\u0003\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000\b\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000=\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\r\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000e\u00004!\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u000f\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u000f\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u000f\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0001b\u0002\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0001\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0001c\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0001\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u0001\t\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000�\u0001d\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000�\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000�\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000�\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000�\u0001e\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000�\u0001f\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000�\u0001g\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000�\u0001�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000�\u0001h\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000�\u0001i\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000�\u0001j\u0002\u0000\u0000�\u0000$\u0000\u0004\u0000\u0000\u0000�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001�\u0001\u000e\u0000�\u0000\f\u0000f\u0001\u0000\u0000<\u0000\u000e\u0000\u000e\u0000�\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000e\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u000e\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0004\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0004\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0004\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0004\u0000\u0006\u0000\u0006\u0000\u0003\u0000\u0004\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0004\u0000\b\u0000\b\u0000\u0003\u0000\u0004\u0000\t\u0000\t\u0000\u0003\u0000\u0004\u0000\n\u0000\n\u0000\u0003\u0000\u0004\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0004\u0000\f\u0000\f\u0000\u0003\u0000\u0004\u0000\r\u0000\r\u0000\u0003\u0000\u0004\u0000\u000e\u0000\u000e\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000[�\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001c\u0000\u0019\u0000\u0000&CErrors&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0001\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000L\u001d\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000 N\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0004\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0004\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0001k\u0002\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0001\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0001l\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0001m\u0002\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u0001n\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000�\u0001o\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000�\u0001p\u0002\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000�\u0001\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0003\u0000�\u0001q\u0002\u0000\u0000�\u0000\f\u0000�\u0000\u0000\u0000<\u0000\u000e\u0000\u000e\u00008\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0003\u0000\n\u0000\u0000\u0000������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������"}],"_postman_id":"2c0b8f0c-cf09-43dc-87d8-290d4478f5b1"},{"name":"Bill Of Material (BOM)","id":"93290ee3-586c-46aa-a1fb-54b47765ba51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=BOM","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","l0"],"host":["{{server}}"],"query":[{"key":"reportType","value":"BOM"}],"variable":[]}},"response":[{"id":"8a3e5926-3264-44a5-a04a-a6fb72ef4c3a","name":"Bill Of Material (BOM)","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=BOM","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","l0"],"query":[{"key":"reportType","value":"BOM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=BOM_Report_20240405011236.xlsx"},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/vnd.ms-excel;charset=UTF-8"},{"key":"Content-Length","value":"9922"},{"key":"Date","value":"Fri, 05 Apr 2024 05:12:37 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\t�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000[Content_Types].xml�TIn\u00021\u0010����hl�\u0010E\u0011\u0003�,�\u0004)�\u0001���Xx��\u0010�}�\u0003\u001cB�D��r�R�U�-�����j\r\tM�\r\u001b�\u0001�����_4�}�\\߱\n��Z��a>��d<�F��J=6��9�\u000b��\u0003'��\b��6$'3\u001d�BD��r\u0001b4\u0018�\n\u0015|\u0006��\\4�d�\b�\\�\\=��t�d��(�)�X{}$Z�\u0005y\u0002�s�3\u0011o����\r��!\u0014�8�Ḱ���撌�?E\u000bmk\u0014�V�J8\u0014U\r����)\u001b��ɔ_�#AA�\u0019�(H�_�}\u0018�\n\t�2,ċ\u001c��Ř@j�\u0000��\u001c;�@��D��g��\u0015�\bW̑���\u0014J�\u001e��\u0004h�N\u001a��3��G\b���\u0017�~��}\u000f���?�1:�\u0010�73�\u0002PK\u0007\b�\u0002��@\u0001\u0000\u0000�\u0004\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\t�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000_rels/.rels���j�0\f�_���8�`�Q��2�m��\u00014[ILb��ږ���.[K\n\u001b�($}�\u0007�v?�I�Q.���uӂ�h���\u001bx>=��@\u0015��p�H\u0006\"�~�}�\t�n����*\"\u0016\u0003�H�׺؁\u0002��\u0013���8\u0007�Z�^'�#��7m{��O\u0006�3��\u0019�G�\u0006u�ܓ\u0018�'��y|a\u001e�����D�\t��\u000el_\u0003EYȾ�\u0000���vql\u001f3�ML�eh\u0016���*�\u0004��\\3�Y0���oJ׏�\u0003\t:\u0014��^\b�\u001f�}\u0002PK\u0007\b��z��\u0000\u0000\u0000I\u0002\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\t�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000docProps/app.xmlM��\n�0\u0010D�~EȽ��ADҔ�\b��A? ��6�lB�J?ߜ���0���ͯ�)�@��׍\u0014H6���V>\u001f��$;�SC\n\u0011\u0013;̢\u001c(�ra�g�l\u0017�&�e��L!y�%�\u0019�49��`_\u001e���4G���F\u001c��\u0005J��\u0018Wg\r\u0017\u0007�GS�b��\u0014��\n~\u000e�\u0003PK\u0007\b�|wؑ\u0000\u0000\u0000�\u0000\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\t�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0011\u0000\u0000\u0000docProps/core.xmlm��J�0\u0010F_�依�u\u0017\tm\u0017Q\u0016\u0004�\u0005+�w!\u0019�b�C\u0012����u��B.���\u001c&S�jL������\u0019%\tja䠻�<����$>p-�h4�D\u001b�k*a�0\u000e\u000f�Xta@�D��Lؚ�!X\u0006�E���,\u0012:�/�)\u001e��u`�x�\u001dBA�\u0016\u0014\u0006.y�0\u000bS�\u001a�I)Ū�on\\\u0004R\u0000��P\u0007\u000fy��\u000f\u001b�)�oÒ���\u000f+5MS6�\u000b\u0017'�����~\u0019>\u001d��u���Nj&\u001c�2�\u0002\u0016>l��w�X^^�{�\u0014�8Ki<��nX^�r�\\���Y�u7���\u000b�19�]��Z��Ϛ�OPK\u0007\b!���\u0005\u0001\u0000\u0000�\u0001\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\t�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014\u0000\u0000\u0000xl/sharedStrings.xml�[]r�ʒ~�UT�a�=m,���t�\r\u0004Ȣ\r�\u0000d�܉�\u000e,c�9\u0012�\u0000r��i�0\u001b�k�K��L\u0016ж�Ld�yhYʂ��2��?��q�f\u000fYU�e��H:\u0015�XV�ʛ���|�Lf�q��/��\u001b�*wE��H\u0017�#�+�?w��Q\u0014C:b���?\u001f�7���Ѩ^�g��>-�Y\u0001#�e�I\u001b�Yݍ�m��7�}�5��H\u0016E}�I���˧:���R�������v�\u0016EV\t�(��?�]UeE�F͗O#�d��������59�n�*�^g�m24j��פ��W�kb\u0012$�\u0017���y�I�D�e�� ���3V���\u0002\u0001\u001d\u000b\u001f^�� >w��T\u001f����l}���\u001d��j}�����-�(\\x'lf.NX�N\u0017�2�(\u001b�$�ߘa�i\u0013]�L�����\u0019�q,(�\t��w��J��*o~�YZ\f�M��>�����(-�9���\u0013ۗ����g�\";�� `@�Uq\"\u000f\nBR�\u0010��1[YX�\n\u0014Y�l�M�\u0005���\u001a�)K*�:��>�tFۀ���>�[\u0010�G�\f�!Y]��\n^o�\t\u0011�\u001b\u0016����顣�d����i������#K����&�>���k�KɆ6�S\u00011J:\"�\n�Eo{x�b>�H�:����&+��|-�'K\u000e�r��&Ӈ�6\u00195��64����tj�9��;W\te�/��\u001d�O@:*)\u0014�C0u_1�ڮ�Q\u001d�\u0002�\u00076OaYEv��}�ܒ�\t��E�+��n��\u0015��ر\u000b����ɤGN<��F�h��̫��тa\u0002�1\u0011El\u0006=��� |�A�2��DY\u001bc\u001cIw�!��=�i�l\u000b�6�\u0013kn�n̾OCo1�\u001c]���a�\u0017|�yK�\u001d�t\u0005҂OI_�r'���D$�D��)��\u001e��:���\u0018��~��\u00074�!A\u0002\u0003X�Y�B�s��\u001aN\u0018$\u001d[�5����0TR㮜$NdZ�>\\AN���%LͅͰ�\tw��D\"�\u0003\u0018��p@5W>X\u0013Ӹf|&^M=sqN)Đ�cq�p��\u0014��\u0014�jDN虖�;�d@'�4\u0019\u0013�\u001axx\u0003��!�^�\u001cT�D�'�t�a��;�bi�q��\u0015M�����ɋ�3\u000b��Øa�\u0018�\u0005R\u0002\u0015B�L\u0018.7'\u00199��]�y\u000e[8�e\u0010����;�E��0I>b��\"vߊ\u000e�iK�D\u0019�����$�l�\nv7=�����&-\u001a�װq�'��J�Dl\u0013'�\u001c�� �80�`�+'2\u0017g=�v\"BbcQ��?�+i���������9�I�/\u001e1\tS�<�\u0016�y��\u0011�rg��\u0015\fsFN/2\u0015䙢t\u00039@Xe��ٮ��\u001c\u001b\f�\u0012�c�?�\"�:��dӲ��\u0010�/\"\u0010\t��$\u000b;�D�\u0006\u0012�]��Ǯ��u,-�d�\u001dj�D��ж|\bYX�@�*U�\b�\u001dS��=�N\u0012�#r\u0013=�Er��ȕ��kXtܔUz���JP;�\u0017�B\t�����ġ�;\u0014B|��\"^8\u0011�Ȩ�\u0000�%\"a�A`�\u001d�)\u001f`1<�\u001f1��������H؃Z\u0017��r�\b��bQ�*xt�Z�s`M4X���\u0006��B\u001dպ@\u001e\u000b�]�wm�S�;l*�U\u0014�pm�5�٪��( p�\b>u�YU�ϔ\f��\u0001\bS��*/)Z\u000e�k�}�\nZ� G\u001b�%B�0\u000f���.�n2\b VY4U�^�!q,�cB��̆l\u0018�_\u0016�����\bˎ5���Uz��\u0012j˲��L�gX\u0003NFC{��c�߆�W�׻ֳ�U��\u0019ұ\f��kN���]\u0003�\bo7�ƪ\n\"#�\u0005�x\u001ao@�\u001dd\re�܃�\u0014�8V\u0014m\b\u0015WOo�JO+=�*Icq\b\u0015e�à\u000b3\"�;�N}\b�\u0017��B��[%�\u001c\u000fa��l[�w�V4�\t\u0005:�쳯>�)`.l\u001a��\u0019d���K?��\u0006D#q��\u0006\u0015�Z76�!3�=�ڃ-_a�f\u001c?^�7}\u0010�-�֖H\fYV镝'g\u001e�VY�\u0007pMʻ�5�\u0002��Qu�Z\u000f�0H�\u000eďKms*Jc�J\u001b\u0013��a^x虗�\u0011��a^xho^(U\u0002^�0/<��ˠ�%\u001e\u0010\u0018\u001e�[%)}�\u00007<��\r9\u000f.�\u0003s#�����<07bl�\u001b\n��M907bl�\u001b���ہ�\u0011c��\fJ\u000bꁹ\u0011c{sC!\u001e�i\u0007�\u0011c��ƔN�\u0003܈������sS\u000ep�c{s�����܈�=n�܌\u0003܈�=n�z�E�H��t��\u0019���}����]����ײ*N{9�p\u001e�\u001a�L'\u0015�(�x�ȴ��Țz�\u0012�\u0007͟��UV7�l\u0019�\u000e=U��!�L�\u0015��4_ 8K����8aή*a�Q\u0010�&󞊈t�\u0002�\u000b\\H�\u0004���\"�P@P���\u0016�[�:\u0017\\�ky��<\u001f�U�N\u000b�\\�[\f��\u000b\u0018s),��\u0006���|']��\b?�\u0007�l�Z�I�\u000b�\u0015\\:�\u0015D61\u0015�Y}e\u0004Qv�ͬ�f��6_��Q�u0\u0004k�\nQ\u0006g�\u0002�0^p�I1˜z\u000ed��@kUW��\fo�\u0003\u0001~k�&�_�\u0017X�8,t�36\u000b�\u0018D�c%,�=D/\u000f-��\u001f\u0006m��\u00117^Lg2�W�z�\u001f\u0019�q\u0016��?\u0006jӉ�\u0018*���u��5�l���nl9\u001eP�\u0000;\u0002ǚ.�\u0011��5�\u0014\f�\u000fұ�2ѳ4H�\u001d�\u0017EO\u0010�'���]s\u0010�����\u0002�`ub�T\u00033&�f��\u001a\u0012h0�v�χs�ֺ�H�}��(��\u0014�<]��\fp#�\u0007�D��ןH��{�Ez\u0018��mR�v/���~+j��5\u0003r&���N���C(|�\u00108m�A��p6 \u001e��m�2\f��\u0007�\u0004{C&��\u0006�\u000b߈�\t7�\u0013<lf�9��'�D���cϴ��<Y�y�n�S\f�\u000f\u0011\u0018\u0012\"H��:��\fE�­\\��ǳ0�N�g��v\"O_��b��.Q�\u001e�0��hޅ�D>s�\u0004�\f���,\u0013�ٽ�|�\u001bپ�R؎\n���6�\u0002ӆ�py�\u001f\u0001\u0012�cQ�N/}+6�{\u0011=���u�[i����fu�\f�&�c�.l˪��<K\u001d\u0013�֏�\u0000�g���1\b�\u0013�:oc�̝��%�X�\u001e\\�e� �m\u000b\u0015�E�J��*��H��6O߭�\u001eD�u��\r�*7�yA�\nEU&�d�q\b��JV���\"6\u0013��\u000f��`-.@��c���#�\u001fz��%L 2��8��Baʺ#���\u0016�\b���͖Ԏ\"�\u0013�2�f$_ኽ's�̬�!�!@����\b�A�J��p���M�]\\ ����\"\t���?PW|`ǐy�\u001fNX<w\u001d��p���2\u0005�(\f��\u001e�\u001f\u0017�m�#\u001d��,�3�\u0015���Xs�6,\u0005��Σ�ma �g��\u0013�jo\u000f\u001eg��,L��-v���,���*\u0006w��\u0007��,}H�u�l{����X�U)���d\u001b����\u0000���~tlk>��t�ܰuV�5����'�\u0001�\u0017Yv�\u001f����`��\u0017-�'�(\u0015ݟ\u00152��W?�\u0017��k7��]{\u001e{��j�\u000f?;���v��\u0002v\f�ANRd+^uQ�ĩ,i�\f�(pBH�Ja��f\b|�=�R�0�7��+xa �?f�\u0016���B�,��\tvkΊ��\u0010ֳ�p#�'�x\u001eD�\u001e�\t��7T��A [��Y�\u0013�\b�\u0013\f\u000fa��\u0013pV��I��|��\u0002o����y�6\u001d�M�4�<\u0013��_�%�T�\u0014�9����W��?��\u001c��\u0004�!\bc߳L\u0014��`!\u0004a\u0012\b��o��\r�\u0004�A)^4&\u001a�t��\u0005��ƿ��t�}>�VY�U\u000f�\u0011�%�ez,��E\f����2~Mf\t�\u0016�\u0017�RݴuQD7�~��\u001e�+I\u0014�F�\u0015T�g\u0010]\u001e�e���IV\u0001lS堃�\"r�$r��!ñ$Q�G�$d!\u0004A�-CoyvF���2\u0012�S9@�Y�\u001a��\u0019ŉ/H�Yzs\u0006J�\u0017>\u0003͜�LЬ�GCCf���!��HD�$q\u0016K\u0013��p \u0001�k)/_�7�P\b�/C�33�NǗ��D�r*ɧh'�3ӽ�����8e����\u0002}f���z*�\f􉪒�;�\f\u000eN��5�<��/=�MG�B.=:Um�҇����Hŏ\u001e����BT�%�f\u0019:��\u000e6D�c��eS\u0016��f\u0017���#ƥ顃\u001cN����\u0019-,��S�`!cM�~\u0005�\f���@��aK=\t��b\u0005�k�J�\t���K�h�a���m\u0004H\u0013B~q\f��\u0001������pLto��~:8�T\u0017�;��?�>ρw���,�O��¾��\u000fں�|↕�#�q(�e�[�#7�&��e��Pσyz�_�\rƸ\u0013O\u000b�\u0006���\u000eҁ\u001ec�\u0006��6\u0001\u0000�\u0013�]�\u0007\u0018�L��\u001f5Ճ�Ux��}\u0003i\no��/�ױ׭b�-2�Q\n���U���D��\u0007�(Z�\tLp���\u0016���w�ݖ����C�2��ٱ\u00053�\r��\u0006�O���\"�#n��\r�9]�\u0005��9R�_�(�s�W�z�\u0005jBY�\u0012'��(\b\b�����D�ʯ�7Y�\u0016���\u001b����V�K\u0013\u001b�u���\u0001PK\u0007\bT\u0019���\u000e\u0000\u0000\\3\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\t�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0000\u0000xl/styles.xml�X�r�0\u0014��\u0015\u001a�%�v��\t�S:\u0013�\r\u000bZf�\u0001\u0016�-'�ʒGVJ�%��W�%�����8\u000e�&�o�9�\\=�%\u00077���'�s����/=\u0007 \u001a�\u0018�����0|�sn�WA.�\u0004�O\u0010\u0012@\u0002h>p&Bd�\\7�&(��%�\u0010��$��P�G>v�#\u0018�\n�\u0012��y]7��:a@��0\u00159�ؔ\n\u0019ui\u0002��\u0018Kc��\u0000Cw�b4p�����������Ņw�y�\u001b\u0006n�\u0014\u0006\t�\u0016��\u0018K\u0018���\t\u0012iR�ID�\b�\u0000�\u0018͐��S6\nSd�� �#��1�)&scn)�δ�K1e\\\u000b0Q�o�s�1$\u001aT���~\u001cE�,Th���\u0010|�j0\u001e����{�\u000f�����7�ƶ��Ψ\u001b��1!��8�\u0012\u0006\u0019\u0014\u0002q:�\u000f��?�3��(�\u0005��;�\u001dC����yu��^��\\Z]�a�2��Y�]\"�M\u0013vZ�g]�r�H�r\u001b\u0015y\u0002����o~n�S��6͋�C�\u001bYUF���L��+W��\u0016\u0006\u0004%B�9\u001eOT+X��\u0014\u0013���\u0013c8f\u0014\u0012\u0015a�X��\u0015胄�f\u0013\u001c=:U�\f�a��d�Q�=�P���_�Tr�\bP\u001d�5��|��V�� ����x\u0019q�ɖȢ#7{�\b�W^_��#�,���:��eW���kh̃��\f�Mۭ�\u000bf�2�.t�Dwl�u�\u00060��\\\u0015��8U\u0018��f\u0019n\t\u001e�\u0014�Y�k��\u0014\u0006p�\u0004&��gɡNi�4 s3�%��^�b۶�Ά�um\u001b�Wdm�o��W=�#Kj\u001d��\u0017�/�L|f\u0002\n}]�{������-���Կgy�,��1�GHׄ�\u0003�/���^l�\u0014��m�\u001b���\u0015�}�\u0000g�6�}��WԞ~��P{}���!v�T�j��\u0019��0{�5̺Ͽ�F\\O���v`�kD��.5�O�t��P�_\u0017���>�<��${����/PK\u0007\b@\u0014Sd\u0015\u0003\u0000\u0000�\u0015\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\t�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000f\u0000\u0000\u0000xl/workbook.xml���n�0\u0010��}\nk��\u000eEU\u001b�A�R�CE�O���\u0010�؎l\u0017��u����i5�of�����\\�\u0007�,�l��Ni{�pؿ?���|(�Ο�ΝI�m�P���\u0006Y�\u0011a�Z�ɩ�7\"&�O4�\u001e�\n5b4\r�2�L��\u0016n\r����U�����A\u001bo%\u001e\u001b\u0011��P�6@����\u0013%\"f�lơ\u0012M@�e�9_\u001a��\u001f�$\u00112�\u000b�ő\u0003�8:\u0002���%V\u0018��|\u0000�V\u001c�Z=\u0001��u�Y\u0017\u001f���ns�.W�Q`6\nL��\u0013:�*\u0001PK\u0007\b˯�,�\u0000\u0000\u0000�\u0001\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\t�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001a\u0000\u0000\u0000xl/_rels/workbook.xml.rels���N�0\f@%��\u0010Bh�.\biW\u0018\u001f\u0010%nS�M\"�\u0003��\u0004\u000e�J��a����{����c\u001a�\u001b\u0012\u000f)\u001ah�\u001a\u0014F��\u0010{\u0003����{P,6z;��\u0006b��f�����ÐY\u0015Dd\u0003A$?h�.�d�J\u0019c�t�&+�I���\u001dl����;M�\f�3��\u001b��o@�-�(\u00068XB�\"Tʸ*�:e��6u���1��Q.��\f\u000e�rL{\u0016#�\u0011�_�M]ү~��\u000e\u001c\u0010嫼���%?������_c���6�PK\u0007\b��)l�\u0000\u0000\u0000�\u0002\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\t�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet1.xml��As�F\u0010F��\u0015*\u001dR�!����p0�`\u0016&U�ĕ�&g�\u00116��(��I~}FBf�}X/��F|�G�4��v��8�6��6T�(\f��C���\u001foÏ.~���L^����SQT������\u000e7������Ay(���uy��}z|\u001c�\u000e�\"_5\u001b��C\u001dE�p�o��t����8�\u001c���CQ}<�\u001f��KU���3��g�\u0006��K\u0011\u000e���^mvž���X�oßՍ��\u001ai��6����qP���\\?�eu\u001b�OV�>\u0014��*V�\u001b\u0004���eyܬ~��\u000b���|{*�z��E���vS݆�N�T�Ua�c�_����ïź�+�[�+\u0010\u0006�C�y.��v�᧲��]�z�{�[��}`^\u001d^�����'Y4��xV�:����(_L�y|�{�\u0012�[��C�=5?�ݦ�\n�`������YUOv��\u0001D�(S:\t��/'���_9G�8U��s�F~���Z�R+N\u00070��7W��\u0012\\*)5H�,\u0019�譵�V�u�\u0006i�!~{��-�|�-=PQ�N]o����o�t�n:z��Y�i&�tx��y�O'��%86\rҴQ:�^7}m�f[��5���NM\u000b�\u0017N����h2|�\u000b��֥�>\u0017�Y���SP���R�!f��.qG\tp�9%b�xG��%\u0016�H]bI��K\u0018Jd||�~\u001f��}@SP]\u0015\u001c��(�\"�����L������\u001fY���\u001f1��\u0013b,\f1n*��\u001d���Ap\u00172\bn��\u001f�\u0019I\u001a�><��\u001f>��n\u0011�������:N��j\u0003��.\u0005��g�D\u0013a�\t�Bᮛq\fJ�cP���\u001fj�ܘ\u0004��Q�-�P\u0005��g�PSa�)\r\u0003p�r\fnT�����CM�P�\u001b��P1�u��1��\u0013�H\u0018�\t\u0003\u001d\u001bf\u001c��\u000ew\u001c��\u000f�?�\u0011\u001f��ƌp�\u0018�:U��~�\t5\u0013��1a�C�c2\u0014*��CS�\u000f5�C�nL�C�(\u0017��1��\u0013�X\u0018�9J�\u000e�q\f\n��cP��?�1\u001f��ƌq�\u0018���\u0005��g�PU$L�\u0006I\u001cx\u000e�A\u001aϢX\b�6o��d[�D��\u001b�\"\u001c.��t%��@n�J����P\u0019D'x&�3o��l��B�,\u0005��g�8�4NM�,�p�\u001c4Ɓ2P\u001a�H� R�Ѯڶ�&�i�b�]\u0005��@n�R�R���'Y,�gY,��YJ V-C�\u0005�/�|1��+��\u0007r󕪖b,iD\u0006\u0004\u0006��p�Ad�\u0015\u0018��P.e�K\u0011�\"4��\u00002\u001e��W*^�\u001a��4Η�\u0000��A1�W _�þ��/E�����B\u0011ͷ\u001fr�:�J��3��\f�l�u�J�`\u0002f!`�\u0002��3n�R�RT�tF\u0002e�1\u0019\u000e8�\f\u0007\u0002\u0003S\u001d\n���)\"a��A\u0002\u0019\u000f��+\u00151E\rJ��p�Ad8� 2\u001c\bdLuؘ�:���\u0011�\u001d\u000e\u0004��@n�R'S�L�\u0013�/\u0007�8_\u000e\u001a�|\u0005^�:�LY3SD�\b��+�3\u000f�.\u000eH�L3N5��]\u0016��]\u0006�\bOw���t��ikg��\u0019���A\u0002\u0019\u000f��+�3��3\u0006�\b�\u000e�:s-�3\u0001�\u00100K\u0001c�\u00197N��i�T\u0010᳉,�O'�\u0010>��\u0005v�;�L[;���\bͶ�\u00002\u001e��Wjg�:\u0015D��\"\u000b��\u0017\u000b��\u0015ؙ�3m�L\u0013;#47�J ��|�v�c�p@\u0011 \u000b��:s-03\u0001�\u00100K\u0001c�\u00197N��i�P��x�Bd����\"�@�t��i+c��\u0018��v\u0015@�\u0003��JeLӕ,���g,D�\u0003\u000e\"-+\u00102ݱ*�S�/Y\u0017#4;�\n ��|�v��S\u0001>�=c!|����B�\u0016ؙ�3m�L\u0013;#��4��\n ��|�v��S\u0001�f`�B1Η�\u0012����t��ikg��\u0019���\t�W\u0000\u0019\u000f��+�3M�\n4^2c!�f�Bx�L\u000b�Lwؙ�v���\u0011�\u001d%v��k��v\u0006�Sir�\u0011\u0003\u0001�\u0002����\u001b\u0010�\u0019t�\u0019X;\u0003bg���_\td<������og\f\u0002d\u0019�_g\u000e\u0002;\u00130\u000b\u0001�\u00140��q��\u00190N�/'�qPLڕ�H�\n�\f:�\f��\u0001�3B��*�3\u000f��+�\u0016Qp1\"E �'\u0013�u� � QrE��D�5��\u0012A*c@\u0017� �'\u0013X\b�L`!|2\u0001\u0004B\u0006\u001dKe\u0010�v%Ke�f�U\u0000\u0019\u000f��+�3H��J\u0011����3\u0007��\t���Y\n\u0018�ϸqJe\f\u0018��I�\f��ѕ���*�1�1�2\u0006D�\b�M�$��@n�R\u0019\u0003F�\u0012<�e!<�e!<�\u0005��A����1 2Fh6_\u0001d<���TƀQ(|�̌��E3w,D�W c�!c`e\f��\u0011���'!��K!g��\u001b��ʀq)|�̌��D���$\b�\f:�\f��\u0001�2Bw\u0005-㌟s�j��Y|v���'��\u0007\u0006�\u000bg~d�\"*�f޽2Q���\u0003�1H-*>�D�t\t\u001e8\u0019�\u0004�E�-�\u001f�z�g�N��v���T�QGU�}11W\u0015߱4�������}~|��O�����0\u001aԷ��˲*����3\u0015���d[���\n��y'��Uyh�\u001dN'�\r\u0016M��\\�ڇ��Ïw���7\u000f��o\u0019\r���A�>?�m2��O�n���V���PK\u0007\b�k�Yo\b\u0000\u0000�:\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000�\t�X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0000xl/worksheets/sheet2.xml��]o�0\u0014���+,�\u000f�\u0013>R\u0001U��l\u0017��i[�I0\u001f*`d;�?Ƥ(`��n�\u0007?>�9�-\u0013>�55�\u0010�+�Fбl\bH{�Y�\u0016\u0011��;�\u001a���K�S��KB\u0004�|�#X\n�= �O%iRnю�r&��I�\fY�x�H��EM��m{�I�\u0016�aV5�\u001d\u0004\u0001#y\u0004�����(\u000e\u0015��\"=�\u0019�A�H��\u0010��\"h\u000f(��DI?3��<=��\u0017����(��ʵԢ\u0013��z��\u001a���I�Ի�2Qʑc�`c{؅�t�6/�`g\u0002��p�T�\u001a��T��\nO�6��?\u0012��4��>\u0015i\u001c2�\u0003�j\u001b:�\u001b�{��ޕZ+k\u0018��丒�\u0013\\~��+o\u0013�ː��|30�=1H*N�x�u<+�Lv�\r)���nd\\Ŵ���lQ��`����\u001cٺ���4\u0013�Z�fb�sfob�9�db�9��\u0018�\u001cLL`�ʻs\u0017=�r=K�8<;O�E�m�\u000e��%��!׶�ԓAo�$\u0006�[B\u0007��Gg˿�0_߃`����1L�\f���0��f���\r3�i�����K\u000b�3eE�rp�B�&/i˗\u0019rJ\u0005aC���ʿ�\u0014�$\u0017����\u0006����u�p)N?��\u001fPK\u0007\b�|i��\u0001\u0000\u0000�\u0006\u0000\u0000PK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\t�X�\u0002��@\u0001\u0000\u0000�\u0004\u0000\u0000\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000[Content_Types].xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\t�X��z��\u0000\u0000\u0000I\u0002\u0000\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0000\u0000_rels/.relsPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\t�X�|wؑ\u0000\u0000\u0000�\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0002\u0000\u0000docProps/app.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\t�X!���\u0005\u0001\u0000\u0000�\u0001\u0000\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000l\u0003\u0000\u0000docProps/core.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\t�XT\u0019���\u000e\u0000\u0000\\3\u0000\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0004\u0000\u0000xl/sharedStrings.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\t�X@\u0014Sd\u0015\u0003\u0000\u0000�\u0015\u0000\u0000\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0013\u0000\u0000xl/styles.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\t�X˯�,�\u0000\u0000\u0000�\u0001\u0000\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0016\u0000\u0000xl/workbook.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\t�X��)l�\u0000\u0000\u0000�\u0002\u0000\u0000\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\f\u0018\u0000\u0000xl/_rels/workbook.xml.relsPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\t�X�k�Yo\b\u0000\u0000�:\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000/\u0019\u0000\u0000xl/worksheets/sheet1.xmlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000�\t�X�|i��\u0001\u0000\u0000�\u0006\u0000\u0000\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�!\u0000\u0000xl/worksheets/sheet2.xmlPK\u0005\u0006\u0000\u0000\u0000\u0000\n\u0000\n\u0000�\u0002\u0000\u0000'$\u0000\u0000\u0000\u0000"}],"_postman_id":"93290ee3-586c-46aa-a1fb-54b47765ba51"},{"name":"ASE NOISE LEVEL","id":"ce471717-e3dd-4714-85b5-5b0d990d4340","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=ASE_NOISE_LEVEL","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","l0"],"host":["{{server}}"],"query":[{"key":"reportType","value":"ASE_NOISE_LEVEL"}],"variable":[]}},"response":[{"id":"ede026e4-595d-4c47-be57-c3c268907274","name":"ASE NOISE LEVEL","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/l0?reportType=ASE_NOISE_LEVEL","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","l0"],"query":[{"key":"reportType","value":"ASE_NOISE_LEVEL"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=ASENoiseLevel_Report_20240405011545.xls"},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/vnd.ms-excel;charset=UTF-8"},{"key":"Content-Length","value":"6144"},{"key":"Date","value":"Fri, 05 Apr 2024 05:15:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"��\u0011ࡱ\u001a�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000;\u0000\u0003\u0000��\t\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000����\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������R\u0000o\u0000o\u0000t\u0000 \u0000E\u0000n\u0000t\u0000r\u0000y\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016\u0000\u0005\u0001��������\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000W\u0000o\u0000r\u0000k\u0000b\u0000o\u0000o\u0000k\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0002\u0001������������\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u000e\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��������\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������\t\b\u0010\u0000\u0000\u0006\u0005\u0000�\u0010�\u0007A\u0000\u0000\u0000\u0006\u0000\u0000\u0000�\u0000�\u00008\u0000\u0000\u0000\u0000\u0000���\u0000�\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000�\u0000��\u0000\u0000�\u0000�\u0000\u0000��\u0000�\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000�\u0000��\u0000\u0000�\u0000�\u0000\u0000��\u0000���\u0000���\u0000���\u0000�3f\u0000���\u0000���\u0000f\u0000f\u0000���\u0000\u0000f�\u0000���\u0000\u0000\u0000�\u0000�\u0000�\u0000��\u0000\u0000\u0000��\u0000�\u0000�\u0000�\u0000\u0000\u0000\u0000��\u0000\u0000\u0000�\u0000\u0000��\u0000���\u0000���\u0000���\u0000���\u0000���\u0000̙�\u0000�̙\u00003f�\u00003��\u0000��\u0000\u0000��\u0000\u0000��\u0000\u0000�f\u0000\u0000ff�\u0000���\u0000\u00003f\u00003�f\u0000\u00003\u0000\u000033\u0000\u0000�3\u0000\u0000�3f\u000033�\u0000333\u0000�\u0000\u0002\u0000�\u0004�\u0000\u0002\u0000\u0000\u0000�\u0000\u0000\u0000\\\u0000p\u0000\u0003\u0000\u0000wsp                                                                                                          B\u0000\u0002\u0000�\u0004a\u0001\u0002\u0000\u0000\u0000=\u0001\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u000e\u0000\u0019\u0000\u0002\u0000\u0000\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0013\u0000\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000=\u0000\u0012\u0000h\u0001\u000e\u0001\\:�#8\u0000\u0000\u0000\u0000\u0000\u0001\u0000X\u0002@\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000\"\u0000\u0002\u0000\u0000\u0000\u000e\u0000\u0002\u0000\u0001\u0000�\u0001\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u00001\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial\u001e\u0004\u001a\u0000\u0005\u0000\u0015\u0000\u0000\"$\"#,##0_);(\"$\"#,##0)\u001e\u0004\u001f\u0000\u0006\u0000\u001a\u0000\u0000\"$\"#,##0_);[Red](\"$\"#,##0)\u001e\u0004 \u0000\u0007\u0000\u001b\u0000\u0000\"$\"#,##0.00_);(\"$\"#,##0.00)\u001e\u0004%\u0000\b\u0000 \u0000\u0000\"$\"#,##0.00_);[Red](\"$\"#,##0.00)\u001e\u00045\u0000*\u00000\u0000\u0000_(\"$\"* #,##0_);_(\"$\"* (#,##0);_(\"$\"* \"-\"_);_(@_)\u001e\u0004,\u0000)\u0000'\u0000\u0000_(* #,##0_);_(* (#,##0);_(* \"-\"_);_(@_)\u001e\u0004=\u0000,\u00008\u0000\u0000_(\"$\"* #,##0.00_);_(\"$\"* (#,##0.00);_(\"$\"* \"-\"??_);_(@_)\u001e\u00044\u0000+\u0000/\u0000\u0000_(* #,##0.00_);_(* (#,##0.00);_(* \"-\"??_);_(@_)�\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000+\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000)\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000,\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000*\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\t\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0005\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0006\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\r\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\r\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\f\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u000b\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0002\u0004\u0000\u0010�\u0003��\u0002\u0004\u0000\u0011�\u0006��\u0002\u0004\u0000\u0012�\u0004��\u0002\u0004\u0000\u0013�\u0007��\u0002\u0004\u0000\u0000�\u0000��\u0002\u0004\u0000\u0014�\u0005�`\u0001\u0002\u0000\u0000\u0000�\u0000\u0011\u00008\u000b\u0000\u0000\u0000\u0000\t\u0000ASE Noise�\u0000\u0004\u0000\u0001\u0000\u0001\u0000�\u0001\u0004\u0000\u0001\u0000\u0001\u0004\u0017\u0000\b\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u0001*\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u0010\u0000\u0000ASE Noise Report\u001d\u0000\u0000Network: sandhya_planner-2024\t\u0000\u0000Site Name\u0007\u0000\u0000NE Name\t\u0000\u0000Node Name\u0010\u0000\u0000Segregation Mode\u000e\u0000\u0000Add/Drop Block\u0004\u0000\u0000Type\u0005\u0000\u0000Shelf\u0004\u0000\u0000Slot\u0002\u0000\u0000ID\u0017\u0000\u0000Noise level\ncalculation\u000b\u0000\u0000Noise level\u0012\u0000\u0000Max OT noise level\u000f\u0000\u0000Noise\nOptimized\u0005\u0000\u0000Site1\u0007\u0000\u0000Site1-1\f\u0000\u0000Site1-1-ON-1\u001c\u0000\u0000Compatibility - Allow Mixing\u0007\u0000\u0000MCS8-16\u0007\u0000\u0000Compute\u0003\u0000\u0000Low\b\u0000\u0000No Noise\u0002\u0000\u0000No\u0005\u0000\u0000Site2\u0007\u0000\u0000Site2-1\f\u0000\u0000Site2-1-ON-1\u0005\u0000\u0000Site3\u0007\u0000\u0000Site3-1\f\u0000\u0000Site3-1-ON-1�\u0000\"\u0000\b\u0000\t\u0000\u0000\f\u0000\u0000\u0000�\t\u0000\u0000�\u0000\u0000\u0000j\n\u0000\u0000�\u0000\u0000\u0000�\n\u0000\u0000Y\u0001\u0000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001f\u0000\u001c\u0000\u0000&CASE Noise&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000%\u0018\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000d\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000\u0015\u0003\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\t\u0000b\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000�\u0012\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\f\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\f\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\f\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\f\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\f\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\f\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000\u0016\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000\u0018\u0000\u0002\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000\u0018\u0000\u0003\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000\u0018\u0000\u0004\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000\u0018\u0000\u0005\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000\u0018\u0000\u0006\u0000\u0000\u0000�\u0000\u0014\u0000\u0003\u0000\u0005\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u000b\u0000�\u0000\u000e\u0000\u0004\u0000\u0000\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0018\u0000\u0003\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000\u0018\u0000\u0007\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000\u0018\u0000\b\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000\u0018\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000\u0018\u0000\n\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000\u0018\u0000\u000b\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u0000\u0018\u0000\f\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\n\u0000\u0018\u0000\r\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000b\u0000\u0018\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000\u0019\u0000\u000f\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000\u0019\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0002\u0000\u0019\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0003\u0000\u0019\u0000\u0012\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0004\u0000\u0019\u0000\u0013\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u0005\u0000\u0019\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0005\u0000\u0006\u0000\u0019\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014@\u0003\u0002\u000e\u0000\u0005\u0000\u0007\u0000\u001b\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0005\u0000\b\u0000\u0019\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\t\u0000\u0019\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\n\u0000\u0019\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000b\u0000\u0019\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000\u0019\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000\u0019\u0000\u0019\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0002\u0000\u0019\u0000\u001a\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0003\u0000\u0019\u0000\u0012\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0004\u0000\u0019\u0000\u0013\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0006\u0000\u0005\u0000\u0019\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0006\u0000\u0006\u0000\u0019\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014@\u0003\u0002\u000e\u0000\u0006\u0000\u0007\u0000\u001b\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0006\u0000\b\u0000\u0019\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\t\u0000\u0019\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\n\u0000\u0019\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000b\u0000\u0019\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000\u0019\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000\u0019\u0000\u001c\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0002\u0000\u0019\u0000\u001d\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0003\u0000\u0019\u0000\u0012\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0004\u0000\u0019\u0000\u0013\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0007\u0000\u0005\u0000\u0019\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0007\u0000\u0006\u0000\u0019\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014@\u0003\u0002\u000e\u0000\u0007\u0000\u0007\u0000\u001b\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0007\u0000\b\u0000\u0019\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\t\u0000\u0019\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\n\u0000\u0019\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000b\u0000\u0019\u0000\u0017\u0000\u0000\u0000�\u0000\u0012\u0000�\u0003\u0000\u0000x\u0000\u000e\u0000\u000e\u0000^\u0000�\u0000�\u0000�\u0000>\u0002\u0012\u0000�\u0007\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000:\u0000\u0007\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u000b\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0004\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0004\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u000b\u0000\n\u0000\u0000\u0000��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������"}],"_postman_id":"ce471717-e3dd-4714-85b5-5b0d990d4340"}],"id":"9d6897f2-2096-4c56-bd4d-cbdc7dda6d94","_postman_id":"9d6897f2-2096-4c56-bd4d-cbdc7dda6d94","description":""},{"name":"Generate Commissioning File Design","item":[{"name":"Load the Design","id":"9d5a2f80-1c91-4926-92ce-23f770939d8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/openDesign","description":"<p>This API is used to load the design based on Design ID.The input parameter passed for this API is design id which can be retrived using the API **GET /api/designs.**The response body returns plans and design details.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","openDesign"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"6c8992c2-f4cc-4d84-bf9d-2fc4084ff448","name":"Load the Design","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/openDesign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 27 Feb 2024 04:36:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 896,\n    \"name\": \"Main Branch\",\n    \"description\": \"\",\n    \"createdByUser\": \"admin\",\n    \"modifiedByUser\": \"admin\",\n    \"createdDate\": \"2024-02-27T04:36:13.947+00:00\",\n    \"lastModifiedDate\": \"2024-02-27T04:36:38.169+00:00\",\n    \"objectType\": \"WspDesign\",\n    \"operationalState\": \"Ready\",\n    \"checkedOutBy\": \"admin\",\n    \"checkedOutDate\": \"2024-02-27T04:36:16.173+00:00\",\n    \"checkoutStatus\": \"Checked Out\",\n    \"checkoutBackupExists\": true,\n    \"plan\": {\n        \"id\": 877,\n        \"name\": \"Plan_DocSan\",\n        \"description\": \"create plan for postman execution\",\n        \"createdByUser\": \"admin\",\n        \"modifiedByUser\": \"admin\",\n        \"createdDate\": \"2024-02-27T04:19:11.520+00:00\",\n        \"lastModifiedDate\": \"2024-02-27T04:19:11.520+00:00\",\n        \"objectType\": \"WspPlan\"\n    },\n    \"designVersion\": \"24.6.0-2925240226\",\n    \"designState\": \"NOT_DESIGNED\",\n    \"fileFolder\": \"designs/design_600323088235984708/branch_main/latest\",\n    \"profile\": \"Core HiPerf CDC-F GMPLS\",\n    \"sconTemplateObjectId\": 0,\n    \"sconTemplateName\": \"CDC-F 1.0 GMPLS-DCMfree-FLEX\",\n    \"sconTemplateVersion\": \"24.1H.3\",\n    \"uploaded\": false,\n    \"neReleaseManaged\": true,\n    \"designType\": \"PLANNING_DESIGN\",\n    \"designFamily\": null,\n    \"isMainBranch\": true,\n    \"mainBranch\": true\n}"}],"_postman_id":"9d5a2f80-1c91-4926-92ce-23f770939d8d"},{"name":"Retrieve  the list of Entity IDs","id":"9d908456-e333-44bf-8a31-53ed55c4a480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/map/trails?layer=OMS&showRoute=true&page=0","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","map","trails"],"host":["{{server}}"],"query":[{"key":"layer","value":"OMS"},{"key":"showRoute","value":"true"},{"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"73d27764-fe1a-4169-81f5-1f0c98523d6d","name":"Retrieve  the list of Entity IDs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/map/trails?layer=OMS&showRoute=true&page=0&size=1&sort=string","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","map","trails"],"query":[{"key":"layer","value":"OMS"},{"key":"showRoute","value":"true"},{"key":"page","value":"0"},{"key":"size","value":"1"},{"key":"sort","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=55A2DD63BCFBBCE39D368E8FDAF350C6; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 04 Apr 2024 09:34:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 351,\n            \"name\": \"Site1-1-Site2-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 17.68518,\n                        \"geoLon\": 0.55556,\n                        \"nonGeoLat\": 17.68518,\n                        \"nonGeoLon\": 0.55556,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0\n                    },\n                    \"node\": {\n                        \"id\": 331,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"msh8AfixedCabling\": false,\n                        \"externallyManaged\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 24.35185,\n                        \"geoLon\": 76.85186,\n                        \"nonGeoLat\": 24.35185,\n                        \"nonGeoLon\": 76.85186,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0\n                    },\n                    \"node\": {\n                        \"id\": 341,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"msh8AfixedCabling\": false,\n                        \"externallyManaged\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"1\",\n            \"bLine\": \"1\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"0\",\n            \"maxChannelRouteLBand\": \"0\",\n            \"powerLBand\": 0,\n            \"powerCBand\": 2,\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 0,\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"C\"\n                },\n                {\n                    \"band\": \"L\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site1-1-ON-1\",\n            \"nodeB\": \"Site2-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000001-000000000001-Site000000000002-000000000001\",\n            \"sortnodeA\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000002-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 381,\n                    \"name\": \"Site1-1[1]-Site2-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 17.68518,\n                                \"geoLon\": 0.55556,\n                                \"nonGeoLat\": 17.68518,\n                                \"nonGeoLon\": 0.55556,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"neregenMode\": \"Free3R\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 331,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"externallyManaged\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 60,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site2\",\n                                \"geoLat\": 24.35185,\n                                \"geoLon\": 76.85186,\n                                \"nonGeoLat\": 24.35185,\n                                \"nonGeoLon\": 76.85186,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"neregenMode\": \"Free3R\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 341,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"externallyManaged\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site2\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site2-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site2-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.0*\",\n                    \"maxLossZtoA\": \"22.0*\",\n                    \"minLossAtoZ\": \"21.0*\",\n                    \"minLossZtoA\": \"21.0*\",\n                    \"numberServerTrails\": 1,\n                    \"totalLength\": 0,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"90\": \"Site1-Site2\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"sorted\": true,\n            \"empty\": false,\n            \"unsorted\": false\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 1,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalElements\": 1,\n    \"totalPages\": 1,\n    \"first\": true,\n    \"size\": 1,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": true,\n        \"empty\": false,\n        \"unsorted\": false\n    },\n    \"numberOfElements\": 1,\n    \"empty\": false\n}"},{"id":"71520eac-3e82-4294-897d-5e2ddff332fd","name":"Retrieve  the list of Entity IDs","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/map/trails?layer=OMS&showRoute=true&page=0","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","map","trails"],"query":[{"key":"layer","value":"OMS"},{"key":"showRoute","value":"true"},{"key":"page","value":"0"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 05 Apr 2024 05:06:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 881,\n            \"name\": \"Site1-1-Site2-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 18.11458,\n                        \"geoLon\": -7.51563,\n                        \"nonGeoLat\": 18.11458,\n                        \"nonGeoLon\": -7.51563,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 861,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 18.88542,\n                        \"geoLon\": 77.46875,\n                        \"nonGeoLat\": 18.88542,\n                        \"nonGeoLon\": 77.46875,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 871,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"1\",\n            \"bLine\": \"1\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"0\",\n            \"maxChannelRouteLBand\": \"0\",\n            \"powerLBand\": 0,\n            \"powerCBand\": 2,\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 0,\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"L\"\n                },\n                {\n                    \"band\": \"C\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site1-1-ON-1\",\n            \"nodeB\": \"Site2-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000001-000000000001-Site000000000002-000000000001\",\n            \"sortnodeA\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000002-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 981,\n                    \"name\": \"Site1-1[1]-Site2-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 18.11458,\n                                \"geoLon\": -7.51563,\n                                \"nonGeoLat\": 18.11458,\n                                \"nonGeoLon\": -7.51563,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 861,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 60,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site2\",\n                                \"geoLat\": 18.88542,\n                                \"geoLon\": 77.46875,\n                                \"nonGeoLat\": 18.88542,\n                                \"nonGeoLon\": 77.46875,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 871,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site2\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site2-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site2-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.0*\",\n                    \"maxLossZtoA\": \"22.0*\",\n                    \"minLossAtoZ\": \"21.0*\",\n                    \"minLossZtoA\": \"21.0*\",\n                    \"numberServerTrails\": 1,\n                    \"totalLength\": 0,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"90\": \"Site1-Site2\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        },\n        {\n            \"id\": 901,\n            \"name\": \"Site1-1-Site3-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 18.11458,\n                        \"geoLon\": -7.51563,\n                        \"nonGeoLat\": 18.11458,\n                        \"nonGeoLon\": -7.51563,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 861,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 330,\n                        \"name\": \"Site3\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site3\",\n                        \"geoLat\": -26.59375,\n                        \"geoLon\": 129.5,\n                        \"nonGeoLat\": -26.59375,\n                        \"nonGeoLon\": 129.5,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 891,\n                        \"name\": \"Site3-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"2\",\n            \"bLine\": \"1\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"0\",\n            \"maxChannelRouteLBand\": \"0\",\n            \"powerLBand\": 0,\n            \"powerCBand\": 2,\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 0,\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"C\"\n                },\n                {\n                    \"band\": \"L\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site1-1-ON-1\",\n            \"nodeB\": \"Site3-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000001-000000000001-Site000000000003-000000000001\",\n            \"sortnodeA\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000003-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 991,\n                    \"name\": \"Site1-1[2]-Site3-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 18.11458,\n                                \"geoLon\": -7.51563,\n                                \"nonGeoLat\": 18.11458,\n                                \"nonGeoLon\": -7.51563,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 861,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 330,\n                                \"name\": \"Site3\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site3\",\n                                \"geoLat\": -26.59375,\n                                \"geoLon\": 129.5,\n                                \"nonGeoLat\": -26.59375,\n                                \"nonGeoLon\": 129.5,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 891,\n                                \"name\": \"Site3-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site3\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site3-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site3-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.0*\",\n                    \"maxLossZtoA\": \"22.0*\",\n                    \"minLossAtoZ\": \"21.0*\",\n                    \"minLossZtoA\": \"21.0*\",\n                    \"numberServerTrails\": 1,\n                    \"totalLength\": 0,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"620\": \"Site3-Site1\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        },\n        {\n            \"id\": 911,\n            \"name\": \"Site2-1-Site3-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 18.88542,\n                        \"geoLon\": 77.46875,\n                        \"nonGeoLat\": 18.88542,\n                        \"nonGeoLon\": 77.46875,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 871,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 330,\n                        \"name\": \"Site3\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site3\",\n                        \"geoLat\": -26.59375,\n                        \"geoLon\": 129.5,\n                        \"nonGeoLat\": -26.59375,\n                        \"nonGeoLon\": 129.5,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 891,\n                        \"name\": \"Site3-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"2\",\n            \"bLine\": \"2\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"0\",\n            \"maxChannelRouteLBand\": \"0\",\n            \"powerLBand\": 0,\n            \"powerCBand\": 2,\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 0,\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"C\"\n                },\n                {\n                    \"band\": \"L\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site2-1-ON-1\",\n            \"nodeB\": \"Site3-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000002-000000000001-Site000000000003-000000000001\",\n            \"sortnodeA\": \"Site000000000002-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000003-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 1001,\n                    \"name\": \"Site2-1[2]-Site3-1[2]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 60,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site2\",\n                                \"geoLat\": 18.88542,\n                                \"geoLon\": 77.46875,\n                                \"nonGeoLat\": 18.88542,\n                                \"nonGeoLon\": 77.46875,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 871,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 330,\n                                \"name\": \"Site3\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site3\",\n                                \"geoLat\": -26.59375,\n                                \"geoLon\": 129.5,\n                                \"nonGeoLat\": -26.59375,\n                                \"nonGeoLon\": 129.5,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 891,\n                                \"name\": \"Site3-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site2\",\n                    \"siteB\": \"Site3\",\n                    \"nodeA\": \"Site2-1-ON-1\",\n                    \"nodeB\": \"Site3-1-ON-1\",\n                    \"neA\": \"Site2-1\",\n                    \"neB\": \"Site3-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.0*\",\n                    \"maxLossZtoA\": \"22.0*\",\n                    \"minLossAtoZ\": \"21.0*\",\n                    \"minLossZtoA\": \"21.0*\",\n                    \"numberServerTrails\": 1,\n                    \"totalLength\": 0,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"360\": \"Site2-Site3\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 2000,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalElements\": 3,\n    \"totalPages\": 1,\n    \"last\": true,\n    \"numberOfElements\": 3,\n    \"first\": true,\n    \"size\": 2000,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"unsorted\": true,\n        \"empty\": true\n    },\n    \"empty\": false\n}"}],"_postman_id":"9d908456-e333-44bf-8a31-53ed55c4a480"},{"name":"Validate OMS","id":"080fb787-7fc8-41bc-b06a-3fb83730de8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"omsTrailId\": 881,\r\n    \"selected\": true\r\n  },\r\n  {\r\n    \"omsTrailId\": 911,\r\n    \"selected\": true\r\n  },\r\n  {\r\n    \"omsTrailId\": 901,\r\n    \"selected\": true\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/system/oms/potential/validate","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","system","oms","potential","validate"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"ef243cd3-5714-4bd8-9867-9db5c4224537","name":"Validate OMS","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"omsTrailId\": 881,\r\n    \"selected\": true\r\n  },\r\n  {\r\n    \"omsTrailId\": 911,\r\n    \"selected\": true\r\n  },\r\n  {\r\n    \"omsTrailId\": 901,\r\n    \"selected\": true\r\n  }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/system/oms/potential/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 05 Apr 2024 06:14:03 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"080fb787-7fc8-41bc-b06a-3fb83730de8e"},{"name":"Create System","id":"8286ed0b-9e7d-4ce2-be1d-a6f65e031a51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"System 1\",\r\n\"description\": \"\",\r\n\"neRelease\":\"23.12.x\",\r\n\"allowPowerGain\":true,\r\n\"type\":\"Complete\",\r\n\"omsTrailIds\":[\r\n1211\r\n\r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/systems","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","systems"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"42405461-ba19-41aa-b910-a28aab050c7b","name":"Create System","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"System 1\",\r\n\"description\": \"\",\r\n\"neRelease\":\"23.12.x\",\r\n\"allowPowerGain\":true,\r\n\"type\":\"Complete\",\r\n\"omsTrailIds\":[\r\n881,\r\n901,\r\n911\r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/systems"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 05 Apr 2024 06:21:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2570,\n    \"name\": \"System 1\",\n    \"description\": \"\",\n    \"nfmtName\": \"\",\n    \"omsTrails\": [\n        {\n            \"type\": \"oms\",\n            \"id\": 881,\n            \"name\": \"Site1-1-Site2-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 18.11458,\n                        \"geoLon\": -7.51563,\n                        \"nonGeoLat\": 18.11458,\n                        \"nonGeoLon\": -7.51563,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 861,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 18.88542,\n                        \"geoLon\": 77.46875,\n                        \"nonGeoLat\": 18.88542,\n                        \"nonGeoLon\": 77.46875,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 871,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"1\",\n            \"bLine\": \"1\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"0\",\n            \"maxChannelRouteLBand\": \"0\",\n            \"powerLBand\": 0,\n            \"powerCBand\": 2,\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 2570,\n            \"system\": \"System 1\",\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"C\"\n                },\n                {\n                    \"band\": \"L\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site1-1-ON-1\",\n            \"nodeB\": \"Site2-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000001-000000000001-Site000000000002-000000000001\",\n            \"sortnodeA\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000002-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 981,\n                    \"name\": \"Site1-1[1]-Site2-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 18.11458,\n                                \"geoLon\": -7.51563,\n                                \"nonGeoLat\": 18.11458,\n                                \"nonGeoLon\": -7.51563,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 861,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 60,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site2\",\n                                \"geoLat\": 18.88542,\n                                \"geoLon\": 77.46875,\n                                \"nonGeoLat\": 18.88542,\n                                \"nonGeoLon\": 77.46875,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 871,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site2\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site2-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site2-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.0*\",\n                    \"maxLossZtoA\": \"22.0*\",\n                    \"minLossAtoZ\": \"21.0*\",\n                    \"minLossZtoA\": \"21.0*\",\n                    \"numberServerTrails\": 1,\n                    \"totalLength\": 0,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"90\": \"Site1-Site2\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        },\n        {\n            \"type\": \"oms\",\n            \"id\": 901,\n            \"name\": \"Site1-1-Site3-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 18.11458,\n                        \"geoLon\": -7.51563,\n                        \"nonGeoLat\": 18.11458,\n                        \"nonGeoLon\": -7.51563,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 861,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 330,\n                        \"name\": \"Site3\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site3\",\n                        \"geoLat\": -26.59375,\n                        \"geoLon\": 129.5,\n                        \"nonGeoLat\": -26.59375,\n                        \"nonGeoLon\": 129.5,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 891,\n                        \"name\": \"Site3-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"2\",\n            \"bLine\": \"1\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"0\",\n            \"maxChannelRouteLBand\": \"0\",\n            \"powerLBand\": 0,\n            \"powerCBand\": 2,\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 2570,\n            \"system\": \"System 1\",\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"L\"\n                },\n                {\n                    \"band\": \"C\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site1-1-ON-1\",\n            \"nodeB\": \"Site3-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000001-000000000001-Site000000000003-000000000001\",\n            \"sortnodeA\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000003-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 991,\n                    \"name\": \"Site1-1[2]-Site3-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 18.11458,\n                                \"geoLon\": -7.51563,\n                                \"nonGeoLat\": 18.11458,\n                                \"nonGeoLon\": -7.51563,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 861,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 330,\n                                \"name\": \"Site3\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site3\",\n                                \"geoLat\": -26.59375,\n                                \"geoLon\": 129.5,\n                                \"nonGeoLat\": -26.59375,\n                                \"nonGeoLon\": 129.5,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 891,\n                                \"name\": \"Site3-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site3\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site3-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site3-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.0*\",\n                    \"maxLossZtoA\": \"22.0*\",\n                    \"minLossAtoZ\": \"21.0*\",\n                    \"minLossZtoA\": \"21.0*\",\n                    \"numberServerTrails\": 1,\n                    \"totalLength\": 0,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"620\": \"Site3-Site1\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        },\n        {\n            \"type\": \"oms\",\n            \"id\": 911,\n            \"name\": \"Site2-1-Site3-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 18.88542,\n                        \"geoLon\": 77.46875,\n                        \"nonGeoLat\": 18.88542,\n                        \"nonGeoLon\": 77.46875,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 871,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 330,\n                        \"name\": \"Site3\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site3\",\n                        \"geoLat\": -26.59375,\n                        \"geoLon\": 129.5,\n                        \"nonGeoLat\": -26.59375,\n                        \"nonGeoLon\": 129.5,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"neSet\": [],\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"0\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"mergeSpansAllowed\": true,\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 891,\n                        \"name\": \"Site3-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"2\",\n            \"bLine\": \"2\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"0\",\n            \"maxChannelRouteLBand\": \"0\",\n            \"powerLBand\": 0,\n            \"powerCBand\": 2,\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 2570,\n            \"system\": \"System 1\",\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"L\"\n                },\n                {\n                    \"band\": \"C\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site2-1-ON-1\",\n            \"nodeB\": \"Site3-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000002-000000000001-Site000000000003-000000000001\",\n            \"sortnodeA\": \"Site000000000002-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000003-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 1001,\n                    \"name\": \"Site2-1[2]-Site3-1[2]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 60,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site2\",\n                                \"geoLat\": 18.88542,\n                                \"geoLon\": 77.46875,\n                                \"nonGeoLat\": 18.88542,\n                                \"nonGeoLon\": 77.46875,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 871,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 330,\n                                \"name\": \"Site3\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site3\",\n                                \"geoLat\": -26.59375,\n                                \"geoLon\": 129.5,\n                                \"nonGeoLat\": -26.59375,\n                                \"nonGeoLon\": 129.5,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"neSet\": [],\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"0\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"mergeSpansAllowed\": true,\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 891,\n                                \"name\": \"Site3-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site2\",\n                    \"siteB\": \"Site3\",\n                    \"nodeA\": \"Site2-1-ON-1\",\n                    \"nodeB\": \"Site3-1-ON-1\",\n                    \"neA\": \"Site2-1\",\n                    \"neB\": \"Site3-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.0*\",\n                    \"maxLossZtoA\": \"22.0*\",\n                    \"minLossAtoZ\": \"21.0*\",\n                    \"minLossZtoA\": \"21.0*\",\n                    \"numberServerTrails\": 1,\n                    \"totalLength\": 0,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"360\": \"Site2-Site3\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        }\n    ],\n    \"complete\": true,\n    \"allowPowerGain\": true,\n    \"linkType\": \"System\",\n    \"neRelease\": \"24.6.x\",\n    \"systemNeReleaseValidForCommission\": true\n}"}],"_postman_id":"8286ed0b-9e7d-4ce2-be1d-a6f65e031a51"},{"name":"Commissioning File Report","id":"32107356-2281-4342-85c4-f598a6b51356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"adtExpressTargetPower\": false,\r\n\"designId\": 1151,\r\n\"designName\": \"sandhya_planner-20240405100936\",\r\n\"planId\": 1149,\r\n\"eptNfmtReleaseKey\": \"23.12.x\",\r\n\"selectedSystems\": [\r\n{\r\n\"selected\": true,\r\n\"disabled\": false,\r\n\"designId\": 1151,\r\n\"designName\": \"sandhya_planner-20240405100936\",\r\n\"systemId\": 2570,\r\n\"systemName\": \"System 1\",\r\n\"completedState\": \"OK\",\r\n\"fromNe\": \"Site1\",\r\n\"toNe\": \"Site3\",\r\n\"pssNeVersion\": \"23.12.x\",\r\n\"type\": \"Complete\",\r\n\"isInValidForCommissioning\": false\r\n}\r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/commission","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","commission"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"64d7f220-45e8-4c0d-ae00-b03092cb49cf","name":"Commissioning File Report","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"adtExpressTargetPower\": false,\r\n\"designId\": 1151,\r\n\"designName\": \"sandhya_planner-20240405100936\",\r\n\"planId\": 1149,\r\n\"eptNfmtReleaseKey\": \"23.12.x\",\r\n\"selectedSystems\": [\r\n{\r\n\"selected\": true,\r\n\"disabled\": false,\r\n\"designId\": 1151,\r\n\"designName\": \"sandhya_planner-20240405100936\",\r\n\"systemId\": 2570,\r\n\"systemName\": \"System 1\",\r\n\"completedState\": \"OK\",\r\n\"fromNe\": \"Site1\",\r\n\"toNe\": \"Site3\",\r\n\"pssNeVersion\": \"23.12.x\",\r\n\"type\": \"Complete\",\r\n\"isInValidForCommissioning\": false\r\n}\r\n]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/commission"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 05 Apr 2024 06:53:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"successful\": true,\n    \"status\": 200,\n    \"message\": \"Commissioning Operation: File creation successful\",\n    \"messageSeverity\": \"INFO\",\n    \"jobId\": -1,\n    \"commission\": {\n        \"planId\": 1149,\n        \"designId\": 1151,\n        \"designName\": \"sandhya_planner-20240405100936\",\n        \"selectedSystems\": []\n    },\n    \"systemList\": [\n        {\n            \"selected\": true,\n            \"disabled\": false,\n            \"designId\": 1151,\n            \"designName\": \"sandhya_planner-20240405100936\",\n            \"systemId\": 2570,\n            \"systemName\": \"System 1\",\n            \"completedState\": \"OK\",\n            \"fromNe\": \"Site2\",\n            \"toNe\": \"Site3\",\n            \"pssNeVersion\": \"24.6.x\",\n            \"type\": \"Complete\",\n            \"isInValidForCommissioning\": true\n        }\n    ]\n}"}],"_postman_id":"32107356-2281-4342-85c4-f598a6b51356"}],"id":"7b9ff785-7183-4ec4-aa3e-3003b41a1ce1","_postman_id":"7b9ff785-7183-4ec4-aa3e-3003b41a1ce1","description":""},{"name":"Generate Failure Scope Report","item":[{"name":"Create SRG","id":"a458258f-683e-490f-a3e6-4628953809dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"SRG_new\",\r\n\"description\":\"Shared resource group new\",\r\n\"trailIds\":[400]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/srgs","description":"<p>This API is used to create SRG with given Design ID and SRG Data and returns SRG object as their response.<br />This is an optional step while generating failure scope report.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","srgs"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"fd20da2d-091c-419e-865a-fcf8abe2f5ff","name":"Create SRG","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"SRG_new\",\r\n\"description\":\"Shared resource group new\",\r\n\"trailIds\":[400]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/srgs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 24 May 2024 08:03:00 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1700,\n    \"name\": \"SRG_new\",\n    \"description\": \"\",\n    \"nfmtName\": \"\",\n    \"active\": true,\n    \"creationType\": \"MANUAL\",\n    \"faultAnalysisOnly\": false,\n    \"sortName\": \"SRG_new\",\n    \"siteSet\": [],\n    \"trailSet\": []\n}"}],"_postman_id":"a458258f-683e-490f-a3e6-4628953809dd"},{"name":"Create Failure Scope","id":"ea71fd7b-6344-457f-ba75-7ea1aebd354b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Failure-Scope1\",\r\n\"description\":\"string\",\r\n\"failureCount\":\"2\",\r\n\"failureScenarioSetMisaligned\":false,\r\n\"items\":[\r\n{\r\n\"id\":1700,\r\n\"objectType\":\"Srg\"\r\n}\r\n],\r\n\"type\": \"CUSTOM\",\r\n\"colorProfile\":[]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureScopes","description":"<p>This API is used to Create Failure Scope for given Design ID. This service will return Gmpls Failure Scope object as their response.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","failureScopes"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"bb2046a7-c89a-42bf-84f1-c84cce2f9129","name":"Create Failure Scope","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Failure-Scope1\",\r\n\"description\":\"string\",\r\n\"failureCount\":\"2\",\r\n\"failureScenarioSetMisaligned\":false,\r\n\"items\":[\r\n{\r\n\"id\":1700,\r\n\"objectType\":\"Srg\"\r\n}\r\n],\r\n\"type\": \"CUSTOM\",\r\n\"colorProfile\":[]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureScopes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 24 May 2024 08:10:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1710,\n    \"name\": \"Failure-Scope1\",\n    \"description\": \"string\",\n    \"nfmtName\": \"\",\n    \"active\": false,\n    \"failureCount\": \"2\",\n    \"configuration\": \"CUSTOM\",\n    \"idAndTypeDataList\": [\n        {\n            \"id\": 1700,\n            \"objectType\": \"Srg\"\n        }\n    ],\n    \"failureScenarioSetMisaligned\": false,\n    \"colorProfile\": []\n}"}],"_postman_id":"ea71fd7b-6344-457f-ba75-7ea1aebd354b"},{"name":"Retrieve Failure scope","id":"8400e38f-ebea-4247-9414-92a7951b009d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureScopes","description":"<p>This API is used to retrieve list of Failure Scope for a given Design ID. This service will return Page of GmplsFailure Dto object as their response</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","failureScopes"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"9a0feddd-66e5-416e-b147-28a41b348f05","name":"Retrieve Failure scope","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureScopes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 24 May 2024 08:12:01 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 30,\n            \"name\": \"Default Failure Scope\",\n            \"description\": \"Default Failure Scope\",\n            \"nfmtName\": \"\",\n            \"active\": true,\n            \"failureCount\": \"1\",\n            \"configuration\": \"ALLSEGMENTS\",\n            \"idAndTypeDataList\": [\n                {\n                    \"id\": 110,\n                    \"objectType\": \"Span\"\n                },\n                {\n                    \"id\": 140,\n                    \"objectType\": \"Span\"\n                },\n                {\n                    \"id\": 170,\n                    \"objectType\": \"Span\"\n                },\n                {\n                    \"id\": 200,\n                    \"objectType\": \"Span\"\n                },\n                {\n                    \"id\": 230,\n                    \"objectType\": \"Span\"\n                }\n            ],\n            \"failureScenarioSetMisaligned\": false,\n            \"colorProfile\": [\n                \"\"\n            ]\n        },\n        {\n            \"id\": 1710,\n            \"name\": \"Failure-Scope1\",\n            \"description\": \"string\",\n            \"nfmtName\": \"\",\n            \"active\": false,\n            \"failureCount\": \"2\",\n            \"configuration\": \"CUSTOM\",\n            \"idAndTypeDataList\": [\n                {\n                    \"id\": 1700,\n                    \"objectType\": \"SRG\"\n                }\n            ],\n            \"failureScenarioSetMisaligned\": false,\n            \"colorProfile\": [\n                \"\"\n            ]\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 2000,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalElements\": 2,\n    \"totalPages\": 1,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 2,\n    \"size\": 2000,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"unsorted\": true,\n        \"empty\": true\n    },\n    \"empty\": false\n}"}],"_postman_id":"8400e38f-ebea-4247-9414-92a7951b009d"},{"name":"Modify Failure Scope","id":"d215f61e-4195-46b2-b230-7aaa9f3b52dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Failure-Scope1_modified\",\r\n\"description\":\"modified\",\r\n\"failureCount\":\"2\",\r\n\"failureScenarioSetMisaligned\":false,\r\n\"items\":[],\r\n\"type\": \"ALLSEGMENTS\",\r\n\"colorProfile\":[]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureScopes/{{failureScopeID}}","description":"<p>This API is used to update the Failure Scope given its failure scope ID, Design ID, and Failure Scope Request Data. This service will return Gmpls Failure Scope object as their response.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","failureScopes","{{failureScopeID}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"266e3314-7512-4350-889c-64f83e8dd041","name":"Modify Failure Scope","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Failure-Scope1_modified\",\r\n\"description\":\"modified\",\r\n\"failureCount\":\"2\",\r\n\"failureScenarioSetMisaligned\":false,\r\n\"items\":[],\r\n\"type\": \"ALLSEGMENTS\",\r\n\"colorProfile\":[]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureScopes/{{failureScopeID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 24 May 2024 09:37:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 30,\n    \"name\": \"Failure-Scope1_modified\",\n    \"description\": \"modified\",\n    \"nfmtName\": \"\",\n    \"items\": [\n        {\n            \"id\": 110,\n            \"objectType\": \"Span\"\n        },\n        {\n            \"id\": 140,\n            \"objectType\": \"Span\"\n        },\n        {\n            \"id\": 170,\n            \"objectType\": \"Span\"\n        },\n        {\n            \"id\": 200,\n            \"objectType\": \"Span\"\n        },\n        {\n            \"id\": 230,\n            \"objectType\": \"Span\"\n        }\n    ],\n    \"type\": \"ALLSEGMENTS\",\n    \"failureCount\": \"2\",\n    \"failureScenarioSetMisaligned\": true,\n    \"colorProfile\": [\n        \"\"\n    ]\n}"}],"_postman_id":"d215f61e-4195-46b2-b230-7aaa9f3b52dc"},{"name":"NRA using Failure Scope","id":"b17b609d-e061-4b15-a8e1-c69270e29b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"itemDbIdx\": 30,\r\n\"description\": \"\",\r\n\"permutationSequence\": false,\r\n\"networkAudit\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/nra/resiliencyAnalysis","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","nra","resiliencyAnalysis"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"61e76c0f-5c47-4bdd-b583-dfdbf25253cd","name":"NRA using Failure Scope","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"itemDbIdx\": 30,\r\n\"description\": \"\",\r\n\"permutationSequence\": false,\r\n\"networkAudit\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/nra/resiliencyAnalysis"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 24 May 2024 09:31:11 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 65,\n    \"jobId\": 65,\n    \"createTime\": \"2024-05-24T09:31:12.631+00:00\",\n    \"lastUpdated\": \"2024-05-24T09:31:12.631+00:00\",\n    \"status\": \"STARTING\",\n    \"exitStatus\": {\n        \"exitCode\": \"UNKNOWN\",\n        \"exitDescription\": \"\",\n        \"running\": true\n    },\n    \"jobName\": \"Network Restoration Analysis\",\n    \"jobParameters\": {\n        \"nrareqItemDbIdx\": {\n            \"value\": 30\n        },\n        \"nrareqPermutationSequence\": {\n            \"value\": \"false\"\n        },\n        \"name\": {\n            \"value\": \"sandhya_planner-20240524125713\"\n        },\n        \"nrareqDescription\": {\n            \"value\": \"\"\n        },\n        \"designId\": {\n            \"value\": 227\n        },\n        \"previousOperationalState\": {\n            \"value\": 4\n        },\n        \"nrareqNetworkAudit\": {\n            \"value\": \"false\"\n        }\n    },\n    \"stepExecutions\": [],\n    \"createdBy\": \"\",\n    \"entityId\": 0,\n    \"entityClass\": \"\",\n    \"entityName\": \"sandhya_planner-20240524125713\",\n    \"parentJobId\": 0,\n    \"failReason\": \"\",\n    \"fileName\": \"\",\n    \"demandId\": \"\",\n    \"jobDto\": {\n        \"id\": 65,\n        \"jobName\": \"Network Restoration Analysis\",\n        \"entity\": \"sandhya_planner-20240524125713\",\n        \"status\": \"STARTING\",\n        \"username\": \"\",\n        \"details\": \"\",\n        \"guiLabel\": \"sandhya_planner-20240524125713\",\n        \"className\": \"Jobs\"\n    }\n}"}],"_postman_id":"b17b609d-e061-4b15-a8e1-c69270e29b8e"},{"name":"Generate Failure scope report","id":"3b278f22-aa1e-4983-9d5c-4b56aa83a321","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/reports/gmpls?reportType=L0_NRA_SCOPE&scopeOrSequenceId={{failureScopeID}}","description":"<p>This API is used to Export L0 GMPLS/NRA report for the design with given design ID and report type. For failure scope, reportType=L0_NRA_SCOPE</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","reports","gmpls"],"host":["{{server}}"],"query":[{"key":"reportType","value":"L0_NRA_SCOPE"},{"key":"scopeOrSequenceId","value":"{{failureScopeID}}"}],"variable":[]}},"response":[{"id":"814199ed-75c7-4456-82ad-675e9b75cf6a","name":"Generate Failure scope report","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/reports/gmpls?reportType=L0_NRA_SCOPE&scopeOrSequenceId={{failureScopeID}}","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","reports","gmpls"],"query":[{"key":"reportType","value":"L0_NRA_SCOPE"},{"key":"scopeOrSequenceId","value":"{{failureScopeID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=FailureScope_report.xls"},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/vnd.ms-excel;charset=UTF-8"},{"key":"Content-Length","value":"29184"},{"key":"Date","value":"Fri, 24 May 2024 09:44:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"��\u0011ࡱ\u001a�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000;\u0000\u0003\u0000��\t\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000����\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������R\u0000o\u0000o\u0000t\u0000 \u0000E\u0000n\u0000t\u0000r\u0000y\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016\u0000\u0005\u0001��������\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000W\u0000o\u0000r\u0000k\u0000b\u0000o\u0000o\u0000k\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0002\u0001������������\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0010k\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��������\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001f\u0000\u0000\u0000 \u0000\u0000\u0000!\u0000\u0000\u0000\"\u0000\u0000\u0000#\u0000\u0000\u0000$\u0000\u0000\u0000%\u0000\u0000\u0000&\u0000\u0000\u0000'\u0000\u0000\u0000(\u0000\u0000\u0000)\u0000\u0000\u0000*\u0000\u0000\u0000+\u0000\u0000\u0000,\u0000\u0000\u0000-\u0000\u0000\u0000.\u0000\u0000\u0000/\u0000\u0000\u00000\u0000\u0000\u00001\u0000\u0000\u00002\u0000\u0000\u00003\u0000\u0000\u00004\u0000\u0000\u00005\u0000\u0000\u00006\u0000\u0000\u00007\u0000\u0000\u0000����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������\t\b\u0010\u0000\u0000\u0006\u0005\u0000�\u0010�\u0007A\u0000\u0000\u0000\u0006\u0000\u0000\u0000�\u0000\u0002\u0000�\u0004�\u0000\u0002\u0000\u0000\u0000�\u0000\u0000\u0000\\\u0000p\u0000\u0003\u0000\u0000wsp                                                                                                          B\u0000\u0002\u0000�\u0004a\u0001\u0002\u0000\u0000\u0000=\u0001\u0016\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0005\u0000\u0006\u0000\u0007\u0000\b\u0000\t\u0000\n\u0000�\u0000\u0002\u0000\u000e\u0000\u0019\u0000\u0002\u0000\u0000\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0013\u0000\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000=\u0000\u0012\u0000h\u0001\u000e\u0001\\:�#8\u0000\u0000\u0000\u0000\u0000\u0001\u0000X\u0002@\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000\"\u0000\u0002\u0000\u0000\u0000\u000e\u0000\u0002\u0000\u0001\u0000�\u0001\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u00001\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\n\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000\u0004\u0001\u0000\u0000\u0019\u0000�\u0002\u0000\u0000!\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\u0019\u0000�\u0002\u0000\u0000\"\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0002\u0000\u0011\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\f\u0000�\u0002\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000<\u0000�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial\u001e\u0004\u001a\u0000\u0005\u0000\u0015\u0000\u0000\"$\"#,##0_);(\"$\"#,##0)\u001e\u0004\u001f\u0000\u0006\u0000\u001a\u0000\u0000\"$\"#,##0_);[Red](\"$\"#,##0)\u001e\u0004 \u0000\u0007\u0000\u001b\u0000\u0000\"$\"#,##0.00_);(\"$\"#,##0.00)\u001e\u0004%\u0000\b\u0000 \u0000\u0000\"$\"#,##0.00_);[Red](\"$\"#,##0.00)\u001e\u00045\u0000*\u00000\u0000\u0000_(\"$\"* #,##0_);_(\"$\"* (#,##0);_(\"$\"* \"-\"_);_(@_)\u001e\u0004,\u0000)\u0000'\u0000\u0000_(* #,##0_);_(* (#,##0);_(* \"-\"_);_(@_)\u001e\u0004=\u0000,\u00008\u0000\u0000_(\"$\"* #,##0.00_);_(\"$\"* (#,##0.00);_(\"$\"* \"-\"??_);_(@_)\u001e\u00044\u0000+\u0000/\u0000\u0000_(* #,##0.00_);_(* (#,##0.00);_(* \"-\"??_);_(@_)�\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000+\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000)\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000,\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000*\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\t\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0005\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0006\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\r\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\r\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\f\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u000b\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u000f\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0010\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0017\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0017\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0016\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0015\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0019\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u001a\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000!\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\"\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000!\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\"\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\"\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000 \u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001f\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004\t �\u0000\u0014\u0000!\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000#\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000$\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000+\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000,\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000+\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000,\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000,\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000*\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000)\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000%\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000-\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000.\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u00005\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00006\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00005\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u00006\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00006\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00004\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00003\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000/\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u00007\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u00008\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000?\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000@\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u00009\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000?\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000@\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000@\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000>\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000=\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000A\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000B\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000I\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000J\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000C\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000I\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000J\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000J\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000H\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000G\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000K\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000K\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000K\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000K\u0000\u0000\u0000\u0001\u0000\b\u0000\u00008\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000L\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000M\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000T\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000U\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000N\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000T\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000U\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000U\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000S\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000R\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000V\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000V\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000V\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000V\u0000\u0000\u0000\u0001\u0000\b\u0000\u00008\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000W\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000X\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000_\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000`\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000_\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000`\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000`\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000^\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000]\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000Y\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000a\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000b\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000i\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000j\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000c\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000i\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000j\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000j\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000h\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000g\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000k\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000l\u0000\u0000\u0000\u0001\u0000\"\u0000\u0000\u0018\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000s\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000t\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0011\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0011\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0013\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0010\u0001\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010 \b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000(\u0010\u0000\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004+ �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004, �\u0000\u0014\u0000m\u0000\u0000\u0000\u0001\u0000\u0018\u0000\u00008\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000s\u0000\u0000\u0000\u0001\u0000\"\u0000\u00008ff�\f�\f\u0000\u0004) �\u0000\u0014\u0000t\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a&\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000t\u0000\u0000\u0000\u0001\u0000\u0012\u0000\u00008a\"\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000r\u0000\u0000\u0000\u0001\u0000\u0010\u0000\u0000(\u0011\u0011\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000q\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\b\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0002\u0004\u0000\u0010�\u0003��\u0002\u0004\u0000\u0011�\u0006��\u0002\u0004\u0000\u0012�\u0004��\u0002\u0004\u0000\u0013�\u0007��\u0002\u0004\u0000\u0000�\u0000��\u0002\u0004\u0000\u0014�\u0005�`\u0001\u0002\u0000\u0000\u0000�\u0000\u001a\u0000�8\u0000\u0000\u0000\u0000\u0012\u0000NRA Summary Report�\u0000\r\u0000�=\u0000\u0000\u0000\u0000\u0005\u0000Setup�\u0000\u000e\u0000�A\u0000\u0000\u0000\u0000\u0006\u0000WhatIf�\u0000\f\u00008C\u0000\u0000\u0000\u0000\u0004\u0000Site�\u0000\u000b\u0000�E\u0000\u0000\u0000\u0000\u0003\u0000SRG�\u0000\u0015\u0000�G\u0000\u0000\u0000\u0000\r\u0000Failure Scope�\u0000\u001c\u0000�J\u0000\u0000\u0000\u0000\u0014\u0000C-Band GMPLS Routing�\u0000\u001c\u0000�T\u0000\u0000\u0000\u0000\u0014\u0000L-Band GMPLS Routing�\u0000\u001e\u0000�^\u0000\u0000\u0000\u0000\u0016\u0000GMPLS Failure Analysis�\u0000\u001d\u0000lb\u0000\u0000\u0000\u0000\u0015\u0000C-Band Restoration 3R�\u0000\u001d\u0000�f\u0000\u0000\u0000\u0000\u0015\u0000L-Band Restoration 3R�\u0000\u0004\u0000\u0001\u0000\u0001\u0000�\u0001\u0004\u0000\u0001\u0000\u0001\u0004\u0017\u0000D\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0007\u0000\u0000\u0000\b\u0000\b\u0000\u0000\u0000\t\u0000\t\u0000\u0000\u0000\n\u0000\n\u0000�\u0000�\n\u001e\u0001\u0000\u0000�\u0000\u0000\u0000\u000e\u0000\u0000Summary Report\u001d\u0000\u0000Network: sandhya_planner-2024\u0012\u0000\u0000Run Type: Scenario\u000b\u0000\u0000Report Type\u0006\u0000\u0000Design\u0005\u0000\u0000Audit\u0018\u0000\u0000\nAnalyzed Failure Scope\n\u0015\u0000\u0000Default Failure Scope!\u0000\u0000Total Number of Failure\nScenario\n\u0001\u0000\u00000\u0018\u0000\u0000Total Number of Trails\n\n\u0001\u0000\u000010\u0000\u0000Total Number of Trails\nwith Restoration Enabled\n4\u0000\u0000Number of non\nRestorable Trails per\nFailure Scenario0\u0000\u0000Number of Restorable\nTrails per Failure\nScenario@\u0000\u0000Number of Trails with at\nleast 1 Non Restorable\nFailure Scenario\u0015\u0000\u0000Number of GR Trails\n\n3\u0000\u0000Number of nominal GR\nTrails with no inactive\nbackup\u0015\u0000\u0000Number of MRN Trails\n\u001a\u0000\u0000Number of Restoration\n 3R\n!\u0000\u0000\nNumber of Unused\nRestoration 3R\n-\u0000\u0000Number of Restored\nPath(s) not allowed\nin EPT\u0003\u0000\u0000N/A\u0012\u0000\u0000GMPLS Setup Report\t\u0000\u0000Attribute\u0005\u0000\u0000Value\u0014\u0000\u0000Restoration Strategy\u0019\u0000\u0000re-use nominal wavelength\u0012\u0000\u0000Transmission Model\u0007\u0000\u0000Model 1\u0012\u0000\u0000Commissioning Mode\b\u0000\u0000Complete\u001a\u0000\u0000Nominal Route Disjointness\n\u0000\u0000Links only\u0011\u0000\u0000Current NLP Limit\u000f\u0000\u0000K Shortest path\u001c\u0000\u0000RWA Restorations Computation\u0010\u0000\u0000FAST (Profile 2)\u0011\u0000\u0000Audit Design Type\u0004\u0000\u0000BEGD\r\u0000\u0000Analysis Type\b\u0000\u0000Scenario \u0000\u0000GMPLS Sequence of Failure Report\u0011\u0000\u0000GMPLS Site Report\u0005\u0000\u0000Site \n\u0000\u0000Regen Mode\u0005\u0000\u0000Site1\u000f\u0000\u0000Unrestricted 3R\u0005\u0000\u0000Site2\u0005\u0000\u0000Site3\u0005\u0000\u0000Site4\n\u0000\u0000SRG Report\u0006\u0000\u0000SRG ID\b\u0000\u0000SRG Name\r\u0000\u0000Resource Type\u0012\u0000\u0000Included Resources\u0014\u0000\u0000Failure Scope Report\u001b\u0000\u0000Name: Default Failure Scope\r\u0000\u0000Failure Count\r\u0000\u0000Failure Scope\f\u0000\u0000All Segments\"\u0000\u0000C-Band GMPLS Routing Report [Full]\u0006\u0000\u0000Trails\u000b\u0000\u0000Packet\nLink\u000f\u0000\u0000Manually\nRouted\u000f\u0000\u0000Color\nViolation\u0007\u0000\u0000Failure\u0011\u0000\u0000Failure Resources\b\u0000\u0000Segments\u0005\u0000\u0000Sites\u0003\u0000\u0000SRG\u0012\u0000\u0000GPC\nViolation\nType\u0016\u0000\u0000GPC\nRestoration\nStatus\u0004\u0000\u0000Path\r\u0000\u0000Channel\n(FEC)\u0011\u0000\u0000Channel\nLine Rate\u0004\u0000\u0000Link\u0004\u0000\u0000Span\u0005\u0000\u0000Valid\f\u0000\u0000Power\nOffset\u0013\u0000\u0000Optical\nTermination\n\u0000\u0000Protection\u0004\u0000\u0000Site\u0004\u0000\u0000Node\u0004\u0000\u0000Line\n\u0000\u0000Tlinkcheck\u0012\u0000\u0000Required\nOSNR (dB)\u0013\u0000\u0000Delivered OSNR (dB)\u0004\u0000\u0000Nom.\u0004\u0000\u0000Min.\u0010\u0000\u0000OSNR\nMargin (dB)\f\u0000\u0000Weighted\nNPS\u0003\u0000\u0000PMD\u000b\u0000\u0000Feasibility\u0012\u0000\u0000Required\nOSNR\n(dB)\u0013\u0000\u0000Delivered\nOSNR\n(dB)\u0010\u0000\u0000OSNR\nMargin\n(dB)\r\u0000\u0000Weighted\nNPS\n\u0004\u0000\u0000PMD\n\b\u0000\u0000PDL\n(dB)\u0014\u0000\u0000Min Drop\nPower\n(dBm)\u001b\u0000\u0000Residual Dispersion (ps/nm)\u0006\u0000\u00001528nm\u0006\u0000\u00001546nm\u0006\u0000\u00001565nm\u0015\u0000\u0000Delivered Power (dBm)\f\u0000\u0000Regen\nReason\u000b\u0000\u0000OT/OPS\nType\u0013\u0000\u0000OT/OPS\nMode/Profile\f\u0000\u0000OT/OPS\nShelf\u000b\u0000\u0000OT/OPS\nSlot\u000b\u0000\u0000OT/OPS\nport\t\u0000\u0000Interface\"\u0000\u0000CWR/SFD/SFC/PSC/MCS/ASC\n/MXN/MLFSB(\u0000\u0000CWR/SFD/SFC/PSC/MCS/ASC\n/MXN/MLFSB\nShelf'\u0000\u0000CWR/SFD/SFC/PSC/MCS/ASC\n/MXN/MLFSB\nSlot'\u0000\u0000CWR/SFD/SFC/PSC/MCS/ASC\n/MXN/MLFSB\nPort\u000e\u0000\u0000Latency (mSec)\u0018\u0000\u0000Reference OT \nfor 1830LX\t\u0000\u0000MRN state\"\u0000\u0000L-Band GMPLS Routing Report [Full]\u001d\u0000\u0000GMPLS Failure Analysis Report\u0010\u0000\u0000Failure Scenario\u000f\u0000\u0000Failed Segments\f\u0000\u0000Failed Sites\u000b\u0000\u0000Failed SRGs\u0015\u0000\u0000Non-Restorable Trails\u0011\u0000\u0000Restorable Trails\u001d\u0000\u0000Non-Restorable Trails (Audit)\u0019\u0000\u0000Restorable Trails (Audit)\u001d\u0000\u0000Changed Non Restorable Trails\u0019\u0000\u0000Changed Restorable Trails\u0000\u0000\u0000\u001c\u0000\u0000C-Band Restoration 3R Report\u0007\u0000\u0000Regen 1\u0007\u0000\u0000Regen 2\b\u0000\u0000Resource\u0007\u0000\u0000OT Type\u0011\u0000\u0000D5X500 Compatible\u000f\u0000\u0000OT Mode/Profile\u0011\u0000\u0000Failure Scenarios\u0002\u0000\u0000NE\u0005\u0000\u0000Shelf\u0004\u0000\u0000Slot\u0004\u0000\u0000Port\u0004\u0000\u0000Chan\u001c\u0000\u0000L-Band Restoration 3R Report�\u0000�\u0000\b\u0000\u001f-\u0000\u0000\f\u0000\u0000\u0000�-\u0000\u0000�\u0000\u0000\u0000�.\u0000\u0000�\u0001\u0000\u0000�/\u0000\u0000�\u0002\u0000\u0000V0\u0000\u0000C\u0003\u0000\u0000�0\u0000\u0000�\u0003\u0000\u0000t1\u0000\u0000a\u0004\u0000\u0000�1\u0000\u0000�\u0004\u0000\u0000r2\u0000\u0000_\u0005\u0000\u0000�2\u0000\u0000�\u0005\u0000\u0000K3\u0000\u00008\u0006\u0000\u0000�3\u0000\u0000�\u0006\u0000\u0000*4\u0000\u0000\u0017\u0007\u0000\u0000�4\u0000\u0000�\u0007\u0000\u0000%5\u0000\u0000\u0012\b\u0000\u0000\r6\u0000\u0000�\b\u0000\u0000�6\u0000\u0000�\t\u0000\u0000n7\u0000\u0000[\n\u0000\u0000�7\u0000\u0000�\n\u0000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000v=\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000(\u0000%\u0000\u0000&CNRA Summary Report&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0002\u0000p\u0017\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0003\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0010\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0011\u0000\u0000\u0000\u0003\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000\u0016\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0000\u0000\u0016\u0000\u0002\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000\u0018\u0000\u0003\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000\u0018\u0000\u0004\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000\u0018\u0000\u0005\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000\u0018\u0000\u0006\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000\u001b\u0000\u0007\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0002\u0000\u001b\u0000\u0007\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000\u0018\u0000\b\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0002\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000\u0018\u0000\n\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000\u001b\u0000\u000b\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0002\u0000\u001b\u0000\u000b\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0000\u0000\u0018\u0000\f\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0002\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0000\u0000\u0018\u0000\r\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0002\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0000\u0000\u0018\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0002\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000\u0018\u0000\u000f\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0002\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0000\u0000\u0018\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0002\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0000\u0000\u0018\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0002\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0000\u0000\u0018\u0000\u0012\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0002\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0000\u0000\u0018\u0000\u0013\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0002\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0000\u0000\u0018\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0001\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0002\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0000\u0000\u0018\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0001\u0000\u001b\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0002\u0000\u001b\u0000\t\u0000\u0000\u0000�\u0000&\u0000�\u0003\u0000\u0000@\u0001\u000e\u0000\u000e\u0000\u000e\u0000*\u0000*\u0000*\u0000*\u0000*\u0000*\u0000*\u0000*\u0000*\u0000*\u0000*\u0000*\u0000*\u0000>\u0002\u0012\u0000�\u0007\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u001a\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0002\u0000\u0002\u0000\u0000\u0000\u0002\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0000\u0000\u0000\u0000\u0000\u00004A\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001b\u0000\u0018\u0000\u0000&CSetup&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000@\u001f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�.\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\r\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0002\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000/\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u00000\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u00002\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u00002\u0000\u0019\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000H\u0000\u001a\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000H\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000I\u0000\u001c\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000I\u0000\u001d\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000H\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000H\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000I\u0000 \u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000I\u0000!\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0000\u0000H\u0000\"\u0000\u0000\u0000\u0003\u0002\u000e\u0000\b\u0000\u0001\u0000H\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\t\u0000\u0000\u0000I\u0000#\u0000\u0000\u0000\u0003\u0002\u000e\u0000\t\u0000\u0001\u0000I\u0000\u0000\u0000\u0000\u0000\u0000\u0000$@�\u0000\n\u0000\n\u0000\u0000\u0000H\u0000$\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0001\u0000H\u0000%\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000I\u0000&\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0001\u0000I\u0000'\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0000\u0000H\u0000(\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0001\u0000H\u0000)\u0000\u0000\u0000�\u0000\u001c\u0000,\u0002\u0000\u0000�\u0000\u000e\u0000\u000e\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000 \u0000 \u0000\u001c\u0000\u001c\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000�B\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001c\u0000\u0019\u0000\u0000&CWhatIf&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0001\u0000\u0010'\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000J\u0000*\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000K\u0000\u0001\u0000\u0000\u0000�\u0000\b\u0000D\u0000\u0000\u0000\u0014\u0000\u000e\u0000>\u0002\u0012\u0000�\u0000\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000zE\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u001a\u0000\u0017\u0000\u0000&CSite&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000@\u001f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�.\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\b\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0002\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000\u0002\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000g\u0000+\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000h\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000j\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000j\u0000-\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000�\u0000.\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000�\u0000/\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000�\u00000\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000�\u0000/\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000�\u00001\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000�\u0000/\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000�\u00002\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000�\u0000/\u0000\u0000\u0000�\u0000\u0012\u00004\u0001\u0000\u0000x\u0000\u000e\u0000\u000e\u0000\u001c\u0000\u001c\u0000\u001c\u0000\u001c\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000�G\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000\u0019\u0000\u0016\u0000\u0000&CSRG&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000f\u0013\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0004\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u00003\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u00004\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u00005\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u00006\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u00007\u0000\u0000\u0000�\u0000\n\u0000�\u0000\u0000\u0000(\u0000\u000e\u0000\u000e\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0003\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014J\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000#\u0000 \u0000\u0000&CFailure Scope&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000@\u001f\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0007\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0002\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0002\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000\u0002\u0000X\u0002\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000\u0002\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u00008\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u00009\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0001\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000�\u0000:\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000�\u0000\u000b\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000�\u0000 \u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000�\u0000!\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000�\u0000;\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000�\u0000<\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0001\u0000\u0000d\u0000\u000e\u0000\u000e\u0000\u0018\u0000\u001c\u0000\u001c\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0002\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u001a\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0001\u0000\u0001\u0000\u0000\u0000\t\u0000\u0003\u0000\u0003\u0000\u0000\u0000\u0001\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000}R\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000*\u0000'\u0000\u0000&CC-Band GMPLS Routing&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000L\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000|\u0015\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000p\u0017\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000p\u0017\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\t\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\u000e\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0012\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0013\u0000\u0013\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0014\u0000\u0014\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0015\u0000\u0015\u0000\b\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0016\u0000\u0016\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0017\u0000\u0017\u0000�\u000b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0018\u0000\u0019\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001a\u0000\u001a\u0000�\t\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001b\u0000\u001b\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001c\u0000\u001c\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001d\u0000\u001d\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001f\u0000\u001f\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\"\u0000\"\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000#\u0000#\u0000,\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000&\u0000&\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000(\u0000(\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000)\u0000)\u0000\u0014\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000*\u0000*\u0000�\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000.\u0000.\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000/\u00002\u0000�\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00003\u00005\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u00006\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0000=\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0000>\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0000?\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0000@\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u0000A\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000�\u0000B\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000�\u0000C\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000�\u0000�\u0000\u0007\u0000�\u0000\n\u0000\u0003\u0000\b\u0000�\u0000G\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000�\u0000H\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000�\u0000I\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000�\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000�\u0000K\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000�\u0000L\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000�\u0000M\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000�\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000�\u0000O\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000�\u0000P\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000�\u0000Q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0013\u0000�\u0000R\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0014\u0000�\u0000S\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0015\u0000�\u0000T\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0016\u0000�\u0000U\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\u0017\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u001b\u0000�\u0000\n\u0000\u0003\u0000\u001c\u0000�\u0000]\u0000\u0000\u0000�\u0000\u0012\u0000\u0003\u0000\u001d\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\"\u0000�\u0000\n\u0000\u0003\u0000#\u0000�\u0000e\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000$\u0000�\u0000�\u0000%\u0000�\u0000\n\u0000\u0003\u0000&\u0000�\u0000i\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000'\u0000�\u0000�\u0000\n\u0000\u0003\u0000(\u0000�\u0000j\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000)\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000*\u0000�\u0000l\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000+\u0000�\u0000m\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000,\u0000�\u0000n\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000-\u0000�\u0000o\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000.\u0000�\u0000p\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000/\u0000�\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00000\u0000�\u0000r\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00001\u0000�\u0000s\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00002\u0000�\u0000t\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00003\u0000�\u0000u\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00004\u0000�\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00005\u0000�\u0000w\u0000\u0000\u0000�\u0000\u0010\u0000\u0004\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0004\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000�\u0000D\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000�\u0000E\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000�\u0000F\u0000\u0000\u0000�\u0000\"\u0000\u0004\u0000\b\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0015\u0000�\u0000\n\u0000\u0004\u0000\u0016\u0000�\u0000V\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000�\u0000W\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0018\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0019\u0000�\u0000Z\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001a\u0000�\u0000[\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001b\u0000�\u0000\\\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001c\u0000�\u0000^\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001d\u0000�\u0000_\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001e\u0000�\u0000`\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001f\u0000�\u0000a\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000 \u0000�\u0000b\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000!\u0000�\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\"\u0000�\u0000d\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000#\u0000�\u0000f\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000$\u0000�\u0000g\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000%\u0000�\u0000h\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000&\u0000�\u0000X\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000'\u0000�\u0000Y\u0000\u0000\u0000�\u0000\"\u0000\u0004\u0000(\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u00005\u0000�\u00004\u0000\u0005\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0016\u0000�\u0000\n\u0000\u0005\u0000\u0017\u0000�\u0000X\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0018\u0000�\u0000Y\u0000\u0000\u0000�\u0000@\u0000\u0005\u0000\u0019\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u00005\u0000�\u0000\u000e\u0000�\u0004\u0000\u0000P\u0000\u000e\u0000\u000e\u0000d\u0002�\u0001>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0001\u0000\u0006\u0000\u0006\u0000\u0001\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u0001<\u0000\u0000\u0000\u0000\u0000\u0000\u00005\u0000\u0001\u0000\u0001\u0000\u0000\u00005\u0000\u0003\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0005\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0005\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0005\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0007\u0000\u0004\u0000\u0005\u0000\u0005\u0000\u0005\u0000\u0004\u0000\u0005\u0000\u0006\u0000\u0006\u0000\u0004\u0000\u0005\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0005\u0000\b\u0000\b\u0000\u0003\u0000\u0005\u0000\t\u0000\t\u0000\u0003\u0000\u0005\u0000\n\u0000\n\u0000\u0003\u0000\u0005\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0005\u0000\f\u0000\f\u0000\u0003\u0000\u0005\u0000\r\u0000\r\u0000\u0003\u0000\u0005\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0005\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0005\u0000\u0010\u0000\u0010\u0000\u0003\u0000\u0005\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0005\u0000\u0012\u0000\u0012\u0000\u0003\u0000\u0005\u0000\u0013\u0000\u0013\u0000\u0003\u0000\u0005\u0000\u0014\u0000\u0014\u0000\u0003\u0000\u0005\u0000\u0015\u0000\u0015\u0000\u0003\u0000\u0003\u0000\u0016\u0000\u001b\u0000\u0004\u0000\u0005\u0000\u0016\u0000\u0016\u0000\u0004\u0000\u0004\u0000\u0017\u0000\u0018\u0000\u0004\u0000\u0005\u0000\u0019\u0000\u0019\u0000\u0004\u0000\u0005\u0000\u001a\u0000\u001a\u0000\u0004\u0000\u0005\u0000\u001b\u0000\u001b\u0000\u0003\u0000\u0003\u0000\u001c\u0000\"\u0000\u0004\u0000\u0005\u0000\u001c\u0000\u001c\u0000\u0004\u0000\u0005\u0000\u001d\u0000\u001d\u0000\u0004\u0000\u0005\u0000\u001e\u0000\u001e\u0000\u0004\u0000\u0005\u0000\u001f\u0000\u001f\u0000\u0004\u0000\u0005\u0000 \u0000 \u0000\u0004\u0000\u0005\u0000!\u0000!\u0000\u0004\u0000\u0005\u0000\"\u0000\"\u0000\u0003\u0000\u0003\u0000#\u0000%\u0000\u0004\u0000\u0005\u0000#\u0000#\u0000\u0004\u0000\u0005\u0000$\u0000$\u0000\u0004\u0000\u0005\u0000%\u0000%\u0000\u0003\u0000\u0003\u0000&\u0000'\u0000\u0004\u0000\u0005\u0000&\u0000&\u0000\u0004\u0000\u0005\u0000'\u0000'\u0000\u0003\u0000\u0005\u0000(\u0000(\u0000\u0003\u0000\u0005\u0000)\u0000)\u0000\u0003\u0000\u0005\u0000*\u0000*\u0000\u0003\u0000\u0005\u0000+\u0000+\u0000\u0003\u0000\u0005\u0000,\u0000,\u0000\u0003\u0000\u0005\u0000-\u0000-\u0000\u0003\u0000\u0005\u0000.\u0000.\u0000\u0003\u0000\u0005\u0000/\u0000/\u0000\u0003\u0000\u0005\u00000\u00000\u0000\u0003\u0000\u0005\u00001\u00001\u0000\u0003\u0000\u0005\u00002\u00002\u0000\u0003\u0000\u0005\u00003\u00003\u0000\u0003\u0000\u0005\u00004\u00004\u0000\u0003\u0000\u0005\u00005\u00005\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\\\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000*\u0000'\u0000\u0000&CL-Band GMPLS Routing&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000L\u0006\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000|\u0015\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000p\u0017\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000p\u0017\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\t\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\n\u0000\n\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000b\u0000\u000b\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\u000e\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0012\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0013\u0000\u0013\u0000�\u0004\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0014\u0000\u0014\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0015\u0000\u0015\u0000\b\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0016\u0000\u0016\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0017\u0000\u0017\u0000�\u000b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u0018\u0000\u0019\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001a\u0000\u001a\u0000�\t\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001b\u0000\u001b\u0000�\b\u000f\u0000\u0003\u0000\u0002\u0000}\u0000\f\u0000\u001c\u0000\u001c\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001d\u0000\u001d\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u001f\u0000\u001f\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\"\u0000\"\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000#\u0000#\u0000,\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000&\u0000&\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000(\u0000(\u0000�\u0007\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000)\u0000)\u0000\u0014\b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000*\u0000*\u0000�\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000.\u0000.\u0000�\t\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000/\u00002\u0000�\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u00003\u00005\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u00006\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u00006\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0000x\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0000>\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0000?\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0000@\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u0000A\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000�\u0000B\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000�\u0000C\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000�\u0000�\u0000\u0007\u0000�\u0000\n\u0000\u0003\u0000\b\u0000�\u0000G\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000�\u0000H\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000�\u0000I\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000�\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000�\u0000K\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000�\u0000L\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000�\u0000M\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000�\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000�\u0000O\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000�\u0000P\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000�\u0000Q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0013\u0000�\u0000R\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0014\u0000�\u0000S\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0015\u0000�\u0000T\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0016\u0000�\u0000U\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\u0017\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u001b\u0000�\u0000\n\u0000\u0003\u0000\u001c\u0000�\u0000]\u0000\u0000\u0000�\u0000\u0012\u0000\u0003\u0000\u001d\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\"\u0000�\u0000\n\u0000\u0003\u0000#\u0000�\u0000e\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000$\u0000�\u0000�\u0000%\u0000�\u0000\n\u0000\u0003\u0000&\u0000�\u0000i\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000'\u0000�\u0000�\u0000\n\u0000\u0003\u0000(\u0000�\u0000j\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000)\u0000�\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000*\u0000�\u0000l\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000+\u0000�\u0000m\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000,\u0000�\u0000n\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000-\u0000�\u0000o\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000.\u0000�\u0000p\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000/\u0000�\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00000\u0000�\u0000r\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00001\u0000�\u0000s\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00002\u0000�\u0000t\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00003\u0000�\u0000u\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00004\u0000�\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00005\u0000�\u0000w\u0000\u0000\u0000�\u0000\u0010\u0000\u0004\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0004\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000�\u0000D\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000�\u0000E\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000�\u0000F\u0000\u0000\u0000�\u0000\"\u0000\u0004\u0000\b\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0015\u0000�\u0000\n\u0000\u0004\u0000\u0016\u0000�\u0000V\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000�\u0000W\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0018\u0000�\u0000�\u0000\n\u0000\u0004\u0000\u0019\u0000�\u0000Z\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001a\u0000�\u0000[\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001b\u0000�\u0000\\\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001c\u0000�\u0000^\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001d\u0000�\u0000_\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001e\u0000�\u0000`\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001f\u0000�\u0000a\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000 \u0000�\u0000b\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000!\u0000�\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\"\u0000�\u0000d\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000#\u0000�\u0000f\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000$\u0000�\u0000g\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000%\u0000�\u0000h\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000&\u0000�\u0000X\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000'\u0000�\u0000Y\u0000\u0000\u0000�\u0000\"\u0000\u0004\u0000(\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u00005\u0000�\u00004\u0000\u0005\u0000\u0000\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u0016\u0000�\u0000\n\u0000\u0005\u0000\u0017\u0000�\u0000X\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0018\u0000�\u0000Y\u0000\u0000\u0000�\u0000@\u0000\u0005\u0000\u0019\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u0000�\u00005\u0000�\u0000\u000e\u0000�\u0004\u0000\u0000P\u0000\u000e\u0000\u000e\u0000d\u0002�\u0001>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0001\u0000\u0006\u0000\u0006\u0000\u0001\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u0001<\u0000\u0000\u0000\u0000\u0000\u0000\u00005\u0000\u0001\u0000\u0001\u0000\u0000\u00005\u0000\u0003\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0005\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0005\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0005\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0007\u0000\u0004\u0000\u0005\u0000\u0005\u0000\u0005\u0000\u0004\u0000\u0005\u0000\u0006\u0000\u0006\u0000\u0004\u0000\u0005\u0000\u0007\u0000\u0007\u0000\u0003\u0000\u0005\u0000\b\u0000\b\u0000\u0003\u0000\u0005\u0000\t\u0000\t\u0000\u0003\u0000\u0005\u0000\n\u0000\n\u0000\u0003\u0000\u0005\u0000\u000b\u0000\u000b\u0000\u0003\u0000\u0005\u0000\f\u0000\f\u0000\u0003\u0000\u0005\u0000\r\u0000\r\u0000\u0003\u0000\u0005\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0005\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0005\u0000\u0010\u0000\u0010\u0000\u0003\u0000\u0005\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0005\u0000\u0012\u0000\u0012\u0000\u0003\u0000\u0005\u0000\u0013\u0000\u0013\u0000\u0003\u0000\u0005\u0000\u0014\u0000\u0014\u0000\u0003\u0000\u0005\u0000\u0015\u0000\u0015\u0000\u0003\u0000\u0003\u0000\u0016\u0000\u001b\u0000\u0004\u0000\u0005\u0000\u0016\u0000\u0016\u0000\u0004\u0000\u0004\u0000\u0017\u0000\u0018\u0000\u0004\u0000\u0005\u0000\u0019\u0000\u0019\u0000\u0004\u0000\u0005\u0000\u001a\u0000\u001a\u0000\u0004\u0000\u0005\u0000\u001b\u0000\u001b\u0000\u0003\u0000\u0003\u0000\u001c\u0000\"\u0000\u0004\u0000\u0005\u0000\u001c\u0000\u001c\u0000\u0004\u0000\u0005\u0000\u001d\u0000\u001d\u0000\u0004\u0000\u0005\u0000\u001e\u0000\u001e\u0000\u0004\u0000\u0005\u0000\u001f\u0000\u001f\u0000\u0004\u0000\u0005\u0000 \u0000 \u0000\u0004\u0000\u0005\u0000!\u0000!\u0000\u0004\u0000\u0005\u0000\"\u0000\"\u0000\u0003\u0000\u0003\u0000#\u0000%\u0000\u0004\u0000\u0005\u0000#\u0000#\u0000\u0004\u0000\u0005\u0000$\u0000$\u0000\u0004\u0000\u0005\u0000%\u0000%\u0000\u0003\u0000\u0003\u0000&\u0000'\u0000\u0004\u0000\u0005\u0000&\u0000&\u0000\u0004\u0000\u0005\u0000'\u0000'\u0000\u0003\u0000\u0005\u0000(\u0000(\u0000\u0003\u0000\u0005\u0000)\u0000)\u0000\u0003\u0000\u0005\u0000*\u0000*\u0000\u0003\u0000\u0005\u0000+\u0000+\u0000\u0003\u0000\u0005\u0000,\u0000,\u0000\u0003\u0000\u0005\u0000-\u0000-\u0000\u0003\u0000\u0005\u0000.\u0000.\u0000\u0003\u0000\u0005\u0000/\u0000/\u0000\u0003\u0000\u0005\u00000\u00000\u0000\u0003\u0000\u0005\u00001\u00001\u0000\u0003\u0000\u0005\u00002\u00002\u0000\u0003\u0000\u0005\u00003\u00003\u0000\u0003\u0000\u0005\u00004\u00004\u0000\u0003\u0000\u0005\u00005\u00005\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003b\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000,\u0000)\u0000\u0000&CGMPLS Failure Analysis&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u000b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�\u0010\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000\u0014\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000;\f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000\u0004\u0000|\u0015\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0005\u0000\u0005\u0000\u0011\u0011\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\u001c\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u00005\u0018\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u00001\u001e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000�\u0019\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\n\u0000�\u0003\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\n\u0000,\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000�\u0000y\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000�\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000�\u0000z\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000�\u0000{\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000�\u0000|\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000�\u0000}\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000�\u0000~\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000�\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000�\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000\u0007\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000\u0007\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000\u0007\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0003\u0000\u0007\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000\u0007\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000\u0007\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000\u0007\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000\u0007\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000\u0007\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u0000\u0007\u0001�\u0000\u0000\u0000�\u0000\f\u0000�\u0001\u0000\u0000<\u0000\u000e\u0000\u000e\u0000�\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u001a\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\t\u0000\u0001\u0000\u0001\u0000\u0000\u0000\t\u0000\u0004\u0000\u0004\u0000\u0000\u0000\t\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0015f\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000+\u0000(\u0000\u0000&CC-Band Restoration 3R&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000\\\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0002\u0000\u0010\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0005\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\b\u0000\u0010\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\u000b\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000X\u001b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000e\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0010\u0000#\u0010\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0011\u0000\u0011\u0000X\u001b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000�.\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\t\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000\n\u0001\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000\f\u0001,\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000\f\u0001�\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\u0002\u0000\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\u0006\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000\f\u0001�\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\b\u0000\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0000�\u0000\n\u0000\u0003\u0000\r\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000\f\u0001>\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000\f\u0001�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0000\u0000\f\u0001�\u0000\n\u0000\u0004\u0000\u0001\u0000\f\u0001S\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0003\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000\f\u0001S\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\n\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000b\u0000\f\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\f\u0000\f\u0001�\u0000\u0000\u0000�\u0000\u0012\u0000\u0004\u0000\r\u0000\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\f\u0001\u0012\u0000�\u0000\f\u0000�\u0001\u0000\u0000<\u0000\u000e\u0000\u000e\u0000�\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000Z\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0012\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0006\u0000\u0003\u0000\u0003\u0000\u0007\u0000\f\u0000\u0003\u0000\u0004\u0000\r\u0000\r\u0000\u0003\u0000\u0004\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0004\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0004\u0000\u0010\u0000\u0010\u0000\u0003\u0000\u0004\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0004\u0000\u0012\u0000\u0012\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000gj\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0005\u0014\u0000\u0000\u0000\u0015\u0000+\u0000(\u0000\u0000&CL-Band Restoration 3R&L&RPage &P of &N�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000\\\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0002\u0000\u0010\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0005\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0006\u0000\u0006\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\b\u0000\u0010\u000e\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\u000b\u0000�\u0005\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\r\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\r\u0000\r\u0000X\u001b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000e\u0000\u000e\u0000�\n\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000�\u000f\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000\u0010\u0000#\u0010\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0011\u0000\u0011\u0000X\u001b\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0012\u0000\u0012\u0000�.\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0000\u0000\u0013\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000\u0013\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\"\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000#\u0001\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000%\u0001,\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000%\u0001�\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\u0002\u0000%\u0001%\u0001%\u0001%\u0001%\u0001\u0006\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000%\u0001�\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\b\u0000%\u0001%\u0001%\u0001%\u0001%\u0001\f\u0000�\u0000\n\u0000\u0003\u0000\r\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000%\u0001>\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000%\u0001�\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0000\u0000%\u0001�\u0000\n\u0000\u0004\u0000\u0001\u0000%\u0001S\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0003\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000%\u0001S\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\n\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000b\u0000%\u0001�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\f\u0000%\u0001�\u0000\u0000\u0000�\u0000\u0012\u0000\u0004\u0000\r\u0000%\u0001%\u0001%\u0001%\u0001%\u0001%\u0001\u0012\u0000�\u0000\f\u0000�\u0001\u0000\u0000<\u0000\u000e\u0000\u000e\u0000�\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000Z\u0000\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0012\u0000\u0003\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0006\u0000\u0003\u0000\u0003\u0000\u0007\u0000\f\u0000\u0003\u0000\u0004\u0000\r\u0000\r\u0000\u0003\u0000\u0004\u0000\u000e\u0000\u000e\u0000\u0003\u0000\u0004\u0000\u000f\u0000\u000f\u0000\u0003\u0000\u0004\u0000\u0010\u0000\u0010\u0000\u0003\u0000\u0004\u0000\u0011\u0000\u0011\u0000\u0003\u0000\u0004\u0000\u0012\u0000\u0012\u0000\n\u0000\u0000\u0000������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������"}],"_postman_id":"3b278f22-aa1e-4983-9d5c-4b56aa83a321"}],"id":"af1db000-49cc-4021-b883-4760761adc80","_postman_id":"af1db000-49cc-4021-b883-4760761adc80","description":""},{"name":"Generate Failure Sequence Report","item":[{"name":"Create Failure Sequence","id":"c6ab0862-ea6a-4d29-a9ba-86b63bee9f01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Failure Sequence-1\",\r\n\"description\":\"\",\r\n\"failureEntries\":[\r\n{\r\n\"resourceType\":\"Srg\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":1700,\r\n\"failureEntryIdx\":0\r\n},\r\n{\r\n\"resourceType\":\"Site1\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":50,\r\n\"failureEntryIdx\":0\r\n},\r\n{\r\n\"resourceType\":\"Site2\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":60,\r\n\"failureEntryIdx\":0\r\n},\r\n{\r\n\"resourceType\":\"Site3\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":70,\r\n\"failureEntryIdx\":0\r\n},\r\n{\r\n\"resourceType\":\"Site4\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":80,\r\n\"failureEntryIdx\":0\r\n}]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureSequences","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","failureSequences"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"9b4f17d1-49fd-4b53-88f0-0630c55f9dc4","name":"Create Failure Sequence","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Failure Sequence-1\",\r\n\"description\":\"\",\r\n\"failureEntries\":[\r\n{\r\n\"resourceType\":\"Srg\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":1700,\r\n\"failureEntryIdx\":0\r\n},\r\n{\r\n\"resourceType\":\"Site1\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":50,\r\n\"failureEntryIdx\":0\r\n},\r\n{\r\n\"resourceType\":\"Site2\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":60,\r\n\"failureEntryIdx\":0\r\n},\r\n{\r\n\"resourceType\":\"Site3\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":70,\r\n\"failureEntryIdx\":0\r\n},\r\n{\r\n\"resourceType\":\"Site4\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":80,\r\n\"failureEntryIdx\":0\r\n}]\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureSequences"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 24 May 2024 10:23:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2240,\n    \"name\": \"Failure Sequence-1\",\n    \"description\": \"\",\n    \"nfmtName\": \"\",\n    \"active\": true,\n    \"failureCount\": 1,\n    \"revertToNominal\": false,\n    \"permutationSequence\": false,\n    \"sortName\": \"Failure Sequence-000000000001\",\n    \"valid\": true,\n    \"failureEntries\": [\n        {\n            \"resourceId\": 0,\n            \"actionType\": \"Failure\",\n            \"failureEntryIdx\": 0\n        }\n    ]\n}"}],"_postman_id":"c6ab0862-ea6a-4d29-a9ba-86b63bee9f01"},{"name":"Retrieve Failure Sequence","id":"85914b70-3f3f-4e09-8de5-41be7b28684d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureSequences","description":"<h3 id=\"response\">Response</h3>\n<p>The response for this request is expected to be a JSON schema, detailing the structure and data types of the response object. This schema will provide a clear definition of the properties and their expected values in the response payload.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","failureSequences"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"a6086ffc-7f88-429d-812b-aaefd0fe7d81","name":"Retrieve Failure Sequence","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureSequences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 24 May 2024 10:24:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 2240,\n            \"name\": \"Failure Sequence-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"active\": true,\n            \"failureCount\": 1,\n            \"revertToNominal\": false,\n            \"permutationSequence\": false,\n            \"sortName\": \"Failure Sequence-000000000001\",\n            \"valid\": true,\n            \"failureEntries\": [\n                {\n                    \"resourceId\": 0,\n                    \"actionType\": \"Failure\",\n                    \"failureEntryIdx\": 0\n                }\n            ]\n        }\n    ],\n    \"pageable\": {\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"pageNumber\": 0,\n        \"pageSize\": 2000,\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalElements\": 1,\n    \"totalPages\": 1,\n    \"last\": true,\n    \"first\": true,\n    \"numberOfElements\": 1,\n    \"size\": 2000,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"unsorted\": true,\n        \"empty\": true\n    },\n    \"empty\": false\n}"}],"_postman_id":"85914b70-3f3f-4e09-8de5-41be7b28684d"},{"name":"Modify Failure Sequence","id":"d2d18bc3-b5c2-47a2-8215-e5d7d16067f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Failure Sequence-1\",\r\n\"description\":\"\",\r\n\"failureEntries\":[\r\n{\r\n\"resourceType\":\"Srg\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":1700,\r\n\"failureEntryIdx\":0\r\n}\r\n]}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureSequences/{{failureSeqID}}","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","failureSequences","{{failureSeqID}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"6b51e125-25fb-4dc5-90cf-f93bdbe0bda9","name":"Modify Failure Sequence","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"name\":\"Failure Sequence-1\",\r\n\"description\":\"\",\r\n\"failureEntries\":[\r\n{\r\n\"resourceType\":\"Srg\",\r\n\"actionType\":\"Failure\",\r\n\"resourceId\":1700,\r\n\"failureEntryIdx\":0\r\n}\r\n]}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/failureSequences/{{failureSeqID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 24 May 2024 10:33:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 2250,\n    \"name\": \"Failure Sequence-1\",\n    \"description\": \"\",\n    \"nfmtName\": \"\",\n    \"active\": true,\n    \"failureCount\": 1,\n    \"revertToNominal\": false,\n    \"permutationSequence\": false,\n    \"sortName\": \"Failure Sequence-000000000001\",\n    \"valid\": true,\n    \"failureEntries\": [\n        {\n            \"resourceId\": 0,\n            \"actionType\": \"Failure\",\n            \"failureEntryIdx\": 0\n        }\n    ]\n}"}],"_postman_id":"d2d18bc3-b5c2-47a2-8215-e5d7d16067f6"},{"name":"NRA using Failure Sequence","id":"abb0ec42-2bdd-4e7b-9d6b-9b5d19e990c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"itemDbIdx\":8810,\r\n\"description\":\"\",\r\n\"permutationSequence\":false,\r\n\"networkAudit\":false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/nra/whatifAnalysis","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","nra","whatifAnalysis"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"a8216e59-093a-4d70-a65a-81defa629f17","name":"NRA using Failure Sequence","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"itemDbIdx\":8810,\r\n\"description\":\"\",\r\n\"permutationSequence\":false,\r\n\"networkAudit\":false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/nra/whatifAnalysis"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 24 May 2024 11:43:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 121,\n    \"jobId\": 121,\n    \"createTime\": \"2024-05-24T11:43:40.779+00:00\",\n    \"lastUpdated\": \"2024-05-24T11:43:40.779+00:00\",\n    \"status\": \"STARTING\",\n    \"exitStatus\": {\n        \"exitCode\": \"UNKNOWN\",\n        \"exitDescription\": \"\",\n        \"running\": true\n    },\n    \"jobName\": \"What-if Restoration Analysis\",\n    \"jobParameters\": {\n        \"nrareqItemDbIdx\": {\n            \"value\": 8810\n        },\n        \"nrareqPermutationSequence\": {\n            \"value\": \"false\"\n        },\n        \"name\": {\n            \"value\": \"sandhya_planner-20240524125713\"\n        },\n        \"nrareqDescription\": {\n            \"value\": \"\"\n        },\n        \"designId\": {\n            \"value\": 227\n        },\n        \"previousOperationalState\": {\n            \"value\": 4\n        },\n        \"nrareqNetworkAudit\": {\n            \"value\": \"false\"\n        }\n    },\n    \"stepExecutions\": [],\n    \"createdBy\": \"\",\n    \"entityId\": 0,\n    \"entityClass\": \"\",\n    \"entityName\": \"sandhya_planner-20240524125713\",\n    \"parentJobId\": 0,\n    \"failReason\": \"\",\n    \"fileName\": \"\",\n    \"demandId\": \"\",\n    \"jobDto\": {\n        \"id\": 121,\n        \"jobName\": \"What-if Restoration Analysis\",\n        \"entity\": \"sandhya_planner-20240524125713\",\n        \"status\": \"STARTING\",\n        \"username\": \"\",\n        \"details\": \"\",\n        \"guiLabel\": \"sandhya_planner-20240524125713\",\n        \"className\": \"Jobs\"\n    }\n}"}],"_postman_id":"abb0ec42-2bdd-4e7b-9d6b-9b5d19e990c5"},{"name":"Generate Failure Sequence Report","id":"23651581-ef2e-4338-9a58-b1b787773d6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/reports/gmpls?reportType=L0_NRA_SEQUENCE&scopeOrSequenceId={{failureSeqID}}","description":"<p>This API is used to Export L0 GMPLS/NRA report for the design with given design ID and report type. For failure sequence, reportType=L0_NRA_SEQUENCE</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","reports","gmpls"],"host":["{{server}}"],"query":[{"key":"reportType","value":"L0_NRA_SEQUENCE"},{"key":"scopeOrSequenceId","value":"{{failureSeqID}}"}],"variable":[]}},"response":[],"_postman_id":"23651581-ef2e-4338-9a58-b1b787773d6a"}],"id":"ec85123f-9c83-473d-903b-50578318aa77","_postman_id":"ec85123f-9c83-473d-903b-50578318aa77","description":""},{"name":"Import and Export WS-P Design","item":[{"name":"Export Design to Excel","id":"7aaefe4a-b368-4492-9d53-7ecd5377c60a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/exportDesignToExcel/{{isPlanFromDashboard}}","description":"<p>Exporting the design excel for the given design ID from PlanDashboard. The input parameter are design ID and isPlanDashboard is a boolean value.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","exportDesignToExcel","{{isPlanFromDashboard}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"c04bce6b-1147-4c7d-8565-8f05474fac99","name":"Export Design to Excel","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/exportDesignToExcel/{{isPlanFromDashboard}}"},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=sandhya_planner-20240603224840.xls"},{"key":"Accept-Ranges","value":"bytes"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/vnd.ms-excel;charset=UTF-8"},{"key":"Content-Length","value":"181248"},{"key":"Date","value":"Mon, 03 Jun 2024 17:36:21 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"��\u0011ࡱ\u001a�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000;\u0000\u0003\u0000��\t\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000����\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0001\u0000\u0000����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������R\u0000o\u0000o\u0000t\u0000 \u0000E\u0000n\u0000t\u0000r\u0000y\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0016\u0000\u0005\u0001��������\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000W\u0000o\u0000r\u0000k\u0000b\u0000o\u0000o\u0000k\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0012\u0000\u0002\u0001������������\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u00007�\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000��������\u0003\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001f\u0000\u0000\u0000 \u0000\u0000\u0000!\u0000\u0000\u0000\"\u0000\u0000\u0000#\u0000\u0000\u0000$\u0000\u0000\u0000%\u0000\u0000\u0000&\u0000\u0000\u0000'\u0000\u0000\u0000(\u0000\u0000\u0000)\u0000\u0000\u0000*\u0000\u0000\u0000+\u0000\u0000\u0000,\u0000\u0000\u0000-\u0000\u0000\u0000.\u0000\u0000\u0000/\u0000\u0000\u00000\u0000\u0000\u00001\u0000\u0000\u00002\u0000\u0000\u00003\u0000\u0000\u00004\u0000\u0000\u00005\u0000\u0000\u00006\u0000\u0000\u00007\u0000\u0000\u00008\u0000\u0000\u00009\u0000\u0000\u0000:\u0000\u0000\u0000;\u0000\u0000\u0000<\u0000\u0000\u0000=\u0000\u0000\u0000>\u0000\u0000\u0000?\u0000\u0000\u0000@\u0000\u0000\u0000A\u0000\u0000\u0000B\u0000\u0000\u0000C\u0000\u0000\u0000D\u0000\u0000\u0000E\u0000\u0000\u0000F\u0000\u0000\u0000G\u0000\u0000\u0000H\u0000\u0000\u0000I\u0000\u0000\u0000J\u0000\u0000\u0000K\u0000\u0000\u0000L\u0000\u0000\u0000M\u0000\u0000\u0000N\u0000\u0000\u0000O\u0000\u0000\u0000P\u0000\u0000\u0000Q\u0000\u0000\u0000R\u0000\u0000\u0000S\u0000\u0000\u0000T\u0000\u0000\u0000U\u0000\u0000\u0000V\u0000\u0000\u0000W\u0000\u0000\u0000X\u0000\u0000\u0000Y\u0000\u0000\u0000Z\u0000\u0000\u0000[\u0000\u0000\u0000\\\u0000\u0000\u0000]\u0000\u0000\u0000^\u0000\u0000\u0000_\u0000\u0000\u0000`\u0000\u0000\u0000a\u0000\u0000\u0000b\u0000\u0000\u0000c\u0000\u0000\u0000d\u0000\u0000\u0000e\u0000\u0000\u0000f\u0000\u0000\u0000g\u0000\u0000\u0000h\u0000\u0000\u0000i\u0000\u0000\u0000j\u0000\u0000\u0000k\u0000\u0000\u0000l\u0000\u0000\u0000m\u0000\u0000\u0000n\u0000\u0000\u0000o\u0000\u0000\u0000p\u0000\u0000\u0000q\u0000\u0000\u0000r\u0000\u0000\u0000s\u0000\u0000\u0000t\u0000\u0000\u0000u\u0000\u0000\u0000v\u0000\u0000\u0000w\u0000\u0000\u0000x\u0000\u0000\u0000y\u0000\u0000\u0000z\u0000\u0000\u0000{\u0000\u0000\u0000|\u0000\u0000\u0000}\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0005\u0000�\u0010�\u0007A\u0000\u0000\u0000\u0006\u0000\u0000\u0000�\u0000\u0002\u0000�\u0004�\u0000\u0002\u0000\u0000\u0000�\u0000\u0000\u0000\\\u0000p\u0000\u0003\u0000\u0000wsp                                                                                                          B\u0000\u0002\u0000�\u0004a\u0001\u0002\u0000\u0000\u0000=\u0001\u001a\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0003\u0000\u0004\u0000\u0005\u0000\u0006\u0000\u0007\u0000\b\u0000\t\u0000\n\u0000\u000b\u0000\f\u0000�\u0000\u0002\u0000\u000e\u0000\u0019\u0000\u0002\u0000\u0000\u0000\u0012\u0000\u0002\u0000\u0000\u0000\u0013\u0000\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000�\u0001\u0002\u0000\u0000\u0000=\u0000\u0012\u0000h\u0001\u000e\u0001\\:�#8\u0000\u0001\u0000\u0000\u0000\u0001\u0000X\u0002@\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000\"\u0000\u0002\u0000\u0000\u0000\u000e\u0000\u0002\u0000\u0001\u0000�\u0001\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u00001\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000��\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial1\u0000\u0015\u0000�\u0000\u0000\u0000\b\u0000�\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0005\u0000Arial\u001e\u0004\u001a\u0000\u0005\u0000\u0015\u0000\u0000\"$\"#,##0_);(\"$\"#,##0)\u001e\u0004\u001f\u0000\u0006\u0000\u001a\u0000\u0000\"$\"#,##0_);[Red](\"$\"#,##0)\u001e\u0004 \u0000\u0007\u0000\u001b\u0000\u0000\"$\"#,##0.00_);(\"$\"#,##0.00)\u001e\u0004%\u0000\b\u0000 \u0000\u0000\"$\"#,##0.00_);[Red](\"$\"#,##0.00)\u001e\u00045\u0000*\u00000\u0000\u0000_(\"$\"* #,##0_);_(\"$\"* (#,##0);_(\"$\"* \"-\"_);_(@_)\u001e\u0004,\u0000)\u0000'\u0000\u0000_(* #,##0_);_(* (#,##0);_(* \"-\"_);_(@_)\u001e\u0004=\u0000,\u00008\u0000\u0000_(\"$\"* #,##0.00_);_(\"$\"* (#,##0.00);_(\"$\"* \"-\"??_);_(@_)\u001e\u00044\u0000+\u0000/\u0000\u0000_(* #,##0.00_);_(* (#,##0.00);_(* \"-\"??_);_(@_)\u001e\u0004\u000e\u0000�\u0000\t\u0000\u0000#0,######\u001e\u0004\u000f\u0000�\u0000\n\u0000\u0000##0,######�\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0002\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000+\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000)\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000,\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000*\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0001\u0000\t\u0000�� \u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000� �\u0000\u0014\u0000\u0005\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0006\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0006\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\u0006\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0007\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\b\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\b\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\b\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\t\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\n\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\n\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\n\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u000b\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\f\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\f\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\f\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000�\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0000\u0000�\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\r\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\u000e\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u000f\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0010\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0010\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\u0010\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0012\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0012\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\u0012\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0013\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0014\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0014\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\u0014\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0015\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0016\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0016\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\u0016\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0017\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\u0018\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u0019\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001a\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001a\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\u001a\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u001b\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001c\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001c\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\u001c\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0000\u0014\u0000\u001d\u0000\u0000\u0000\u0001\u0000\u001a\u0000\u00008\u0010U\b\u0004\b\u0004\u0000\u0004\u001a �\u0000\u0014\u0000\u001e\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004* �\u0000\u0014\u0000\u001e\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004\u001f �\u0000\u0014\u0000\u001e\u0000\u0000\u0000\u0001\u0000 \u0000\u0000(\u0010\u0010\b\u0004\b\u0004\u0000\u0004) �\u0000\u0014\u0000\u0000\u0000\u0000\u0000\u0001\u0000 \u0000\u0000\u0000\u0000\u0000\b\u0004\b\u0004\u0000\u0000� �\u0002\u0004\u0000\u0010�\u0003��\u0002\u0004\u0000\u0011�\u0006��\u0002\u0004\u0000\u0012�\u0004��\u0002\u0004\u0000\u0013�\u0007��\u0002\u0004\u0000\u0000�\u0000��\u0002\u0004\u0000\u0014�\u0005�`\u0001\u0002\u0000\u0000\u0000�\u0000\u0013\u0000\u001dJ\u0000\u0000\u0001\u0000\u000b\u0000Enum_Values�\u0000\u0016\u0000�\u0000\u0000\u0000\u0000\u000e\u0000Design Profile�\u0000\u001a\u0000\u0005�\u0000\u0000\u0000\u0000\u0012\u0000Design Description�\u0000\u0017\u0000)�\u0000\u0000\u0000\u0000\u000f\u0000Site Definition�\u0000%\u0000��\u0000\u0000\u0000\u0000\u001d\u0000Site Power Filter Definitions�\u0000!\u0000u\u0000\u0001\u0000\u0000\u0000\u0019\u0000Site DWDM Default Options�\u0000$\u0000\u0019\u001e\u0001\u0000\u0000\u0000\u001c\u0000Site  Shelf Type Preferences�\u0000\u001e\u0000\u0002>\u0001\u0000\u0000\u0000\u0016\u0000Site ROADM Preferences�\u0000\u001d\u0000V�\u0001\u0000\u0000\u0000\u0015\u0000Site Hardware Options�\u0000\u0019\u0000\u0012\u001e\u0002\u0000\u0000\u0000\u0011\u0000Site Rack Options�\u0000\u001a\u0000gX\u0002\u0000\u0000\u0000\u0012\u0000Segment Definition�\u0000\f\u0000=�\u0002\u0000\u0000\u0000\u0004\u0000Note�\u0000\u000e\u0000:�\u0002\u0000\u0000\u0000\u0006\u000024.6.0�\u0000\u0004\u0000\u0001\u0000\u0001\u0000�\u0000�\u0000\u000f\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0006�`\u0000\u0000\u0000.(\u0000\u0000\u000b\u0000\u0000\u0000�\u0000\u0000\u0000\n\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u0005\u0000\u0000\u0000\r\u0000\u0000\u0000\u0006\u0000\u0000\u0000\f\u0000\u0000\u0000\u0007\u0000\u0000\u0000F\u0000\u0000\u0000\b\u0000\u0000\u0000\"\u0000\u0000\u0000\t\u0000\u0000\u0000\u0019\u0000\u0000\u0000\n\u0000\u0000\u0000.\u0000\u0000\u00003\u0000\u000b�\u0012\u0000\u0000\u0000�\u0000\b\u0000\b\u0000�\u0001A\u0000\u0000\b�\u0001@\u0000\u0000\b@\u0000\u001e�\u0010\u0000\u0000\u0000\r\u0000\u0000\b\f\u0000\u0000\b\u0017\u0000\u0000\b�\u0000\u0000\u0010�\u0001\u0004\u0000\u0001\u0000\u0001\u0004\u0017\u0000P\u0000\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0002\u0000\u0000\u0000\u0003\u0000\u0003\u0000\u0000\u0000\u0004\u0000\u0004\u0000\u0000\u0000\u0005\u0000\u0005\u0000\u0000\u0000\u0006\u0000\u0006\u0000\u0000\u0000\u0007\u0000\u0007\u0000\u0000\u0000\b\u0000\b\u0000\u0000\u0000\t\u0000\t\u0000\u0000\u0000\n\u0000\n\u0000\u0000\u0000\u000b\u0000\u000b\u0000\u0000\u0000\f\u0000\f\u0000\u0018\u0000$\u0000\u0000\u0000\u0000\n\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000YesNo_TYPE;\u0000\u0000\u0001\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0018\u0000)\u0000\u0000\u0000\u0000\u000f\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PowerFilterType;\u0000\u0000\u0001\u0000\u0002\u0000\u0001\u0000\u0001\u0000\u0018\u00000\u0000\u0000\u0000\u0000\u0016\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PSS16IIPowerFilterType;\u0000\u0000\u0001\u0000\u0005\u0000\u0002\u0000\u0002\u0000\u0018\u0000-\u0000\u0000\u0000\u0000\u0013\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PSS8PowerFilterType;\u0000\u0000\u0001\u0000\u0004\u0000\u0003\u0000\u0003\u0000\u0018\u0000-\u0000\u0000\u0000\u0000\u0013\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PSIMPowerFilterType;\u0000\u0000\u0001\u0000\u0003\u0000\u0004\u0000\u0004\u0000\u0018\u0000.\u0000\u0000\u0000\u0000\u0014\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PSI8LPowerFilterType;\u0000\u0000\u0001\u0000\u0003\u0000\u0005\u0000\u0005\u0000\u0018\u0000.\u0000\u0000\u0000\u0000\u0014\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PSI4LPowerFilterType;\u0000\u0000\u0001\u0000\u0002\u0000\u0006\u0000\u0006\u0000\u0018\u0000-\u0000\u0000\u0000\u0000\u0013\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PSS4PowerFilterType;\u0000\u0000\u0001\u0000\u0003\u0000\u0007\u0000\u0007\u0000\u0018\u0000)\u0000\u0000\u0000\u0000\u000f\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000DGE_C_BAND_TYPE;\u0000\u0000\u0001\u0000\n\u0000\b\u0000\b\u0000\u0018\u0000)\u0000\u0000\u0000\u0000\u000f\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000DGE_L_BAND_TYPE;\u0000\u0000\u0001\u0000\u0002\u0000\t\u0000\t\u0000\u0018\u0000.\u0000\u0000\u0000\u0000\u0014\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000OTAseSegregationMode;\u0000\u0000\u0001\u0000\u0002\u0000\n\u0000\n\u0000\u0018\u0000*\u0000\u0000\u0000\u0000\u0010\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000RegenModeOptions;\u0000\u0000\u0001\u0000\u0003\u0000\u000b\u0000\u000b\u0000\u0018\u00002\u0000\u0000\u0000\u0000\u0018\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000UseLowLatencyDCMsOptions;\u0000\u0000\u0001\u0000\u0002\u0000\f\u0000\f\u0000\u0018\u00001\u0000\u0000\u0000\u0000\u0017\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000SitePassThruNodeOptions;\u0000\u0000\u0001\u0000\u0007\u0000\r\u0000\r\u0000\u0018\u0000\"\u0000\u0000\u0000\u0000\b\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000OADMType;\u0000\u0000\u0001\u0000\u0003\u0000\u000e\u0000\u000e\u0000\u0018\u0000(\u0000\u0000\u0000\u0000\u000e\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfType_OADM;\u0000\u0000\u0001\u0000\n\u0000\u000f\u0000\u000f\u0000\u0018\u0000'\u0000\u0000\u0000\u0000\r\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfType_ILA;\u0000\u0000\u0001\u0000\u0007\u0000\u0010\u0000\u0010\u0000\u0018\u0000(\u0000\u0000\u0000\u0000\u000e\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfType_PSIL;\u0000\u0000\u0001\u0000\u0002\u0000\u0011\u0000\u0011\u0000\u0018\u0000#\u0000\u0000\u0000\u0000\t\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000AARType_C;\u0000\u0000\u0001\u0000\u0002\u0000\u0012\u0000\u0012\u0000\u0018\u0000#\u0000\u0000\u0000\u0000\t\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000AARType_L;\u0000\u0000\u0001\u0000\u0002\u0000\u0013\u0000\u0013\u0000\u0018\u0000#\u0000\u0000\u0000\u0000\t\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000MCSType_C;\u0000\u0000\u0001\u0000\u0002\u0000\u0014\u0000\u0014\u0000\u0018\u0000#\u0000\u0000\u0000\u0000\t\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000MCSType_L;\u0000\u0000\u0001\u0000\u0002\u0000\u0015\u0000\u0015\u0000\u0018\u0000&\u0000\u0000\u0000\u0000\f\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ADBLOCK_TYPE;\u0000\u0000\u0001\u0000\u0007\u0000\u0016\u0000\u0016\u0000\u0018\u0000/\u0000\u0000\u0000\u0000\u0015\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfDepth_TYPE_PSS32;\u0000\u0000\u0001\u0000\u0002\u0000\u0017\u0000\u0017\u0000\u0018\u0000.\u0000\u0000\u0000\u0000\u0014\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfInstallationKit;\u0000\u0000\u0001\u0000\u0002\u0000\u0018\u0000\u0018\u0000\u0018\u00001\u0000\u0000\u0000\u0000\u0017\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000FAN_CAPACITY_PSS32_TYPE;\u0000\u0000\u0001\u0000\u0002\u0000\u0019\u0000\u0019\u0000\u0018\u0000:\u0000\u0000\u0000\u0000 \u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000CARD_11STAR1_11STAR1A_REGEN_TYPE;\u0000\u0000\u0001\u0000\u0002\u0000\u001a\u0000\u001a\u0000\u0018\u0000+\u0000\u0000\u0000\u0000\u0011\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000OperatingModeType;\u0000\u0000\u0001\u0000\u0002\u0000\u001b\u0000\u001b\u0000\u0018\u0000'\u0000\u0000\u0000\u0000\r\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000RackFill_TYPE;\u0000\u0000\u0001\u0000\u0002\u0000\u001c\u0000\u001c\u0000\u0018\u0000C\u0000\u0000\u0000\u0000)\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000SpecialMuxPreferredLinePortXFPOptionsType;\u0000\u0000\u0001\u0000\u0003\u0000\u001d\u0000\u001d\u0000\u0018\u0000A\u0000\u0000\u0000\u0000'\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000SpecialMuxLinePortAttenuatorOptionsType;\u0000\u0000\u0001\u0000\u0002\u0000\u001e\u0000\u001e\u0000\u0018\u0000'\u0000\u0000\u0000\u0000\r\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000LineIsolation;\u0000\u0000\u0001\u0000\u0005\u0000\u001f\u0000\u001f\u0000\u0018\u00005\u0000\u0000\u0000\u0000\u001b\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PSS16II_ILAFANCAPACITY_TYPE;\u0000\u0000\u0001\u0000\u0002\u0000 \u0000 \u0000\u0018\u0000)\u0000\u0000\u0000\u0000\u000f\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ENCRYPT_EC_TYPE;\u0000\u0000\u0001\u0000\u0002\u0000!\u0000!\u0000\u0018\u0000-\u0000\u0000\u0000\u0000\u0013\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PSIACPowerCordsType;\u0000\u0000\u0001\u0000\u0005\u0000\"\u0000\"\u0000\u0018\u0000+\u0000\u0000\u0000\u0000\u0011\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PreferredWRType_C;\u0000\u0000\u0001\u0000\u0010\u0000#\u0000#\u0000\u0018\u0000+\u0000\u0000\u0000\u0000\u0011\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PreferredWRType_L;\u0000\u0000\u0001\u0000\u0003\u0000$\u0000$\u0000\u0018\u00001\u0000\u0000\u0000\u0000\u0017\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfWidthType_PSS_PSS4;\u0000\u0000\u0001\u0000\u0003\u0000%\u0000%\u0000\u0018\u0000-\u0000\u0000\u0000\u0000\u0013\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfWidthType_PSIM;\u0000\u0000\u0001\u0000\u0002\u0000&\u0000&\u0000\u0018\u0000-\u0000\u0000\u0000\u0000\u0013\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfWidthType_PSIL;\u0000\u0000\u0001\u0000\u0005\u0000'\u0000'\u0000\u0018\u0000.\u0000\u0000\u0000\u0000\u0014\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfWidthType_PSI2T;\u0000\u0000\u0001\u0000\u0001\u0000(\u0000(\u0000\u0018\u00001\u0000\u0000\u0000\u0000\u0017\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000RUVerticalSpaceType_PSS;\u0000\u0000\u0001\u0000\f\u0000)\u0000)\u0000\u0018\u00002\u0000\u0000\u0000\u0000\u0018\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000RUVerticalSpaceType_PSIM;\u0000\u0000\u0001\u0000\u0006\u0000*\u0000*\u0000\u0018\u00002\u0000\u0000\u0000\u0000\u0018\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000RUVerticalSpaceType_PSIL;\u0000\u0000\u0001\u0000\f\u0000+\u0000+\u0000\u0018\u00003\u0000\u0000\u0000\u0000\u0019\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000RUVerticalSpaceType_PSI2T;\u0000\u0000\u0001\u0000\u0006\u0000,\u0000,\u0000\u0018\u0000!\u0000\u0000\u0000\u0000\u0007\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PDUType;\u0000\u0000\u0001\u0000\u0005\u0000-\u0000-\u0000\u0018\u0000+\u0000\u0000\u0000\u0000\u0011\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000SupportedBandType;\u0000\u0000\u0001\u0000\u0003\u0000.\u0000.\u0000\u0018\u0000.\u0000\u0000\u0000\u0000\u0014\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ChannelCapacityTypes;\u0000\u0000\u0001\u0000\b\u0000/\u0000/\u0000\u0018\u0000*\u0000\u0000\u0000\u0000\u0010\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000BandSplitterType;\u0000\u0000\u0001\u0000\u0004\u00000\u00000\u0000\u0018\u0000&\u0000\u0000\u0000\u0000\f\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000WTOCMTypes_C;\u0000\u0000\u0001\u0000\u0004\u00001\u00001\u0000\u0018\u0000&\u0000\u0000\u0000\u0000\f\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000WTOCMTypes_L;\u0000\u0000\u0001\u0000\u0002\u00002\u00002\u0000\u0018\u0000$\u0000\u0000\u0000\u0000\n\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000FiberTypes;\u0000\u0000\u0001\u0000\u000e\u00003\u00003\u0000\u0018\u0000\"\u0000\u0000\u0000\u0000\b\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000OTDRType;\u0000\u0000\u0001\u0000\u0004\u00004\u00004\u0000\u0018\u0000!\u0000\u0000\u0000\u0000\u0007\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000OMDType;\u0000\u0000\u0001\u0000\u0003\u00005\u00005\u0000\u0018\u0000)\u0000\u0000\u0000\u0000\u000f\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ApplicationType;\u0000\u0000\u0001\u0000\u001a\u00006\u00006\u0000\u0018\u0000-\u0000\u0000\u0000\u0000\u0013\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PACK_PLACEMENT_TYPE;\u0000\u0000\u0001\u0000\u0003\u00007\u00007\u0000\u0018\u0000+\u0000\u0000\u0000\u0000\u0011\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfType_ANSSIQS;\u0000\u0000\u0001\u0000\u0003\u00008\u00008\u0000\u0018\u0000)\u0000\u0000\u0000\u0000\u000f\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfType_OTPNE;\u0000\u0000\u0001\u0000\u0003\u00009\u00009\u0000\u0018\u0000/\u0000\u0000\u0000\u0000\u0015\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfType_OADM_CLIENT;\u0000\u0000\u0001\u0000\u0002\u0000:\u0000:\u0000\u0018\u0000,\u0000\u0000\u0000\u0000\u0012\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfType_OADM_EXT;\u0000\u0000\u0001\u0000\u0007\u0000;\u0000;\u0000\u0018\u0000#\u0000\u0000\u0000\u0000\t\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000MXNType_C;\u0000\u0000\u0001\u0000\u0001\u0000<\u0000<\u0000\u0018\u0000#\u0000\u0000\u0000\u0000\t\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ASCType_C;\u0000\u0000\u0001\u0000\u0002\u0000=\u0000=\u0000\u0018\u0000%\u0000\u0000\u0000\u0000\u000b\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Policy_TYPE;\u0000\u0000\u0001\u0000\u0004\u0000>\u0000>\u0000\u0018\u0000+\u0000\u0000\u0000\u0000\u0011\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfType_OTPNEME;\u0000\u0000\u0001\u0000\u0006\u0000?\u0000?\u0000\u0018\u00002\u0000\u0000\u0000\u0000\u0018\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000ShelfType_ExtGen_OTPNEME;\u0000\u0000\u0001\u0000\u0004\u0000@\u0000@\u0000\u0018\u0000%\u0000\u0000\u0000\u0000\u000b\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000Hetero_TYPE;\u0000\u0000\u0001\u0000\u0005\u0000A\u0000A\u0000\u0018\u00002\u0000\u0000\u0000\u0000\u0018\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000SplitterType_IROADM_TYPE;\u0000\u0000\u0001\u0000\u0002\u0000B\u0000B\u0000\u0018\u00002\u0000\u0000\u0000\u0000\u0018\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000SplitterType_CDCF_C_TYPE;\u0000\u0000\u0001\u0000\u0004\u0000C\u0000C\u0000\u0018\u00002\u0000\u0000\u0000\u0000\u0018\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000SplitterType_CDCF_L_TYPE;\u0000\u0000\u0001\u0000\u0001\u0000D\u0000D\u0000\u0018\u0000)\u0000\u0000\u0000\u0000\u000f\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000MCSChannelLimit;\u0000\u0000\u0001\u0000\u0003\u0000E\u0000E\u0000\u0018\u00003\u0000\u0000\u0000\u0000\u0019\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000MESH_FIBERING_SCHEME_ENUM;\u0000\u0000\u0001\u0000\u0004\u0000F\u0000F\u0000\u0018\u00001\u0000\u0000\u0000\u0000\u0017\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000MESH_FIBERING_TYPE_ENUM;\u0000\u0000\u0001\u0000\u0003\u0000G\u0000G\u0000\u0018\u0000,\u0000\u0000\u0000\u0000\u0012\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PSS24X_MATRIX_SIZE;\u0000\u0000\u0001\u0000\u0002\u0000H\u0000H\u0000\u0018\u0000/\u0000\u0000\u0000\u0000\u0015\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000PSS24X_MOUNTING_SETUP;\u0000\u0000\u0001\u0000\u0002\u0000I\u0000I\u0000�\u0000  �\n\u0000\u0000�\u0001\u0000\u0000\n\u0000\u0000YesNo_TYPE\u000f\u0000\u0000PowerFilterType\u0016\u0000\u0000PSS16IIPowerFilterType\u0013\u0000\u0000PSS8PowerFilterType\u0013\u0000\u0000PSIMPowerFilterType\u0014\u0000\u0000PSI8LPowerFilterType\u0014\u0000\u0000PSI4LPowerFilterType\u0013\u0000\u0000PSS4PowerFilterType\u000f\u0000\u0000DGE_C_BAND_TYPE\u000f\u0000\u0000DGE_L_BAND_TYPE\u0014\u0000\u0000OTAseSegregationMode\u0010\u0000\u0000RegenModeOptions\u0018\u0000\u0000UseLowLatencyDCMsOptions\u0017\u0000\u0000SitePassThruNodeOptions\b\u0000\u0000OADMType\u000e\u0000\u0000ShelfType_OADM\r\u0000\u0000ShelfType_ILA\u000e\u0000\u0000ShelfType_PSIL\t\u0000\u0000AARType_C\t\u0000\u0000AARType_L\t\u0000\u0000MCSType_C\t\u0000\u0000MCSType_L\f\u0000\u0000ADBLOCK_TYPE\u0015\u0000\u0000ShelfDepth_TYPE_PSS32\u0014\u0000\u0000ShelfInstallationKit\u0017\u0000\u0000FAN_CAPACITY_PSS32_TYPE \u0000\u0000CARD_11STAR1_11STAR1A_REGEN_TYPE\u0011\u0000\u0000OperatingModeType\r\u0000\u0000RackFill_TYPE)\u0000\u0000SpecialMuxPreferredLinePortXFPOptionsType'\u0000\u0000SpecialMuxLinePortAttenuatorOptionsType\r\u0000\u0000LineIsolation\u001b\u0000\u0000PSS16II_ILAFANCAPACITY_TYPE\u000f\u0000\u0000ENCRYPT_EC_TYPE\u0013\u0000\u0000PSIACPowerCordsType\u0011\u0000\u0000PreferredWRType_C\u0011\u0000\u0000PreferredWRType_L\u0017\u0000\u0000ShelfWidthType_PSS_PSS4\u0013\u0000\u0000ShelfWidthType_PSIM\u0013\u0000\u0000ShelfWidthType_PSIL\u0014\u0000\u0000ShelfWidthType_PSI2T\u0017\u0000\u0000RUVerticalSpaceType_PSS\u0018\u0000\u0000RUVerticalSpaceType_PSIM\u0018\u0000\u0000RUVerticalSpaceType_PSIL\u0019\u0000\u0000RUVerticalSpaceType_PSI2T\u0007\u0000\u0000PDUType\u0011\u0000\u0000SupportedBandType\u0014\u0000\u0000ChannelCapacityTypes\u0010\u0000\u0000BandSplitterType\f\u0000\u0000WTOCMTypes_C\f\u0000\u0000WTOCMTypes_L\n\u0000\u0000FiberTypes\b\u0000\u0000OTDRType\u0007\u0000\u0000OMDType\u000f\u0000\u0000ApplicationType\u0013\u0000\u0000PACK_PLACEMENT_TYPE\u0011\u0000\u0000ShelfType_ANSSIQS\u000f\u0000\u0000ShelfType_OTPNE\u0015\u0000\u0000ShelfType_OADM_CLIENT\u0012\u0000\u0000ShelfType_OADM_EXT\t\u0000\u0000MXNType_C\t\u0000\u0000ASCType_C\u000b\u0000\u0000Policy_TYPE\u0011\u0000\u0000ShelfType_OTPNEME\u0018\u0000\u0000ShelfType_ExtGen_OTPNEME\u000b\u0000\u0000Hetero_TYPE\u0018\u0000\u0000SplitterType_IROADM_TYPE\u0018\u0000\u0000SplitterType_CDCF_C_TYPE\u0018\u0000\u0000SplitterType_CDCF_L_TYPE\u000f\u0000\u0000MCSChannelLimit\u0019\u0000\u0000MESH_FIBERING_SCHEME_ENUM\u0017\u0000\u0000MESH_FIBERING_TYPE_ENUM\u0012\u0000\u0000PSS24X_MATRIX_SIZE\u0015\u0000\u0000PSS24X_MOUNTING_SETUP\u0003\u0000\u0000Yes.\u0000\u0000Internal Breaker (supports Wavelength Tracker)\u0002\u0000\u0000DC\u0007\u0000\u0000-48V DC\u0006\u0000\u000030A DC\u0005\u0000\u0000TOADM\u001b\u0000\u0000ROADM WR20TFML single blade\u001c\u0000\u0000Compatibility - Allow Mixing\u000f\u0000\u0000Unrestricted 3R\n\u0000\u0000On all OAs\u0003\u0000\u0000ILA\u0010\u0000\u0000PSI-4L Universal\u0006\u0000\u0000AAR-8A\b\u0000\u0000AAR2X8AL\u0007\u0000\u0000MCS8-16\b\u0000\u0000MCS1615L\u0011\u0000\u0000AnyColor (one NE)\u0007\u0000\u000012 Inch\u000e\u0000\u0000Standard Depth\u0003\u0000\u0000Low\b\u0000\u000011STAR1A\u000b\u0000\u0000Single Mode\u0010\u0000\u0000Fill from bottom\u0012\u0000\u0000Tunable Zero Chirp\u0014\u0000\u0000Electronic, variable\u0004\u0000\u0000None\u000b\u0000\u0000Unencrypted\b\u0000\u0000US, 2.3m\u0007\u0000\u0000WR8-88A\b\u0000\u0000WR20TFML\u000b\u0000\u0000EIA 19 Inch\u0014\u0000\u0000EIA 19 Inch (4 post)\u0005\u0000\u000040 RU\u0001\u0000\u0000C\u000f\u0000\u0000Unrestricted-2F\u0003\u0000\u0000N/A\u0005\u0000\u0000WTOCM\b\u0000\u0000WTOCM-FL\u0007\u0000\u0000Default\u0002\u0000\u0000No\u0004\u0000\u0000none\u0015\u0000\u0000Customer Default File\u000f\u0000\u0000Network Default\u000f\u0000\u0000PSS-8 Universal\u0010\u0000\u0000PSS-32 Universal\u0012\u0000\u0000PSS-16II Universal\u0006\u0000\u0000MXN824\u0004\u0000\u0000ASC2\u0006\u0000\u0000PSC1_6\u0002\u0000\u000016\b\u0000\u0000Standard\b\u0000\u0000MSH4-FSB\u0005\u0000\u0000SC24T\b\u0000\u0000Vertical6\u0000\u0000External Breaker (does not support Wavelength Tracker)\u0005\u0000\u0000DC_wT\b\u0000\u0000AC(120V)\u0007\u0000\u0000920W AC\u0007\u0000\u0000+24V DC\r\u0000\u0000ROADM WR8-88A\u0015\u0000\u0000Segregate if possible\b\u0000\u0000Favor 3R\u0013\u0000\u0000On modular OAs only\u0007\u0000\u0000ILA/DGE\u0005\u0000\u0000ROADM\u0010\u0000\u0000PSI-8L Universal\u0007\u0000\u0000AAR2X8A\u0004\u0000\u0000AARL\u0007\u0000\u0000MCS1615\b\u0000\u0000MCS8-16L\u0014\u0000\u0000ROADM/TOADM(two NEs)\u0007\u0000\u000013 Inch\u000b\u0000\u0000Extra Depth\u0004\u0000\u0000High\u0007\u0000\u000011STAR1\t\u0000\u0000Dual Mode\r\u0000\u0000Fill from top\u0007\u0000\u0000Tunable\u0005\u0000\u0000Fixed\u001d\u0000\u0000Even/Odd on Separate Shelves \t\u0000\u0000Encrypted\n\u0000\u0000Europe, 3m\b\u0000\u0000WR8-88AF\u0007\u0000\u0000IRDM32L\f\u0000\u0000ANSI 23 Inch\u0000\u0000\u0000\u0005\u0000\u000041 RU\t\u0000\u0000PDU1/PDU2\u0001\u0000\u0000L\"\u0000\u000050GHz Channel Spacing (DWDM-50GHz)\u0006\u0000\u0000WTOCMA\u0004\u0000\u0000SSMF\u0004\u0000\u0000OTDR\u0011\u0000\u0000OMDCL with 1-line\u0016\u0000\u0000ANSSI QS Configuration\u000e\u0000\u0000System Default\u0004\u0000\u0000ASC4\t\u0000\u0000CDCAD_MCS\u0010\u0000\u0000PSS-16 Universal\u000e\u0000\u0000WR20TFM/IRDM32\u0010\u0000\u0000Amplified PSC1_6\u0002\u0000\u000015\u0016\u0000\u0000Standard, mesh swapped\b\u0000\u0000MSH8-FSM\u0005\u0000\u0000SC48T\n\u0000\u0000Horizontal\t\u0000\u0000AC(L110V)\b\u0000\u0000AC(110V)\b\u0000\u0000AC(240V)\b\u0000\u00001748W AC\u0002\u0000\u0000AC\u000e\u0000\u0000ROADM WR8-88AF\t\u0000\u0000Forbid 3R\u0004\u0000\u0000EILA\u0006\u0000\u0000DFOADM\u0011\u0000\u0000PSS-12X Universal\u0013\u0000\u0000ROADM/TOADM(one NE)\u000f\u0000\u0000Fixed Frequency\u0018\u0000\u0000All on Separate Shelves \t\u0000\u0000China, 3m\u0006\u0000\u0000WR2-88\f\u0000\u0000ETSI (300mm)\f\u0000\u0000ETSI (600mm)\u0005\u0000\u000042 RU\u000b\u0000\u0000PDU1B/PDU2B\u0003\u0000\u0000C+L$\u0000\u0000100GHz Channel Spacing (DWDM-100GHz)\u0003\u0000\u0000SFC\u0007\u0000\u0000WTOCM-F\u0005\u0000\u0000ELEAF\u0006\u0000\u0000OTDRWB\u0012\u0000\u0000OMDCL with 2-lines\u0015\u0000\u0000Core HiPerf C-F GMPLS%\u0000\u0000Common Optics Packs in PSS-16 (ROADM)\u000f\u0000\u0000CDCAD_MLFSB_ADX\u0012\u0000\u0000IR20/IRDM20/IRDM32\u0005\u0000\u0000SFD48\u0001\u0000\u00008\u0019\u0000\u0000Cost reduced, 5 AD blocks\u0005\u0000\u0000MLFSB\t\u0000\u0000AC(H110V)\b\u0000\u0000AC(220V)\f\u0000\u0000ROADM WR2-88\b\u0000\u0000ILA/EILA\u0012\u0000\u0000ROADM/C-F(two NEs)\u0015\u0000\u0000All in Separate Racks\n\u0000\u0000UK/Ireland\u0007\u0000\u0000WR20-TF\u0005\u0000\u000043 RU\u000b\u0000\u0000PDU1C/PDU2C \u0000\u0000FLEX Channel Spacing (DWDM-FLEX)\u0010\u0000\u0000Red/Blue Y Cable\u0005\u0000\u0000TW-RS\u0005\u0000\u0000OTDRM\u000f\u0000\u0000Core HiPerf C-F\t\u0000\u0000CDCAD_MXN\u0010\u0000\u0000PSS-8X Universal\r\u0000\u0000WR20TF/IRDM32\u0005\u0000\u0000SFD64\u001a\u0000\u0000Cost reduced, 13 AD blocks\r\u0000\u0000ROADM WR20-TF\u0004\u0000\u0000OADM\u0017\u0000\u0000ROADM/IROADM9R(two NEs)%\u0000\u0000Line Transponders in Separate Shelves\f\u0000\u0000Australia/NZ\b\u0000\u0000WR20-TFM\u0015\u0000\u0000ANSI 23 Inch (4 post)\u0005\u0000\u000044 RU\u0005\u0000\u0000PDU2D\u001e\u0000\u00008 Channels two-fiber (CWDM-2F)\u0003\u0000\u0000TWC\"\u0000\u0000Core HiPerf CBandOnly IRDM32 GMPLS\u0007\u0000\u0000WR8/IR9\u001b\u0000\u0000ROADM WR20-TFM single blade\u0003\u0000\u0000DGE\u0011\u0000\u0000PSS-24X Universal\u000f\u0000\u0000PSS-4 Universal\u0012\u0000\u0000ROADM/IR9(two NEs)\u0007\u0000\u0000IROADMV\u0005\u0000\u000045 RU!\u0000\u00008 Channels single-fiber (CWDM-1F)\u0003\u0000\u0000TW+\u001c\u0000\u0000Core HiPerf CBandOnly IRDM32\u000e\u0000\u0000ROADM WR20-TFM\u0002\u0000\u0000GT\u0012\u0000\u0000ROADM/IR4(two NEs)\u0007\u0000\u0000IROADMF\t\u0000\u000076 Inches\u0016\u0000\u0000Single Channel (SCHAN)\u0003\u0000\u0000DSF\u001b\u0000\u0000Core HiPerf CDC-F 2.0 GMPLS\b\u0000\u0000IROADM9R\b\u0000\u0000IROADM9M\t\u0000\u000077 Inches\u0010\u0000\u0000CWDM_Unspecified\u0002\u0000\u0000LS\u0015\u0000\u0000Core HiPerf CDC-F 2.0\u0003\u0000\u0000IR9\t\u0000\u000078 Inches\u0007\u0000\u00001621SLE\u001f\u0000\u0000Core HiPerf CDC-F C+L 2.0 GMPLS\t\u0000\u000079 Inches\b\u0000\u0000MetroCor\u0019\u0000\u0000Core HiPerf CDC-F C+L 2.0\u0003\u0000\u0000IR4\t\u0000\u000080 Inches\u000b\u0000\u00001830LX-SSMF\u001b\u0000\u0000Core HiPerf CDC-F C+L GMPLS\u0006\u0000\u0000IRDM20\u0007\u0000\u00002100 mm\u000b\u0000\u00001830LX-G654\u0015\u0000\u0000Core HiPerf CDC-F C+L\u0004\u0000\u0000IR20\t\u0000\u0000G652B-ULL'\u0000\u0000Core HiPerf CDC-F C-L 2.0 GMPLS for OTN\u0006\u0000\u0000IRDM32\t\u0000\u0000G654E-ULL\u001f\u0000\u0000Core HiPerf CDC-F C-L 2.0 GMPLS\u0017\u0000\u0000Core HiPerf CDC-F GMPLS\u000f\u0000\u0000IROADMV/IROADMF!\u0000\u0000Core HiPerf CDC-F LBandOnly GMPLS\u001b\u0000\u0000Core HiPerf CDC-F LBandOnly\u0011\u0000\u0000Core HiPerf CDC-F\u0011\u0000\u0000Core HiPerf GMPLS#\u0000\u0000Core HiPerf LBandOnly iRDM32L GMPLS\u001d\u0000\u0000Core HiPerf LBandOnly iRDM32L\u000b\u0000\u0000Core HiPerf\u0019\u0000\u0000Metro HiPerf iROADM GMPLS\u0013\u0000\u0000Metro HiPerf iROADM\u001c\u0000\u0000Regional HiPerf iROADM GMPLS\u0016\u0000\u0000Regional HiPerf iROADM\u000b\u0000\u0000Application\u0012\u0000\u0000Design Description\u0004\u0000\u0000Name\u000b\u0000\u0000Description\u000e\u0000\u0000Floor and Room\u001d\u0000\u0000Max Number of aisles per room\u001c\u0000\u0000Max number of bays per aisle\u001a\u0000\u0000Extended Temperature Range\t\u0000\u0000Clustered\u0013\u0000\u0000ANSSI-QS Configured\b\u0000\u0000Latitude\t\u0000\u0000Longitude\u001b\u0000\u0000Lock Latitude and Longitude\n\u0000\u0000Geo Coding\u0007\u0000\u0000Address\u0005\u0000\u0000Site1\r\u0000\u0000Floor1, Room1\u0005\u0000\u0000Site2\u0005\u0000\u0000Site3\u0004\u0000\u0000Site\u0017\u0000\u0000PSS32 Power Filter Type\u0010\u0000\u0000Power Feed Limit\u001b\u0000\u0000PSS-32 Power Filters/Breaks\u0014\u0000\u0000PSS-16 Power Filters\u0016\u0000\u0000PSS-16II Power Filters\u0013\u0000\u0000PSS-8 Power Filters\u0016\u0000\u0000PSS-8 AC Voltage Floor\u0013\u0000\u0000PSS-4 Power Filters\u0013\u0000\u0000PSI-M Power Filters\u0014\u0000\u0000PSI-8L Power Filters\u0014\u0000\u0000PSI-4L Power Filters\"\u0000\u0000PSI AC Power Cord Connector Styles\u0003\u0000\u000050A\u0003\u0000\u000020A\t\u0000\u0000OADM Type\u0019\u0000\u0000Max DWDM Degrees per Node3\u0000\u0000Equip all external lines with High Capacity Filters\u000f\u0000\u0000DGE Type C-Band\u000f\u0000\u0000DGE Type L-Band\u0012\u0000\u0000OT ASE Segregation\u001c\u0000\u0000Allow ILAs with WTOCMx cards\n\u0000\u0000Regen Mode%\u0000\u0000Use Low/Loss Latency DCMs (SSMF/LEAF)(\u0000\u0000Cost Optimized Pass Through Node Options*\u0000\u0000High Performance Pass Through Node Options\b\u0000\u0000ILA,OADM\u0014\u0000\u0000OADM Main Shelf Type!\u0000\u0000OADM Extension General Shelf Type,\u0000\u0000OADM Extension Client/Line/Paired Shelf Type\u0013\u0000\u0000ILA Main Shelf Type \u0000\u0000ILA Extension General Shelf Type\u001b\u0000\u0000OT NE PSI-L Main Shelf Type(\u0000\u0000OT NE PSI-L Extension General Shelf Type3\u0000\u0000OT NE PSI-L Extension Client/Line/Paired Shelf Type\u001f\u0000\u0000OT Placement NE Main Shelf Type\u0018\u0000\u0000ANSSI QS Main Shelf Type\u0017\u0000\u0000Force End Terminal node\u0018\u0000\u0000Allow heterogeneous node\u0006\u0000\u0000C-Band\u0006\u0000\u0000L-Band!\u0000\u0000PSC Section Type per Optical Line3\u0000\u0000Max PSC1-6 splitter/combiner pairs per Optical Line3\u0000\u0000Min PSC1-6 splitter/combiner pairs per Optical Line5\u0000\u0000Max PSC1-6 splitter/combiner pairs per Add/Drop Block5\u0000\u0000Min PSC1-6 splitter/combiner pairs per Add/Drop Block\u001e\u0000\u0000Max AnyDir A/D blocks per Node \u0000\u0000AnyDirection Add/Drop Block type+\u0000\u0000Max CWR in AnyColor(one NE) Add/Drop Blocks\u001e\u0000\u0000Allow Local Add/Drop on ROADMs0\u0000\u0000Equipped Any Direction Add/Drop Blocks per ROADM\u000f\u0000\u0000Equip all MESH4;\u0000\u0000Equip all AnyDir Add/Drop Blocks with High Capacity Filters5\u0000\u0000Equipped CWR8-88 per AnyColor (one NE) Add/Drop Block$\u0000\u0000WTOCMx on AnyColor (one NE) Xmt Only!\u0000\u0000Preferred ROADM Wavelength Router\u0014\u0000\u0000MESH fibering scheme\u0012\u0000\u0000MESH fibering type\u001f\u0000\u0000Max A/D blocks connected to MSH\u001d\u0000\u0000Policy for A/D Block creation\u000e\u0000\u0000CDCAD MCS TYPE\u000e\u0000\u0000CDCAD MXN TYPE&\u0000\u0000MD MLFSB A/D Blocks per group of lines\u001c\u0000\u00001D MLFSB A/D Blocks per line\u001a\u0000\u0000Allow Line Group Isolation\u0007\u0000\u0000GROUP 1\u0007\u0000\u0000GROUP 2\u0007\u0000\u0000GROUP 3\u0007\u0000\u0000GROUP 4\u0014\u0000\u0000Extra MSH Block type'\u0000\u0000Allow creation of extra blocks 1D MLFSB#\u0000\u0000Min MCS A/D blocks per Optical Node\b\u0000\u0000AAR Type\u0011\u0000\u0000MCS Channel Limit\u001a\u0000\u0000AAR Card per MCS A/D block\b\u0000\u0000MCS Type\u001b\u0000\u0000MCS Cards per MCS A/D block\u001f\u0000\u0000MCS A/D block creation Sequence(\u0000\u0000Min MxN Add/Drop Blocks per Optical Node\b\u0000\u0000MxN Type\b\u0000\u0000ASC Type\u0014\u0000\u0000Minimum ASC Sections#\u0000\u0000MD Add/Drop Blocks per Optical Node\u0014\u0000\u0000Splitter/Filter Type#\u0000\u0000Splitter sections per MLFSB section#\u0000\u00001D Add/Drop Blocks per Optical lineY\u0000\u00001, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\u0012\u0000\u0000Fiber Storage Tray\u001e\u0000\u0000Mix PSI and PSIL in same racks\u0013\u0000\u0000Attenuation Drawers\u001e\u0000\u0000Flex Shelves in non-ETSI Racks\u001f\u0000\u0000Shelf Cover for each ETSI Shelf*\u0000\u0000Extended Shelf Cover Default (PSS-32/16/4)\u0011\u0000\u0000PS<\u0000z\t\u0000S32 Shelf Depth\u001c\u0000\u0000PSS32 Shelf Installation Kit\u0005\u0000\u0000Racks\u0016\u0000\u0000Allow PSS-8 User Panel\u0013\u0000\u0000PSS-32 Fan Capacity\u0016\u0000\u000011STAR1/11STAR1A Regen\u0016\u0000\u0000260SCX2 Operating Mode\u0015\u0000\u00001UD200 Operating ModeT\u0000\u0000Allowed PSC1-6 shelf to be auto-designed shared by multiple optical lines in a ROADM\u0017\u0000\u0000Pack Placement in Shelf\u0017\u0000\u0000Shelf Placement in rack\u001c\u0000\u0000Preferred Line Side DWDM XFP#\u0000\u0000Preferred Line Side DWDM Attenuator\u0012\u0000\u0000Shelf Power Margin\u0013\u0000\u0000Shelf Voltage Floor\u000e\u0000\u0000Line Isolation\u001d\u0000\u0000Apply Line Isolation on WTOCM<\u0000\u0000Line Transponders in separate shelves per MCS Add/Drop Block'\u0000\u0000MCS Add/Drop Blocks in separate shelves6\u0000\u0000Line Transponders in separate shelves per optical line\u001e\u0000\u0000OTDR cards in separate shelves\u0013\u0000\u0000PSS-16II AC Variant\u0019\u0000\u0000PSS-16II ILA Fan Capacity\f\u0000\u0000Encrypted EC\u0012\u0000\u0000PSS24X Matrix Size\u0012\u0000\u000048T Mounting Setup\u0001\u0000\u00000\u0014\u0000\u0000Shelf Width PSS,PSS4\u0011\u0000\u0000Shelf Width PSI-M\u0011\u0000\u0000Shelf Width PSI-L\u0012\u0000\u0000Shelf Width PSI-2T!\u0000\u0000PSS NE Rack Usable Vertical Space#\u0000\u0000PSI-M NE Rack Usable Vertical Space#\u0000\u0000PSI-L NE Rack Usable Vertical Space$\u0000\u0000PSI-2T NE Rack Usable Vertical Space2\u0000\u0000Duplex Controllers on nodes with PSS-32 main shelf2\u0000\u0000Duplex Controllers on nodes with PSS-16 main shelf4\u0000\u0000Duplex Controllers on nodes with PSS-16II main shelf1\u0000\u0000Duplex Controllers on nodes with PSS-8 main shelf2\u0000\u0000Duplex Controllers on nodes with PSI-8L main shelf2\u0000\u0000Duplex Controllers on nodes with PSI-4L main shelf!\u0000\u0000Duplex Controllers on PSI-M shelf\u0014\u0000\u0000PSS-16 PF Protection\u0016\u0000\u0000PSS-16II PF Protection\u0013\u0000\u0000PSS-8 PF Protection\u0013\u0000\u0000PSS-4 PF Protection\"\u0000\u0000PDU Type to Include with each Rack6\u0000\u0000Number of Site PDU input Bridge/Jumper Kits to include/\u0000\u0000Include a Slider Kit with PDU  (PDU/PDU1B only)*\u0000\u0000Include a Breaker Toggle with each Breaker\u0013\u0000\u0000Segment Definitions\u0007\u0000\u0000Project\u0010\u0000\u0000Fiber Properties\u000f\u0000\u0000Feature Details\u0006\u0000\u0000A-Site\u0006\u0000\u0000B-Site\f\u0000\u0000Segment Band\b\u0000\u0000Capacity\f\u0000\u0000Single Fiber\r\u0000\u0000Band SplitterN\u0000\u0000Optical Supervisory Channel (OSC) supported on this segment when carrying DWDM9\u0000\u0000Long Haul WaveTracker Decoder (WTOCM Type) Usage (C-Band)9\u0000\u0000Long Haul WaveTracker Decoder (WTOCM Type) Usage (L-Band)\u0015\u0000\u0000Control Plane Support\u0003\u0000\u0000DCM\u000e\u0000\u0000A-End to B-End\u000e\u0000\u0000B-End to A-End\u0005\u0000\u0000A-End\u0005\u0000\u0000B-End\t\u0000\u0000OSP Fiber\u0004\u0000\u0000Type\u000b\u0000\u0000Length (km)\t\u0000\u0000Loss (dB)\b\u0000\u0000PMD (ps)\u0014\u0000\u0000Disp @1546nm (ps/nm)\u0019\u0000\u0000Dispersion Slope (ps/nm2)\u0010\u0000\u0000Loss Margin (dB)\u0019\u0000\u0000A-End Connector Loss (dB)\u0019\u0000\u0000B-End Connector Loss (dB)\u001b\u0000\u0000Asymmetric Fiber Properties\u001b\u0000\u0000OTDR with Line Amplifier Tx\u001b\u0000\u0000OTDR with Line Amplifier Rx\b\u0000\u0000Mon OTDR\t\u0000\u0000OTDR Type\b\u0000\u0000OMD Type\u000b\u0000\u0000Site1-Site2\u000b\u0000\u0000Site2-Site3\u000b\u0000\u0000Site3-Site1�\u0000\u0002\u0002\b\u0000}\u001e\u0000\u0000\f\u0000\u0000\u0000%\u001f\u0000\u0000�\u0000\u0000\u0000�\u001f\u0000\u0000S\u0001\u0000\u0000< \u0000\u0000�\u0001\u0000\u0000\u001a!\u0000\u0000�\u0002\u0000\u0000�!\u0000\u0000]\u0003\u0000\u0000�\"\u0000\u0000\u0015\u0004\u0000\u0000\u0001#\u0000\u0000�\u0004\u0000\u0000�#\u0000\u0000\u001d\u0005\u0000\u0000P$\u0000\u0000�\u0005\u0000\u0000�$\u0000\u0000c\u0006\u0000\u0000]%\u0000\u0000�\u0006\u0000\u0000�%\u0000\u0000O\u0007\u0000\u00004&\u0000\u0000�\u0007\u0000\u0000�&\u0000\u0000\u001f\b\u0000\u0000\n'\u0000\u0000�\b\u0000\u0000Q'\u0000\u0000�\b\u0000\u0000�'\u0000\u0000s\t\u0000\u0000E(\u0000\u0000�\t\u0000\u0000�(\u0000\u0000:\n\u0000\u0000\u0013)\u0000\u0000�\n\u0000\u0000{)\u0000\u0000\n\u000b\u0000\u0000�)\u0000\u0000�\u000b\u0000\u0000Z*\u0000\u0000�\u000b\u0000\u0000�*\u0000\u0000W\f\u0000\u00002+\u0000\u0000�\f\u0000\u0000�+\u0000\u0000^\r\u0000\u0000=,\u0000\u0000�\r\u0000\u0000�,\u0000\u0000@\u000e\u0000\u00008-\u0000\u0000�\u000e\u0000\u0000�-\u0000\u0000_\u000f\u0000\u0000l.\u0000\u0000�\u000f\u0000\u0000�.\u0000\u0000x\u0010\u0000\u0000h/\u0000\u0000�\u0010\u0000\u0000�/\u0000\u0000m\u0011\u0000\u0000[0\u0000\u0000�\u0011\u0000\u0000�0\u0000\u0000b\u0012\u0000\u0000�1\u0000\u00001\u0013\u0000\u0000o2\u0000\u0000�\u0013\u0000\u0000\u00103\u0000\u0000�\u0014\u0000\u0000�3\u0000\u0000*\u0015\u0000\u0000\u00154\u0000\u0000�\u0015\u0000\u0000�4\u0000\u0000]\u0016\u0000\u0000�5\u0000\u0000\u0010\u0017\u0000\u0000d6\u0000\u0000�\u0017\u0000\u0000�7\u0000\u0000 \u0019\u0000\u0000�8\u0000\u0000\u0012\u001a\u0000\u0000�9\u0000\u0000Z\u001b\u0000\u0000�:\u0000\u0000�\u001c\u0000\u0000�;\u0000\u0000.\u001d\u0000\u0000W<\u0000\u0000�\u001d\u0000\u0000,=\u0000\u0000�\u001e\u0000\u0000c>\u0000\u0000�\u001f\u0000\u00001?\u0000\u0000� \u0000\u0000D@\u0000\u0000�!\u0000\u0000jA\u0000\u0000�\"\u0000\u0000�A\u0000\u0000�#\u0000\u0000gC\u0000\u0000�$\u0000\u0000vD\u0000\u0000\u0005&\u0000\u0000\\E\u0000\u0000�&\u0000\u0000gF\u0000\u0000�'\u0000\u0000�F\u0000\u0000Y(\u0000\u0000mG\u0000\u0000�(\u0000\u0000\u0005H\u0000\u0000�)\u0000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u0000\u0000\u0000\u0000i�\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000\u0012\u0000\u0002\u0000\u0001\u0000c\u0000\u0002\u0000\u0001\u0000�\u0000\u0002\u0000\u0001\u0000\u0013\u0000\u0002\u0000)�U\u0000\u0002\u0000\b\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u0000\u0000J\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000J\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0006\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0007\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\b\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\t\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\n\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000b\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\f\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\r\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000e\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u000f\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0010\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0011\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0012\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0013\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0014\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0015\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0016\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0017\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0018\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0019\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u001a\u0000\u0000\u0000J\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0001\u0000\u0015\u0000\u0001\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0002\u0000\u0015\u0000\u0002\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0003\u0000\u0015\u0000\u0003\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0004\u0000\u0015\u0000\u0004\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0005\u0000\u0015\u0000\u0005\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0006\u0000\u0015\u0000\u0006\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0007\u0000\u0015\u0000\u0007\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\b\u0000\u0015\u0000\b\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\t\u0000\u0015\u0000\t\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\n\u0000\u0015\u0000\n\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000b\u0000\u0015\u0000\u000b\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\f\u0000\u0015\u0000\f\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\r\u0000\u0015\u0000\r\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000e\u0000\u0015\u0000\u000e\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000f\u0000\u0015\u0000\u000f\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0010\u0000\u0015\u0000\u0010\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0011\u0000\u0015\u0000\u0011\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0012\u0000\u0015\u0000\u0012\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0013\u0000\u0015\u0000\u0013\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0014\u0000\u0015\u0000\u0014\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0015\u0000\u0015\u0000\u0015\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0016\u0000\u0015\u0000\u0016\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0017\u0000\u0015\u0000\u0017\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0018\u0000\u0015\u0000\u0018\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0019\u0000\u0015\u0000\u0019\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001a\u0000\u0015\u0000\u001a\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001b\u0000\u0015\u0000\u001b\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001c\u0000\u0015\u0000\u001c\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001d\u0000\u0015\u0000\u001d\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001e\u0000\u0015\u0000\u001e\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001f\u0000\u0015\u0000\u001f\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000 \u0000\u0015\u0000 \u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000!\u0000\u0015\u0000!\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000\"\u0000\u0015\u0000\"\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000#\u0000\u0015\u0000#\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000$\u0000\u0015\u0000$\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000%\u0000\u0015\u0000%\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000&\u0000\u0015\u0000&\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000'\u0000\u0015\u0000'\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000(\u0000\u0015\u0000(\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000)\u0000\u0015\u0000)\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000*\u0000\u0015\u0000*\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000+\u0000\u0015\u0000+\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000,\u0000\u0015\u0000,\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000-\u0000\u0015\u0000-\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000.\u0000\u0015\u0000.\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000/\u0000\u0015\u0000/\u0000\u0000\u0000�\u0000\n\u0000\u0000\u00000\u0000\u0015\u00000\u0000\u0000\u0000�\u0000\n\u0000\u0000\u00001\u0000\u0015\u00001\u0000\u0000\u0000�\u0000\n\u0000\u0000\u00002\u0000\u0015\u00002\u0000\u0000\u0000�\u0000\n\u0000\u0000\u00003\u0000\u0015\u00003\u0000\u0000\u0000�\u0000\n\u0000\u0000\u00004\u0000\u0015\u00004\u0000\u0000\u0000�\u0000\n\u0000\u0000\u00005\u0000\u0015\u00005\u0000\u0000\u0000�\u0000\n\u0000\u0000\u00006\u0000\u0015\u00006\u0000\u0000\u0000�\u0000\n\u0000\u0000\u00007\u0000\u0015\u00007\u0000\u0000\u0000�\u0000\n\u0000\u0000\u00008\u0000\u0015\u00008\u0000\u0000\u0000�\u0000\n\u0000\u0000\u00009\u0000\u0015\u00009\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000:\u0000\u0015\u0000:\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000;\u0000\u0015\u0000;\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000<\u0000\u0015\u0000<\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000=\u0000\u0015\u0000=\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000>\u0000\u0015\u0000>\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000?\u0000\u0015\u0000?\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000@\u0000\u0015\u0000@\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000A\u0000\u0015\u0000A\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000B\u0000\u0015\u0000B\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000C\u0000\u0015\u0000C\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000D\u0000\u0015\u0000D\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000E\u0000\u0015\u0000E\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000F\u0000\u0015\u0000F\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000G\u0000\u0015\u0000G\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000H\u0000\u0015\u0000H\u0000\u0000\u0000�\u0000\n\u0000\u0000\u0000I\u0000\u0015\u0000I\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000\u000f\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0001\u0000\u000f\u0000K\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0002\u0000\u000f\u0000L\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0003\u0000\u000f\u0000L\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0004\u0000\u000f\u0000M\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0005\u0000\u000f\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0006\u0000\u000f\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0007\u0000\u000f\u0000M\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\b\u0000\u000f\u0000O\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\t\u0000\u000f\u0000P\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\n\u0000\u000f\u0000Q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000b\u0000\u000f\u0000R\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\f\u0000\u000f\u0000S\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\r\u0000\u000f\u0000T\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000e\u0000\u000f\u0000O\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000f\u0000\u000f\u0000U\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0010\u0000\u000f\u0000U\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0011\u0000\u000f\u0000U\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0012\u0000\u000f\u0000V\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0013\u0000\u000f\u0000W\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0014\u0000\u000f\u0000X\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0015\u0000\u000f\u0000Y\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0016\u0000\u000f\u0000Z\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0017\u0000\u000f\u0000[\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0018\u0000\u000f\u0000\\\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0019\u0000\u000f\u0000]\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001a\u0000\u000f\u0000^\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001b\u0000\u000f\u0000_\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001c\u0000\u000f\u0000`\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001d\u0000\u000f\u0000a\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001e\u0000\u000f\u0000b\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001f\u0000\u000f\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000 \u0000\u000f\u0000]\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000!\u0000\u000f\u0000d\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\"\u0000\u000f\u0000e\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000#\u0000\u000f\u0000f\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000$\u0000\u000f\u0000g\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000%\u0000\u000f\u0000h\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000&\u0000\u000f\u0000h\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000'\u0000\u000f\u0000h\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000(\u0000\u000f\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000)\u0000\u000f\u0000j\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000*\u0000\u000f\u0000j\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000+\u0000\u000f\u0000j\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000,\u0000\u000f\u0000j\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000-\u0000\u000f\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000.\u0000\u000f\u0000k\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000/\u0000\u000f\u0000l\u0000\u0000\u0000�\u0000\n\u0000\u0001\u00000\u0000\u000f\u0000m\u0000\u0000\u0000�\u0000\n\u0000\u0001\u00001\u0000\u000f\u0000n\u0000\u0000\u0000�\u0000\n\u0000\u0001\u00002\u0000\u000f\u0000o\u0000\u0000\u0000�\u0000\n\u0000\u0001\u00003\u0000\u000f\u0000p\u0000\u0000\u0000�\u0000\n\u0000\u0001\u00004\u0000\u000f\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u00005\u0000\u000f\u0000r\u0000\u0000\u0000�\u0000\n\u0000\u0001\u00006\u0000\u000f\u0000s\u0000\u0000\u0000�\u0000\n\u0000\u0001\u00007\u0000\u000f\u0000t\u0000\u0000\u0000�\u0000\n\u0000\u0001\u00008\u0000\u000f\u0000u\u0000\u0000\u0000�\u0000\n\u0000\u0001\u00009\u0000\u000f\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000:\u0000\u000f\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000;\u0000\u000f\u0000U\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000<\u0000\u000f\u0000x\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000=\u0000\u000f\u0000y\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000>\u0000\u000f\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000?\u0000\u000f\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000@\u0000\u000f\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000A\u0000\u000f\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000B\u0000\u000f\u0000z\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000C\u0000\u000f\u0000z\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000D\u0000\u000f\u0000z\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000E\u0000\u000f\u0000{\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000F\u0000\u000f\u0000|\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000G\u0000\u000f\u0000}\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000H\u0000\u000f\u0000~\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000I\u0000\u000f\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0000\u0000\u000f\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\t\u0000\u000f\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000&\u0000\u000f\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u00000\u0000\u000f\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0002\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u00002\u0000\u000f\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u00006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u00008\u0000\u000f\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0002\u00009\u0000\u000f\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000:\u0000\u000f\u0000u\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000?\u0000\u000f\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000$\u0000\u000f\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00008\u0000\u000f\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0003\u00009\u0000\u000f\u0000u\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000?\u0000\u000f\u0000u\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000@\u0000\u000f\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0010\u0000\u000f\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000'\u0000\u000f\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00001\u0000\u000f\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000;\u0000\u000f\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000@\u0000\u000f\u0000u\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000f\u0000\u000f\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0010\u0000\u000f\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000;\u0000\u000f\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u00006\u0000\u000f\u0000\u0000\u0001\u0000\u0000�\u0000\n\u0000\u0006\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0006\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\b\u0000\u000f\u0000\u0001\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\r\u0000\u000f\u0000\u0002\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u000f\u0000\u000f\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0010\u0000\u000f\u0000u\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0016\u0000\u000f\u0000\u0003\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000#\u0000\u000f\u0000\u0004\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000)\u0000\u000f\u0000\u0005\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000+\u0000\u000f\u0000\u0005\u0001\u0000\u0000�\u0000\n\u0000\u0007\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000/\u0000\u000f\u0000\u0006\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u00003\u0000\u000f\u0000\u0007\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u00006\u0000\u000f\u0000\b\u0001\u0000\u0000�\u0000\n\u0000\u0007\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000;\u0000\u000f\u0000u\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0007\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\b\u0000\u000f\u0000\t\u0001\u0000\u0000�\u0000\n\u0000\b\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000#\u0000\u000f\u0000\n\u0001\u0000\u0000�\u0000\n\u0000\b\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000)\u0000\u000f\u0000\u000b\u0001\u0000\u0000�\u0000\n\u0000\b\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000+\u0000\u000f\u0000\u000b\u0001\u0000\u0000�\u0000\n\u0000\b\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000/\u0000\u000f\u0000\f\u0001\u0000\u0000�\u0000\n\u0000\b\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u00003\u0000\u000f\u0000\r\u0001\u0000\u0000�\u0000\n\u0000\b\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u00006\u0000\u000f\u0000\u000e\u0001\u0000\u0000�\u0000\n\u0000\b\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\b\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\b\u0000\u000f\u0000\u000f\u0001\u0000\u0000�\u0000\n\u0000\t\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u000f\u0000\u000f\u0000u\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000#\u0000\u000f\u0000\t\u0001\u0000\u0000�\u0000\n\u0000\t\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000)\u0000\u000f\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\t\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000+\u0000\u000f\u0000\u0010\u0001\u0000\u0000�\u0000\n\u0000\t\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u00003\u0000\u000f\u0000\u0011\u0001\u0000\u0000�\u0000\n\u0000\t\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u00006\u0000\u000f\u0000\u0012\u0001\u0000\u0000�\u0000\n\u0000\t\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\t\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\b\u0000\u000f\u0000c\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000#\u0000\u000f\u0000\u000f\u0001\u0000\u0000�\u0000\n\u0000\n\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000)\u0000\u000f\u0000\u0013\u0001\u0000\u0000�\u0000\n\u0000\n\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000+\u0000\u000f\u0000\u0013\u0001\u0000\u0000�\u0000\n\u0000\n\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u00003\u0000\u000f\u0000\u0014\u0001\u0000\u0000�\u0000\n\u0000\n\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u00006\u0000\u000f\u0000\u0015\u0001\u0000\u0000�\u0000\n\u0000\n\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\n\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000#\u0000\u000f\u0000\u0016\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000)\u0000\u000f\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000+\u0000\u000f\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u000b\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00003\u0000\u000f\u0000\u0018\u0001\u0000\u0000�\u0000\n\u0000\u000b\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00006\u0000\u000f\u0000\u0019\u0001\u0000\u0000�\u0000\n\u0000\u000b\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000b\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000#\u0000\u000f\u0000\u001a\u0001\u0000\u0000�\u0000\n\u0000\f\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000)\u0000\u000f\u0000\u001b\u0001\u0000\u0000�\u0000\n\u0000\f\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000+\u0000\u000f\u0000\u001b\u0001\u0000\u0000�\u0000\n\u0000\f\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u00003\u0000\u000f\u0000\u001c\u0001\u0000\u0000�\u0000\n\u0000\f\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u00006\u0000\u000f\u0000\u001d\u0001\u0000\u0000�\u0000\n\u0000\f\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\f\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000#\u0000\u000f\u0000\u001e\u0001\u0000\u0000�\u0000\n\u0000\r\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u00003\u0000\u000f\u0000\u001f\u0001\u0000\u0000�\u0000\n\u0000\r\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u00006\u0000\u000f\u0000 \u0001\u0000\u0000�\u0000\n\u0000\r\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\r\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000#\u0000\u000f\u0000!\u0001\u0000\u0000�\u0000\n\u0000\u000e\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00003\u0000\u000f\u0000\"\u0001\u0000\u0000�\u0000\n\u0000\u000e\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00006\u0000\u000f\u0000#\u0001\u0000\u0000�\u0000\n\u0000\u000e\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000e\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000#\u0000\u000f\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00006\u0000\u000f\u0000$\u0001\u0000\u0000�\u0000\n\u0000\u000f\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u000f\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000#\u0000\u000f\u0000%\u0001\u0000\u0000�\u0000\n\u0000\u0010\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00006\u0000\u000f\u0000&\u0001\u0000\u0000�\u0000\n\u0000\u0010\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0010\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00006\u0000\u000f\u0000'\u0001\u0000\u0000�\u0000\n\u0000\u0011\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0011\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00006\u0000\u000f\u0000(\u0001\u0000\u0000�\u0000\n\u0000\u0012\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0012\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00006\u0000\u000f\u0000)\u0001\u0000\u0000�\u0000\n\u0000\u0013\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0013\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u00006\u0000\u000f\u0000*\u0001\u0000\u0000�\u0000\n\u0000\u0014\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0014\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u00006\u0000\u000f\u0000+\u0001\u0000\u0000�\u0000\n\u0000\u0015\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0015\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u00006\u0000\u000f\u0000,\u0001\u0000\u0000�\u0000\n\u0000\u0016\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0016\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u00006\u0000\u000f\u0000-\u0001\u0000\u0000�\u0000\n\u0000\u0017\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0017\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u00006\u0000\u000f\u0000.\u0001\u0000\u0000�\u0000\n\u0000\u0018\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0018\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u00006\u0000\u000f\u0000/\u0001\u0000\u0000�\u0000\n\u0000\u0019\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0019\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0006\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\t\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\n\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u000b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\r\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u000e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u000f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0010\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0011\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0012\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0013\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0014\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0015\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0016\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0017\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0018\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u0019\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u001a\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u001b\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u001c\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u001d\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u001e\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\u001f\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000 \u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000!\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000\"\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000#\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000$\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000%\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000&\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000'\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000(\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000)\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000*\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000+\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000,\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000-\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000.\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000/\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u00000\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u00001\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u00002\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u00003\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u00004\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u00005\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u00006\u0000\u000f\u00000\u0001\u0000\u0000�\u0000\n\u0000\u001a\u00007\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u00008\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u00009\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000:\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000;\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000<\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000=\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000>\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000?\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000@\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000A\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000B\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000C\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000D\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000E\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000F\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000G\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000H\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u001a\u0000I\u0000\u000f\u0000�\u0000\u0000\u0000�\u0000:\u0000`o\u0000\u0000\b\u0002\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004\f\u0004>\u0002\u0012\u0000�\u0003\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000N�\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0001\u0000\u0010'\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0002\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0002\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000\u0002\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\u001a\u00001\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0000\u0000\u0001\u0000\u001a\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000\u001a\u0000p\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0001\u0000\u001a\u0000s\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0000\u0000\u001c\u0000#\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0002\u0000\u0001\u0000\u001c\u0000�\u0000\n\u0000�\u0000\u0000\u0000(\u0000\u0018\u0000\u001c\u0000�\u0000�\u0000\u000f\u0000\u0002�T\u0001\u0000\u0000\u0010\u0000\b�\b\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0002\u0004\u0000\u0000\u000f\u0000\u0003�<\u0001\u0000\u0000\u000f\u0000\u0004�(\u0000\u0000\u0000\u0001\u0000\t�\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000\u0002\u0000\n�\b\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0005\u0000\u0000\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0001\u0004\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�~]�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000d\u0000\u0001\u0000d\u0000\u0004\u0000�\u0003\u000f\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0001\u0004\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000-\u0003\u0010\u0000\u0000\u0000\u0000\u0000<\u0000.\u0003\u0000Cell Type: Fixed Enum Value\nAllowed Values: Customer Default File,ANSSI QS Configuration,Core HiPerf C-F GMPLS,Core HiPerf C-F,Core HiPerf CBandOnly IRDM32 GMPLS,Core HiPerf CBandOnly IRDM32,Core HiPerf CDC-F 2.0 GMPLS,Core HiPerf CDC-F 2.0,Core HiPerf CDC-F C+L 2.0 GMPLS,Core HiPerf CDC-F C+L 2.0,Core HiPerf CDC-F C+L GMPLS,Core HiPerf CDC-F C+L,Core HiPerf CDC-F C-L 2.0 GMPLS for OTN,Core HiPerf CDC-F C-L 2.0 GMPLS,Core HiPerf CDC-F GMPLS,Core HiPerf CDC-F LBandOnly GMPLS,Core HiPerf CDC-F LBandOnly,Core HiPerf CDC-F,Core HiPerf GMPLS,Core HiPerf LBandOnly iRDM32L GMPLS,Core HiPerf LBandOnly iRDM32L,Core HiPerf,Metro HiPerf iROADM GMPLS,Metro HiPerf iROADM,Regional HiPerf iROADM GMPLS,Regional HiPerf iROADM\nDefault Value: Core HiPerf CDC-F 2.0\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000-\u0003\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0002\u0004\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�^,d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0001\u0000d\u0000\u0001\u0000d\u0000\u0005\u0000�\u0003\u000f\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0002\u0004\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: String\nAllowed Values: A valid profile name\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0001\u0004\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0004\u0005\u0000\u0000Nokia\u0000>\u0002\u0012\u0000�\u0005\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0002\u0000\u0002\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u0001\u0000\u0000\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#7\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b�\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�a\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0001\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000\u001f\u00002\u0001\u0000\u0000�\u0000\u0006\u0000\"\u0000\u0000\u0000\u0000\u0000�\u0000�\u0000\u000f\u0000\u0002��\u0000\u0000\u0000 \u0000\b�\b\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0001\b\u0000\u0000\u000f\u0000\u0003�\u0000\u0000\u0000\u000f\u0000\u0004�(\u0000\u0000\u0000\u0001\u0000\t�\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000\u0002\u0000\n�\b\u0000\u0000\u0000\u0000\b\u0000\u0000\u0005\u0000\u0000\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0001\b\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000ݪ\u0007��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000d\u0000\u0000\u0000d\u0000\u0004\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0001\b\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\b\u0005\u0000\u0000Nokia\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000\u0010'\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0007\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\b\u0000�\u0013)\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\t\u0000\t\u0000�\u0013*\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\f\u0000\f\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\r\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\r\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\r\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000\r\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\r\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000$\u00003\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0001\u0000$\u00004\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0002\u0000$\u00005\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0003\u0000$\u00006\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0004\u0000$\u00007\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0005\u0000$\u00008\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0006\u0000$\u00009\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0007\u0000$\u0000:\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\b\u0000$\u0000;\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\t\u0000$\u0000<\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\n\u0000$\u0000=\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000b\u0000$\u0000>\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\f\u0000$\u0000?\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000%\u0000@\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0001\u0000\u0001\u0000%\u0000�\u0000\n\u0000\u0001\u0000\u0002\u0000%\u0000A\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0001\u0000\u0003\u0000%\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014@\u0003\u0002\u000e\u0000\u0001\u0000\u0004\u0000%\u0000\u0000\u0000\u0000\u0000\u0000\u0000$@�\u0000\n\u0000\u0001\u0000\u0005\u0000%\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0006\u0000%\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0007\u0000%\u0000q\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0001\u0000\b\u0000%\u0000�)\u001d��S<@\u0003\u0002\u000e\u0000\u0001\u0000\t\u0000%\u0000\u0000\u0000\u0000\u0000\u0000�\u0012��\u0000\n\u0000\u0001\u0000\n\u0000%\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000b\u0000%\u0000q\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0001\u0000\f\u0000%\u0000�\u0000\n\u0000\u0002\u0000\u0000\u0000&\u0000B\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0002\u0000\u0001\u0000&\u0000�\u0000\n\u0000\u0002\u0000\u0002\u0000&\u0000A\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0002\u0000\u0003\u0000&\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014@\u0003\u0002\u000e\u0000\u0002\u0000\u0004\u0000&\u0000\u0000\u0000\u0000\u0000\u0000\u0000$@�\u0000\n\u0000\u0002\u0000\u0005\u0000&\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0006\u0000&\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0007\u0000&\u0000q\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0002\u0000\b\u0000&\u0000[Υ���C@\u0003\u0002\u000e\u0000\u0002\u0000\t\u0000&\u0000\u0012k�)\u0000\nL@�\u0000\n\u0000\u0002\u0000\n\u0000&\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000b\u0000&\u0000q\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0002\u0000\f\u0000&\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000%\u0000C\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0001\u0000%\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000%\u0000A\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\u0003\u0000%\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0014@\u0003\u0002\u000e\u0000\u0003\u0000\u0004\u0000%\u0000\u0000\u0000\u0000\u0000\u0000\u0000$@�\u0000\n\u0000\u0003\u0000\u0005\u0000%\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000%\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000%\u0000q\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\b\u0000%\u0000Ic����4@\u0003\u0002\u000e\u0000\u0003\u0000\t\u0000%\u0000Ic����A@�\u0000\n\u0000\u0003\u0000\n\u0000%\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000%\u0000q\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\f\u0000%\u0000�\u0000\f\u0000@\u0003\u0000\u0000<\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u000f\u0000\u0002�\u0016\u0007\u0000\u00000\u0000\b�\b\u0000\u0000\u0000\u000e\u0000\u0000\u0000\r\f\u0000\u0000\u000f\u0000\u0003��\u0006\u0000\u0000\u000f\u0000\u0004�(\u0000\u0000\u0000\u0001\u0000\t�\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000\u0002\u0000\n�\b\u0000\u0000\u0000\u0000\f\u0000\u0000\u0005\u0000\u0000\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0001\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000=oQ��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000d\u0000\u0000\u0000d\u0000\u0004\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0001\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000w\u0000\u0000Cell Type: String\nAllowed Values: Free text\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: Yes<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0002\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��j��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0001\u0000d\u0000\u0000\u0000d\u0000\u0005\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0002\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: String\nAllowed Values: Free text\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0003\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!f��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0002\u0000d\u0000\u0000\u0000d\u0000\u0006\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0003\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: Free Text\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0004\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u001f�+��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0003\u0000d\u0000\u0000\u0000d\u0000\u0007\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0004\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000r\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000s\u0000\u0000Cell Type: Integer\nAllowed Values: 1..50\nDefault Value: 5\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000r\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0005\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000���_�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0004\u0000d\u0000\u0000\u0000d\u0000\b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0005\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000s\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000t\u0000\u0000Cell Type: Integer\nAllowed Values: 5..25\nDefault Value: 10\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000s\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0006\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0005\u0000d\u0000\u0000\u0000d\u0000\t\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0006\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0007\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0006\u0000d\u0000\u0000\u0000d\u0000\n\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0007\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\b\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0007\u0000d\u0000\u0000\u0000d\u0000\u000b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\b\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\t\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u0006I���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\b\u0000d\u0000\u0000\u0000d\u0000\f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\t\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000t\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000u\u0000\u0000Cell Type: Number\nAllowed Values: -90..+90\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000t\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\n\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000B\u0013�\n�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\t\u0000d\u0000\u0000\u0000d\u0000\r\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\n\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000w\u0000\u0000Cell Type: Number\nAllowed Values: -180..+180\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000b\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\n\u0000d\u0000\u0000\u0000d\u0000\u000e\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000b\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\f\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000b\u0000d\u0000\u0000\u0000d\u0000\u000f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\f\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\r\f\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!f��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\f\u0000d\u0000\u0000\u0000d\u0000\u0010\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\r\f\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: Free Text\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\b\u0000\u0000\u0000\t\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\t\u0000\u0000\u0000\n\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f\f\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\f\u0000\u0000\u0000\r\f\u0005\u0000\u0000Nokia\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u000f\u0000\u0000\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000b\u0000\u000b\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000*�\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0000\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0001\u0000\u0001\u0000�0\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0002\u0000\u0002\u0000�\u0013/\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0006\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0007\u0000\u0007\u0000�\u0013/\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\b\u0000\f\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\r\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\r\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\r\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000\r\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\r\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000+\u0000D\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0001\u0000+\u0000E\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0002\u0000+\u0000F\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0003\u0000+\u0000G\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0004\u0000+\u0000H\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0005\u0000+\u0000I\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0006\u0000+\u0000J\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0007\u0000+\u0000K\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\b\u0000+\u0000L\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\t\u0000+\u0000M\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\n\u0000+\u0000N\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000b\u0000+\u0000O\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\f\u0000+\u0000P\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000,\u0000@\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0001\u0000,\u0000K\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0001\u0000\u0002\u0000,\u0000�\u0000\n\u0000\u0001\u0000\u0003\u0000,\u0000Q\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0004\u0000,\u0000R\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0005\u0000,\u0000L\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0006\u0000,\u0000L\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0001\u0000\u0007\u0000,\u0000�\u0000\n\u0000\u0001\u0000\b\u0000,\u0000M\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\t\u0000,\u0000M\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\n\u0000,\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000b\u0000,\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\f\u0000,\u0000e\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0000\u0000-\u0000B\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0001\u0000-\u0000K\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0002\u0000\u0002\u0000-\u0000�\u0000\n\u0000\u0002\u0000\u0003\u0000-\u0000Q\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0004\u0000-\u0000R\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0005\u0000-\u0000L\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0006\u0000-\u0000L\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0002\u0000\u0007\u0000-\u0000�\u0000\n\u0000\u0002\u0000\b\u0000-\u0000M\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\t\u0000-\u0000M\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\n\u0000-\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000b\u0000-\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\f\u0000-\u0000e\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000,\u0000C\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000,\u0000K\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0002\u0000,\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000,\u0000Q\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000,\u0000R\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000,\u0000L\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000,\u0000L\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0007\u0000,\u0000�\u0000\n\u0000\u0003\u0000\b\u0000,\u0000M\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000,\u0000M\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000,\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000,\u0000N\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000,\u0000e\u0000\u0000\u0000�\u0000\f\u0000\u0010\u0003\u0000\u0000<\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u000f\u0000\u0002�\u0016\u0007\u0000\u0000@\u0000\b�\b\u0000\u0000\u0000\u000e\u0000\u0000\u0000\r\u0010\u0000\u0000\u000f\u0000\u0003��\u0006\u0000\u0000\u000f\u0000\u0004�(\u0000\u0000\u0000\u0001\u0000\t�\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000\u0002\u0000\n�\b\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0005\u0000\u0000\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0001\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u001d'5��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000d\u0000\u0000\u0000d\u0000\u0004\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0001\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000w\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: Yes<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0002\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��Ά�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0001\u0000d\u0000\u0000\u0000d\u0000\u0005\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0002\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0001\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\t\u0001\u0000Cell Type: Fixed Enum Value\nAllowed Values: Internal Breaker (supports Wavelength Tracker),External Breaker (does not support Wavelength Tracker)\nDefault Value: Internal Breaker (supports Wavelength Tracker)\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\b\u0001\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0003\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000:Q^`�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0002\u0000d\u0000\u0000\u0000d\u0000\u0006\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0003\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Integer\nAllowed Values: 10..150\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0004\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000H�K\u0000�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0003\u0000d\u0000\u0000\u0000d\u0000\u0007\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0004\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 20A,30A,50A,60A,70A\nDefault Value: 50A\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0005\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�aj��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0004\u0000d\u0000\u0000\u0000d\u0000\b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0005\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 20A, 35A\nDefault Value: 20A\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0006\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��i��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0005\u0000d\u0000\u0000\u0000d\u0000\t\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0006\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: DC,DC_wT,AC(L110V),AC(H110V),AC(220V)\nDefault Value: DC\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0007\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0006\u0000d\u0000\u0000\u0000d\u0000\n\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0007\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: DC,DC_wT,AC(110V),AC(220V)\nDefault Value: DC\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\b\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000&��%�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0007\u0000d\u0000\u0000\u0000d\u0000\u000b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\b\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Integer\nAllowed Values: 90..264\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\t\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000P8�:�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\b\u0000d\u0000\u0000\u0000d\u0000\f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\t\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: -48V DC,+24V DC,AC\nDefault Value: -48V DC\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\n\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�45\u0015�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\t\u0000d\u0000\u0000\u0000d\u0000\r\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\n\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: -48V DC,AC(120V),AC(240V)\nDefault Value: -48V DC\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000b\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��̥�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\n\u0000d\u0000\u0000\u0000d\u0000\u000e\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000b\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: 30A DC,920W AC,1748W AC\nDefault Value: 30A DC\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\f\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��ؘ�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000b\u0000d\u0000\u0000\u0000d\u0000\u000f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\f\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: 30A DC,920W AC\nDefault Value: 30A DC\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\r\u0010\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�A�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\f\u0000d\u0000\u0000\u0000d\u0000\u0010\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\r\u0010\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: US, 2.3m,Europe, 3m,China, 3m,UK/Ireland,Australia/NZ\nDefault Value: US, 2.3m\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f\u0010\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\f\u0000\u0000\u0000\r\u0010\u0005\u0000\u0000Nokia\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�����\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000�\u0000\u0000\u0000\u0001\u0001\u0000\u0000\u0000����\u0018\u0000\u0000\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0007\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?##\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\f\u0000\f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0007\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?##\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\f\u0000\f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0005\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0007\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?##\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\f\u0000\f\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000U\u0004\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u000b\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\f\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\f\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\f\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000\f\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\f\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u00000\u0000D\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0001\u00000\u0000S\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0002\u00000\u0000T\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0003\u00000\u0000U\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0004\u00000\u0000V\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0005\u00000\u0000W\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0006\u00000\u0000X\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0007\u00000\u0000Y\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\b\u00000\u0000Z\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\t\u00000\u0000[\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\n\u00000\u0000\\\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000b\u00000\u0000]\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u00001\u0000@\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0001\u00001\u0000�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0001\u0000\u0002\u00001\u0000\u0000\u0000\u0000\u0000\u0000\u0000 @�\u0000\n\u0000\u0001\u0000\u0003\u00001\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0004\u00001\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0005\u00001\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0006\u00001\u0000Q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0007\u00001\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\b\u00001\u0000R\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\t\u00001\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\n\u00001\u0000^\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000b\u00001\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0000\u00002\u0000B\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0001\u00002\u0000�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0002\u0000\u0002\u00002\u0000\u0000\u0000\u0000\u0000\u0000\u0000 @�\u0000\n\u0000\u0002\u0000\u0003\u00002\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0004\u00002\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0005\u00002\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0006\u00002\u0000Q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0007\u00002\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\b\u00002\u0000R\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\t\u00002\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\n\u00002\u0000^\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000b\u00002\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u00001\u0000C\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u00001\u0000�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\u0002\u00001\u0000\u0000\u0000\u0000\u0000\u0000\u0000 @�\u0000\n\u0000\u0003\u0000\u0003\u00001\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u00001\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u00001\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u00001\u0000Q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u00001\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u00001\u0000R\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u00001\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u00001\u0000^\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u00001\u0000�\u0000\u0000\u0000�\u0000\f\u0000�\u0002\u0000\u0000<\u0000�\u0000�\u0000�\u0000�\u0000�\u0000\u000f\u0000\u0002�\u0006\u0000\u0000P\u0000\b�\b\u0000\u0000\u0000\r\u0000\u0000\u0000\f\u0014\u0000\u0000\u000f\u0000\u0003�x\u0006\u0000\u0000\u000f\u0000\u0004�(\u0000\u0000\u0000\u0001\u0000\t�\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000\u0002\u0000\n�\b\u0000\u0000\u0000\u0000\u0014\u0000\u0000\u0005\u0000\u0000\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0001\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u001d'5��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000d\u0000\u0000\u0000d\u0000\u0004\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0001\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000w\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: Yes<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0002\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��K�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0001\u0000d\u0000\u0000\u0000d\u0000\u0005\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0002\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: CFOADM,ECFOADM,TOADM,DFOADM,ROADM,Add/Drop C-F,Add/Drop IROADM,Add/Drop IR,Add/Drop IR4,WR8-88A_Colorless\nDefault Value: ROADM\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0003\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�{�k�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0002\u0000d\u0000\u0000\u0000d\u0000\u0006\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0003\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000r\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000s\u0000\u0000Cell Type: Integer\nAllowed Values: 1..16\nDefault Value: 8\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000r\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0004\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0003\u0000d\u0000\u0000\u0000d\u0000\u0007\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0004\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0005\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u00004��g�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0004\u0000d\u0000\u0000\u0000d\u0000\b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0005\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\n\u0001\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u000b\u0001\u0000Cell Type: Fixed Enum Value\nAllowed Values: TOADM,ROADM WR8-88A,ROADM WR8-88AF,ROADM WR2-88,ROADM WR20-TF,ROADM WR20-TFM single blade,ROADM WR20-TFM,IROADM9R,IR9,None\nDefault Value: ROADM WR20-TFM single blade\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\n\u0001\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0006\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000/Q\u0007��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0005\u0000d\u0000\u0000\u0000d\u0000\t\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0006\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: ROADM WR20TFML single blade,None\nDefault Value: None\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0007\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0006\u0000d\u0000\u0000\u0000d\u0000\n\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0007\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Compatibility - Allow Mixing,Segregate if possible\nDefault Value: Compatibility - Allow Mixing\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\b\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0007\u0000d\u0000\u0000\u0000d\u0000\u000b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\b\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\t\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��\u0014Å\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\b\u0000d\u0000\u0000\u0000d\u0000\f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\t\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Unrestricted 3R,Favor 3R,Forbid 3R\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\n\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�$�N�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\t\u0000d\u0000\u0000\u0000d\u0000\r\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\n\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: On all OAs,On modular OAs only\nDefault Value: On modular OAs only\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000b\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000C�2��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\n\u0000d\u0000\u0000\u0000d\u0000\u000e\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000b\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: ILA,OADM,DGE,GT\nDefault Value: ILA,OADM\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\f\u0014\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000y��N�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000b\u0000d\u0000\u0000\u0000d\u0000\u000f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\f\u0014\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: ILA,ILA/DGE,EILA,ILA/EILA,OADM,DGE,GT\nDefault Value: OADM\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0014\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0014\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0014\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0014\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0014\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0014\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0014\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0014\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0014\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0014\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0014\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f\u0014\u0005\u0000\u0000Nokia\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u001b\u0000\u0000\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u000e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u000e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u000f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\t\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u000b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\r\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u000e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000b\u0000\u000b\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001f!\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\n\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u000b\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u000b\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u000b\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000\u000b\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u000b\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u00005\u0000D\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0001\u00005\u0000_\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0002\u00005\u0000`\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0003\u00005\u0000a\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0004\u00005\u0000b\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0005\u00005\u0000c\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0006\u00005\u0000d\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0007\u00005\u0000e\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\b\u00005\u0000f\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\t\u00005\u0000g\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\n\u00005\u0000h\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u00006\u0000@\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0001\u00006\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0002\u00006\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0003\u00006\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0004\u00006\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0005\u00006\u0000w\u0000\u0000\u0000�\u0000\u0010\u0000\u0001\u0000\u0006\u00006\u00006\u00006\u00006\u00006\u0000\n\u0000�\u0000\n\u0000\u0002\u0000\u0000\u00007\u0000B\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0001\u00007\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0002\u00007\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0003\u00007\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0004\u00007\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0005\u00007\u0000w\u0000\u0000\u0000�\u0000\u0010\u0000\u0002\u0000\u0006\u00007\u00007\u00007\u00007\u00007\u0000\n\u0000�\u0000\n\u0000\u0003\u0000\u0000\u00006\u0000C\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u00006\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u00006\u0000v\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u00006\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u00006\u0000w\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u00006\u0000w\u0000\u0000\u0000�\u0000\u0010\u0000\u0003\u0000\u0006\u00006\u00006\u00006\u00006\u00006\u0000\n\u0000�\u0000\f\u0000\"\u0002\u0000\u0000<\u0000�\u0000h\u0000h\u0000�\u0000�\u0000\u000f\u0000\u0002�\n\u0006\u0000\u0000`\u0000\b�\b\u0000\u0000\u0000\f\u0000\u0000\u0000\u000b\u0018\u0000\u0000\u000f\u0000\u0003��\u0005\u0000\u0000\u000f\u0000\u0004�(\u0000\u0000\u0000\u0001\u0000\t�\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000\u0002\u0000\n�\b\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0005\u0000\u0000\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0001\u0018\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u001d'5��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000d\u0000\u0000\u0000d\u0000\u0004\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0001\u0018\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000w\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: Yes<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0002\u0018\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000 bD\u0012�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0001\u0000d\u0000\u0000\u0000d\u0000\u0005\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0002\u0018\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000=\u0001\u0010\u0000\u0000\u0000\u0000\u0000<\u0000>\u0001\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSI-2T,PSI-4L Universal,PSI-8L Universal,PSI-M,PSS-12X Universal,PSS-16 Universal,PSS-16II Universal,PSS-24X Universal,PSS-32 Universal,PSS-4 Universal,PSS-8 Universal,PSS-8X Universal\nDefault Value: PSS-32 Universal\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000=\u0001\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0003\u0018\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000 bD\u0012�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0002\u0000d\u0000\u0000\u0000d\u0000\u0006\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0003\u0018\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000=\u0001\u0010\u0000\u0000\u0000\u0000\u0000<\u0000>\u0001\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSI-2T,PSI-4L Universal,PSI-8L Universal,PSI-M,PSS-12X Universal,PSS-16 Universal,PSS-16II Universal,PSS-24X Universal,PSS-32 Universal,PSS-4 Universal,PSS-8 Universal,PSS-8X Universal\nDefault Value: PSS-32 Universal\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000=\u0001\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0004\u0018\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�i�:�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0003\u0000d\u0000\u0000\u0000d\u0000\u0007\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0004\u0018\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00008\u0001\u0010\u0000\u0000\u0000\u0000\u0000<\u00009\u0001\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSI-2T,PSI-4L Universal,PSI-8L Universal,PSI-M,PSS-12X Universal,PSS-16 Universal,PSS-16II Universal,PSS-24X Universal,PSS-32 Universal,PSS-4 Universal,PSS-8 Universal,PSS-8X Universal\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00008\u0001\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0005\u0018\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0004\u0000d\u0000\u0000\u0000d\u0000\b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0005\u0018\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000.\u0001\u0010\u0000\u0000\u0000\u0000\u0000<\u0000/\u0001\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSI-2T,PSI-4L Universal,PSI-8L Universal,PSI-M,PSS-12X Universal,PSS-16 Universal,PSS-16II Universal,PSS-24X Universal,PSS-32 Universal,PSS-4 Universal,PSS-8 Universal,PSS-8X Universal\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000.\u0001\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0006\u0018\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0005\u0000d\u0000\u0000\u0000d\u0000\t\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0006\u0018\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000.\u0001\u0010\u0000\u0000\u0000\u0000\u0000<\u0000/\u0001\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSI-2T,PSI-4L Universal,PSI-8L Universal,PSI-M,PSS-12X Universal,PSS-16 Universal,PSS-16II Universal,PSS-24X Universal,PSS-32 Universal,PSS-4 Universal,PSS-8 Universal,PSS-8X Universal\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000.\u0001\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0007\u0018\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u001e-\u000b�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0006\u0000d\u0000\u0000\u0000d\u0000\n\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0007\u0018\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSS-32 Universal,PSS-16II Universal,PSS-8 Universal,PSS-8X Universal,PSS-12X Universal,PSS-24X Universal\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\b\u0018\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�Vp\u000f�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0007\u0000d\u0000\u0000\u0000d\u0000\u000b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\b\u0018\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSS-32 Universal,PSS-16 Universal,PSS-16II Universal,PSS-8 Universal\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\t\u0018\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000̲^��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\b\u0000d\u0000\u0000\u0000d\u0000\f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\t\u0018\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSS-16II Universal,PSS-8 Universal\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\n\u0018\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�i�:�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\t\u0000d\u0000\u0000\u0000d\u0000\r\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\n\u0018\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00008\u0001\u0010\u0000\u0000\u0000\u0000\u0000<\u00009\u0001\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSI-2T,PSI-4L Universal,PSI-8L Universal,PSI-M,PSS-12X Universal,PSS-16 Universal,PSS-16II Universal,PSS-24X Universal,PSS-32 Universal,PSS-4 Universal,PSS-8 Universal,PSS-8X Universal\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00008\u0001\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000b\u0018\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�i�:�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\n\u0000d\u0000\u0000\u0000d\u0000\u000e\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000b\u0018\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00008\u0001\u0010\u0000\u0000\u0000\u0000\u0000<\u00009\u0001\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSI-2T,PSI-4L Universal,PSI-8L Universal,PSI-M,PSS-12X Universal,PSS-16 Universal,PSS-16II Universal,PSS-24X Universal,PSS-32 Universal,PSS-4 Universal,PSS-8 Universal,PSS-8X Universal\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00008\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0018\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u0018\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u0018\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004\u0018\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005\u0018\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006\u0018\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007\u0018\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b\u0018\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\b\u0000\u0000\u0000\t\u0018\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\t\u0000\u0000\u0000\n\u0018\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b\u0018\u0005\u0000\u0000Nokia\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����\u001e\u0000\u0000\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#<\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#A\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#:\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#9\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#<\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#A\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#:\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#9\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#<\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#A\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#:\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#9\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\n\u0000\n\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010L\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u000e\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u000f\u0000\u000f\u0000\u0010'\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0010\u0000*\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000+\u0000+\u0000\u0010'\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000,\u0000D\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000E\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000E\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000E\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000E\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000E\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000E\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000E\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000:\u0000D\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0001\u0000:\u0000i\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0002\u0000:\u0000j\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0003\u0000:\u0000k\u0001\u0000\u0000�\u0000<\u0000\u0000\u0000\u0004\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000\u001e\u0000�\u0000\n\u0000\u0000\u0000\u001f\u0000:\u0000l\u0001\u0000\u0000�\u00004\u0000\u0000\u0000 \u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u00006\u0000�\u0000\n\u0000\u0000\u00007\u0000:\u0000m\u0001\u0000\u0000�\u0000\n\u0000\u0000\u00008\u0000:\u0000n\u0001\u0000\u0000�\u0000\n\u0000\u0000\u00009\u0000:\u0000o\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000:\u0000:\u0000p\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000;\u0000:\u0000q\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000<\u0000:\u0000r\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000=\u0000:\u0000s\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000>\u0000:\u0000t\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000?\u0000:\u0000u\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000@\u0000:\u0000v\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000A\u0000:\u0000w\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000B\u0000:\u0000x\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000C\u0000:\u0000y\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000D\u0000:\u0000z\u0001\u0000\u0000�\u0000\f\u0000\u0001\u0000\u0000\u0000:\u0000:\u0000:\u0000\u0002\u0000�\u0000\n\u0000\u0001\u0000\u0003\u0000:\u0000{\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0004\u0000:\u0000|\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0005\u0000:\u0000}\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0006\u0000:\u0000~\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0007\u0000:\u0000\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0001\u0000\b\u0000:\u0000�\u0000\n\u0000\u0001\u0000\t\u0000:\u0000�\u0001\u0000\u0000�\u0000\u0012\u0000\u0001\u0000\n\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000\u000f\u0000�\u0000\n\u0000\u0001\u0000\u0010\u0000:\u0000�\u0001\u0000\u0000�\u0000\f\u0000\u0001\u0000\u0011\u0000:\u0000:\u0000:\u0000\u0013\u0000�\u0000\n\u0000\u0001\u0000\u0014\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0015\u0000:\u0000:\u0000\u0016\u0000�\u0000\n\u0000\u0001\u0000\u0017\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0018\u0000:\u0000:\u0000\u0019\u0000�\u0000\n\u0000\u0001\u0000\u001a\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001b\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001c\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001d\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001e\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001f\u0000:\u0000{\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000 \u0000:\u0000|\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000!\u0000:\u0000}\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\"\u0000:\u0000~\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000#\u0000:\u0000\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0001\u0000$\u0000:\u0000�\u0000\n\u0000\u0001\u0000%\u0000:\u0000�\u0001\u0000\u0000�\u0000\u0012\u0000\u0001\u0000&\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000+\u0000�\u0000\n\u0000\u0001\u0000,\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000-\u0000:\u0000:\u0000.\u0000�\u0000\n\u0000\u0001\u0000/\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u00000\u0000:\u0000:\u00001\u0000�\u0000\n\u0000\u0001\u00002\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u00003\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u00004\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u00005\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u00006\u0000:\u0000�\u0001\u0000\u0000�\u0000\"\u0000\u0001\u00007\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000D\u0000�\u0000\u0014\u0000\u0002\u0000\u0000\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000\u0006\u0000�\u0000\n\u0000\u0002\u0000\u0007\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\b\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\t\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\n\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000b\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\f\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\r\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000e\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000f\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0010\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0011\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0012\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0013\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0014\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0015\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0016\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0017\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0018\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0019\u0000:\u0000�\u0001\u0000\u0000�\u0000\u0018\u0000\u0002\u0000\u001a\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000\"\u0000�\u0000\n\u0000\u0002\u0000#\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000$\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000%\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000&\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000'\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000(\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000)\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000*\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000+\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000,\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000-\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000.\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000/\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u00000\u0000:\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u00001\u0000:\u0000�\u0001\u0000\u0000�\u0000,\u0000\u0002\u00002\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000:\u0000D\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000;\u0000@\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0001\u0000;\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000;\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000;\u0000!\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000;\u0000|\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000;\u0000}\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\u0006\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u00009@�\u0000\n\u0000\u0003\u0000\u0007\u0000;\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000;\u0000q\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\t\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0003\u0000\n\u0000;\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000;\u0000{\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\f\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0003\u0000\r\u0000;\u0000X\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\u000e\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0003\u0000\u000f\u0000;\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\u0010\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000;\u0000x\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000;\u0000y\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\u0013\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0003\u0000\u0014\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0015\u0000;\u0000z\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\u0016\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0003\u0000\u0017\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0018\u0000;\u0000z\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\u0019\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0003\u0000\u001a\u0000;\u0000q\u0000\u0000\u0000�\u0000\u000e\u0000\u0003\u0000\u001b\u0000;\u0000;\u0000;\u0000;\u0000\u001e\u0000�\u0000\n\u0000\u0003\u0000\u001f\u0000;\u0000c\u0000\u0000\u0000�\u0000\u001c\u0000\u0003\u0000 \u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000*\u0000�\u0000\n\u0000\u0003\u0000+\u0000;\u0000�\u0000\u0000\u0000�\u00008\u0000\u0003\u0000,\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000D\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000<\u0000B\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0001\u0000<\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000<\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0003\u0000<\u0000!\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000<\u0000|\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000<\u0000}\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0004\u0000\u0006\u0000<\u0000\u0000\u0000\u0000\u0000\u0000\u00009@�\u0000\n\u0000\u0004\u0000\u0007\u0000<\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000<\u0000q\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0004\u0000\t\u0000<\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0004\u0000\n\u0000<\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000b\u0000<\u0000{\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0004\u0000\f\u0000<\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0004\u0000\r\u0000<\u0000X\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0004\u0000\u000e\u0000<\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0004\u0000\u000f\u0000<\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0004\u0000\u0010\u0000<\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0011\u0000<\u0000x\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0012\u0000<\u0000y\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0004\u0000\u0013\u0000<\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0004\u0000\u0014\u0000<\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0015\u0000<\u0000z\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0004\u0000\u0016\u0000<\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0004\u0000\u0017\u0000<\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0018\u0000<\u0000z\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0004\u0000\u0019\u0000<\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0004\u0000\u001a\u0000<\u0000q\u0000\u0000\u0000�\u0000\u000e\u0000\u0004\u0000\u001b\u0000<\u0000<\u0000<\u0000<\u0000\u001e\u0000�\u0000\n\u0000\u0004\u0000\u001f\u0000<\u0000c\u0000\u0000\u0000�\u0000\u001c\u0000\u0004\u0000 \u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000*\u0000�\u0000\n\u0000\u0004\u0000+\u0000<\u0000�\u0000\u0000\u0000�\u00008\u0000\u0004\u0000,\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000<\u0000D\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000;\u0000C\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000\u0001\u0000;\u0000�\u0000\n\u0000\u0005\u0000\u0002\u0000;\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0003\u0000;\u0000!\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0004\u0000;\u0000|\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0005\u0000;\u0000}\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u0006\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u00009@�\u0000\n\u0000\u0005\u0000\u0007\u0000;\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\b\u0000;\u0000q\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\t\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0005\u0000\n\u0000;\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000b\u0000;\u0000{\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\f\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0005\u0000\r\u0000;\u0000X\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u000e\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0005\u0000\u000f\u0000;\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u0010\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0011\u0000;\u0000x\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0012\u0000;\u0000y\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u0013\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0005\u0000\u0014\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0015\u0000;\u0000z\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u0016\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?\u0003\u0002\u000e\u0000\u0005\u0000\u0017\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0018\u0000;\u0000z\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u0019\u0000;\u0000\u0000\u0000\u0000\u0000\u0000\u0000�?�\u0000\n\u0000\u0005\u0000\u001a\u0000;\u0000q\u0000\u0000\u0000�\u0000\u000e\u0000\u0005\u0000\u001b\u0000;\u0000;\u0000;\u0000;\u0000\u001e\u0000�\u0000\n\u0000\u0005\u0000\u001f\u0000;\u0000c\u0000\u0000\u0000�\u0000\u001c\u0000\u0005\u0000 \u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000*\u0000�\u0000\n\u0000\u0005\u0000+\u0000;\u0000�\u0000\u0000\u0000�\u00008\u0000\u0005\u0000,\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000;\u0000D\u0000�\u0000\u0010\u0000�\f\u0000\u0000d\u0000�\u00018\u0002@\u0002(\u0002(\u0002�\u0000�\u0000\u000f\u0000\u0002�f$\u0000\u0000p\u0000\b�\b\u0000\u0000\u0000F\u0000\u0000\u0000E\u001c\u0000\u0000\u000f\u0000\u0003�N$\u0000\u0000\u000f\u0000\u0004�(\u0000\u0000\u0000\u0001\u0000\t�\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000\u0002\u0000\n�\b\u0000\u0000\u0000\u0000\u001c\u0000\u0000\u0005\u0000\u0000\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0001\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u001d'5��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000d\u0000\u0000\u0000d\u0000\u0004\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0001\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000w\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: Yes<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0002\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0001\u0000d\u0000\u0000\u0000d\u0000\u0005\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0002\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0003\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000���\\�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0002\u0000d\u0000\u0000\u0000d\u0000\u0006\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0003\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: None,WR20TFM/IRDM32,IR20/IRDM20/IRDM32,WR20TF/IRDM32,WR8/IR9\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0004\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u0012\f˰�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u00007\u0000d\u0000\u0000\u0000d\u0000;\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0004\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSC1_6,Amplified PSC1_6\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0005\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000[r���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u00008\u0000d\u0000\u0000\u0000d\u0000<\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0005\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000}\u0000\u0000Cell Type: Integer\nAllowed Values: 0..20\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0006\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000[r���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u00009\u0000d\u0000\u0000\u0000d\u0000=\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0006\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000}\u0000\u0000Cell Type: Integer\nAllowed Values: 0..20\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0007\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�r���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000:\u0000d\u0000\u0000\u0000d\u0000>\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0007\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 0..9\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\b\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�r���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000;\u0000d\u0000\u0000\u0000d\u0000?\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\b\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 0..9\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\t\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000ȗ���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000<\u0000d\u0000\u0000\u0000d\u0000@\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\t\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 0..7\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\n\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000g��n�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000=\u0000d\u0000\u0000\u0000d\u0000A\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\n\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0001\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\f\u0001\u0000Cell Type: Fixed Enum Value\nAllowed Values: AnyColor (one NE),ROADM/TOADM(two NEs),ROADM/TOADM(one NE),ROADM/C-F(two NEs),ROADM/IROADM9R(two NEs),ROADM/IR9(two NEs),ROADM/IR4(two NEs)\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u000b\u0001\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000b\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000I\u0005�A�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000>\u0000d\u0000\u0000\u0000d\u0000B\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000b\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 0..8\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\f\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000?\u0000d\u0000\u0000\u0000d\u0000C\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\f\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\r\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000@\u0000d\u0000\u0000\u0000d\u0000D\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\r\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000e\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000A\u0000d\u0000\u0000\u0000d\u0000E\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000e\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000f\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000B\u0000d\u0000\u0000\u0000d\u0000F\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000f\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0010\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000C\u0000d\u0000\u0000\u0000d\u0000G\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0010\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0011\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000D\u0000d\u0000\u0000\u0000d\u0000H\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0011\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0012\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�yʿ�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0003\u0000d\u0000\u0001\u0000d\u0000\u0007\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0012\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: WR8-88A,WR8-88AF,WR2-88,WR20-TF,WR20-TFM,IROADMV,IROADMF,IROADM9M,IROADM9R,IR9,IR4,IRDM20,IR20,IRDM32,None,IROADMV/IROADMF\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0013\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�S�\u0015�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0004\u0000d\u0000\u0001\u0000d\u0000\b\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0013\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Standard,Standard, mesh swapped,Cost reduced, 5 AD blocks,Cost reduced, 13 AD blocks\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0014\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u000e�-5�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0005\u0000d\u0000\u0001\u0000d\u0000\t\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0014\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: MSH4-FSB,MSH8-FSM,MLFSB\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0015\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�K�7�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0006\u0000d\u0000\u0001\u0000d\u0000\n\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0015\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000}\u0000\u0000Cell Type: Integer\nAllowed Values: 0..29\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0016\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001a\u0000d\u0000\u0001\u0000d\u0000\u001e\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0016\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0017\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�T\u0004��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001b\u0000d\u0000\u0001\u0000d\u0000\u001f\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0017\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0018\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�T\u0004��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001c\u0000d\u0000\u0001\u0000d\u0000 \u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0018\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0019\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�T\u0004��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001d\u0000d\u0000\u0001\u0000d\u0000!\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0019\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001a\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�T\u0004��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001e\u0000d\u0000\u0001\u0000d\u0000\"\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001a\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001b\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u00004 d��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001f\u0000d\u0000\u0001\u0000d\u0000#\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001b\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: WR20TFML,IRDM32L,None\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001c\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�S�\u0015�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000 \u0000d\u0000\u0001\u0000d\u0000$\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001c\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Standard,Standard, mesh swapped,Cost reduced, 5 AD blocks,Cost reduced, 13 AD blocks\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001d\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u000e�-5�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000!\u0000d\u0000\u0001\u0000d\u0000%\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001d\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: MSH4-FSB,MSH8-FSM,MLFSB\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001e\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�K�7�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\"\u0000d\u0000\u0001\u0000d\u0000&\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001e\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000}\u0000\u0000Cell Type: Integer\nAllowed Values: 0..29\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001f\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u00002\u0000d\u0000\u0001\u0000d\u00006\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001f\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000 \u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�T\u0004��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u00003\u0000d\u0000\u0001\u0000d\u00007\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000 \u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000!\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�T\u0004��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u00004\u0000d\u0000\u0001\u0000d\u00008\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000!\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\"\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�T\u0004��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u00005\u0000d\u0000\u0001\u0000d\u00009\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\"\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000#\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�T\u0004��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u00006\u0000d\u0000\u0001\u0000d\u0000:\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000#\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000$\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000w�'��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0007\u0000d\u0000\u0002\u0000d\u0000\u000b\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000$\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: None,CDCAD_MCS,CDCAD_MLFSB_ADX,CDCAD_MXN\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000%\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\b\u0000d\u0000\u0002\u0000d\u0000\f\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000%\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000&\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�K�7�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\t\u0000d\u0000\u0002\u0000d\u0000\r\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000&\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000}\u0000\u0000Cell Type: Integer\nAllowed Values: 0..29\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000'\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000>��D�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\n\u0000d\u0000\u0002\u0000d\u0000\u000e\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000'\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: AAR-8A,AAR2X8A\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000(\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000@��ǅ\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000b\u0000d\u0000\u0002\u0000d\u0000\u000f\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000(\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: 16,15,8\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000)\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\"��T�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\f\u0000d\u0000\u0002\u0000d\u0000\u0010\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000)\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 1..2\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000*\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�,nQ�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\r\u0000d\u0000\u0002\u0000d\u0000\u0011\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000*\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: MCS8-16,MCS1615\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000+\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\"��T�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000e\u0000d\u0000\u0002\u0000d\u0000\u0012\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000+\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 1..2\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000,\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\bWy�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000f\u0000d\u0000\u0002\u0000d\u0000\u0013\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000,\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000-\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�K�7�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0010\u0000d\u0000\u0002\u0000d\u0000\u0014\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000-\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000}\u0000\u0000Cell Type: Integer\nAllowed Values: 0..29\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000.\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0011\u0000d\u0000\u0002\u0000d\u0000\u0015\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000.\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: MXN824\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000/\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u00007\u0004a؅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0012\u0000d\u0000\u0002\u0000d\u0000\u0016\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000/\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: ASC2,ASC4\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u00000\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000_(J��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0013\u0000d\u0000\u0002\u0000d\u0000\u0017\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u00000\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000}\u0000\u0000Cell Type: Integer\nAllowed Values: 0..24\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u00001\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�K�7�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0014\u0000d\u0000\u0002\u0000d\u0000\u0018\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u00001\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000}\u0000\u0000Cell Type: Integer\nAllowed Values: 0..29\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u00002\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\\fJC�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0015\u0000d\u0000\u0002\u0000d\u0000\u0019\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u00002\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSC1_6,ASC4,SFD48,SFD64\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u00003\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000G*\u000e҅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0016\u0000d\u0000\u0002\u0000d\u0000\u001a\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u00003\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 0..6\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u00004\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000ȗ���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0017\u0000d\u0000\u0002\u0000d\u0000\u001b\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u00004\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 0..7\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u00005\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\\fJC�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0018\u0000d\u0000\u0002\u0000d\u0000\u001c\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u00005\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSC1_6,ASC4,SFD48,SFD64\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u00006\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000G*\u000e҅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0019\u0000d\u0000\u0002\u0000d\u0000\u001d\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u00006\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 0..6\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u00007\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000w�'��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000#\u0000d\u0000\u0002\u0000d\u0000'\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u00007\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: None,CDCAD_MCS,CDCAD_MLFSB_ADX,CDCAD_MXN\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u00008\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�!�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000$\u0000d\u0000\u0002\u0000d\u0000(\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u00008\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u00009\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�K�7�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000%\u0000d\u0000\u0002\u0000d\u0000)\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u00009\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000}\u0000\u0000Cell Type: Integer\nAllowed Values: 0..29\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000:\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u0004���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000&\u0000d\u0000\u0002\u0000d\u0000*\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000:\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: AAR2X8AL,AARL\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000;\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000@��ǅ\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000'\u0000d\u0000\u0002\u0000d\u0000+\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000;\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: 16,15,8\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000<\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\"��T�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000(\u0000d\u0000\u0002\u0000d\u0000,\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000<\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 1..2\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000=\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000$�0\\�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000)\u0000d\u0000\u0002\u0000d\u0000-\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000=\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: MCS1615L,MCS8-16L\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000>\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\"��T�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000*\u0000d\u0000\u0002\u0000d\u0000.\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000>\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 1..2\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000?\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\bWy�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000+\u0000d\u0000\u0002\u0000d\u0000/\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000?\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Comma Separated Strings\nAllowed Values: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000@\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�K�7�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000,\u0000d\u0000\u0002\u0000d\u00000\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000@\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000}\u0000\u0000Cell Type: Integer\nAllowed Values: 0..29\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000|\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000A\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000ͪ<'�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000-\u0000d\u0000\u0002\u0000d\u00001\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000A\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSC1_6\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000B\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000EO5b�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000.\u0000d\u0000\u0002\u0000d\u00002\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000B\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 0..4\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000C\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000ȗ���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000/\u0000d\u0000\u0002\u0000d\u00003\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000C\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 0..7\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000D\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000ͪ<'�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u00000\u0000d\u0000\u0002\u0000d\u00004\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000D\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: PSC1_6\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000E\u001c\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000G*\u000e҅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u00001\u0000d\u0000\u0002\u0000d\u00005\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000E\u001c\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000<\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Integer\nAllowed Values: 0..6\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u00007\u0000\u0000\u0000\u0004\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u00008\u0000\u0000\u0000\u0005\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u00009\u0000\u0000\u0000\u0006\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000:\u0000\u0000\u0000\u0007\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000;\u0000\u0000\u0000\b\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000<\u0000\u0000\u0000\t\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000=\u0000\u0000\u0000\n\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000>\u0000\u0000\u0000\u000b\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000?\u0000\u0000\u0000\f\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000@\u0000\u0000\u0000\r\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000A\u0000\u0000\u0000\u000e\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000B\u0000\u0000\u0000\u000f\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000C\u0000\u0000\u0000\u0010\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000D\u0000\u0000\u0000\u0011\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0003\u0000\u0000\u0000\u0012\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0004\u0000\u0000\u0000\u0013\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0005\u0000\u0000\u0000\u0014\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0006\u0000\u0000\u0000\u0015\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u001a\u0000\u0000\u0000\u0016\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u001b\u0000\u0000\u0000\u0017\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u001c\u0000\u0000\u0000\u0018\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u001d\u0000\u0000\u0000\u0019\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u001e\u0000\u0000\u0000\u001a\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u001f\u0000\u0000\u0000\u001b\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000 \u0000\u0000\u0000\u001c\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000!\u0000\u0000\u0000\u001d\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\"\u0000\u0000\u0000\u001e\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u00002\u0000\u0000\u0000\u001f\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u00003\u0000\u0000\u0000 \u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u00004\u0000\u0000\u0000!\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u00005\u0000\u0000\u0000\"\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u00006\u0000\u0000\u0000#\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0007\u0000\u0000\u0000$\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\b\u0000\u0000\u0000%\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\t\u0000\u0000\u0000&\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\n\u0000\u0000\u0000'\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u000b\u0000\u0000\u0000(\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\f\u0000\u0000\u0000)\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\r\u0000\u0000\u0000*\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u000e\u0000\u0000\u0000+\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u000f\u0000\u0000\u0000,\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0010\u0000\u0000\u0000-\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0011\u0000\u0000\u0000.\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0012\u0000\u0000\u0000/\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0013\u0000\u0000\u00000\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0014\u0000\u0000\u00001\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0015\u0000\u0000\u00002\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0016\u0000\u0000\u00003\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0017\u0000\u0000\u00004\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0018\u0000\u0000\u00005\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0019\u0000\u0000\u00006\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000#\u0000\u0000\u00007\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000$\u0000\u0000\u00008\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000%\u0000\u0000\u00009\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000&\u0000\u0000\u0000:\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000'\u0000\u0000\u0000;\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000(\u0000\u0000\u0000<\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000)\u0000\u0000\u0000=\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000*\u0000\u0000\u0000>\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000+\u0000\u0000\u0000?\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000,\u0000\u0000\u0000@\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000-\u0000\u0000\u0000A\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000.\u0000\u0000\u0000B\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000/\u0000\u0000\u0000C\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u00000\u0000\u0000\u0000D\u001c\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u00001\u0000\u0000\u0000E\u001c\u0005\u0000\u0000Nokia\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0003\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000r\u0001.\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0002\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u0002\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0003\u0000\u001e\u0000\u0000\u0000\u0000\u0000\u001f\u00006\u0000\u0000\u0000\u0002\u00007\u00007\u0000\u0000\u0000\u0002\u00008\u00008\u0000\u0000\u0000\u0002\u00009\u00009\u0000\u0000\u0000\u0002\u0000:\u0000:\u0000\u0000\u0000\u0002\u0000;\u0000;\u0000\u0000\u0000\u0002\u0000<\u0000<\u0000\u0000\u0000\u0002\u0000=\u0000=\u0000\u0000\u0000\u0002\u0000>\u0000>\u0000\u0000\u0000\u0002\u0000?\u0000?\u0000\u0000\u0000\u0002\u0000@\u0000@\u0000\u0000\u0000\u0002\u0000A\u0000A\u0000\u0000\u0000\u0002\u0000B\u0000B\u0000\u0000\u0000\u0002\u0000C\u0000C\u0000\u0000\u0000\u0002\u0000D\u0000D\u0000\u0001\u0000\u0002\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0002\u0000\u0004\u0000\u0004\u0000\u0001\u0000\u0002\u0000\u0005\u0000\u0005\u0000\u0001\u0000\u0002\u0000\u0006\u0000\u0006\u0000\u0001\u0000\u0001\u0000\u0007\u0000\b\u0000\u0001\u0000\u0001\u0000\t\u0000\u000f\u0000\u0001\u0000\u0001\u0000\u0010\u0000\u0013\u0000\u0001\u0000\u0001\u0000\u0014\u0000\u0016\u0000\u0001\u0000\u0001\u0000\u0017\u0000\u0019\u0000\u0001\u0000\u0002\u0000\u001a\u0000\u001a\u0000\u0001\u0000\u0002\u0000\u001b\u0000\u001b\u0000\u0001\u0000\u0002\u0000\u001c\u0000\u001c\u0000\u0001\u0000\u0002\u0000\u001d\u0000\u001d\u0000\u0001\u0000\u0002\u0000\u001e\u0000\u001e\u0000\u0001\u0000\u0002\u0000\u001f\u0000\u001f\u0000\u0001\u0000\u0002\u0000 \u0000 \u0000\u0001\u0000\u0002\u0000!\u0000!\u0000\u0001\u0000\u0002\u0000\"\u0000\"\u0000\u0001\u0000\u0001\u0000#\u0000$\u0000\u0001\u0000\u0001\u0000%\u0000+\u0000\u0001\u0000\u0001\u0000,\u0000.\u0000\u0001\u0000\u0001\u0000/\u00001\u0000\u0001\u0000\u0002\u00002\u00002\u0000\u0001\u0000\u0002\u00003\u00003\u0000\u0001\u0000\u0002\u00004\u00004\u0000\u0001\u0000\u0002\u00005\u00005\u0000\u0001\u0000\u0002\u00006\u00006\u0000�\u0001\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����f\u0000\u0000\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#B\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#C\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u00007\u00007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0017\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000=\u0000=\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000?\u0000?\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000@\u0000@\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000A\u0000A\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000B\u0000B\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000C\u0000C\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000D\u0000D\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#$\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#G\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#H\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u001a\u0000\u001a\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#%\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u001f\u0000\u001f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#G\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000 \u0000 \u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#H\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000!\u0000!\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u00002\u00002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#?\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#F\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0015\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\r\u0000\r\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#=\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0011\u0000\u0011\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#>\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0012\u0000\u0012\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#D\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0015\u0000\u0015\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#D\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0018\u0000\u0018\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#?\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000#\u0000#\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000$\u0000$\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000&\u0000&\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#F\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000'\u0000'\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000)\u0000)\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#E\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000-\u0000-\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#E\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u00000\u00000\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#B\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#C\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u00007\u00007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0017\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000=\u0000=\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000?\u0000?\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000@\u0000@\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000A\u0000A\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000B\u0000B\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000C\u0000C\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000D\u0000D\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#$\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#G\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#H\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u001a\u0000\u001a\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#%\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u001f\u0000\u001f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#G\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000 \u0000 \u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#H\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000!\u0000!\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u00002\u00002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#?\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#F\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0015\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\r\u0000\r\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#=\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0011\u0000\u0011\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#>\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0012\u0000\u0012\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#D\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0015\u0000\u0015\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#D\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0018\u0000\u0018\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#?\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000#\u0000#\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000$\u0000$\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000&\u0000&\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#F\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000'\u0000'\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000)\u0000)\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#E\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000-\u0000-\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#E\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u00000\u00000\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#B\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#C\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u00007\u00007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0017\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000=\u0000=\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000?\u0000?\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000@\u0000@\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000A\u0000A\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000B\u0000B\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000C\u0000C\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000D\u0000D\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#$\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#G\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#H\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u001a\u0000\u001a\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#%\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u001f\u0000\u001f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#G\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000 \u0000 \u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#H\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000!\u0000!\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u00002\u00002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#?\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0013\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#F\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0015\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\r\u0000\r\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#=\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0011\u0000\u0011\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#>\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0012\u0000\u0012\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#D\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0015\u0000\u0015\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#D\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0018\u0000\u0018\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#?\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000#\u0000#\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000$\u0000$\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000&\u0000&\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#F\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000'\u0000'\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000)\u0000)\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#E\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000-\u0000-\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#E\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u00000\u00000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000��\u0001\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000 \u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000!\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000!\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000!\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000!\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000!\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000?\u0000D\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0001\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0002\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0003\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0004\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0005\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0006\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0007\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\b\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\t\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\n\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000b\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\f\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\r\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000e\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000f\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0010\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0011\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0012\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0013\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0014\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0015\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0016\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0017\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0018\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0019\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001a\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001b\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001c\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001d\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001e\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u001f\u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000 \u0000?\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000@\u0000@\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0001\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0002\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0003\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0004\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0005\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0006\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0007\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\b\u0000@\u0000\\\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\t\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\n\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000b\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\f\u0000@\u0000^\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\r\u0000@\u0000_\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000e\u0000@\u0000_\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000f\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0010\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0011\u0000@\u0000`\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0012\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0013\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0014\u0000@\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0001\u0000\u0015\u0000@\u0000\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u0001\u0000\u0016\u0000@\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0017\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0018\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0019\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001a\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001b\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001c\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001d\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001e\u0000@\u0000d\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u001f\u0000@\u0000@\u0000 \u0000�\u0000\n\u0000\u0002\u0000\u0000\u0000A\u0000B\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0001\u0000A\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0002\u0000A\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0003\u0000A\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0004\u0000A\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0005\u0000A\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0006\u0000A\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0007\u0000A\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\b\u0000A\u0000\\\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\t\u0000A\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\n\u0000A\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000b\u0000A\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\f\u0000A\u0000^\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\r\u0000A\u0000_\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000e\u0000A\u0000_\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000f\u0000A\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0010\u0000A\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0011\u0000A\u0000`\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0012\u0000A\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0013\u0000A\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0014\u0000A\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0002\u0000\u0015\u0000A\u0000\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u0002\u0000\u0016\u0000A\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0017\u0000A\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0018\u0000A\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0019\u0000A\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001a\u0000A\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001b\u0000A\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001c\u0000A\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001d\u0000A\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001e\u0000A\u0000d\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001f\u0000A\u0000A\u0000 \u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000@\u0000C\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000@\u0000\\\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000@\u0000^\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000@\u0000_\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000@\u0000_\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000@\u0000`\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0013\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0014\u0000@\u0000�\u0001\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\u0015\u0000@\u0000\u0000\u0000\u0000\u0000\u0000�C@�\u0000\n\u0000\u0003\u0000\u0016\u0000@\u0000c\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0017\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0018\u0000@\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0019\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001a\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001b\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001c\u0000@\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001d\u0000@\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001e\u0000@\u0000d\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u001f\u0000@\u0000@\u0000 \u0000�\u0000\f\u0000j\u0007\u0000\u0000<\u0000�\u0001�\u0001�\u0001�\u0000�\u0000\u000f\u0000\u0002��\u0011\u0000\u0000�\u0000\b�\b\u0000\u0000\u0000\"\u0000\u0000\u0000! \u0000\u0000\u000f\u0000\u0003�v\u0011\u0000\u0000\u000f\u0000\u0004�(\u0000\u0000\u0000\u0001\u0000\t�\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000\u0002\u0000\n�\b\u0000\u0000\u0000\u0000 \u0000\u0000\u0005\u0000\u0000\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0001 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u001d'5��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000d\u0000\u0000\u0000d\u0000\u0004\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0001 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000w\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: Yes<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0002 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0001\u0000d\u0000\u0000\u0000d\u0000\u0005\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0002 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0003 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0002\u0000d\u0000\u0000\u0000d\u0000\u0006\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0003 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0004 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0003\u0000d\u0000\u0000\u0000d\u0000\u0007\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0004 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0005 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0004\u0000d\u0000\u0000\u0000d\u0000\b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0005 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0006 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0005\u0000d\u0000\u0000\u0000d\u0000\t\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0006 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0007 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0006\u0000d\u0000\u0000\u0000d\u0000\n\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0007 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\b \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0004�s�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0007\u0000d\u0000\u0000\u0000d\u0000\u000b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\b \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: 12 Inch,13 Inch\nDefault Value: 13 Inch\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\t \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000aÕj�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\b\u0000d\u0000\u0000\u0000d\u0000\f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\t \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Standard Depth,Extra Depth\nDefault Value: Standard Depth\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\n \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\t\u0000d\u0000\u0000\u0000d\u0000\r\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\n \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000b \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\n\u0000d\u0000\u0000\u0000d\u0000\u000e\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000b \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\f \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000LD���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000b\u0000d\u0000\u0000\u0000d\u0000\u000f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\f \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Low,High\nDefault Value: High\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\r \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u0011G녅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\f\u0000d\u0000\u0000\u0000d\u0000\u0010\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\r \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: 11STAR1A,11STAR1\nDefault Value: 11STAR1A\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000e \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��ZɅ\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\r\u0000d\u0000\u0000\u0000d\u0000\u0011\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000e \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Single Mode,Dual Mode\nDefault Value: Single Mode\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000f \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��ZɅ\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000e\u0000d\u0000\u0000\u0000d\u0000\u0012\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000f \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Single Mode,Dual Mode\nDefault Value: Single Mode\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0010 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000f\u0000d\u0000\u0000\u0000d\u0000\u0013\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0010 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0011 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0010\u0000d\u0000\u0000\u0000d\u0000\u0014\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0011 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Network Default,System Default,Common Optics Packs in PSS-16 (ROADM)\nDefault Value: Network Default\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0012 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000pgy\u0007�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0011\u0000d\u0000\u0000\u0000d\u0000\u0015\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0012 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Fill from bottom,Fill from top\nDefault Value: Fill from bottom\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0013 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�>≅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0012\u0000d\u0000\u0000\u0000d\u0000\u0016\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0013 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Tunable Zero Chirp,Tunable,Fixed Frequency\nDefault Value: Tunable Zero Chirp\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0014 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�3�B�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0013\u0000d\u0000\u0000\u0000d\u0000\u0017\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0014 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Electronic, variable,Fixed\nDefault Value: Fixed\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0015 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�6�\u001f�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0014\u0000d\u0000\u0000\u0000d\u0000\u0018\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0015 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Percentage Integer\nAllowed Values: 0..25\nDefault Value: 0\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0016 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u0003����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0015\u0000d\u0000\u0000\u0000d\u0000\u0019\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0016 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000s\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000t\u0000\u0000Cell Type: Number\nAllowed Values: 39..48\nDefault Value: 39\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000s\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n����\u0002\u0001\u0000\u0000\u0003\u0001\u0000\u0000\u0004\u0001\u0000\u0000\u0005\u0001\u0000\u0000\u0006\u0001\u0000\u0000\u0007\u0001\u0000\u0000\b\u0001\u0000\u0000\t\u0001\u0000\u0000\n\u0001\u0000\u0000\u000b\u0001\u0000\u0000\f\u0001\u0000\u0000\r\u0001\u0000\u0000\u000e\u0001\u0000\u0000\u000f\u0001\u0000\u0000\u0010\u0001\u0000\u0000\u0011\u0001\u0000\u0000\u0012\u0001\u0000\u0000\u0013\u0001\u0000\u0000\u0014\u0001\u0000\u0000\u0015\u0001\u0000\u0000\u0016\u0001\u0000\u0000\u0017\u0001\u0000\u0000\u0018\u0001\u0000\u0000\u0019\u0001\u0000\u0000\u001a\u0001\u0000\u0000\u001b\u0001\u0000\u0000\u001c\u0001\u0000\u0000\u001d\u0001\u0000\u0000\u001e\u0001\u0000\u0000\u001f\u0001\u0000\u0000 \u0001\u0000\u0000!\u0001\u0000\u0000\"\u0001\u0000\u0000#\u0001\u0000\u0000$\u0001\u0000\u0000%\u0001\u0000\u0000&\u0001\u0000\u0000'\u0001\u0000\u0000(\u0001\u0000\u0000)\u0001\u0000\u0000*\u0001\u0000\u0000+\u0001\u0000\u0000,\u0001\u0000\u0000-\u0001\u0000\u0000.\u0001\u0000\u0000/\u0001\u0000\u00000\u0001\u0000\u00001\u0001\u0000\u00002\u0001\u0000\u00003\u0001\u0000\u00004\u0001\u0000\u00005\u0001\u0000\u00006\u0001\u0000\u00007\u0001\u0000\u00008\u0001\u0000\u00009\u0001\u0000\u0000:\u0001\u0000\u0000;\u0001\u0000\u0000<\u0001\u0000\u0000=\u0001\u0000\u0000>\u0001\u0000\u0000?\u0001\u0000\u0000@\u0001\u0000\u0000A\u0001\u0000\u0000B\u0001\u0000\u0000C\u0001\u0000\u0000D\u0001\u0000\u0000E\u0001\u0000\u0000F\u0001\u0000\u0000G\u0001\u0000\u0000H\u0001\u0000\u0000I\u0001\u0000\u0000J\u0001\u0000\u0000K\u0001\u0000\u0000L\u0001\u0000\u0000M\u0001\u0000\u0000N\u0001\u0000\u0000O\u0001\u0000\u0000P\u0001\u0000\u0000Q\u0001\u0000\u0000R\u0001\u0000\u0000S\u0001\u0000\u0000T\u0001\u0000\u0000U\u0001\u0000\u0000V\u0001\u0000\u0000W\u0001\u0000\u0000X\u0001\u0000\u0000Y\u0001\u0000\u0000Z\u0001\u0000\u0000[\u0001\u0000\u0000\\\u0001\u0000\u0000]\u0001\u0000\u0000^\u0001\u0000\u0000_\u0001\u0000\u0000`\u0001\u0000\u0000���������������������������������������������������������������������������������������������������������������������������������\b\u0000\u0000\u0000\u0017 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000u#�\u001d�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0016\u0000d\u0000\u0000\u0000d\u0000\u001a\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0017 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: None,Even/Odd on Separate Shelves ,All on Separate Shelves ,All in Separate Racks,Line Transponders in Separate Shelves\nDefault Value: None\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0018 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0017\u0000d\u0000\u0000\u0000d\u0000\u001b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0018 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0019 \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0018\u0000d\u0000\u0000\u0000d\u0000\u001c\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0019 \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001a \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0019\u0000d\u0000\u0000\u0000d\u0000\u001d\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001a \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001b \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001a\u0000d\u0000\u0000\u0000d\u0000\u001e\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001b \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001c \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001b\u0000d\u0000\u0000\u0000d\u0000\u001f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001c \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001d \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001c\u0000d\u0000\u0000\u0000d\u0000 \u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001d \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001e \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000LD���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001d\u0000d\u0000\u0000\u0000d\u0000!\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001e \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Low,High\nDefault Value: High\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001f \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u001b���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001e\u0000d\u0000\u0000\u0000d\u0000\"\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001f \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Unencrypted,Encrypted\nDefault Value: Unencrypted\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000  \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000ٸ�΅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001f\u0000d\u0000\u0000\u0000d\u0000#\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000  \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: SC24T,SCI48T\nDefault Value: SC24T\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000! \u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000d�K.�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000 \u0000d\u0000\u0000\u0000d\u0000$\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000! \u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Vertical,Horizontal\nDefault Value: Vertical\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\b\u0000\u0000\u0000\t \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\t\u0000\u0000\u0000\n \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\f\u0000\u0000\u0000\r \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000f \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0010 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0011 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0014 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0015 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0016 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0017 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0018 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0018\u0000\u0000\u0000\u0019 \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u001a \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u001a\u0000\u0000\u0000\u001b \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u001b\u0000\u0000\u0000\u001c \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u001c\u0000\u0000\u0000\u001d \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u001d\u0000\u0000\u0000\u001e \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u001e\u0000\u0000\u0000\u001f \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u001f\u0000\u0000\u0000  \u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000 \u0000\u0000\u0000! \u0005\u0000\u0000Nokia\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����Z\u0000\u0000\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0019\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\f\u0000\f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001c\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\r\u0000\r\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001c\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u000e\u0000\u000e\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u000f\u0000\u000f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#8\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0010\u0000\u0010\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001d\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0011\u0000\u0011\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0012\u0000\u0012\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0013\u0000\u0013\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?# \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0016\u0000\u0016\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0017\u0000\u0017\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0018\u0000\u0018\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0019\u0000\u0019\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u001a\u0000\u001a\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u001b\u0000\u001b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u001c\u0000\u001c\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#!\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u001d\u0000\u001d\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u001e\u0000\u001e\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#I\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u001f\u0000\u001f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#J\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000 \u0000 \u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0019\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\f\u0000\f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001c\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\r\u0000\r\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001c\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u000e\u0000\u000e\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u000f\u0000\u000f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#8\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0010\u0000\u0010\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001d\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0011\u0000\u0011\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0012\u0000\u0012\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0013\u0000\u0013\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?# \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0016\u0000\u0016\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0017\u0000\u0017\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0018\u0000\u0018\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0019\u0000\u0019\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u001a\u0000\u001a\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u001b\u0000\u001b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u001c\u0000\u001c\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#!\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u001d\u0000\u001d\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u001e\u0000\u001e\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#I\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u001f\u0000\u001f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#J\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000 \u0000 \u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0018\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0019\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001a\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\f\u0000\f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001c\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\r\u0000\r\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001c\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000e\u0000\u000e\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000f\u0000\u000f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#8\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0010\u0000\u0010\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001d\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0011\u0000\u0011\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001e\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0012\u0000\u0012\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u001f\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0013\u0000\u0013\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?# \u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0016\u0000\u0016\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0017\u0000\u0017\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0018\u0000\u0018\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0019\u0000\u0019\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u001a\u0000\u001a\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u001b\u0000\u001b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u001c\u0000\u001c\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#!\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u001d\u0000\u001d\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\"\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u001e\u0000\u001e\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#I\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u001f\u0000\u001f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#J\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000 \u0000 \u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0000\u0000�$\u0002\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0017\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0000\u0000\u0018\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000\u0018\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000\u0018\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000\u0018\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000\u0018\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000D\u0000D\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0001\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0002\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0003\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0004\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0005\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0006\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0007\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\b\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\t\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\n\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000b\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\f\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\r\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000e\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000f\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0010\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0011\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0012\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0013\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0014\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0015\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0016\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u0017\u0000D\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000E\u0000@\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0001\u0000E\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0002\u0000E\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0003\u0000E\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0004\u0000E\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0005\u0000E\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0006\u0000E\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0007\u0000E\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\b\u0000E\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\t\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\n\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000b\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\f\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\r\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000e\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000f\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0010\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0011\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0012\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0013\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0014\u0000E\u0000c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0001\u0000\u0015\u0000E\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0016\u0000E\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0017\u0000E\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0000\u0000F\u0000B\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0001\u0000F\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0002\u0000F\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0003\u0000F\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0004\u0000F\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0005\u0000F\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0006\u0000F\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0007\u0000F\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\b\u0000F\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\t\u0000F\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\n\u0000F\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000b\u0000F\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\f\u0000F\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\r\u0000F\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000e\u0000F\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000f\u0000F\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0010\u0000F\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0011\u0000F\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0012\u0000F\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0013\u0000F\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0014\u0000F\u0000c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0002\u0000\u0015\u0000F\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0016\u0000F\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0017\u0000F\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000E\u0000C\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000E\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000E\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0003\u0000E\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000E\u0000i\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000E\u0000\u0017\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000E\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000E\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000E\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000e\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0010\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0011\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0012\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0013\u0000E\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0014\u0000E\u0000c\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\u0015\u0000E\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0016\u0000E\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0017\u0000E\u0000q\u0000\u0000\u0000�\u0000\f\u0000�\u0005\u0000\u0000<\u0000P\u0001T\u0001T\u0001�\u0000�\u0000\u000f\u0000\u0002��\f\u0000\u0000�\u0000\b�\b\u0000\u0000\u0000\u0019\u0000\u0000\u0000\u0018$\u0000\u0000\u000f\u0000\u0003��\f\u0000\u0000\u000f\u0000\u0004�(\u0000\u0000\u0000\u0001\u0000\t�\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000\u0002\u0000\n�\b\u0000\u0000\u0000\u0000$\u0000\u0000\u0005\u0000\u0000\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0001$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u001d'5��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000d\u0000\u0000\u0000d\u0000\u0004\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0001$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000w\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: Yes<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0002$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000BJ���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0001\u0000d\u0000\u0000\u0000d\u0000\u0005\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0002$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: EIA 19 Inch,ANSI 23 Inch,ETSI (300mm)\nDefault Value: ANSI 23 Inch\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0003$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u000fgh��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0002\u0000d\u0000\u0000\u0000d\u0000\u0006\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0003$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: EIA 19 Inch,EIA 19 Inch (4 post)\nDefault Value: EIA 19 Inch (4 post)\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0004$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�8v�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0003\u0000d\u0000\u0000\u0000d\u0000\u0007\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0004$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: EIA 19 Inch,ANSI 23 Inch,ETSI (600mm),EIA 19 Inch (4 post),ANSI 23 Inch (4 post)\nDefault Value: EIA 19 Inch (4 post)\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0005$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u001c�\r��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0004\u0000d\u0000\u0000\u0000d\u0000\b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0005$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: EIA 19 Inch (4 post)\nDefault Value: EIA 19 Inch (4 post)\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0006$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000c��A�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0005\u0000d\u0000\u0000\u0000d\u0000\t\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0006$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: 40 RU,41 RU,42 RU,43 RU,44 RU,45 RU,76 Inches,77 Inches,78 Inches,79 Inches,80 Inches,2100 mm\nDefault Value: 78 Inches\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0007$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000���K�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0006\u0000d\u0000\u0000\u0000d\u0000\n\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0007$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: 40 RU,41 RU,42 RU,43 RU,44 RU,45 RU,76 Inches,77 Inches,78 Inches,79 Inches,80 Inches,2100 mm\nDefault Value: 44 RU\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\b$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000���K�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0007\u0000d\u0000\u0000\u0000d\u0000\u000b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\b$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: 40 RU,41 RU,42 RU,43 RU,44 RU,45 RU,76 Inches,77 Inches,78 Inches,79 Inches,80 Inches,2100 mm\nDefault Value: 44 RU\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\t$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000���K�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\b\u0000d\u0000\u0000\u0000d\u0000\f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\t$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: 40 RU,41 RU,42 RU,43 RU,44 RU,45 RU,76 Inches,77 Inches,78 Inches,79 Inches,80 Inches,2100 mm\nDefault Value: 44 RU\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\n$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\t\u0000d\u0000\u0000\u0000d\u0000\r\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\n$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000b$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\n\u0000d\u0000\u0000\u0000d\u0000\u000e\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000b$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\f$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000b\u0000d\u0000\u0000\u0000d\u0000\u000f\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\f$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\r$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\f\u0000d\u0000\u0000\u0000d\u0000\u0010\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\r$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000e$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\r\u0000d\u0000\u0000\u0000d\u0000\u0011\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000e$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000f$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000e\u0000d\u0000\u0000\u0000d\u0000\u0012\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000f$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0010$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000f\u0000d\u0000\u0000\u0000d\u0000\u0013\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0010$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0011$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0010\u0000d\u0000\u0000\u0000d\u0000\u0014\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0011$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0012$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0011\u0000d\u0000\u0000\u0000d\u0000\u0015\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0012$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0013$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0012\u0000d\u0000\u0000\u0000d\u0000\u0016\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0013$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0014$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0013\u0000d\u0000\u0000\u0000d\u0000\u0017\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0014$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0015$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�+x��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0014\u0000d\u0000\u0000\u0000d\u0000\u0018\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0015$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: None,PDU1/PDU2,PDU1B/PDU2B,PDU1C/PDU2C,PDU2D\nDefault Value: None\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0016$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000&\\�\u0010�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0015\u0000d\u0000\u0000\u0000d\u0000\u0019\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0016$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000r\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000s\u0000\u0000Cell Type: Number\nAllowed Values: 0..100\nDefault Value: 0\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000r\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0017$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0016\u0000d\u0000\u0000\u0000d\u0000\u001a\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0017$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0018$\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0017\u0000d\u0000\u0000\u0000d\u0000\u001b\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0018$\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0002$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0003$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0003\u0000\u0000\u0000\u0004$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0004\u0000\u0000\u0000\u0005$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0005\u0000\u0000\u0000\u0006$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0007$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0007\u0000\u0000\u0000\b$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\b\u0000\u0000\u0000\t$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\t\u0000\u0000\u0000\n$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\n\u0000\u0000\u0000\u000b$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u000b\u0000\u0000\u0000\f$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\f\u0000\u0000\u0000\r$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\r\u0000\u0000\u0000\u000e$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u000e\u0000\u0000\u0000\u000f$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u000f\u0000\u0000\u0000\u0010$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0011$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0011\u0000\u0000\u0000\u0012$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0012\u0000\u0000\u0000\u0013$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0013\u0000\u0000\u0000\u0014$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0014\u0000\u0000\u0000\u0015$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0015\u0000\u0000\u0000\u0016$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0016\u0000\u0000\u0000\u0017$\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0000\u0000\u0017\u0000\u0000\u0000\u0018$\u0005\u0000\u0000Nokia\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����B\u0000\u0000\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#&\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#'\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#(\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#)\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#*\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#+\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#-\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\f\u0000\f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\r\u0000\r\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u000e\u0000\u000e\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u000f\u0000\u000f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0010\u0000\u0010\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0011\u0000\u0011\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0012\u0000\u0012\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0013\u0000\u0013\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#.\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0014\u0000\u0014\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0016\u0000\u0016\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0017\u0000\u0017\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#&\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#'\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#(\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#)\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#*\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#+\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#-\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\f\u0000\f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\r\u0000\r\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u000e\u0000\u000e\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u000f\u0000\u000f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0010\u0000\u0010\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0011\u0000\u0011\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0012\u0000\u0012\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0013\u0000\u0013\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#.\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0014\u0000\u0014\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0016\u0000\u0016\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0017\u0000\u0017\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#&\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0001\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#'\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0002\u0000\u0002\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#(\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0003\u0000\u0003\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#)\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#*\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#+\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#,\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#-\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\f\u0000\f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\r\u0000\r\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000e\u0000\u000e\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000f\u0000\u000f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0010\u0000\u0010\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0011\u0000\u0011\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0012\u0000\u0012\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0013\u0000\u0013\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#.\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0014\u0000\u0014\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0016\u0000\u0016\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0017\u0000\u0017\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0014\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000\u0000\u0000�b\u0002\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000}\u0000\f\u0000\u0000\u0000\u0002\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0003\u0000\u0003\u0000\u0010'\u000f\u0000\u0002\u0000\u0002\u0000}\u0000\f\u0000\u0004\u0000,\u0000�\u0013\u000f\u0000\u0002\u0000\u0002\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u0000\u0000-\u0000\u0000\u0000\b\u0002\u0010\u0000\u0000\u0000\u0000\u0000-\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0001\u0000\u0000\u0000-\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0002\u0000\u0000\u0000-\u0000�\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0003\u0000\u0000\u0000-\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0004\u0000\u0000\u0000-\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000\b\u0002\u0010\u0000\u0005\u0000\u0000\u0000-\u0000P\u0001\u0000\u0000\u0000\u0000@\u0001\u000f\u0000�\u0000\n\u0000\u0000\u0000\u0000\u0000I\u0000�\u0001\u0000\u0000�\u0000\u001e\u0000\u0000\u0000\u0001\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000\f\u0000�\u0000\n\u0000\u0000\u0000\r\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0000\u0000\u000e\u0000I\u0000�\u0001\u0000\u0000�\u0000.\u0000\u0000\u0000\u000f\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000\"\u0000�\u0000\n\u0000\u0000\u0000#\u0000I\u0000�\u0001\u0000\u0000�\u0000\u0018\u0000\u0000\u0000$\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000,\u0000�\u0000\n\u0000\u0001\u0000\u0000\u0000I\u00003\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0001\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0002\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0003\u0000I\u00004\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0004\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0005\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0006\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u0007\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\b\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\t\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\n\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\u000b\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0001\u0000\f\u0000I\u0000�\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0001\u0000\r\u0000I\u0000�\u0000\n\u0000\u0001\u0000\u000e\u0000I\u0000�\u0001\u0000\u0000�\u0000\u0018\u0000\u0001\u0000\u000f\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000\u0017\u0000�\u0000\n\u0000\u0001\u0000\u0018\u0000I\u0000�\u0001\u0000\u0000�\u0000\u001a\u0000\u0001\u0000\u0019\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000\"\u0000�\u0000\n\u0000\u0001\u0000#\u0000I\u0000�\u0001\u0000\u0000�\u0000\u000e\u0000\u0001\u0000$\u0000I\u0000I\u0000I\u0000I\u0000'\u0000�\u0000\n\u0000\u0001\u0000(\u0000I\u0000�\u0001\u0000\u0000�\u0000\u000e\u0000\u0001\u0000)\u0000I\u0000I\u0000I\u0000I\u0000,\u0000�\u0000\"\u0000\u0002\u0000\u0000\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000I\u0000\r\u0000�\u0000\n\u0000\u0002\u0000\u000e\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u000f\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0010\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0011\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0012\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0013\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0014\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0015\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0016\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0017\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0018\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u0019\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001a\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001b\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001c\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001d\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001e\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\u001f\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000 \u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000!\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000\"\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000#\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000$\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000%\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000&\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000'\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000(\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000)\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000*\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000+\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0002\u0000,\u0000I\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0000\u0000J\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0001\u0000J\u0000@\u0001\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0002\u0000J\u0000B\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u0003\u0000J\u0000�\u0000\n\u0000\u0003\u0000\u0004\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0005\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0006\u0000J\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u0007\u0000J\u0000m\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\b\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\t\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\n\u0000J\u0000o\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\u000b\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\f\u0000J\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000\r\u0000J\u0000c\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0003\u0000\u000e\u0000J\u0000�\u0000\n\u0000\u0003\u0000\u000f\u0000J\u0000�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0003\u0000\u0010\u0000J\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@�\u0000\u0014\u0000\u0003\u0000\u0011\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000\u0017\u0000�\u0000\n\u0000\u0003\u0000\u0018\u0000J\u0000q\u0000\u0000\u0000�\u0000\u001a\u0000\u0003\u0000\u0019\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000\"\u0000�\u0000\n\u0000\u0003\u0000#\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000$\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000%\u0000J\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000&\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000'\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000(\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000)\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000*\u0000J\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000+\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0003\u0000,\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0000\u0000K\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0001\u0000K\u0000B\u0001\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0002\u0000K\u0000C\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u0003\u0000K\u0000�\u0000\n\u0000\u0004\u0000\u0004\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0005\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0006\u0000K\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u0007\u0000K\u0000m\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\b\u0000K\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\t\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\n\u0000K\u0000o\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\u000b\u0000K\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\f\u0000K\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000\r\u0000K\u0000c\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0004\u0000\u000e\u0000K\u0000�\u0000\n\u0000\u0004\u0000\u000f\u0000K\u0000�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0004\u0000\u0010\u0000K\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@�\u0000\u0014\u0000\u0004\u0000\u0011\u0000K\u0000K\u0000K\u0000K\u0000K\u0000K\u0000K\u0000\u0017\u0000�\u0000\n\u0000\u0004\u0000\u0018\u0000K\u0000q\u0000\u0000\u0000�\u0000\u001a\u0000\u0004\u0000\u0019\u0000K\u0000K\u0000K\u0000K\u0000K\u0000K\u0000K\u0000K\u0000K\u0000K\u0000\"\u0000�\u0000\n\u0000\u0004\u0000#\u0000K\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000$\u0000K\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000%\u0000K\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000&\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000'\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000(\u0000K\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000)\u0000K\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000*\u0000K\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000+\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0004\u0000,\u0000K\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0000\u0000J\u0000�\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0001\u0000J\u0000C\u0001\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0002\u0000J\u0000@\u0001\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000\u0003\u0000J\u0000�\u0000\n\u0000\u0005\u0000\u0004\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0005\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0006\u0000J\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u0007\u0000J\u0000m\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\b\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\t\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\n\u0000J\u0000o\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\u000b\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\f\u0000J\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000\r\u0000J\u0000c\u0000\u0000\u0000\u0001\u0002\u0006\u0000\u0005\u0000\u000e\u0000J\u0000�\u0000\n\u0000\u0005\u0000\u000f\u0000J\u0000�\u0000\u0000\u0000\u0003\u0002\u000e\u0000\u0005\u0000\u0010\u0000J\u0000\u0000\u0000\u0000\u0000\u0000\u0000T@�\u0000\u0014\u0000\u0005\u0000\u0011\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000\u0017\u0000�\u0000\n\u0000\u0005\u0000\u0018\u0000J\u0000q\u0000\u0000\u0000�\u0000\u001a\u0000\u0005\u0000\u0019\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000J\u0000\"\u0000�\u0000\n\u0000\u0005\u0000#\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000$\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000%\u0000J\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000&\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000'\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000(\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000)\u0000J\u0000J\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000*\u0000J\u0000q\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000+\u0000J\u0000�\u0000\u0000\u0000�\u0000\n\u0000\u0005\u0000,\u0000J\u0000�\u0000\u0000\u0000�\u0000\u0010\u0000|\t\u0000\u0000d\u0000�\u0000V\u0001�\u0001�\u0001�\u0001�\u0000�\u0000\u000f\u0000\u0002��\u0017\u0000\u0000�\u0000\b�\b\u0000\u0000\u0000.\u0000\u0000\u0000-(\u0000\u0000\u000f\u0000\u0003�\u0017\u0000\u0000\u000f\u0000\u0004�(\u0000\u0000\u0000\u0001\u0000\t�\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0003\u0000\u0000�\u0000\u0000\u0000\u0002\u0000\n�\b\u0000\u0000\u0000\u0000(\u0000\u0000\u0005\u0000\u0000\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0001(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000ݪ\u0007��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\r\u0000d\u0000\u0000\u0000d\u0000\u0011\u0000�\u0003\t\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0001(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0002(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u001d'5��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000d\u0000\u0001\u0000d\u0000\u0004\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0002(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000w\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: Yes<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0003(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�Z��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0001\u0000d\u0000\u0001\u0000d\u0000\u0005\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0003(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000u\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000v\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000u\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0004(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�Z��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0002\u0000d\u0000\u0001\u0000d\u0000\u0006\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0004(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000u\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000v\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: -\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000u\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0005(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000ݪ\u0007��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0003\u0000d\u0000\u0001\u0000d\u0000\u0007\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0005(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: String\nAllowed Values: Free Text\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0006(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��\b��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0004\u0000d\u0000\u0001\u0000d\u0000\b\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0006(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: C,L,C+L\nDefault Value: C\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0007(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�'V߅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0005\u0000d\u0000\u0001\u0000d\u0000\t\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0007(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000e\u0001\u0010\u0000\u0000\u0000\u0000\u0000<\u0000f\u0001\u0000Cell Type: Fixed Enum Value\nAllowed Values: Unrestricted-2F,50GHz Channel Spacing (DWDM-50GHz),100GHz Channel Spacing (DWDM-100GHz),FLEX Channel Spacing (DWDM-FLEX),8 Channels two-fiber (CWDM-2F),8 Channels single-fiber (CWDM-1F),Single Channel (SCHAN),CWDM_Unspecified\nDefault Value: Unrestricted-2F\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000e\u0001\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\b(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0006\u0000d\u0000\u0001\u0000d\u0000\n\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\b(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\t(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000���W�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0007\u0000d\u0000\u0001\u0000d\u0000\u000b\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\t(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: N/A,None,SFC,Red/Blue Y Cable\nDefault Value: N/A\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\n(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000?\t=��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\b\u0000d\u0000\u0001\u0000d\u0000\f\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\n(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: Yes\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000~\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000b(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\u001e��م\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\t\u0000d\u0000\u0001\u0000d\u0000\r\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000b(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: WTOCM,WTOCMA,WTOCM-F,No\nDefault Value: WTOCM-F\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\f(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�L�;�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\n\u0000d\u0000\u0001\u0000d\u0000\u000e\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\f(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: WTOCM-FL,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\r(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000b\u0000d\u0000\u0001\u0000d\u0000\u000f\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\r(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000e(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\f\u0000d\u0000\u0001\u0000d\u0000\u0010\u0000�\u0003\n\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000e(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u000f(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��j��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000e\u0000d\u0000\u0002\u0000d\u0000\u0012\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u000f(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: String\nAllowed Values: Free text\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0010(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\f\f�/�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u000f\u0000d\u0000\u0002\u0000d\u0000\u0013\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0010(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Default,SSMF,ELEAF,TW-RS,TWC,TW+,DSF,LS,1621SLE,MetroCor,1830LX-SSMF,1830LX-G654,G652B-ULL,G654E-ULL\nDefault Value: Default\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0011(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\bH��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0010\u0000d\u0000\u0002\u0000d\u0000\u0014\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0011(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000w\u0000\u0000Cell Type: Number\nAllowed Values: 0.01..250\nDefault Value: -\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0012(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000'��V�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0011\u0000d\u0000\u0002\u0000d\u0000\u0015\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0012(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Number\nAllowed Values: 0.1..\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0013(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��]ׅ\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0012\u0000d\u0000\u0002\u0000d\u0000\u0016\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0013(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Number\nAllowed Values: 0..30\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0014(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000C^���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0013\u0000d\u0000\u0002\u0000d\u0000\u0017\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0014(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Number\nAllowed Values: -1500..4200\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0015(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000~'�L�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0014\u0000d\u0000\u0002\u0000d\u0000\u0018\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0015(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Number\nAllowed Values: -10..20\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0016(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000_����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0015\u0000d\u0000\u0002\u0000d\u0000\u0019\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0016(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000{\u0000\u0000Cell Type: Number\nAllowed Values: 0..5\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0017(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000_����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0016\u0000d\u0000\u0002\u0000d\u0000\u001a\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0017(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000{\u0000\u0000Cell Type: Number\nAllowed Values: 0..5\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0018(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000_����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0017\u0000d\u0000\u0002\u0000d\u0000\u001b\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0018(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000{\u0000\u0000Cell Type: Number\nAllowed Values: 0..5\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u0019(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0018\u0000d\u0000\u0002\u0000d\u0000\u001c\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u0019(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001a(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��j��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u0019\u0000d\u0000\u0002\u0000d\u0000\u001d\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001a(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: String\nAllowed Values: Free text\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001b(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000L*\u0015��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001a\u0000d\u0000\u0002\u0000d\u0000\u001e\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001b(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Default,SSMF,ELEAF,TW-RS,TWC,TW+,DSF,LS,1621SLE,MetroCor,1830LX-SSMF,1830LX-G654,G652B-ULL,G654E-ULL\nDefault Value: Default\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001c(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\bH��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001b\u0000d\u0000\u0002\u0000d\u0000\u001f\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001c(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000w\u0000\u0000Cell Type: Number\nAllowed Values: 0.01..250\nDefault Value: -\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000v\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001d(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000'��V�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001c\u0000d\u0000\u0002\u0000d\u0000 \u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001d(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Number\nAllowed Values: 0.1..\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001e(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000��]ׅ\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001d\u0000d\u0000\u0002\u0000d\u0000!\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001e(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000|\u0000\u0000Cell Type: Number\nAllowed Values: 0..30\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000{\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\u001f(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000C^���\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001e\u0000d\u0000\u0002\u0000d\u0000\"\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\u001f(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Number\nAllowed Values: -1500..4200\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000 (\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000~'�L�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\u001f\u0000d\u0000\u0002\u0000d\u0000#\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000 (\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Number\nAllowed Values: -10..20\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000!(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000_����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000 \u0000d\u0000\u0002\u0000d\u0000$\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000!(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000{\u0000\u0000Cell Type: Number\nAllowed Values: 0..5\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000\"(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000_����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000!\u0000d\u0000\u0002\u0000d\u0000%\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000\"(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000{\u0000\u0000Cell Type: Number\nAllowed Values: 0..5\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000#(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000_����\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000\"\u0000d\u0000\u0002\u0000d\u0000&\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000#(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000{\u0000\u0000Cell Type: Number\nAllowed Values: 0..5\nDefault Value: Empty cell\nThe cell can be empty: Yes\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000z\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000$(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000#\u0000d\u0000\u0002\u0000d\u0000'\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000$(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000%(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000$\u0000d\u0000\u0002\u0000d\u0000(\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000%(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000&(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000%\u0000d\u0000\u0002\u0000d\u0000)\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000&(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000'(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000ms�Z�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000&\u0000d\u0000\u0002\u0000d\u0000*\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000'(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: No,OTDR,OTDRWB,OTDRM\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000((\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\n�E��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000'\u0000d\u0000\u0002\u0000d\u0000+\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000((\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: none,OMDCL with 1-line,OMDCL with 2-lines\nDefault Value: none\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000)(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000(\u0000d\u0000\u0002\u0000d\u0000,\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000)(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000*(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000)\u0000d\u0000\u0002\u0000d\u0000-\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000*(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000+(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000�\u0007˅\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000*\u0000d\u0000\u0002\u0000d\u0000.\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000+(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000~\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: Yes,No\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000}\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000,(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000ms�Z�\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000+\u0000d\u0000\u0002\u0000d\u0000/\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000,(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: No,OTDR,OTDRWB,OTDRM\nDefault Value: No\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000~\u0000\u000f\u0000\u0004�~\u0000\u0000\u0000�\f\n�\b\u0000\u0000\u0000-(\u0000\u0000\u0000\n\u0000\u0000�\u0000\u000b�<\u0000\u0000\u0000�\u0000\n�E��\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000�\u0001P\u0000\u0000\b�\u0001\u0000\u0000\u0001\u0000�\u0001@\u0000\u0000\b�\u00015%\u0000\u0000�\u0001\u0000\u0000\u0000\u0000�\u0001\b\u0000\b\u0000�\u0003\u0002\u0000\n\u0001\u0000\u0000\u0010�\u0012\u0000\u0000\u0000\u0000\u0000,\u0000d\u0000\u0002\u0000d\u00000\u0000�\u0003\u000b\u0000�\u0003\u0000\u0000\u0011�\u0000\u0000\u0000\u0000]\u00004\u0000\u0015\u0000\u0012\u0000\u0019\u0000-(\u0011@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0016\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\b\u0000\u0000\u0000\r�\u0000\u0000\u0000\u0000�\u0001\u0012\u0000\u0012\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0010\u0000\u0000\u0000\u0000\u0000<\u0000�\u0000\u0000Cell Type: Fixed Enum Value\nAllowed Values: none,OMDCL with 1-line,OMDCL with 2-lines\nDefault Value: none\nThe cell can be empty: No\nThe value should be unique: No<\u0000\u0010\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001c\u0000\u0011\u0000\u0000\u0000\r\u0000\u0000\u0000\u0001(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0002(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0001\u0000\u0000\u0000\u0003(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0002\u0000\u0000\u0000\u0004(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0003\u0000\u0000\u0000\u0005(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0004\u0000\u0000\u0000\u0006(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0005\u0000\u0000\u0000\u0007(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0006\u0000\u0000\u0000\b(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u0007\u0000\u0000\u0000\t(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\b\u0000\u0000\u0000\n(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\t\u0000\u0000\u0000\u000b(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\n\u0000\u0000\u0000\f(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\u000b\u0000\u0000\u0000\r(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0001\u0000\f\u0000\u0000\u0000\u000e(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u000e\u0000\u0000\u0000\u000f(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u000f\u0000\u0000\u0000\u0010(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0010\u0000\u0000\u0000\u0011(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0011\u0000\u0000\u0000\u0012(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0012\u0000\u0000\u0000\u0013(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0013\u0000\u0000\u0000\u0014(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0014\u0000\u0000\u0000\u0015(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0015\u0000\u0000\u0000\u0016(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0016\u0000\u0000\u0000\u0017(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0017\u0000\u0000\u0000\u0018(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0018\u0000\u0000\u0000\u0019(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u0019\u0000\u0000\u0000\u001a(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u001a\u0000\u0000\u0000\u001b(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u001b\u0000\u0000\u0000\u001c(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u001c\u0000\u0000\u0000\u001d(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u001d\u0000\u0000\u0000\u001e(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u001e\u0000\u0000\u0000\u001f(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\u001f\u0000\u0000\u0000 (\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000 \u0000\u0000\u0000!(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000!\u0000\u0000\u0000\"(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000\"\u0000\u0000\u0000#(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000#\u0000\u0000\u0000$(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000$\u0000\u0000\u0000%(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000%\u0000\u0000\u0000&(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000&\u0000\u0000\u0000'(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000'\u0000\u0000\u0000((\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000(\u0000\u0000\u0000)(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000)\u0000\u0000\u0000*(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000*\u0000\u0000\u0000+(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000+\u0000\u0000\u0000,(\u0005\u0000\u0000Nokia\u0000\u001c\u0000\u0011\u0000\u0002\u0000,\u0000\u0000\u0000-(\u0005\u0000\u0000Nokia\u0000>\u0002\u0012\u0000�\u0001\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000A\u0000\n\u0000\u0000\u0000\u0003\u0000\u0003\u0000\u0000\u0000\u0002\u0000\u001d\u0000\u000f\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000�\u0000�\u0000\u0015\u0000\u0000\u0000\u0000\u0000\u0000\u0000\f\u0000\u0000\u0000\u0002\u0000\r\u0000\r\u0000\u0000\u0000\u0000\u0000\u000e\u0000\"\u0000\u0000\u0000\u0000\u0000#\u0000,\u0000\u0001\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0002\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000\u0002\u0000\u0002\u0000\u0001\u0000\u0002\u0000\u0003\u0000\u0003\u0000\u0001\u0000\u0002\u0000\u0004\u0000\u0004\u0000\u0001\u0000\u0002\u0000\u0005\u0000\u0005\u0000\u0001\u0000\u0002\u0000\u0006\u0000\u0006\u0000\u0001\u0000\u0002\u0000\u0007\u0000\u0007\u0000\u0001\u0000\u0002\u0000\b\u0000\b\u0000\u0001\u0000\u0002\u0000\t\u0000\t\u0000\u0001\u0000\u0002\u0000\n\u0000\n\u0000\u0001\u0000\u0002\u0000\u000b\u0000\u000b\u0000\u0001\u0000\u0002\u0000\f\u0000\f\u0000\u0001\u0000\u0001\u0000\u000e\u0000\u0017\u0000\u0001\u0000\u0001\u0000\u0018\u0000\"\u0000\u0001\u0000\u0001\u0000#\u0000'\u0000\u0001\u0000\u0001\u0000(\u0000,\u0000�\u0001\u0012\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000����B\u0000\u0000\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#/\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#0\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#2\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#3\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\f\u0000\f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#4\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u000f\u0000\u000f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u0018\u0000\u0018\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#4\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000\u001a\u0000\u001a\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000#\u0000#\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000$\u0000$\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000%\u0000%\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#5\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000&\u0000&\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000'\u0000'\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000(\u0000(\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000)\u0000)\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000*\u0000*\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#5\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000+\u0000+\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0003\u0000\u0003\u0000,\u0000,\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#/\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#0\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#2\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#3\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\f\u0000\f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#4\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u000f\u0000\u000f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u0018\u0000\u0018\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#4\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000\u001a\u0000\u001a\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000#\u0000#\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000$\u0000$\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000%\u0000%\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#5\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000&\u0000&\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000'\u0000'\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000(\u0000(\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000)\u0000)\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000*\u0000*\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#5\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000+\u0000+\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0004\u0000\u0004\u0000,\u0000,\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#/\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0004\u0000\u0004\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#0\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0005\u0000\u0005\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0006\u0000\u0006\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#1\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0007\u0000\u0007\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\b\u0000\b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#2\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\t\u0000\t\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#3\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\n\u0000\n\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u000b\u0000\u000b\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\f\u0000\f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#4\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u000f\u0000\u000f\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u0018\u0000\u0018\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#4\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000\u001a\u0000\u001a\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000#\u0000#\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000$\u0000$\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000%\u0000%\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#5\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000&\u0000&\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000'\u0000'\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000(\u0000(\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000)\u0000)\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000*\u0000*\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#5\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000+\u0000+\u0000�\u0001+\u0000\u0003\u0001\f\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0005\u0000�?#6\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0005\u0000\u0005\u0000,\u0000,\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0010\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000>\u0002\u0012\u0000�\u0000\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000\u0000\t\b\u0010\u0000\u0000\u0006\u0010\u0000�\r�\u0007�\u0000\u0000\u0000\u0006\u0000\u0000\u0000\u000b\u0002\u0010\u0000\u0000\u0000\u0000\u0000����\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\r\u0000\u0002\u0000\u0001\u0000\f\u0000\u0002\u0000d\u0000\u000f\u0000\u0002\u0000\u0001\u0000\u0011\u0000\u0002\u0000\u0000\u0000\u0010\u0000\b\u0000����MbP?_\u0000\u0002\u0000\u0001\u0000*\u0000\u0002\u0000\u0000\u0000+\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0001\u0000�\u0000\b\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000%\u0002\u0004\u0000\u0000\u0000�\u0000�\u0000\u0002\u0000�\u0004\u0014\u0000\u0000\u0000\u0015\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\u0002\u0000\u0000\u0000�\u0000\"\u0000\u0001\u0000d\u0000\u0001\u0000\u0001\u0000\u0001\u0000\u0002\u0000,\u0001,\u0001\u0000\u0000\u0000\u0000\u0000\u0000�?\u0000\u0000\u0000\u0000\u0000\u0000�?\u0001\u0000U\u0000\u0002\u0000\b\u0000\u0000\u0002\u000e\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000>\u0002\u0012\u0000�\u0000\u0000\u0000\u0000\u0000@\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u001d\u0000\u000f\u0000\u0003\u0000\u0000\u0000\u0000\u0000\u0000\u0001\u0000\u0000\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000\u0000���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������"}],"_postman_id":"7aaefe4a-b368-4492-9d53-7ecd5377c60a"},{"name":"Export WS-P Design","id":"94639e4a-a487-415e-9fd9-28ee0f93ba3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/exportWspDesign?isWorkingDesign=false","description":"<p>Export the WSP design into the *.wsp file for the selected design ID. isWorkingDesign depends on the Check Out Info of the design if “Checked Out” then true is set else false</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","exportWspDesign"],"host":["{{server}}"],"query":[{"key":"isWorkingDesign","value":"false"}],"variable":[]}},"response":[{"id":"3cd9352c-c6a9-44fb-8f72-a88d7842b5d2","name":"Export WSP Design","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/exportWspDesign?isWorkingDesign=false","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","exportWspDesign"],"query":[{"key":"isWorkingDesign","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=sandhya_planner-20240603224840_20240603193756.wsp"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/zip;charset=UTF-8"},{"key":"Content-Length","value":"19001"},{"key":"Date","value":"Mon, 03 Jun 2024 17:37:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\u0014\u0000\b\b\b\u0000���X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000.\u0000\u0000\u0000sandhya_planner-20240603224840_20240603193756/\u0003\u0000PK\u0007\b\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000���X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000B\u0000\u0000\u0000sandhya_planner-20240603224840_20240603193756/design_data_1723.sql�][s�ʲ~ϯ��YU��n�qR�\u0001�\u0014�,�\"���'j\u0004#�\u001d`�3(���?=\u0003�u�\u0012O��R�r\fM�==}c���\u000f��ƀ�lʩ��c\u0004$#c\"�\u0011��\u0014�}��\u001d�?\r�\tg�+�O�E�\u0012�Z���ר�\u000b#�z��-�\u000fnsd��d4�I�eaL�<3�Ǩ|Q�\"���=\u001a\u0006\u0011����8I\u0004�3��\t*$�]b?\n%k��,\b�)��x\u001c�̋/K�$ <�|�L\u0018���\u0013\u0019�_\u0002(Y\"�:M{$�\u0011�^\t�)�p��BP�����lv�ɸ��\t�\u0004����Q\u0018�d��c\u001c�\b��hr��8b�<\u000b��i\u0006c�\u00187�ȋA62UW>\u0013���r\u0012ΞAn��l!G;�|�s#\u0015�#1�l\u0004T��ē��Uok�/�h��q�~hv�/�\u000b\u0003��g���N(�l$�4SSl\u000f�֨YP�2����\u00195��\b��S\u000fΎ���|�\u0003:!�\b���#*R�S9\u001b\u0017��z��Aj\u0010=��\u0000�f��[�ї���ˡ�����N�U�]\r\u001c\u0010T]�C~��a|�`��\u0010\f:��I�I��s\n�\u001bx�7\u0017�ä\u0013\u000eF\t��I�\u0002&�c����MZ\u0000��4U�?X\u0014�!H\tF+�\u0018�e\tͩ\u0001��an\u001dǸҗ̃A\u001d#��\u0000[\u0002���gï�ϑ,�)�CP�Y�.�\u00020\u0003 `x\\Kk��\rU]�8\u0013��<��K(2a�\u0019�(I�h�����#(�@y�s\b3��s���\u0018�$\u0004�(8��\u0019\u0011^:\u001fG����8�\u0019*�\u001b2�\u0004��\u0018ܤ?�<�P�\u0002�\u0014ԋI\u0002�%�<�Rʉ4<\u0012��\u0005�F|6O2\u0003�\u0005�R^\u001c�LJs�Z�K�M�4\u0002\u0014�\u0019\u001d\"?G��4b\u0004\u001c�\\z�\u000b�gQ�U�j)�qB�0Zx[�`�\u0019S\u0001$�tB9D\u001c�F�M\u0007CO^�}��ՙ�儶=�\u001e�\b�\u0003B�JM\u0002�9n���&��&WQ����M�DA��m�\f�.\u000f\u00050]�^eg��bm+��\u000b���8�y�ƒ�1��X<��q\u0012���\n�b)��ݶ'ɉ�N�\"�~�C\u0016���\\��\f��\\cI.i\u0017�\u001f��\u0006�t�;�I�(\u001b\u0019���/\u0016\u0002&i�ߝo�{���,��u~\u0010�������QO0&s�\u0001O�z\u001cf���\\���{\u000e�lv�/��q�^��G\r��G�OA��.n�Sƥ�n�\u001f�2�x��\u0002(��{��e'�\u0000�\u0019`K��`�\b�ˎ4�OO\fG�\u001c�Z��08���\u0010Ƿ��_\b8���ḋz\u000b�P�P\u0013\u0013�ރ���S��$M�\bUUw\u0016��Y�,�N\u0012Cm�їӴ���n��~�v�2\b��d��p���+������h�\u0000�D����yl��Gy�q!H\u0012�\u0016ē�,��Z�ָ��\\V�F��s��ܨ]�\u0015��^H�]�Z�s�rus{s���֡Kyu�R��\u001af�r�ݑ4��\u0012!�s\n��~w�i�����\u001f\u001eH�VG\u0006\u001d��k��zN�m�)������e�^m���`�\u0019�g��j��V����\\7���j�^���\u0017O�a�T.,[v���)�4�$X���ʝ\u001c\u0014��x\b\u0007�O\f۱/[�}�1jW\u0015�+�ֽX����C�[�)��i\u0018q��*��=v:+P����\u0010���l���\u001dm%�X�NͶf{7��x�vw����e��v��HwÌ��\t�q�b��d��o�a���ys�4���R{0�oU���(�|�r��\u0013ʥSyO��͙�E�+\u000e��|[�\t�ݞ�2�\u0019�o��ɐ�g�{��W�\u0016#M:7���u���G����\u0014�X�]�[l\ne�Z<�W5�\u0012\u0016���Vt��a��iI�\b�rP\u0017�i@\u0007\u0000r�Cɹ3�I��^ΰ�\bH\u0014���$t�C�\u0018v��jC~���Mv\u0004E��CAHAZ��.���\bj;\b�1G�`_9��m�\"�W\"\u0014�h�~���{�P�)M(��\u001e\u000b(����]\u0002\u000e���f�*\u001c�j\u0015d��n�M\u001d���\u0005��\u0006�E\u0006p]�q�9\tON\u0017U\u0002�ϒ�;�-�+J\"D��ͷ1�9��G,�V�\u0013\u0011>��p�^�?��=�����*�h�p�\f���`)�KO��K��\u0007v�r��\u000e�N\u0018��] $���um����M�{\u0019��1r���_�\u0007&F\b�~2j���'��ɀ�\u0016\u000eA�\u0005\u0015�\u001dd�\u0015���U �\u0002E\u0015H�@S���/�\u0000Y\u0015�j@W�|�N��j@W��\u0005�'�\\d,veޜ��M\u0002m��\u0003t����P^��J��.�\u0011`Q��\u0006��%(A����W���_���eI�Y\u0014Q>�,�j/���x�\u0018\u001f�݆��3�[N�x\u001a�*��V�\u0010�\u0014Qc\u001c���CU�9_�\b.�ǒ= �{�Ӛ��kXO��]\u0004�Q;l�쉣.\u0002Xe|�f4h�\t�����\n��y�ZQd%\u000b'��\n#X|\u0002\u001b��t\u001f\u001a� �@*���c?\rä@B\u0003�t�,�\b�7��b���3\u001aMl���\u0013&t@B��\u0003N'�Q�S��\u0011RV�\u0002e?�g� X _�\"�$���A(��[K�'�r7c�L�\u0013ݹ�n�>��\u0012P3R+b�C�3d,��@p�J\u0002y\u0000��&���!��l�\u0012\u001f��=-B�0���*\u001ac����^Cc�:�:\u001ac�a����1��\u0016�4���*��\t�$\u0001\u001d\u0012�D\"\u0014���U\u0006�׮3\u001c�6\u000eฺ\r�~�4�ۺ\u001ba�����Y�Q��h���%�\u001b\u0006Ԓ]�9�8�\u0019t�ؓ7����:��\u0013�*dF�!Y�%S�\u001cB�:���k�u\u0005��\u000bm�hς*9ċ�8tʩ�z�d\u001f���\u0001�\b�Hu)�=YH\b��\u0019�, \u0010+��RW]_Xy�P�tB��M\u0010���T��\u0006���R���ݼ�%'\u001fen�B��,�I$#\u0011���}�N\\�b���횗j���Aj�\u0017�1��-�]W0T�Z��\u000b���w�[��`(}|\u0005\u0015&�p��\f��uɢX�~(L�,�.V���s)�\u001d��h\"�V�R8��\u0005�=n`��\u000e&2\\K�+\u001c���\u0010\u0010�A��)kEoB9h+z������^'�\u001d.�\b���Uv\b\u000e�N��%��Cp��RZ�\u0005����5y��e�ugm�{f��ؿ$\b�Ђ<���\u000e\t�tJ��~�++h�^�A2$�N�1�h���y��\t��|\u0015\u0013�+�t�\u001a�n�\u0004d$��\u0019\u000b��X\u0001�\u0002�[\"�h��2H�S�����׫y��Y�ѩU*���(�\u0014� v k7\u0015��^��\\�X,\u000b ��\"��g�1*�5(�jn٢\\�h1\u000e�\u0018O��-�L�\u001e\u0012��\u0012h���\u000fcmoJ�\u001f����einJ}�3\u001fK�4�\u0017��{N�\u000f�Gl:��V�\u0003�Fa�\u001c\u0015��f@Bp���i��(�St7��\u001e=x�æ�WS���=S��zD\b���Z\n%�\u001bi�\"lt�=��tߐ�Wh�W��\te�*��(ԣ[�X�\u0002�\u0019�z\u0004\u0006@�}{���\u0016�%����X��!��ԯ1E)��7�j�-�o�C��\u000e\u000f\u001br��%H������\u0018F�E��\u001e\u0012\\�\u0006\u0013��㔳�P�i��V�\u0002��x)E�z�\\\u0003���lo}\u00057\n���Ct\r\u0003��-!n\u0011!\u0010��R`��LY��)U����1K��u�2����\bZ�N�\u001b��^\u0014\u000eE\u001f�D�{�Uwd\r�ʯ�6\u0017ւ�r#5�]��\u00037���v�^�F�\u0018>*��|+�윺���\u0003�]ӽ\u001f�\bV�<(�\u001a4+F;�gT�s5�)��\r_�d*�4�i�g\rk\u0003��\u0011\u000e��$f��)�eg]wſ��Z`�yw���C�\u000eP\u000f+\u001c���Lw�sd�\u001ck�x\np\u0005�NDF�|���NPe���pJ\u0003��.�`��OC�n�~�\u0002A��ͶeT��\n6>6����\u0015�|O$�'<\u000bU�O<\u000bT�w�znۨ�\u0015�6�n�\b>����[K�0+��V�R\u0016N��,�~��(G(�)O(ԛ��G!E:�\u000f\f���<�r\u0012Py�\u0004#_{�\u0011�Þ;@��\u000b��v\u0002\"vY0�\b�[h{��3�C\"��X�\b��{���h�����\bv�����\nbdܡ�Tk������D�\u0019�g\u0001\u001f�\\��\u0000F�\u0001V\u001a\u001a\u0013\u0014\r���=\u001eH��\u001cD��Y��\u0018{\n�hS�<9�V��]���\u001bX\u0012B�fIB���\u000e\u0013��ؽ��\\�G`�a�3f� M\u000e�[�¾��D��h���*&J���m�{[�j����?d#g\u001c\u0015@N\u0002*�\u001b1���P(\b��nW��V�C#H��\u001fa������P��ˉ�\n��\u001a�H%�\bG\u001c{\u000e�2�yj\u000eieߏ��M�rc_i@�U�\u001b����\u0000G�-\u0000�\u0012������-C,Vo\bÐ�\u0000\fR(e�GX\u001bL�H�\u000e8#,���\u0019>�/�G���^\u0014\f-�q�����S��\r1\f�+�Y\u001a2\u0014�����q8\u000bT,t>@,\u00197_2�\u0013\u0012I��FJ��5\u0001��U�Bڹ�]�k\u0018�\r\u0010��a������y���)�:KM���\u001b\f���]|�\"\u0010\u0019J\"w��J�Ȃ��R6� ��)\u000fc�\u0017\u000e�I\u0012\\�6����f,��ʬ탛\u0007C�L3�j��\u0006\u0018R\u001d�TY�|5:V�\u0018<�k\u0017\u0018�C��n�]城n1\u001e\u0013��s9�{�m^�ON����\u001a��?�\u0019� ��|Ӆ\u001c�]=\u000b\u00188�2���\u001f\u0005�N��N������Q��@T-�_\u0003\u0003������\u0007�\u0013�/\fW��\u0006��\u0005���Y���\u0019��o,�Ry8\u0005���\f\t]9�)۫m�\u0006�:������<�:K��`�\t$����c0Oa6s��_Wtn��U\u0019�c㥱�,�\rB�p�Y�}11V���T���\u0003��Q\u0016\u000e�Tr\u0011��x�\u000b��_\u0018ֽ���u��\b�,�AYJ\u0004P\u001b���#��~�tG��5j�{��I�-p!_���):͖��\u0019�d�:��7���P��~��G�9����lgc$%%:��e�8;���\u0014c(;�)`�Nj\nؒ�\u0015j9�L\u0001���\u001c�}��_tA\u00037#�\\��ڪ�\u0005�Q�x�Y3�\r/���Y^C�,�W`��+0��\u0015�疆$\b\u001c�R[�\u001d�<�=S�^������bXox>[�\b��|�B�|�B�|�B�<\u001cN6��\u0019����_\b��\u0015�GD�-��r�r�}��#��)��Ҋr�]���a\u0016�(7߱(7߫(?\u001a�$��\u0002�\u000eޟQ�ן%&\u0013xe��<\u0002��=�B`��ǳ\u0007�����_���9C�\u0015�a?�Up�Rw\n��ߴ�r�bP�+��>g��h�P��sA��r:�\\~�\u000f�s�[�k\u0013V�|:�k�w�+wWU��z�s���kT{Xn\u001d2d��\u0018�\u0006%���~�\fk\u00063`\"�r�~�\u0018R�1$/\u0006�Q��3�<�Q���\u0003PK\u0007\bT�\u0010ō\u0011\u0000\u00003�\u0000\u0000PK\u0003\u0004\u0014\u0000\b\b\b\u0000���X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00008\u0000\u0000\u0000sandhya_planner-20240603224840_20240603193756/design.ept]�St&l̰[�6��ڶ���mۜ�v�Զm��ԝ��~�\u001f���ɺ�u_�a\u000e��\u0015%Yp\b\f\u0010\u0018\u0018\u0018�n��&��\u0012��������=���툟�K�����N�\u0017r�w3�X\u001ad��}d�\u000bbut\r�N\\�&\u001e\f�Q撔%H���S6�D\u00192U�P\u0000�\u0017�\u0010פ\u0016����u?����\u0004���[�2��o\u001f��j��w�ϓ`\u0000�t:>�s�\u0007ԧ\u001f���1�4�Ow\u00077���^��\u000b��l����ǩ�eޜ_@�Co[�Qs\u000f�\u000e��ɇ�m���\u001c�����:�v��\u001f܇�C�+�O\n�x���@耾��3\t��\u001f�\u0007\"b���k�9��HN����h�i��ڍ�;��\u0019����-��:Q��\u0013��7��M�O��\u0012\u0013A�W���XQ\f����\u0017��\u000f�F�\u0000+1�������GT\u0003<FI����\u001d\u000e\u001e�2�5�\u0000��[Ñ���zx\u001d��N7�\u001dkΘ�\u0000�\u001d���G�}���\u0015��7������א�:1\u001e��'_�����_*�\"]�U�\u001b{�\u000b&\u0018r\u001cD�sf�/�`Db\u0001T(���ܥ���璻%ĸ[�\u000b\u001fڏ�_\u0012Oǣg�^Gv�\u001a\u00017v�4��He7tU7�&_��sJ�\u0015���l�J�E�b�^�sʶ���4{c5�˜sJ���Tη�Ή�Ey�Tγ�2�w�u��}V䯣9��\u0006WU�C\tSn���\u000b���~5\u0011�詉ؤ��VuD�X�\u0016.�u����\u0014Q��^3�t�G9o-�S�K(;vuv��Z���-\u0000(�,��\u0015�X�\u0014&�\u0015�t\u0011��ɥ^fAn\\�\u001f���'Z�,�\u001fi��z�*7]K1k+ꋖq��r����ڼ�y�D�]~PO��F�q�t[����W�ޗ��)wcП��\u0006�p�wE�a�i(s9�޶t�\u001d�����q�\u0010e4\u001f郛6'r�_ߛ��7H�D��L�yW\u0017�7p����.���\u001b񿣉�\u0004KY�LZ_M�r�Y�m�kGt��VW��m�Y\u000bt�s�#�?����Z\r���t��9Uݽ0�3���\u001cÄ���^��C\u0017�d\u0006�x��\u0010m�c��CN㷌��\u0019���Ҭ]︅\u001bi�;\u001b�ug�o0b���������j���\\߫U��Ą\u0017�\u00160�w�'��l5��bk��i�ϒ�wt\u000f\u001e=t�-K�<�\u0012E���o�ַڳ�%P�,\u0015��^�9��(��z�u�\u001e�j�s�1S���gK�w,\u0017��M���c�xWF$.��Q�\u0011�'x��Zb�\u0014a�q64���I\u0002[���-K4�ӗ\u001f\u0006Qf����\n�q�z�$/G�)x^.~�(��U&�9g�K����\u000b���\u0004D�c� >��\u0010����\u001d�n�WĔC��\u0018��{�.��l�\u0011��v13\u001e]����\u00183��\u001d�\"`��\u00135`4O\u001f��\u000f��F���{\u0011?�4�SR�`Ъ��\u001b��Ζ���̄��H��)���v��5��\u0003�`m0�3���\u000b���\u001f�w�i��D`u�k�Q�\u0007�3*Z\b�:\u001e�U9����0g.�3�\u00142��k���\u001a}_��>�\u0004\u0018��O���;e.�6�+�;�\u000f��u����\u0019�_��j�s�\u001d��dl=�$�\u0007}yo�נ���\u0000��t�\u000f��1�3�Li\u001c��C\u001a\u0003\n\u001ag�\u0013i���\u000fȏ����`\b�\u0017I��\u000f��@ݽ �����_F��\u0014�-��F\u0007�K0r��\u00188B�-�-�^\tq\b�_ẓ>��\u001eߗL~�\b�����\u0001\u0004�>\u0007\u0012:\u0001yD��`z��L\n [ΖF\u00142V\u001c?��\"\u0017[\u0018����ޗ�P7�KV�\"����@�a�z�ݑ}��E�nP�|ӆ�)�Ҕ\u0002\u000fi\u0017��a�(Kk�c�Ѣ��\u001eiU)q(4\u000e�'E�G�妩2�Λ��\u001bc~9�B;���\u0011{�g\u0007v\u000f����S�B\u0017\u0011�+�IW\u0007�\r�ʕa<���ȴ9C�k�+��h#�w�\u0002��.\u000f�ւ�ɮ�3{s����b`��%�\t���1�ܓ\u000e���~B�B��_p�]ی>�\t蒜Ѡ�6N�\"�����7�~�_|�O�\u001c�K\u0007Ǝ�\u0011\u0003m�\u0002���C��\u0012�<=�&#�D}+��dz�V}�\u001c��-N�+`ؖe�8\u001b!�a�I\u0017r4��ΰ\u000f���j�I\u001f. ��E�Ր��\u001c%��\u000b���+�kWgcjC��-\bc�a\u0004�\u0013��B�� Z��v�ph��Z�o�0�}ȺP\u0010� ���p�\u0013\r4�a\u00199�{�=RqߡB\u0002�@�����F\t�!��Y�m�N\n�_�_\"2\u0000\u0000.��:�P�෴�Fe��\u0017���S9PseR¾�m�.ь&��d\u0005\f�Oß8ݵ[�$�a���\n91�e�2\u0018Ƈ�O��z@8`�;\u000e�v9u��JMRzKX}�$1���5G\r\u000f���r��O9�ږI��\u0017\u0013H�\u0006~��{^^�\r�L��1�kg���l}c=�k\u001d���%F���\u0011�qڣ�\u0001\"\u0003��7Nuh�k��pjӇ�ɡ\u0002!9�(��`�����bw\u001c\u0006�س����<\u001a��F�į�|����:�����\u0013���\u001b\u0016\b-��%�:ݖ�s�5ڮRׄ\f�\u001e�(Ar��Uj+\u0014\u0019�\u0001���E����Q�\u001d�\n�z\u0011t抵:�uO8|\u0016�{QE�r^�:+\bAn�\u001b�<�a�ǉ�#�\u0005�x\u0003��M�U�'a\u0005d�]ͫ����g�\u0017��:�\u000f�;!���ҖS��\u0005�n�\u001c\u0006�\u000bl�\f.\u0007��r\u000e��j=u\u001f\u001f|D���1��#�NE��=\u0011\u0019�#��b��\u000e|9�{�������f)�r�\u001f>��GY��&��\u0018Y9câ}r\u001b2q��\u001e0���7�;K�o��g��ǐ\u00046umf����\u0003H�?ĺ��2fr�.��\u001d)W_t�\\��\u001b|\u000f��F�9uP~3�x������oegޒXS1`�v��4�ƭY5����n}#��m�\u0019+�\u001b�����Rc��o�U�,�cm&&���Rp\u000b��]^X�VCYT�\u001a����*(l�>���@�\\�\u0018pڸ`��i��pi�\u0003R�\u0003�y�M�p�gZ\n���ƝG�2�,\b�('y\u001f�zD��f/��}�\u001d5t���2{��\\\u0016����L�ڸ\u0002��\u001aI>���e��\u0004R�h�q�xH��z��g?\u001e�EQ\u000fK�*�\u001d�ѹx��\u001a,ۮ3'���\u0015��渕5\u001e\"S���6��wN/�T�P��\u0004\r/�����l�zܡ@'���(\u000eѴ�0\u0010�y��UNt�6���Z§�\u0007%��M\bG�>%�����p��J�L� ���1�R��.�����\t>�Z\u0014�OtV\r���K�\u0001�\u0011�u��N����\u0017u�ly�\u0000&\u0003�cY\u0015��!����3�5祹���\u001a\u0007�h)�K�`��w�\u001c������Tª\u0007,O��'ʍ��\u001c�d��U\u000b�$y{��ٿ��\u0003\u0007Wu�I\u001b���\u0003rL���\u001c�K�R�Y\u001f\u001e/I�^\u0003h���KM�\u0010k�W:H�&c\u001f\u001d�ZL\u0002��B\u0014DH��.\u0013r;bd��^��!˂��!�i��\u0017z��\u0013��k�v���K�\u0004I�\u001c��4[�(~w�;��\f�~��y�K(�d\u000e�\u0013%\u001dN�?44Dά8��?[[e_@\u001f\u000f����h>$�e\u0005��k�.��+� \u0019\u0011\u0002\u0010�\n>��u�D<�;�\"�N\u000f��d��|���\u001e�JT/f���\u0004\u001ehN/�\r�x\u0001���\n\u0014��M�\naL�\r o$�]�/V�M�����\u001b�'U{S8\u0006�ů27ŭ�Y뇻�U_��\u0001E���\u0019�\u0012-2�?j�\\�f��iY_1�\u000e��VS�tXg<\u0014A�����S�o\u0011\n�aBxۙ1\u0003\u001f�\u0002qгC��Ȟ��?�0��3��mL��7L0�\u0011b]β������|�aq��b+��4�F�G>F�\b2ZC�I\u0001O�j����Ѧ\u0011O\u0010\u0001R�Q+�x��\u000e\u000f\u0006���-\u001a�\u0002�V�Ex�y\u001ed{\u0010�9�g\"��b\u0014�?\u0001�y\ft���\u0017E�Ɠ�y5�n�n�3'�<���kb��>�]y�\u0010��\u0017�X�00�,����Z>s_��>��\tQ�A8��Ƴ�tj\\\u001b\u0001�|�\u0011�\u0016L��\u001fΊA;��\u0018n[H�\r\u0011���ā\u001b�����`�B�֝�kg����\u000bͻ�\\�\u0005�\u0019\u0004\u001d��4���g�ji2�\u0014'\u000b\u001c����\u001d\u0018�U 3��Ȳ��0\u0002�H�\u0010�G�\u0001���C\u0005�\u0010�q^�m$z�\u0005\u0014�H�m�9��1Bs�b��N�\u0018�$KP�\u001c\u0005���d�K�vF\u0018(���\ft肷�sjɨ�}��W�Ů�\u0006�y�\t7�U=�DC$H\u0015}�����R@Z�\rF\u0005,��˽��;����%�Xi\u0003˼&�\u0010�l�řd-��\u0017�\u0005�U��\u0017h�0w�X��>\t:�߆\u0018��M�1iD��j\u001a��5�uF���$�ks���\u0016\u0017Z����\u000e�\u0004\u0017�� �ys+sjL��\u0001`I�C\u0010^ku&Sw����\u001eƿ�s�^�·��\u001c������\u0004���23���8�]�\u0007��\u001el\u000b�\\�7�d�y�;y���֢:���lv\\\u0001+���A_o���E�IJ�B-�\t\u0014�W=�<:3��}Ś|%��\u0017\f��/��*��\f�!�I\u0010�\f�ܬ�֥/�\tg�'��\u000f���e��*S���%O����l�\u00164˷�R#\u0019xd��_Īs�\u0007W�\u0014G�]\b��#�.�?H�o�\u0006V�?�~�\u0007\u0012ϟ����u�N(\u000bGɚu�.�����d{�)x�1��\u0000$�Ng^5'�d�|0\u001c>~�=\u0004x���K���k)Av4�Ѧ]b\u000bh<���&��W��1�k��{��Ӧ\u0011��OQ6�5���h��3�d�%d\u0013\u0015>���fG�_p\u000f��K�\"���Β\u0007��ɧc����\u0014\u0019���0\u000b�\u0004v=k�ʥ��\u001d��\u0007���\u001b�}T�C{4����\u001dp:��8\f�\u0007Z�e�\u0015.q��I|�9n{\"\u001b\u001e��\u0016����ݒN���PN�s�CX�M\u0005���\u001bE��>���&e5nƿ]uX�4�\"�\"��8�t�r!\u0013�\n�\"ƅ\u0005{��D��CR�\r��SV�ǚ�,\u001e{�\u0005~'����� �4��Z�I$�x�=\u000bLE\u000f���\u0017S�����;e¹�2R�[9Ѹ�o?�����I ˖\u0010�M6.���\u0017!9��_,d����/g\f\u0001M �<%2��\u0004�\u001b��a\u0001X� \\�<n\u001ePU_\u001d\n�k*��=}�m\rL\u001c��\u0010��\bC�o��+'�\u0004\u001bz��i%.�&s�ܶD���\u0006ǚ\u0000֤=�$�g��m���<�^�\u000b~�p����,���b�OEkrN�kׯ��t8.��1\u0006y��,���u�ߟN܊}N\u0011���H�s3(0��\u001e����|<�\u0011\\�qԳM�H�\u0018�\u001a����j��Wz�\u0015�Bf���cq��P>�O��������ɷj�8����1\u0015���\u001e<\f\u001f\u001c1�-J���D;B��<����ω7�?\u0019��!�\\̯�7��\u0016.\u0002\\㞎Ie�\u0006\u0019q�eR�A��\u0006���ɘ�q\n0\u0019*�6����q\fI-U\u0005k��\u0005\u0019\u0016\u0011�KӺ����˴\u000e�J�׽����QЍS/�^���B�� <D+\t�����}Q�Zi��\r�A\u0019U ��44���\tM\u001c�}\u0013��/\t�\u001d�\u001f\u000b6��*�5�:.Qv��\u0016��ɣ4(�r#92N��3\u001a�O�_� �޸�C�\u0014a�?�b`\u0014\u0005Kt\u0016\u0006]�D\nbG5���cO\u0015Ӏ�5�W��H\u0014��G��\u0013�{n���`�8i�ʛ3�� 0�u\u0012H�JdY�\u001d\u00193H�R�'�\u0017T���\u0014q��o^�\u0006�{e�\u0017�Q�^p�\u001b��I`tU~n��`�~�2rt�\u0019�\"}V#���\u000e�\u0001�L��z\u000b=�V>i\u0000�\u0013�\u0012�|â�O���3ջ:���W���.��iR�6��8�Hӽ\u0016>}`��t�J\u0006H���\\x��\u001e�̾�$\r�\u001c��\u0012\u0016/����\u0014�\u000b6�-���m�i�]��i<@��H�u\u001e ��^��\u00106\u0013)B�I-d �>�yh�\u001d}T\u0005�\f��z�ŧ?˩��9����Z�\u001cN7\u0016\u0000\u001c��\u001f�N_�y�7�R�0ݱp�a��\n*K\u0000p3;Se27�1�>�L&=rH�y\f��\u001e\u0014��x�(�\u000b��\u0004\u001acx;�D�@\u0019��]C���\u001a�򎎶�\u000b���ve�<i�1zzAz��[U�\u0006�;<�Y0uoշ��^����\u0011>�\u0004\f��ч�6˕\u0018���j�{*�\u000b�������Ӷ�\"�qp\t�!�Јј��\u000f�㟘85�ȜrEMllt19(x�]��E�\u0016Q�ų6n��#�6� ��టy�a�}\u000e���\u0015g\u0019vW:\u000e��\u0017`�*K����E2�\u0001���Ɛ��P��\u0012���}e�Ȅ�\u001b�$\u0000$]�T�\u001ah�\u000f�\u0000�-\bO\u001b�4WtI�\u0013\u001d\u0004�\r<�\u001d�绚�0l�^�\r�5fO\u0011\u0019F\r=\u0006B\u001bD�JR�غk)���H檽�\t�\u0014\u0012WT�\f<p��\u0001�1m���p\u0018m8��\f��>=\u0011�\u001a%@��,<x e1�\u001a-(�'��]ZM�\u0013��n�%n�n�Q����-�jig\u001f��w�*\u000b?=ɬM%��f���_,J\u0019�\u000e\u0007���M�MQ[ɟ�WVZ��[d�~�^`ļ��w���cD-��EĚR�#\u000bL\u00146��]V\u0015\n��tJ�ҭ�z.�\r�R��XGk�\u001a�N��8�\u001b�\u001d�z����<ODؖ#���Fk��u\u001f\u001a�֨�+c3�԰k`Xg&\b���E�b��p3��K�e�1g�B�XK����Z\u000b�I\u0011S\u0013zz�\r��PĹ�\n��\u001e��\u0018�\u001e��)����`�}韢yg�D�W|F4֢\u0015�+\u0011�$$$�k�\"h୮D�O��r��{��1�3N{\\ݸ\u0017�fĬ�=Q�BC\u0003\u001b�(��g\u0004ݓ\u0015W��D�VQ���E�\u000b��{�y\u000b�:�K�Ӫ�}Ϛ�)x���mP�Nncp�\u0018L�+l�)\f�_DJɓo�\u0007&�4��\u000e�\t\u001b��:��^���\u0016]�RZ�\t��ɗ�mz\u001f��'V���~�Z_�9�����\u001e\u001e.&��%o�R�k\n\u001e�\u0014�\r��\u0006J��-�98m��\u0001\u001b\n\u000e��\u001e����H�|o����#�ϰ��$\u0005\u001a߁��N�>=������5\u000f3sI�4\bP�\u0015�9c\u001e|rB\u0005�{�tY�\u0019�3Z\\od`\u0012��9\u0015�]�2��d\u001av\f��D��J���\r'�,NȤH�\u0007ƭq^\b>6^�挂r��\u0004{&�7\u001ec <ۙ��hy��A�)!\u0005)c%��\u0003�Bj�´B�1��\u0014\u0014��|�q�T�\b����y)g�Ԓ=0��Q��\u0013�;\f�W,�\n���1wU�7�`}��⌄�;%�\u001eξ�S�S,\u001cu�A�g��B\f\u0019o���\b2P3eƒ�8-�#\u000b�ۘw\t�R�ɏ�v\u0001\u001f�����(ۙL݅\u000fX�^�m�!z��x�[ך=�\"�\u0011O,�CW�ّ\u0007�1�������*�Ȓ\b�\u0015��\u0018\u0016�����]�K+\b1��� E%�Z\u0003{\u0007k\r#㭫���s�\u0004�=he��\n\"Uzݶ'�\u0019T��\u000f\u001b-V�l0����rU-����\u0017�\u0011XI�����ՔO�n{�D?gm\tS��QK\u00102�\r�fc��P�O�`n\u0018\r���d)��\f���S=�\u0016e� \u000e����\u0003��oQ�6D�*�������\u0016���%Y4c�¼V,\r�y4b��Fw\u0000�\u0017�\"���>k\u001c�W�o�~X(�Q?5\u0014Ф_\u001a\nh�o\u0005\u0005�\u0018���B�?����\u0017Z[��Q�\u0019�\u001f������\u0004�AF�S\u0013��lI�'!(\u000f��l\u0005�p�@�s�o\"�o�0mnل1.EQw�Ŀ���]ȕ^�=����\tUe:n\u000f�b��X ?Y?\u0004l;t�\r�\u0001\u0016}�u\u0015����\u0002E�'\u001b\u001a\u0015ՏK����\t\u001a\\��'�(!��R���-�P~*\t`�T�w�\u0010k؊\u0002�vH��;��\u001b%�mO�����\u0000��a\u0002f8b�'(\u0010�2ՙ�g�V\u001fVW\u001f���%�\u0005C�\u000e�\u0014-�\u001e�\u0011\u0016�*R��@άY�0�w�q�)t�����t�|�CoT��_�\"��Ґ��)2H���A�\u0017��:)���\u0006��]�6��\u0003��*o�=�\u0001T\u0014\u001e�\u0003�$\u0017�t����Յ�w;\u0011G^B֨��0T��߯W�{t������)���A�ԍ\u000f�C\u001f�\u001f\u0005��\u0004�\u0001~�!��\u001bmt�EѾJ~|\u0016��U\u0003�Z��0�\u0012L�iy�;z�ܱ\u0005~P�չ�=\u001c�\u0018\u0019�Ԏ\u000e�@�\u0005Y��\\�\u0019\u00184�\u001e�y�.\u0000����\f��\u001d�\u0001A��1��u>�AW�\u0004\u0000�s�\u001c�+�9~����|��\u0006'�\u000b˶Q�Q\u001fCK�;\t���\u0014��\u001b\u001cJ�C�I\u00133Ӄ\u000e_��\u0000�0'ۗ�pQ$W{{����6��S�\u0002�\\}��J\u00074F#TȔ�\u000bՐL��\u0002����/Yp�\u0004��\u0017\u0002�V)��SQ��K��h�\u0012:�!儏�J�x��\u0019�m}\"o�k*��z\u0019s�k�!J͙�ۡ��0�D��o=�}\u0018�Î�֪J&�Q\u000b�vH�1\u001d(�\u0004b��_�\u000e\u000f0�bs&�Jt�\u000f\u001a���\u000f�֣#��\u0004�s��Њ�yA\u000f�㚓O~���I�ǳ�W��\u0006�'�E#�|���F��$�Mw ���\f\u0004�\u0014䉄o���:Ӷ$\t��{�(��-\u0005��������B2b�/S�̨ \u000f������\u0015�4�\b|4���`��\u001b^@�hSU/\u001e\u001b���>����Y4�ky�\u001d}��\u0014ۚ��\u001a�Vuz3g*:7e@v��uoU�#�2��V*]6+<U�����\u0010%��F�Z'u�D߂�U�#TN�c\f���T�vG�F\u001a���\u0014�&\\��J\u001e�e�\u0000����D�\u000b\u001b\u0011#\u0001��\u0011�a\u001c��I��m���Δ�'mz$[@��^)\u0001�e݆Z�I\u0015ie�K�\\��\u0000�p\t}\u000f�䓮�ɨ,�P�2�\u0005�����x��L�٩�7QGu�������<c���c9X{��?IYP+��\u0016��\"\u0015>�9�Zr\u0013�6\u001d\u0006<���wO�3��if'Ĥc\u0012k��3E-��\u00187\u0019\u0013��0Q\u001f��\\<KX{}>�XB\u0001L�\r\u0003��.�g��\u001f~��\u0017d�\u0005�FO�+���\u0013�\r4�\t�-�_��3!� TA�g.\u0006�y�2�uW`���\u001f8�\u00077]���f�6w��k\u0010QS��#�F�i�9���\b�\u0002�M�:�\"\u0014&�8���\u0010֏���s�Z�\u001e3��A�Y�A�M)z@Q��7F��\u001bL\u001f֐��i\u000bƚ���[�R�?\u0012�h����xFǁ٬�w�\u0002\n��dɚ\u0002/0�_l�=<N(�\u0000�\u0013bi�\u0005\u0006T�34��Z�a�l�\u001a��\r\u0003�v.�\u0003�ݓ\u0010�o��䳩�eo\u001cd\u0002����dM�[k2�9�\u0019��,xÕ\u0014\u0013�\u0015�\u0016kOB\u0016OM&���\u0005�\u001ce\u000f_\\ 1��<�F$��\u000eE�-\u001aI\u0014>Q��,����s_5��%\u0015*nHr\u001f\u001czE\u0004�\u0012LE�-߻9&(�\n����E\\�^Y�^I�\u001cs�v�\u0006O�\u0001I#���X*�jrg\u001fGl�xj���֪+�p?��\"��B��\u0002�W���\u0017��л`O��\u001e��\u0010U\u001b��h�\u001c�7mʐ\n8����C�𱘁|�lO�)�d\"ȁ�vK��\u0015�\u000f��\tN��{����\"~\u0018�ʘ��TdN�~iP.��\u0015y����\u0004��\u001f*���\u001c���\u0015\u001d���b��jWe�D���\u0010he\u0019\u0006��pw�\u000f���p[����^��X(�,�i\u000f�0\u001b\u0013�K�[��ͩ��\u001f\u001dt\u0017ı����w\u0013\u0019~�y!�Se�Uҟ/�\u0014�\t�3v��+�ɭ���>�\u0016��j���,�T\u0016u�I����]�;���\u000b�\u0016b�)�@\u0017\fRB�ܢmuXf�\u0006��]�c��B�\rG.��.5����𷏳��HMvM�j�i�\b��]o>\\-��m�`�(^h-�\b��\u0003�k���m\u0018\n\u001ah��UJP���\u001e�m.����v��u�r���.���`A,K�m)\"�3\u0002\u0013u�ٱ\u0000CÐ:?\u0016:pT�\n,e\u0015��Re�;�}J�\t\u0007\u000e쵻�Ty�:��N�b8\u00146\u001e<@��\u0019M�K�s���\u001c�\u001bR\u001ab�r^f��j���z6J�^!g�\u0019��)\u000b\u0000�/GA#���-V��9�)R�U�O\u0016\u001f\u0004%���r-&rq�@�4�\t@�\u0000\u001b�O%����8u��l���=\u0003�c2m���\u000e\\\u001aԬ\u001a\u0019����E��Cچ�T�ުg\u0012\u0004\u0013��V#R�6�:s`R���`�,?\u001ea\u0006\u0017N�<��ܩ�\u0005�����3\u0014\t�ۋI\u0011'�9\u000bdYq2�ĳi\u0002�u��\u001e��\b� dRuZ��oI\nE�+��n��\u0016�\u0019\u001c\u0010G���'&亡��������t\u001e�kSkF��jt�u)�S��}{$�����!\u000b\u0015�+���Ȅ��06��\u0004GY�\u0007}{��1\u0013_Ĵ+\u0016\u001e�k�%��M(�0\u000b��P�rA6�X>�\u0002\u000b�o����\rWu�&Jm<ĩO\b�\t���u7\u0010\u000e���f,�\u001b�j�ǣ=��l���c��\u0003p���aO�*)���<I\u001b��\u000e��8\u001d�(�⍲Wy�m��$:��\u0004�����\u0015���.��\u0004\u001cZ�C4\u0014\u0016���[r8�1Pl\u001dC��A͙.e\u001f'�卖댮Ťxᙐ��0t,.�4�����\"\f?�$�\ne[�dl�*!{(��A���f��X�K�\u0001GL�h�[q�;�/�\u0014��Qغ�g\u000f+�\u0005������ķ�/�����f\u001c)�qM\u0010\u001e�X�͸\u001eҗL���(�����Є�rK\u001e�4����\t\u001f0���9Y�\u0016k,r|F��U;t�N˄\u000fx��G�b����Q��A.��.��ڣ*�}�\u000b]��7�<�d��fr���Kv�\u0019�:\u001bռ~]�A=(\u000b+PB�cǭ:�\u0011�Cڰ�G��l���zj����\tQ\r���\u0011�\u001b0s-�U��+B�T�L\\D��D0����#�\\�Uٜ�GHHԱM=��]V��+���\u0005��\u0014\b�\u000eP\u0016̦K�)?߼��{Q\u00033�H\u0007\u0007ܥ�h����Ec�\u001e�\r?;\u00137�@2^\"�Lwnu�;iZ���,\u0004����h���&3�\u001bu;4�O��\u0016{��[\u0014�Pq�N[�~��~��+\u0018,\u0019��Z���=U3M�7y�\u0013Y\u0001�\u0011���]mn�\u0014���6�fСIdA�\u0005?�\u0018\u0003���*��1`�\r���ѽr{\u0003\u0016\fJ:\b��\u001c�\u001b\t�p�d\u00166��\u001f^bd\u0013Xyi\u0004��<}����\u001c��7�Ho�\u0011���R6�+�;\u000e�q\\8V\u0003}�td�U,\u0007w�\u0014�ē#^\u001e��}�\u0014\u0011�\u0001�\u0004�$v����P�%�lgh7��E<�ޢG:]��\u000f��8=C[hK�Sg\\>5�\\�&��\u000f���\rU\u0012���\u0012B��0\u0016��]W�\u001b��+���v\f)\u001cO�W<?�V��\u001c��\u001fsz5'Lf\n\r���J\\\u001e|`���U3���\u001a�\u001c!\u0012\u000f���H�\u0001���߬�X\u0015\u0019\u0003\u0007\u0002�[(�uL��椈M{\u0001͆7�\u000f{��E�d���n\u000b!��`�xF�U�\t�ܽ\u0017��X��.�\u0004�x�\u000bfH��Rw��o����d\u0012��u9]^L��b�P��ĭ`�Aʓi�+����g'\n �\u0005}�k#�\u0015ܼ�Sv�\u000e�h������,\u0014#�{�芼��C\u0015�':�`�:���hb9�B��\u001f��\u001c�$\r��W�\u0010�Ə�\u0005�\u0012���cR\u0001#�U�\u0018Ah�1�#a\f<Ó{YQV9� ���\u0014>��b����)�t��%N��\b��Xk�{Y�U���f�ɿf\t�(�x\u0018�Ϛ�]\"�\u0006=�8B��z��|��\u0004�\u001e\u000b*ud�O��N\u0003���\r[���͕�\u001a��\u0010B�s\u0012���\u001b�S�\f��VE�0\tX�)a\u0002���sv��\u0007�Y$��p��@\u001e������uSo2�p��q�'����Lb�\u001f\u0019�_�\u0006\u000b��)�]����%�[�h�;]2N�nS\\㆐�\u0017[C��C�b(�-�*\nb�\n�x��(��x�Ѧ?Z�Q\"�v��B�q*�[�4\u000f�\u001bҊ�(��\u001b�5c\u0011\u001c嗈'E.5�>l\u001e�,��?.v��b5a\u000e\u001a�B��l��\u001b\u0018�u�\u0014���ϫ�\rkp+���x���0�fL�*d�</v�qVf�۬d\"�%�X��o\u0017���|{H�rθ\u0012ho�7�B*\u0002��sj��J�~\u00037����&��D���s\u0012�Q*]B�Ю�7X����\rR5�[��\u0001�KW�cX�B�\u0004Wb}{N�i�T�pɴ�Hv�%\r\u0003Ꝅ��fH�S�&�wZ.��������*����s�{,\u0001c��Q���k�V�K�ߥc\ra�������T%m��)�p3�e�L\u001ev.+6诜��\u0004\fw��\u0005�\u00057����O�U;k\tIp@�r�JB�\u001c��[#9u�\u0003�8��|�=\u001d@���\u0016Z*�\u0010�%��Ԥ\u0014�DM�05�z/Z�ݶ����l��4��f��Y�GW�F��\u001b���f$�q�\u000b%�%��U�g�r\u0016�&w�R��9\u0005\u000e�����9HEN�$�\"\u001f�\u001e\u0011�~�\"ܿ\u001f��z�T�z�t\u001a��(b\u0007*~)����\u000e\u0012�BFKR���\u0005+H`�\fo57+2��wI ��]�����\u000fW���c�Q�#Ll�Pa�8h+?�\u0016ߣ:����j5�3w:=-\u0012�\u001dRI���$o\u0014,�4�S�!�X0�!�f�\"�J\u0012?��a���\t\u0001��q�)++=Y('\"\u0015�\\V�ݤ�%n71�o\u0019���*0wm���d�\u001f=�/�,�'��\b��zC1�WK�oU�_����H���\t�$�}d\u0007~�o]b��J1�\u001b�g�\u0006�����D\u0003\u0019S^�G��p<\u001c\u000b2|���7\r �]q�yb\u0007\u001d\u000e\u001f9-r��\u0015�2�@��D��.��u�ak�\u0011��m\u0006)���\u001e7�\u0003�\u001a��n\u0014S�|dFZ ��7�\u0006�\u001d��/Q����Q��;�g�G�_\u001b*#���<�~�#z1\u0007*\tX�j\\f�is\u000fwQ�N\u0006H��l���K..��2�\b��\b�����\u001f:�/���z,�B�\u0015����ˠ��-g��!%����s˨Bs*��i� �&\u0002R��s~����U\"y/�%���fLO)/9?�%ڡF\u001e�s�\u0006�D}v\u0013#ݻ�vvmi\f�\u0002�'�l��\"�@\u001b6\u0010׋\u0013Ô\u0001�}Q�@\u0011\u0013�b�\u0007;��n��d\u000f��\u0013\u001cƿjw��v�Y�sS��s8�Ԏ(_\u0004�}�?�\u0002Z!�vt�KgY�Z�=��\t��˕� �w�\u001dQ�n\u0005�r�u�\u0007l�^y#f\b�v�?Z��N#)q�0��\n[+j��]\u0004%����f�ȵ3�p�+�f�}Q����\u0015��NI�*\u0006\f�M��r�������\u0010�-}��g\u0019+7�&>�\u0000��\u0012\b~��NL�·����S��\"\b�.\t��j)���L�W��F=Lu-L\u000f\u0014��\n\u0010l���a\u001d�k���U�\u0006QE\u001c\u001d_\u0004�x�>~e\u000bWd�rf#I�+��d�H\u0016\u0006�)��j\u0010�N�P�TcL\u0004/�ZG5`���\u0014\u0006�YiЭ۬�h�\u001a�h��L�*\u001a��\u00108)�-V��u\u0014�MJf��A}�=zIAl�Yߔ���*^\u0003�G��z��e\u001fj�^z�\u0018�o5k.�i��\u001a����\u0017M��H\u001f\u001d�ĕw*�6\f\u000f�R�\u0007��0�6���l^,7��\u000b\u0017��ܤ�-\u00072�X$m\u0013��s��9\"��5Q\u0006�\u0001\u0004�\u000bt!����\u0004�A�\b2�I\u001f�\u0015\u0015e/k�~E�ƨ��=�\u0019\u001a�π\"���\u001e�m=�^}�N�؏������\u001b(�a?.\u0014и�\u001b\nhگ\u0005\u00054����]�G��g��?����Y��WHت�\u001c^\u001a&͓\u0016%5ɒF��\u000fg\u0014ӄ���la�5�\u0001�\f\u0016�\u000e�\u0004��\\��H��\u0012E\u000ep%��\u0016\r�zZi\r7�Z�n��й\u0005D&&f؁\u000e�|���u%o�Z�.���q�<�\\�\u0010����3\\-���V�\u0005E�C4�^�<+\u0019r#�F\u0013\u001e�^��ɓ�!���g6�ec�s�\f\u0018�I�r�����\u001c��nҾ\b絠1��\u001e��z�����M�\u0014]ri�sE��6�d���c\u0012\u0007\u0014cN���U\u0011Ψ�#T��3\u0018N\u000b�*o\tƠ-�\u001c�R��,\u001dF/j�f�#j�B£�:�\b�M����b�\u001a���ox�M�\u00155h��+�\u0011��u&�n\u0013]�V1�%q�6<b��G���7�\"9C�_�Έ��\t03�Ϫ�dv|MvX�N��\u0016�\u0004����:J���S,�r\\��(J �r�+5*�W��$3�˰%\u0012Y��E�@)\b\\��e��Ut��+J\u000b�\u0006�U�RԎˣ\u001b\u0000AW�\f��8q�`͘�2\b\u000e��-�R�Խ�T$0h�x\u001b\"r\u0006e3�E��\u0012�\u0010�\u0003`\"�?A�\u000fj6Sį���q��!C�g\u000ff��\u001b,�\u0017%��&S���%!e�j+.�%���\u001a�5}��h\"�\u0002aV�(\\���C3��\u000b+\u0007�Zx��(J\u000fL\u001aPS�q&�$j�\u0012ݑ6\u0017��iQy��T�7ݭd\u000b9\u000e%��;T�wY�2I��\u001aB2o�J*>\u000f�E�1\u0001�v\tv��\u000b�\u0013{\"hV�OΕ�)ۺh�8��v�Z�a\na-\\M[���Z\u0002�^�F\u0007�Ho��f��W�蔼���Hɛ\u0011�\\*�\u001cW6(Ko�v��\u0016�M�\bg��<?R���]Y�u|_����G�Q�������ن*Lx����{�3�\u0001y\"`�޵��\u000f�������Ds��\u0010)��7�tN�@���[#��k~����2��W\u00011y`\u0003\u0017�\u0014���F\u0007�\u0006z�:d�Y���m��\u0013!R\u0007��'\\��\u0000\u001du_�\u0019����-�5_�\rݲ+����Wob��.\u001b0f\u000b��8{س�ͫڿpn�xpm`O�\r\u001f�}�M6G+����U�R\"}���cG8^�sf?Z��G.�VS�fĂ��\u0002�o\u0001�u54�\n#w�Ńdbj��?�I�V��eg?O��̺��:�_/\u0011�\u0001�C|�;�!\u0005\nLBH\u001bk�A؄7\b�\u001aՉ\u0003��M���Jٮ)�f�_\u001b�^H���L\u0014�<�=��\u001b�$a\u001f\r\u000e��;6��zC}\" i�]\u0002��\\42��ͅ��n?�\u000e\u0002ȒP��2�����2�˭ɽ/�\u00168��\\jKQE_���\u000f[�1����aF�5���\u001buPA�;�u�S�#�\u0018I�j\u00180�gQ*�&z��j�����x\u00106ӛѫ�d0ߌ�!�57,�F�B6�B��]�$�0�mL:5G5]\u001fR�\u000e�s?�`�к�\u000b\u001b��²���\b筳վOB��E\u0015����.��\u001e9,.�r4�X\u001b��Ц7ֺ��\u0014�h��Ww.#��Ӷ\u0010��ڊ\u00105�\u001d<�\u0001��o�\u000f��7�\u0006����\u000f��\u0006�\u000e�u�\u000b���\\���\u0015a�\u0000\f���\b�'��R�� H���V&���{���_\u001ax\f�\f��=�\"mՐ�g|�\r����#d!0-\u001eW\u0012�e|�D(�\fX[^T�\u001b�\u0019\u0002#+\u0015�<�\u000f���nG܌I\u0013T.��W�x�\n/\u001d�\\���\u001e�0�[d_](\n\tM\u0005}��֐\bIO�D��33���\u001d�ɋ7-aM���a�#@\u0006�7�\u0010s}�\t�ҔH�\u001fN��\u00024�r�\u001b�~ʃ�\u0010\u00002Q}�,���K\u0006>�&��Ɂg��#�n\u001et\\1n�\u00119�E\u001b�\nVI�*Կ�u@WX\u000f��i�2�na��^�\u0000З��-��8Q\u000b\u0013�\u0004\u0015��i�qh\u00040�r\n,�R���/�\u0015NDv�&�a\u0018.\u0010�q�\f�c�Sj���&�|\u0015�?\u0014k�f_\u0014��{�\u001f�w:�\u0002U�7u�\u000b�W�/�� }L�÷�P�\u0004L�('\u0004\u0012�!�Z\u0015e\u00104\n�\"S;T+q�?\f��r?+E�\u0015�H\u0016 �\u0001��M��a$F��ݹ�n\n\u001b�0�\u0016BTf�VdL\u0003�^4\u0016�Xs��s`h��c����|#���(V&\u000b�M\u0015���2k �p[ͫ)��t�h��H�\u001b�j\u0016X�7�E�\u001d�Z\\콐[��`��f\u0019~�\n#��K\u001a�3�\u0011��\u001e�\u0012v\u0015�\u0019\u0017�\u0017��4���2v�Y\f\f=\n�d�WY�ތHE Э=��\u0005&�\u0014�\u0016�a�w[�T�A\u001c�gm��\u0001��֪��a�����uƝ\u0010\u000b�53ȭ��[ф�����b�3��#\u001d\u0006bb�����`�N�Ԏn%�uk���*\"�pT�y\u0019�M��+�\u0002L�?�\nĘ�_��F�\n,(�=LS\u0005m�0�(�;\u0015�)Ӟ��2�lT�\u0001�\u0015�̧���\u0014��d�Ys�\u000f Jā�,��\u0015�v+\u0003�k`�Y�Z���ݙ)̗��6-�_������ƙ���F��`�z_�#����\n��\r\"\u001eNπ\u0000������l\u001dkڜ4����rZg�<I\u001c�U\u0002˘\b��[V��yg�\u0002V��Ρɇ�>�\u0011N����s�2&�.�e���6z�,�\u001d��g�fr�@d�C\fΉ6U�ѱ�>h`e�o-�\u0018��wr\u0005ή\u001fiA���CC7Ť8~�y\u0015f��|\b��se�d`���z�\u0003�$\u000b\rS�4�8�\u000e\u0002b�\u0000\n�$\u000b\n�\u0001���w\f\u000e��/��\u001aLI\u0016\u0012�\b�����f����\u0003PK\u0007\bR�F06\u0000\u0000L6\u0000\u0000PK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000���X\u0000\u0000\u0000\u0000\u0002\u0000\u0000\u0000\u0000\u0000\u0000\u0000.\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000sandhya_planner-20240603224840_20240603193756/PK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000���XT�\u0010ō\u0011\u0000\u00003�\u0000\u0000B\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000^\u0000\u0000\u0000sandhya_planner-20240603224840_20240603193756/design_data_1723.sqlPK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000���XR�F06\u0000\u0000L6\u0000\u00008\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000[\u0012\u0000\u0000sandhya_planner-20240603224840_20240603193756/design.eptPK\u0005\u0006\u0000\u0000\u0000\u0000\u0003\u0000\u0003\u00002\u0001\u0000\u0000�H\u0000\u0000\u0000\u0000"}],"_postman_id":"94639e4a-a487-415e-9fd9-28ee0f93ba3f"},{"name":"Export EPT Design","id":"b2737ea0-d890-4777-8ba8-03c9912e8396","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/exportEptDesign?isWorkingDesign=false","description":"<p>This API is used to export wsp design as ept, here provide the designId of the design which should be exported, and isWorkingDesign depends on the Check Out Info of the design if “Checked Out” then true is set else false.</p>\n<img />","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","exportEptDesign"],"host":["{{server}}"],"query":[{"key":"isWorkingDesign","value":"false"}],"variable":[]}},"response":[{"id":"e388e046-4c11-42ae-89c9-9ce8bea7f558","name":"Export EPT Design","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/exportEptDesign?isWorkingDesign=false","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","exportEptDesign"],"query":[{"key":"isWorkingDesign","value":"false"}]}},"status":"OK","code":200,"_postman_previewlanguage":"raw","header":[{"key":"Content-Disposition","value":"attachment; filename=sandhya_planner-20240603224840.ept"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/zip;charset=UTF-8"},{"key":"Content-Length","value":"13900"},{"key":"Date","value":"Mon, 03 Jun 2024 17:44:08 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"PK\u0003\u0004\u0014\u0000\b\b\b\u0000���X\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\n\u0000\u0000\u0000design.xml�}ks�����݈�\u000f���\u001bǖ\u0005����\r���\u001dݎ��=�\b,a��Hh\u0000�����U Q\u0005�T�>\u0011;\u0011�\u0019c�UYYyy�����c\u00174~zQ��߿\u0018�֗�����?\u001b̗\u001b/���\u0006�}\u001f���-I\u000e���9\u001ev����Is\u001d�nΧ}I���G��}o���a��1[-���dl�߼�{����ݯ=�*��\u0019��p�&�%4�j���\u0007����F7��r�\u001e\u001fn���O�>��7\u000f��ދn�N�ٺ�\u000e��:ܿ��\u001b�C~��G��\u0002��h�\u0016åc?N�o鯍C\u0014n����/��6�\u001biD^๱����\u0011_\u001a/G?�����6:f�u�ji���`�񍛰\u000b[f�uw�j7��\u001a�/���Un�w��5��:z����q��K�\u001f\u001a/�~��<�]z���(N�\\?�^�nv�0\b#\u0018\r6�1\u001c�\u001fŃ\r\u001f>\u0011\u0006a����Ӱ������\r��{�{+�'�F�����y�m�W�m��Q��Qu\u0013Su\u0013�|\u0013��&m�M��t�n�QݤS�I��&���ܖnbT\u000e��&w����7������M:�7�n�-ݤ[y�{�M�714��R܅\u001d��bjY�$�\u001d�]TBk������Jj���\u001a�E�\u0012[�(���.*�5�r���E%�FQp����$�(H��UN*�5\n�kj]� �\u001d�]L��\u0005��j]S�]C��M�욲����dהe����JvMYv����dהd��of�JvMIvM�]T�kJ��!�E%��$�]�]��9�����x�a�On�(�\u0006fL\u0004���\u000f�(�����;�Q\u0012{I��q#<$�څ\u0007�\u000e�\u001e�A0G���E�\n~�\u0003�s�~�ُ'�\u001fe?�38c��c8�=3�l\u001f��[L�������j>��6�\u000ff����|i��\u0003{���q���/\u001b0�\"��\b��4����\u0007���\u0003�y|�\u001eܰ\u0017�\u001a\u000f�=h�G��\u0014��X�ع�\nųm��+v4=�a/�i�Z�\u001b�x�i��԰�Y���0\u001a����ٽ�,�֍g���i�Ѐ�l���\u001a-\u0007��l2�M\u0007�%�fV|�Y�T�Z�E�\u0017��Y���a����tܰ\u0007����/�L�\u001c��['�8<Fk�h{��E���\u0019;f��\u001e�\u0003��בH\u001d��\u0007\u0007^�c�4��od�l2�<q�}\u0014\u001e������\rb�؏G;6��\u0003��\u001b��7X�\u0004f7���g���\u000eA��\u0004����\u001b6^�\bNHOm\u001c��y��o�D�\u000b^���\u001bsK�a\u0018�ܤ1\u001a,����}�1�u�\u0017gܽx\u0011Ɵ^\f��;HW�w}v�=�d��G^�\u001c�i���\u000b\u001e�l-���c#|aO\u001d��r��:��`~�\u000b�����;�\u0014�#�=\u001b��q�.c>�ٻ��J:\u001a7��@\u0015��\u0001�Q�e���ϟ7��\u0005����:<�\u0013�I&�c���~*o���fEu��K���\u0007���1����K���7�v\u001b���؋��\u0013���;_���\u0011�!�}\u0018�/�7�\"P�\u000e8�I\u0014\u0006\u0007\u0018��\u000e����\u0000�z�c�-� �{{7H>��?\r^_aZ}���H8l\u000f�ٹ\u0013��\u000f���\u0003\f��;l/�\u001f�#�A��M��|��=]�g'n�\u0003\u001c;{�F[�\u001e���-\u0013��%�4��W�\u000f\u0016�=/���yO84�-qvL��hü\u000f����O\f�����`�V�m�n�G�g�\\��M��jd\u0007��N:!�.p��C2��p�a�H��!��\u001f�\u0007\u0018\u0018x%�w���dQ,��c��/��7N�\u0017�r�5���\u0017�6z����ѻ\u001e7�\u0017N�c��9k\u000b��`��=}�d��Y����m�ٝ;�%\u000b��,�\u0016+g<�m�7����5m�g��~���\u001b���\u001bL�[\u0018l�^��N��r�M}��m��^*�\u0001�La�DZ\u0018�O\u000f�����\u0013^��\u001b:�+�\u0003�o/���_Zu�{Ʌ�0Υ\b�]k�a\u0002�^iY���-!�^`�?��7n휆�h��4\u001d\u000f`��\u000f�\u000bb[�{*��ֵc�\u0019U��s?�`88#\u0010�h�\u0013������[���D7��\u0014��Ŝ��<2\u001dR�C��u���l�t�~_����3ѡ��A}8��݋�e\b2�⿎�|�Rv�(\u000e\u0003W\u0012�iX8�|j\u0010�� ���\\�������-�\u001e_UU�\u001b��T\u0011�\u000b�Y��K\u0007v�a��6\u0011�J����l}�\u0012aɨ�K>`���7vZ�\nFQ\b^���7\u0014�K\u001e�.����̂�\u00006\b����7[ȧ�c���3{\u0012G\u0015]��vX�`������7۷�!i�Ґ ��'�-x����s�[\\u0\u0003Z�#d���\u0016��Y�\t\u0012�\u001f\f�\u0015\bC�q�,��\u000f�\u001e\u000b��[*��\u0006�\u0018���I#\u0006�\u00057�%��\u0017]|�m�\u0017���n5�\"\u0013��a:[���ֽ������nx�)��qo�ކ�\u0007C\f�Ht̷�{�\u0016ƸR��\u000f\u0005��\rF ��\u0016�l@���\u0006o}8&V�x����\u0011\u000bt��t\u0016�Ě�\u001d����(s���?\u0004#f��1�Wd�7\u0010�B\u0016U��\u0001<�\\�KSn 3U��T��Vc��-����\u0019pn��q\u000e��+�)!σ\\�����>�{�ԁ��\u00117�}�Y������3�u0��\f\u0001ˋ���\u001e`�\u001cn�3}j����ky�XX�92��o^��M�\u0010���\u001e�����4\u0016+�u�cr���_G��c~��=���4�=\u0014G���ڛ����U!n�D����͝��y�p&��\\ut�-�|�\u0006�Ŭ7[\u0010'.�z��Lg�^~�51�F�R_3Zt\n{IGc�\u0019��cj�Mz��!�|��ǧ���x�YT2�n�;O짎3�\u001f\u001c�i8Nu�8'���4�&��3^�1�?Am\u0013�ޞ\f\u001d��O��iv�7a�o�m�\u0000��\u000b���\u001e���d�\u0001$�kv:\\&�e�\u001b\u001e���\u0001��>u*�`v�5\u0011�ɲ����fK\u0013�=�\"S�b�U0։#�ݝykq�\u0000��l\u0014�;\u0010��+�\u0011�\u001a�nȆy%�\t\u001c�B\u0017�����9x\u0011�K�[�I�VY�QTpۚȄJ��.�Š��-G���\u001a\u000e\u0007\u000bA�����ͬ�o�[��{a�\rd�`�\u000e��`3LC�l��|�F{��\u0010��\u001f�@\u0018]�-���}��`�\"�@eO_���b\tӇ��!�w����<ZŮ\u0010\u0004�\u00133WN����Ա�^�{�t�-��@�Ô�V\u000b�My0_>�KRg��r����\u0010�r�ϊ�劭o\u000f��Ht�A˃B��]�w�n�֓(AS�2����&ٓ�\u001a�_��g\t�MnD���#�����\r�ٙMޜ�#\u0015v���?�+�W�{:yG/�_\u0007^���X<�j\r�,\u0005\u0000�b{[f�\u0015\u001c?��\u0010\r\u0005\u0016��c#m\u001f\u000f?��p��h����4�[��-*��m��\"�\r�ǅ�6�G+�z�͖lO�=v,���\u000b^�Wf���\u0017G�+�&,\u0018��\u0012\u0012\r7��C���ۧ��{w}��Ջ<\u000eE�N}��D�]��*�JB\u001c\u0000Y�<L��Iˑ\u001ad�)�R�w.͓\u0000��\u0006��)�\u0011y1DɁ�:\u00077y\u0003�\u0007�>p���\u0010\u0010��T�A\u0015yٜ;�\u001bm�|\u0016�������\u001bx(���\u0014+�$�uO���j����|X��O(���v�Y\"n�TO8�e\u0011f����\u0013o��i��,\u0016�:%��\u0017E�\u0017��/��N��@\u001aܙ����>�\u0007����\u000fx��\u0005�\u001f\bց��з0`V�0\b��D�rK�~�Ex�`<���=�DՁ-*��a`�{a��\"+`o�>x\u0017�q���Ƴ�x\u0000>!8�i\u0018�Y�w.n���*=�,�F�\u000bc�:\u000fn\u0000\u0012�\u0012�\u001e(ݤ\u0010y���.,xfZ��b�Q���u�u����:\t�r�Dd�{����\u0004jv�\u0016�\b\b�2�=��Y{��\t�{\u0011�p�\u00185nb�\u0013,T8�\t<��\f��c�9��\u0001��4.�!E`\r<ԒE�ٍ�I��\u0002�@��rخ�M\u001aYM�Ȣf���q�t�>�.?p�\u001eWϿ�Ύ�*�qOʡpi=y�o.�R\u0005��\"\"�\u0006\u0016\u0014�y!�\r��bU�\u0007\u0013á\u001f\u0004��y�� ]�A�%�\u000e\u0001���\u0017\u000f�@�9D�\u0007q�\u0014� �\u0006�6��̸\"�ӑma\u0014\u00101\u001fz.,\u0013?��T�\u0011��j)푤t�_G��d�嶺��\u001e� \u000e���X�=�?H�+T�/N\u0016\u000e������k���j�I_h��\u0011��K�g�G�(��\u0019�ZKg4�W�\u0001�A9�D��T� \u0013\u0016}�D%��b!����S�U�3�3�Cvk�8���&�\u0019\u0007M����\u0015 \u0019\u0015._1�ۙ��M��Uh\"�\u001c��i�J��\u0012^S5�=�\u0018�\u0013�s<ҷr��y=2<��P\u0003\u0012����\u0018�/�z��\u000f2�\u0002�\u0002fK;� �����í��g����Λ��3\u001c[�⿾�Tmg�收Ѯ(�\u00063��\u0002M\u00131(k��M� k�\b+�$�|�S\u0010EJ#`!�\u0011J\b��m��|\u0007c7��\u000f��;����Y�0����:�'�\\�\u0012h�ЦaJ9���\u000fb�$\u001fSϴ���%䃻\f�A�\\sE��\u000eM��_i)��}��F��XS���Aq\u0010��X�Ss+&~���K�\u0013%;�\u0014\u0007aU Aq�y��=\"1<\b6{}��\u001c\u001a��f\r�U����H?5\u0012\u001fƳ�\u001fg\u0007\u001a\u000e�˳<��\u0001��g�K��]���\u0012̖�C4Y�J��\u0012�K�\\\"ޥ\"ɩ{�)\n��5�\u0019���\u000f��K�#��M�\u0016\u0001dC\\B�`V\u0013\u00181?恻�X$�)�\\��U#\u0003�_���5�\u0007w�\u0001�\"^3��7p�so��i񛿢�6�F�up�x\u000f`���e��\n�!����&�v9�\u0004iߕ\u0003j���\u0011����{\u0007!3b�\u001b��o�xdH\u001d�!����q(\u001a\u0006s\"E��(\u001f\u0019\t\u0002�)G\f�� ��\u0002�:���3��E���\u0003�AO�6o\u001by��\f>�ȕS�x\u001eCp�zΜ�\u0013�g\u0019nDO�}��\u001a�0\u0018��aO���W�M���\u0019����\"�FE\\�b����B �l\u000bҢ0L���/�\u0001�\u001dh�\u001ef��\u0000\n�ˌ2Uj�\f�����(���>�XQ�\u001a������� \u0018\u001cL�A\u0006�ٕ�Q���`z��Y���9\u0019R��'\u0003\u0016ɜ���Ւ�V��M���;��E?��7v��k��\u0002�\u0017�ˋX7�fZ��4{�p�\u0003�\"/�y��sѨ#��=����D��\u001efc�G�9.N/�����mk���\u001c��6�4�2G�aަ`5J�|Z������$�����#�\u0018}L\u0010���\u0002�}�q�M#ۭT78\u001e\u0002�\u0015N�\u001f\u0016�w`�p\u0014�g��<͋p\u0006v���\u0013���E�M�`�u\u000f���ذ�-ޢ�Ut���!J8�/\u0018�J�1�\u000e)\u0000�0�5\u0002�\"0�\u0018�\u0015.�0ګA��\u0018`!hS?��)��g�t��\\�\u001d/!�+o�P����\u0010\u0013b��4��P����\u0004wC�\u001c��y��|\u0011��+@^_A\u0001/R\u0004�0WX^m�\u001dco\u001a�|�jV�\u001c�p#����\u0002�ZX���\u0010ޣ��~\u0003#�W%䞉6��m=��\u0017�Z�a\u0005y�8V�,O\b��\u0012�\bO?�[��s�B���X�bn��O��r���;�\u000e%\\\u0011�\u0013���uX��\u0002�\u0018��Q��S�\u0000\bگF\u000e�P\"�S���\u000e\u0015H&�A�(n�\u000b&%�$���]���Kfҗ\u0011��\u0018b�$#\u0012F\u0014���ڠ\u0018\u0016|�\u0011/6��_�\u000e��\f�T���U\n\u0006c��]ѽ�i{�U!�Z�T�`���\u001a�'ͬ�[��\u0007��)��뀀�P�d�W�w�\\�A��2\u00187r��UG<s�������X��!hČ\u0016AE�~���X>σc|������\t��k���<n[��\u0011�W��r�\u001d����AeB�\u0012.\u001f������S\u0001\u0015�:y�+\u001b-靯�\u0018�\u0007�J\u0006Ѫėb>U���d��]zn�\\�& 0�27u\u0015��?QFU\u0019���J��-�\u0014��]c�w� =:`�m�N�8;e%���\u001a18>��;��C�\u0001/ZMt�=�0�8���ܟ��y�\"�J�x+\u0013\u0014��\u0000���S8��wQ2\u0015\\�V��]�\u000enМ��{�\u001c.-����kԪ\u0014#���T^�R��A���M\u000f��l�B\u001d�\n����\u0007\r�\u0015�3����\u0015\u0018��\u000f7L��44,��\u0010\u001a��dC�lg�|��ku9#��k�\u0000Ƽ\u0003\t��I�\u0015�o\u0005U��rJ5t,65����S2�M��g�\t_%rd��~�s�>P\u0017���B�^u\u001eGU\u0000�K!Z��j^\u0005\f\b9?\u000b+��ϣ�*���\u0007\u0017���\u000b<��W`�)э��b5�B�\u0011��\u0007_�\tG&�\u0010lvYQ��[G�T��>J�\u001f��k��6e\"�Z\u0015l9z�\u0018/k7M\u001a_���x\r\n�F\u0000\u001b�gw:\u0005K\u0014˲g&b��As�d\u0007�m���F�8�L�\u0010Qm���+YZ��Vf��QA��J�˒��;������H`dă\u0013}����)iM�Ȫ�g'�\n�3)�Z�/\u0015��sL�m/\u0011��\r\u0016�Q�\"��AaЍ�S@�M\u0005q�(\\����\\�YP*w�\u0012��Ļ��FW�ž����=\u0006x�\f�L\u001fH�\u0012��$�\u0012�[�Jk����_`�e?\u0003W�\u0016*�c����'�H2�p��g]bY@-tf�Y\u001b0O\u0015X\u0007��u\u000f6��Br�i\u0018�-\u0003��\u0001�\u0015��\u0013f�Z?�򦀣�r(�\u001d�\u001b/\u00123��8�Bj�\u000e\u000e2�.�\u0007��\\F�{�OԢTv�I�3r\u0018����y!ڈ�q�\u001e�ѱ�4\u0005�=�@x�,�i8��NɫY������=I�v��U��8\\xi���j9���$~�el��ݞ����\b�t\t�d\b=�\r&G��x�0J�a��?�k@��\u001e��\u000f���\\\u000e�+k�`�����-{y��3P���s�|b�u��ۈ�:80-��zp�\u0003�%:\\�u�!��_P�ȵ'67kj���No��w\u0001X��\u000eh<�`����h�\t�� �W��l�q�{�t��\u001b�\u0003����ϒ�*\f\u0006��'7��{��>M��\\2�.Q��t�J\b�P-7N^t�)�J��`\u001b<C)��)\u0006\u000b`��g�\"H!���j\u0018�\u001c���ߝ�\u00016���x���\u0014\f�mf�Yz��\u0005�P\u000e�Q\u0016��؜ۄ�ۆY�z\u0015�DNN]�|�9B�\u001as@V\\��yQ���\"�.c]&�\u001b\u001f#o�ةӕA�\b�1����k\u0016�B\\\u0018Ņ=q�\u0011���\u0019�%�%�伿\u0004#��$\r�ȸ�,6�_Td1\u0016FF��\"�\u001a��s��N\u0017s\u0003����(���ʕ�\u000b֬�\\�k\u001e�\u00146���Y��H\"�E���,�ڹ�\u0000���=��\f�\u0012rSJp2�\u000by��\r���������+?\u0004�|�\u001c�R�)W\u0017�\u0016�\u0014������x� \u0010v��� �\u0004�I�l���\u0001K��4+\u0016�΃\u0013�DDQ��\u0013�'���O�\tG)��ܡ�֔�!�nU��7��0�D䵂\u000f5k4X��JÔ{��*#>x�G�\u001eR� Ei���l\u0010ࡎ\u0010/p���o\u0005B'Cp�k\u001e�R5V?�K9vZg�9=G2X���y�h_5:W�۫��U��U�{ո�j\u0018-�\u0017�n�\t\u0006�a�)\u0006�c�I\u0006�e�i\u0006�g�y&�\u000f�g�y&�g�y&�g�y&����+lJ��\u001c�\u001c�:���ӻ�/�/F���!�4���\u0010�h4��\n��s�#��B�x�\\\b�u�\u001d�s���?\u001f'���~s#P�=w\u0017�ϛ\u001dSJ���L�,��2\u0005�3�>l�[�`�Ug�7��؜OE��k*RS��E����*\u0019\u001b��1�@U�ӶEBl\nà� U��E�ɢ\u0016�i%\u0015+�K�z���\u0010���E�}�y�\u0004\"��\bĈĽ��\u0011h�r\u001c��l^\t\\^\u0019����2\u0014J,\fd\u0012��U\u0014��SB�{\r.#1X�N�]�\u0014�@ꔕ�$d�#Թ]�X��C��!h`3}���^;-.Q�\u0001#)��:hk\u0013��L�w\u0006\u001e(�����\u0001C\u000b\u000ew\n �\u000f��x���0�s6�;ܑ\u0018MFKa��\u001d�S�=}�D����)'�Hp�\u0006H����{\u0007o�\u0001}%6i�\u0006_\u001b��\u0001��+����R���\u0000J��\u0002ב��\u001aP\b�稲v\u0013���g\u001b����on\n7�\",H�[1>�g\"�jϢ~�\u0002\u0007\n]\u0017��U\u0000\u001d:5�\b�v\b�.\f\\h�9�Њ�\\F�U\u0007:�zQ�\u0019GX��5|��ޢk\u0018�y\u0016l�Vp^\u0014YA��\u0015�,!\u0007!9\u0003\u0006Zw\\0X\u0015�w,\u001bW*�\u0011㝛|,`�B�Z�Ǭ�\u001fl��*�Rg\u0004�V̾�[\u0001�W�@d08\u0011`\"D!�\f��꿓?� \u001b5$\f/ۦ/d���es�$��\u0002�,\u0006�Q����\u001b�n��\u0001�^\u001ez+�(&��JfG�t�&X͛���נ�G�o��]\u0019�\u0014\u0005�phjSPcv��Sm\u000e���\u0010�\u001cDM\u000f�\u000fo�\bVD�c�P,3�W����?j�Ň�\u001f\u001c#�^�\u0007Oʟ����X��}\u00053�~��\u001f�3_��֣ś<�=|a�� ^��\u0000̰^.\u001c�%#�\u001d�C\u000b��[�l �\r��\u0019\u0010\u0001?�h>��}����\u0005/\u0017��&\u0018�R\u000fĠ�L�\u0012���:>���3�\u0017V-`�\u0007�Z(���bSC;�;��,g��Yx<��s��le{Ca竺z1�Or��\u0005�\u0011u�۬\u000b\r�0\u0019'P��e��V\u0004�(�\u0004C\u001e��\u000e\u0006�!q7\u0013�\u0006�T\u001a\u001dQ��/�78�Ozv\u0011I\u000e���X?\u0007\u001d؟\u0016��$mx\f\u0002'���H8\u0017\r\u0014�\u0003\u001e/\t.�U�u�+��lّ50�\u001aId�K�\"\u0012V�F\u0002�j�\u0011��(�ii;!��\u0011\fU\u0014s���\u0005<I������Ny`�U�u\n�\b*z$���ݮ^cV\u0011t��'Nё1�d軹ԃZ�#��Q?Y�:+\u0017t�\u000b�1��G�\u0018+�\b\u0003�c�'��r\u0001�m発\u0004�p�3���OY\r��uJc-ӆC{ О\u001ah\tn^<9��\u001d~>\u0015\u0001�_M��\u0017��c���=2�\u000f?�f�xD�\u0001���\f�\u0012y�\r�}$�\u000f̈́\u0017\u0000(�߇���V:��#\\�\t����6~��sr(��4��<��\r\u0011�(j���V+�q\t�[A�U�c����Nɜ\u0018�\u000f�\u0004j�\u001d�d\u0007��Y�w�;ĂΚd�\u0011��]�C\u0014��/~��\u0015{3����~g/�����0�2�F�\u0012\u0007^t�\u001aa偛3��|>N�V\"�X>�\bz�4��:q\u0010�UD�\u001fIk�.\u0011Z�\u0012\u0019吮!�h�T�4��_9�8\r�G��2�>̓����z\u0018\u000f\u001c~����Xc�j\"M�\u0015�N��\u000b`Քc\u000e�1�jx\u001d2xX0,���\u001a�Qw|\u0019�\u001f\u0016lM-W�7D�%��\u0012\f�c�\u001b\u001e���\u0015Bow���\tih(\u0011\u0019���\n\u0013��\u0016P\b���<�f\u0015\u00019R/`EA~���]�२L1�Z��:�� �\u0019f����5֓��6��E��V���t\u0013��8��\u001b?N�{�\u0014��Cv�-G@�?���hJ{�\u001bl�(�\u001amƧL#�+��R\u0003\u000bYq���A�D_M�K��d\u000f�cG�\u0000�^ܵ���\u0018{0}c\u0018����ߛģ=\bc�����\u000f7\u0016�I\u000185���ML놝�Z��(g���P���[]�̤V�tQ1�V��\u0007QJ.2��vK�\u001d���lM�����DD�\"K\u0003�\u0019�402s���Pk�Lŀ[\u0013s\r������cJ=/�@\f�Q\u0014�!��z��\u0010�e�59���\u0011�ۗ���\n�H��P۶�l�2V/�#�ƪ��h�S���i�\u001f\u0016�9�s\u0014!\u001d\u0014���V\t1l�Z��J�\u0004��r�p8*ѻTF��ه����؉X5X,�)�\u0017�\u0014��z<\u0019YY��&�\u0006�;\u0007Yd�\u001b��5�F���\b%*\u0007i��&\u0001\u0010���\r�8Nޢ�}��UQ���\\\u0001��¡�2�l�\r+�\f0)����>.��V=\u0016\u0013��V�\u0002��\u0003�hR�9���Kq\u0018\n\u0002���dQͬ�/�Q�ą\t�\u0003Q��\u0012LyLxŬ�fU\u0019���gR�n��l�\\���!��Li\u0015�\u0014�KUU\u000bԊ\u0007\r�K}ҩ{\u0012p\"O)\u0012�Eʤₑ��l8ґ88�\u0005[��>\u0005�����F\n�,�7[\u0012\u0012l(�-�x�ጙk\u0017y��s�Ti�/ԏ��MB�z��ÒR���͐?�ۆֈ�Hٻ��\b�Q�\u001a\b����\u0015���k�T��R]���V׵\u0013.�?MnDH\u001f��r>�i71\u0010�4XU�\\���(\u000e\u001ce\u0004J�[�r�� �C̪\u0002����~.o\rƤb���L�\u0007y�\u0017���ۻ[�E���Ś@�[�\\&f�qZ|�F�YZP#\u0005�O$\u001bP�f\bJ��[/��k��i\u000b��z'�eE�\u0015m�A�}��\u001c���e�:\u0014Q�s\u000fc���(\u0002�иL�]��So�\u001e���\u0018���[�,%\tv_A�)H�/�����^\u001a+��x�Fyk�.\u0006}U7C\u0011L\u0017�KPP�\u0013��I_\u0002���q��O�\u001a�5�w���<2�p�[�\"�T~ऄ��ӏ{�gM\u0004�����fh6p�.%��\u0006��\u0011�̦5�\u001f�;�L���\u0015%�:�F�w`p��\u0015cK�k�\u0006\u001d��� ��4�\u0005/�ۥ\"��\u0018\u0013�{��3��,�{\u0003\r�W�m�s,ꠢ��Ak[N��=5��|UJL��\t���-�\u0001��4\\��N�8�\u001d�{gu�t�-��R\u0011RP�'\nG�X\u0004�u��he��͝��_G7�����D��p�\r\u0004�T�s\u0017��\u000b���\ry4�^6[Q�\u000f�H���\u0006�(�������=f��n�3�I0q���v��i��X��ԭ\u0011⧆�P\f,5\u0019���D}\u000e�j\u001b\u000e������J�ʌ�S�}��B���Gۮy\u0017�B%��\u000f\u001f�,��\u001c�WP�\u0018A\u000f�����]\u001d\u001d\u001e��)��Z��[�E^�\u0016\u0006\u001b��UIQ?�,�ݨ������T\u0002c��\u0003U�kZs;�}�\u0017��}��r\u001f�J\u0005/�\rB̺ۼ#qXgsL\\���M]9%�y,7I\"c��u�`^���D��,�E�RpZ�؛�l���]�¥�I\u0016�����Td�\u001bc�LB�\u0002*B�\u0017�fdq�\u000e���4_�X\u001eg\u001ey\u000b�p�\u0001o];�H\u0018��f��\u0005�/6����\u0002�\u0001!�U\u000b���Ń�v&1Afh-��/4>���U\u001b���3�R���n��I�\u0002\u001e�n;\u0003�&�fN�傌p��T\u0001��p.lO�\u0003t�>X\u001aL\u001f��\u001a8��\u0005B@\u0018U*�[���ר�(4��ܘZ��m��!�\u0013�q�\u0019^�\u0018:q�\u0007gZI�)�����\u001aM�\u0003�<ê\u001eT~d\u001d\u0007�*/����O]�~\u001a�H\u0005)p��ȕMO��9S\u0005G�\\=�q�f\u001d�0���\ny����2���Tbk6����\u001eE�7\u0015ٕkU\u0010����\u0000i�b���E�&r[d�u�H\u001fd�U�`�����1�$J@\u0003��\u0005۫\tY:ƼR\u001b\u001d�vz���2���\u0006>\";z��!E\u001a��9��#�f�J���\\7s�d\u0006\u001a�H\u0010��Ei\b�\u0000��*f�^i���ɡ\u0004�?{��\u001d�Nuz��ފ��*\u0016Pۤm}gO�E�\u000bi,�y�\u0017�N=ɹ�\t\u000e��4�*�6���b��m\no�G`b�'�2\u001c�!��4C\u001ceݰ\u0015(���Ru/\u0000*�\u0015\u000b�\b_x���3\u0010�6m\u0005��)��N�\u000f\u001e�Vn�eP������T\u0010@�JjW�yi\u0002�'�\u00075���2�F�F�����K� �\u0001�wg�\u0012�8��\u0015�^�\u0005\u0000jǂ�p2^�z��Ut\u0010��i[}eϥ�b�\u0010\u001d\u000457\u001d,\n�b\u0013%k�k���{0>i�P\u0015Uiq����2G�}\u0018y�\u0000����[��)�.R9Ο9\u0018��\u00133;��\u0016��`#�;�A;LN��d�<�\u001e��W����b���O�9\u0004LMD�\fhL\f�.�\\�y��2(�\u0014�\u0017\u0014�}g��Z-��\u0018P#�o�H\r�q����f�L�Y�\u0014��]Ğe2?�=F�!\u000f�`j�Ȫ�9��tKY3c1��(\fw��\u0015�:��ōvn�C{Y^�����u�ή���\u0018wa9/���.��o�rQ5mڪ0\u001f$LO�\u001at�m�<����\u001f��/Ձna��R!B\u0003\u0016:�l޶-5�\n�Y�\u0011\u0012>3�!.y�|��٦I�\u001c��X]¦P\u00108z\u0000��\\�V�\u0002�,�\u0018`��-��P\n�j��\u001d�`0���0��\"�YI\b\u0001z�\u0019}��`,��TH��H��\u001cu.d+(�\u001f�`x��ǐ\u0014�-pR��y�I8R~s��\f�\u001f��n�p�R��,q��ڑsǧM\tϚ���Lg��\b9�Og8�9)�Qn{�i�3� ��Q�R��L\u000b��u�#)��/�\u0019�А�,UM���\u0007H�䢜�M\f��P�0)-N����C�o���|�9�mҳ�\u000f\u0012k��\u0015��\\^*H�z\u0000��*Ŕ��y\u0010���5�X{�&�\b��hOar�\n\u0016&�\u001c(��RL] ��\u0019-\r����A�����q�t��\u0010�Bm\u0001E�C^\u0013XV\u0000�\u0010\"+ �.p8\t?\u001cg�\u000bi��B�]��>�1�g5C��b�8�C���a��\b��@��E\u0001�=\u0013�<�V7oPR֬\u0007�9�-+\u000e\u0013m\u000e��^�G;�\t4I\u0002��`)ǃ\b`\u0001ڑ�\u001fR�=��o�\"�0\f\u0007���0����@���\u0006#KO�c���ޑ�}�\u00058(�������� ��\u0013��:�\u0010�1��\u000f|ر�\by��'S0$�\u0003G\u0005\u000e̬Q�` 7�\"�}`��Dp�P���X��_�\u0019XbA\u001e���yv�U��\u001a\u0018g\"\u001bY���W�5�ꑹ,\u0018<#+\u000f���\u001eQ\u001c��?F���U&��.���\u0017���\u000e���Q�9\u0012�7T\u001f�^ފ0�Љ���\u001dX�)W!m4�$C2����8�ڿ��\u001f�\b$�R�\u0003�r:E}5��]��R�\u0016�T8eҖ���Zq_\u000e�\u00134?���ss��J�\f�d\f�\u0005�tE�[���t�]2�@\u0013�\u00013\u000b��\u0001�\t��O���XA�\\��\u0011@�R����\u0000�c>H�\u0007�}�����\u001eMy5�r���\u0015xHyL}d�+ò:A�w�\\�^5ca\\�5ZI\u0014/�K�D�4��\u0004�k4\u0000t��`��\u0019�C\u0011�Bc\u0013��w5\u0004u\\�mG�\u001ejq\n\u0014�vz'm��I��?��\u0018v)p\u0010�\u001cο���>Y�Gm,��隴Y!��f��U��҂%�}�CV�NUQ�j��\t�]��\u0015�\u001eZ�~\u0012�螺aHEP�g��li)y��\fPQ��尴z���u�>�%�^�Cx����lԺG\u0006�.\u0014\u0003���Oƨ=�灧��\u001c�^c��JiuY�<IK��\u0004=W��\u0015\"���Ŋ�K��\u0004S�Fl�HI잙;��n\u0015a�0��0�%�\u001e�\fk\u001ey,1\toj�}m�S\n�\u0011Bpp�>�:��$�A���7�\u000eG�Nߙ/F�AU�P�\u0001W\u001f3�{%s�\u0014Ƀ�dj��\u00164Ss���iW,�k� W\u0011b[X�\b̮O_\u0013k\u001cqQ�ҩ�u��4�G���\u0006�u�yH\u0004��j�ǰ�O�U��@�jfK�e���.v�X��~+u\"��@�5�c�<!�o�EQݪ]�`⒔Z�Q�\u0015(�Ϗuk�h��\u001a���Ҝ�\r9!7��J\u0019\u0016 ���\u000b�)��B�t��_U�\fa�\u0013@M����\u001c�l��\fJ+��Ω���ב}��b\u0011��j�W��U�sո�j�]5�^5�W����т��\u0006�`�\u0019\u0006�b�9\u0006�d�Y\u0006�f�y&�g���y&�g�y&�g�y&�g�y&��#1D2|@Ai���\u000bI\b�x+\u0010��h*Z5�7�0�`FlK���\u0012�#�\u0016\u0012[\u0017�\u0007dϊ�Ų��%��Ս#+\u0012\b��P�\u0019��H���`r�\u0000J���o,\u0011�Ȼ,�՟ЬV��\u001c&p�f��R�\u0015=�\u001dx�T��3�G2\u0010W�C��Pꚓ\u0005ٟ�X\u000b\u0019nH:�x\u001f���6�Ο���ƺ�霋�&w��!�0#\u0004�m�n�\u0018�����-\u001b�=)�<��1�G�\u0013G��x�Gl�cѩ���\u0018\u0001\u0014�XvatO\na�w�D.��\nY\u0018���\b_���\u001a�R4\"�\b]�ʭ�乊éFw���a\u0012�^,�1$O�T+�F'\u000bk�Q�T\u0007>��x�n��0.�c\\j�Dv�E\u0002�\u001a\u001fO��^���1�L`D$rr\r/Ԑ\bͲ�S�\"m<�m\u0016�q�3g�\u001c?�\u0003\u0003[P\u001dXj�2�L8$�%�\u0004T�~�W����@G�f�\u0017F�3��BP\u0001%\u001ct�5K=zR\\\u0006������~S\n�T娋�U���.\u001b\\\u0018��\u0002�\u0015�J\fo𨪵$��Vy\u0012RF\u0014+\";����K��C�ː�\fb\b���\u0001��ڔE�=��\u0019\u000ez\u0005�\u000f���۝̦��G�\u001eʔq�nG\u0005JY���F��ǲQX{,T*�m�\b�P%s\"�\u001b���ꢪ�,�;��%��c�\u0011��\u0018�mF�H�v\u000e��M\u001b�+\u0011;�c�\\v��՛@pÓ��o�\u000b�g$c�9�;(�\u000ef�i���$\u001eW�U\u0017s�s\u0006��mD�\u001c�S^��L:���\u0004�,�uy�k0�3�֖�i=8�\u0001\u0007�j\u0013\u0003�����1�=O�G�;����EGӤ��Q_���zs�,�A��\u0004�4����Nix��׍p���\u0019H-\u0019\u0019�\u001eW���p\u0011X�u\u0015�\u0011A\u001d����;�\u0018\u0005�>aV���\u001b\u000bݲ��$:�X�{�\u000e�\u001c'\f̝�������\u001d����j���\f���\u001f#��8\u000f�\u000f��ٹ7�-B�\u000f#�\u001e���#��@!o4��\u0019%�[V|{� ����f�||�\\��P�ݗ�z\u001fnֻk\u00021g)�n\t�����\nuh\u001a\n�\u0002�-������k��O\u0005�̫-HB���~��\u0018yC�e�Y\tU�8F�d%�\r����a�>m�T\u0012<�av]��\u001f)R��K�5i�M����GC1\\G�\u0001[�����\u0015�<\u000b�ꄡN0@\u000e��\t�\u0017\u001d�\f�W���z\u0007���\u001bP�t��e����y\u000e���0%`:1�7t�� ���o���k=7]ÿB\u0000�+�>\u0015+8*JMᴢ\u0003�u�;o>\u000fG\u0006��\u0019�J\u001b�^xAJ�Զ���Sg\u0018�E8Tӊ���V��S�=nE9�a/����ٯ\u0006���į���`Ū\u0014�\u0001T\u0014\b��R$ɾA����\nA�:\fڗ�\u0013�LJ\u0015�b�\u0005QX�heƯ����\u0016Qt�GH\u0015\u0017kc�X�Xt�\u001e�-��a\b�\u0012����Hq��P��\u001d�j�T�慒�CN�{���K�o���6��j_B\u0000+���s��sZ�ꬺ�\f��+�\u001cS\tlB\u001e������\u0006b�\u001f������PZ\u0012��\u001a���q�-\\Q����t�jbO\b�U.ȑj�\f�殪H��\u0000\u000e\t�Xic�)��\u0005�\u000f�W\u001a.�.�x��B��\u0005\u000b�<x��≠�\"�\b�w�F'J{�B%y_3��R\u0017��.���N@w)�ǯ���ub!�R�ZI�(:u��oLt��ϣ��\u0015ܵK�s%�\u001dd?|\u000b߭ @I�*�'\nea\u0004�\\ŭ��d�3�i,{4}\u001c\u000f����\u001f8��A!*�I=���D�UW]�в����\u0002\fUJ��\u000b2�^��_{rc�ޓ���b�\u0007uw,8�u���/�ه�Ni�\u001fR)'�[\u0001�3��Z|1S�\u0015���\u0018U\u0013�P�g��7\u0011���?O�n+�\u0018*>\u00144��h���<j�=N�B�\u0002ʏ�\b.�\rj\u0019�_������ۣ�e|O9�O�����N�5�f�rݹe�RV�\\\n���ռ�,�\u0005{d=��m\u0011\u001a>c�&�>��\u0004׶OJ\fW�Ӊ��S�\u0018��`�l9�P���2G�\u000f\u0002�81d}�\bFƇ�v8\u000e\"\u0014\u0002фR͂�Jd��WҖ3�M1��\b+�čq�\u0007^�|���x\u0010ic��ڳ���M&J�\u0000V\n۴̬֔,j\u0012U��X�/�2\t~\u0006�.�F�\u0010�\u0019\u0017���8ۃ\u001b��J=\b�a\u0004��*W�(�Uj]3P\u0017�5e8.�\u0007��\u001b�'��5f�\u0014\u0014]%(�P�K5���O��u����\b�!\u0015�\u0017��Ծ�XdHoE\u0013:���<�\f�li����b��)���@2;j1\u0000�K����j��G�Қ�\u0006`�,\u0014\r�����H?�[�H�\\�\u001dj��v��PS\r;A���\u0011k�Ft+�\b�~\u0007R\u0004�H}�e٨�\t\u0001&n\b��+�A\rC,�(\u0007d0�p�\\�-Ί��\u0012�*J�c���,�ʾe��{U�Bo%���\u001e�\u001blۘ\u00178��rT�B%�vr0�|:9�=S���b�*r!�/�Q�_�)�D6�_�7i\u0014��\u0004�\n]_\u001c\b%��`~��\u0016�f!��i\u001f��[�#�E�ۥ\t/�\n����\u0010��h2\u0002�7�6X<\u000e��6�\u001d\u0017\f\u0013���L�L�_��u���>Z�:�f�c�o\u001ea�\u001f\u00037\u0012˥�����_ia=j>O�W\u001a��\u00035^�g �{�*,�0O����_<��\u0004~��f0_nx\u001b/���\u0001PK\u0007\b�P�p�5\u0000\u0000a.\u0001\u0000PK\u0001\u0002\u0014\u0000\u0014\u0000\b\b\b\u0000���X�P�p�5\u0000\u0000a.\u0001\u0000\n\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000design.xmlPK\u0005\u0006\u0000\u0000\u0000\u0000\u0001\u0000\u0001\u00008\u0000\u0000\u0000�5\u0000\u0000\u0000\u0000"}],"_postman_id":"b2737ea0-d890-4777-8ba8-03c9912e8396"}],"id":"65a8754e-b49e-4e57-a216-87172872afb8","_postman_id":"65a8754e-b49e-4e57-a216-87172872afb8","description":""},{"name":"Create a template & set it as default for design","item":[{"name":"Retrieve Template ID","id":"9e27d718-30a2-4d52-8d81-6c2d12d9c3b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/templates/management/treeview","description":"<p>This API is used to retrieve the template map( template ID for site, trail, segment, SCON).</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","templates","management","treeview"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"5417caad-df2b-4863-b8fe-a56c55cd9ab4","name":"Retrieve Template ID","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/templates/management/treeview"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=FE07D149ACB764E54BD24D037A3CF617; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 24 Jun 2024 07:42:10 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"Default\": {\n        \"Segment\": [\n            {\n                \"id\": 71,\n                \"name\": \"DefaultSegmentTemplate_Core C-F WR20-TF GMPLS\",\n                \"description\": \"Core C-F WR20-TF GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:44.865+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:44.865+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf C-F GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 67,\n                \"name\": \"DefaultSegmentTemplate_Core C-F WR20-TF noGMPLS\",\n                \"description\": \"Core C-F WR20-TF noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:44.110+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:44.110+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf C-F\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 65,\n                \"name\": \"DefaultSegmentTemplate_Core CD-F WR8-88AF GMPLS\",\n                \"description\": \"Core CD-F WR8-88AF GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:43.735+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:43.735+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 73,\n                \"name\": \"DefaultSegmentTemplate_Core CD-F WR8-88AF noGMPLS\",\n                \"description\": \"Core CD-F WR8-88AF noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:45.219+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:45.219+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 57,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F IR20 GMPLS\",\n                \"description\": \"Core CDC-F IR20 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:42.035+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:42.035+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 51,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F IR20 noGMPLS\",\n                \"description\": \"Core CDC-F IR20 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:40.842+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:40.842+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F 2.0\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 69,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F IRDM32 C+L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C+L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:44.507+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:44.507+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 53,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F IRDM32 C+L noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C+L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:41.233+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:41.233+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L 2.0\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 68,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F IRDM32 C-L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C-L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:44.304+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:44.304+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C-L 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 70,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F IRDM32 GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:44.690+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:44.690+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CBandOnly IRDM32 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 55,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F IRDM32 L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:41.628+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:41.628+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf LBandOnly iRDM32L GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 61,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F IRDM32 L noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:42.843+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:42.843+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf LBandOnly iRDM32L\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 64,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F IRDM32 noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:43.464+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:43.464+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CBandOnly IRDM32\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 54,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F WR20-TFM C+L GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM C+L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:41.422+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:41.422+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 62,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F WR20-TFM C+L noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM C+L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:43.060+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:43.060+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 52,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F WR20-TFM GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:41.029+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:41.029+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 63,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F WR20-TFM L GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:43.254+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:43.254+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F LBandOnly GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 50,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F WR20-TFM L noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:40.592+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:40.592+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F LBandOnly\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 58,\n                \"name\": \"DefaultSegmentTemplate_Core CDC-F WR20-TFM noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:42.240+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:42.240+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 59,\n                \"name\": \"DefaultSegmentTemplate_Metro C-F IR4 GMPLS\",\n                \"description\": \"Metro C-F IR4 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:42.438+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:42.438+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Metro HiPerf iROADM GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 72,\n                \"name\": \"DefaultSegmentTemplate_Metro C-F IR4 noGMPLS\",\n                \"description\": \"Metro C-F IR4 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:45.043+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:45.043+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Metro HiPerf iROADM\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 66,\n                \"name\": \"DefaultSegmentTemplate_Regional C-F IR9 GMPLS\",\n                \"description\": \"Regional C-F IR9 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:43.924+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:43.924+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Regional HiPerf iROADM GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 56,\n                \"name\": \"DefaultSegmentTemplate_Regional C-F IR9 noGMPLS\",\n                \"description\": \"Regional C-F IR9 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:41.819+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:41.819+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Regional HiPerf iROADM\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 60,\n                \"name\": \"DefaultSegmentTemplate_Regional DFOADM SFD ANSSI QS noGMPLS\",\n                \"description\": \"Regional DFOADM SFD ANSSI QS noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:42.628+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:42.628+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Segment\",\n                \"displayName\": \"Segment\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"ANSSI QS Configuration\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            }\n        ],\n        \"ServiceRequest\": [\n            {\n                \"id\": 117,\n                \"name\": \"DefaultServiceTemplate_Core C-F WR20-TF GMPLS\",\n                \"description\": \"Core C-F WR20-TF GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:53.933+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:53.933+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf C-F GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 113,\n                \"name\": \"DefaultServiceTemplate_Core C-F WR20-TF noGMPLS\",\n                \"description\": \"Core C-F WR20-TF noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:53.080+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:53.080+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf C-F\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 111,\n                \"name\": \"DefaultServiceTemplate_Core CD-F WR8-88AF GMPLS\",\n                \"description\": \"Core CD-F WR8-88AF GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:52.720+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:52.720+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 119,\n                \"name\": \"DefaultServiceTemplate_Core CD-F WR8-88AF noGMPLS\",\n                \"description\": \"Core CD-F WR8-88AF noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:54.282+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:54.282+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 104,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F IR20 GMPLS\",\n                \"description\": \"Core CDC-F IR20 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:51.362+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:51.362+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 98,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F IR20 noGMPLS\",\n                \"description\": \"Core CDC-F IR20 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:50.256+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:50.256+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F 2.0\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 115,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F IRDM32 C+L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C+L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:53.584+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:53.584+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 100,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F IRDM32 C+L noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C+L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:50.621+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:50.621+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L 2.0\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 114,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F IRDM32 C-L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C-L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:53.405+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:53.405+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C-L 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 116,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F IRDM32 GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:53.760+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:53.760+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CBandOnly IRDM32 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 102,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F IRDM32 L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:50.981+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:50.981+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf LBandOnly iRDM32L GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 107,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F IRDM32 L noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:52.009+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:52.009+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf LBandOnly iRDM32L\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 110,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F IRDM32 noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:52.536+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:52.536+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CBandOnly IRDM32\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 101,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F WR20-TFM C+L GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM C+L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:50.800+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:50.800+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 108,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F WR20-TFM C+L noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM C+L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:52.177+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:52.177+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 99,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F WR20-TFM GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:50.433+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:50.433+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 109,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F WR20-TFM L GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:52.351+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:52.351+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F LBandOnly GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 97,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F WR20-TFM L noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:50.070+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:50.070+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F LBandOnly\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 105,\n                \"name\": \"DefaultServiceTemplate_Core CDC-F WR20-TFM noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:51.537+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:51.537+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 106,\n                \"name\": \"DefaultServiceTemplate_Metro C-F IR4 GMPLS\",\n                \"description\": \"Metro C-F IR4 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:51.717+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:51.717+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Metro HiPerf iROADM GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 118,\n                \"name\": \"DefaultServiceTemplate_Metro C-F IR4 noGMPLS\",\n                \"description\": \"Metro C-F IR4 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:54.105+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:54.105+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Metro HiPerf iROADM\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 112,\n                \"name\": \"DefaultServiceTemplate_Regional C-F IR9 GMPLS\",\n                \"description\": \"Regional C-F IR9 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:52.897+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:52.897+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Regional HiPerf iROADM GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 103,\n                \"name\": \"DefaultServiceTemplate_Regional C-F IR9 noGMPLS\",\n                \"description\": \"Regional C-F IR9 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:51.159+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:51.159+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"ServiceRequest\",\n                \"displayName\": \"ServiceRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Regional HiPerf iROADM\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            }\n        ],\n        \"Site\": [\n            {\n                \"id\": 47,\n                \"name\": \"DefaultSiteTemplate_Core C-F WR20-TF GMPLS\",\n                \"description\": \"Core C-F WR20-TF GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:39.750+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:39.750+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf C-F GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 43,\n                \"name\": \"DefaultSiteTemplate_Core C-F WR20-TF noGMPLS\",\n                \"description\": \"Core C-F WR20-TF noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:38.797+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:38.797+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf C-F\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 41,\n                \"name\": \"DefaultSiteTemplate_Core CD-F WR8-88AF GMPLS\",\n                \"description\": \"Core CD-F WR8-88AF GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:38.374+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:38.374+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 49,\n                \"name\": \"DefaultSiteTemplate_Core CD-F WR8-88AF noGMPLS\",\n                \"description\": \"Core CD-F WR8-88AF noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:40.145+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:40.145+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 33,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F IR20 GMPLS\",\n                \"description\": \"Core CDC-F IR20 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:36.396+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:36.396+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 27,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F IR20 noGMPLS\",\n                \"description\": \"Core CDC-F IR20 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:34.831+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:34.831+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F 2.0\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 45,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F IRDM32 C+L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C+L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:39.262+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:39.262+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 29,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F IRDM32 C+L noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C+L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:35.408+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:35.408+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L 2.0\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 44,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F IRDM32 C-L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C-L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:39.005+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:39.005+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C-L 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 46,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F IRDM32 GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:39.509+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:39.509+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CBandOnly IRDM32 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 31,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F IRDM32 L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:35.907+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:35.907+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf LBandOnly iRDM32L GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 37,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F IRDM32 L noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:37.281+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:37.281+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf LBandOnly iRDM32L\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 40,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F IRDM32 noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:37.944+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:37.944+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CBandOnly IRDM32\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 30,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F WR20-TFM C+L GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM C+L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:35.657+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:35.657+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 38,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F WR20-TFM C+L noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM C+L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:37.499+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:37.499+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 28,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F WR20-TFM GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:35.115+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:35.115+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 39,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F WR20-TFM L GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:37.716+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:37.716+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F LBandOnly GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 26,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F WR20-TFM L noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:34.474+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:34.474+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F LBandOnly\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 34,\n                \"name\": \"DefaultSiteTemplate_Core CDC-F WR20-TFM noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:36.615+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:36.615+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 35,\n                \"name\": \"DefaultSiteTemplate_Metro C-F IR4 GMPLS\",\n                \"description\": \"Metro C-F IR4 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:36.842+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:36.842+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Metro HiPerf iROADM GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 48,\n                \"name\": \"DefaultSiteTemplate_Metro C-F IR4 noGMPLS\",\n                \"description\": \"Metro C-F IR4 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:39.955+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:39.955+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Metro HiPerf iROADM\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 42,\n                \"name\": \"DefaultSiteTemplate_Regional C-F IR9 GMPLS\",\n                \"description\": \"Regional C-F IR9 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:38.590+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:38.590+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Regional HiPerf iROADM GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 32,\n                \"name\": \"DefaultSiteTemplate_Regional C-F IR9 noGMPLS\",\n                \"description\": \"Regional C-F IR9 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:36.159+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:36.159+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Regional HiPerf iROADM\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 36,\n                \"name\": \"DefaultSiteTemplate_Regional DFOADM SFD ANSSI QS noGMPLS\",\n                \"description\": \"Regional DFOADM SFD ANSSI QS noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:37.055+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:37.055+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"Site\",\n                \"displayName\": \"Site\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"ANSSI QS Configuration\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            }\n        ],\n        \"TrailRequest\": [\n            {\n                \"id\": 94,\n                \"name\": \"DefaultTrailTemplate_Core C-F WR20-TF GMPLS\",\n                \"description\": \"Core C-F WR20-TF GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:49.462+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:49.462+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf C-F GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 90,\n                \"name\": \"DefaultTrailTemplate_Core C-F WR20-TF noGMPLS\",\n                \"description\": \"Core C-F WR20-TF noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:48.730+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:48.730+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf C-F\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 88,\n                \"name\": \"DefaultTrailTemplate_Core CD-F WR8-88AF GMPLS\",\n                \"description\": \"Core CD-F WR8-88AF GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:48.365+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:48.365+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 96,\n                \"name\": \"DefaultTrailTemplate_Core CD-F WR8-88AF noGMPLS\",\n                \"description\": \"Core CD-F WR8-88AF noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:49.819+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:49.819+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 81,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F IR20 GMPLS\",\n                \"description\": \"Core CDC-F IR20 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:46.932+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:46.932+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 75,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F IR20 noGMPLS\",\n                \"description\": \"Core CDC-F IR20 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:45.778+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:45.778+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F 2.0\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 92,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F IRDM32 C+L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C+L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:49.098+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:49.098+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 77,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F IRDM32 C+L noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C+L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:46.161+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:46.161+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L 2.0\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 91,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F IRDM32 C-L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 C-L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:48.914+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:48.914+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C-L 2.0 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 93,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F IRDM32 GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:49.283+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:49.283+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CBandOnly IRDM32 GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 79,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F IRDM32 L GMPLS\",\n                \"description\": \"Core CDC-F IRDM32 L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:46.546+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:46.546+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf LBandOnly iRDM32L GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 84,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F IRDM32 L noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:47.659+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:47.659+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf LBandOnly iRDM32L\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 87,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F IRDM32 noGMPLS\",\n                \"description\": \"Core CDC-F IRDM32 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:48.187+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:48.187+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CBandOnly IRDM32\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 78,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F WR20-TFM C+L GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM C+L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:46.342+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:46.342+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 85,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F WR20-TFM C+L noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM C+L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:47.831+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:47.831+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F C+L\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 76,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F WR20-TFM GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:45.960+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:45.960+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 86,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F WR20-TFM L GMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM L GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:48.007+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:48.007+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F LBandOnly GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 74,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F WR20-TFM L noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM L noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:45.587+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:45.587+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F LBandOnly\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 82,\n                \"name\": \"DefaultTrailTemplate_Core CDC-F WR20-TFM noGMPLS\",\n                \"description\": \"Core CDC-F WR20-TFM noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:47.115+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:47.115+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Core HiPerf CDC-F\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 83,\n                \"name\": \"DefaultTrailTemplate_Metro C-F IR4 GMPLS\",\n                \"description\": \"Metro C-F IR4 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:47.304+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:47.304+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Metro HiPerf iROADM GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 95,\n                \"name\": \"DefaultTrailTemplate_Metro C-F IR4 noGMPLS\",\n                \"description\": \"Metro C-F IR4 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:49.635+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:49.635+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Metro HiPerf iROADM\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 89,\n                \"name\": \"DefaultTrailTemplate_Regional C-F IR9 GMPLS\",\n                \"description\": \"Regional C-F IR9 GMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:48.552+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:48.552+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Regional HiPerf iROADM GMPLS\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 80,\n                \"name\": \"DefaultTrailTemplate_Regional C-F IR9 noGMPLS\",\n                \"description\": \"Regional C-F IR9 noGMPLS\",\n                \"createdByUser\": \"system\",\n                \"modifiedByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:46.726+00:00\",\n                \"lastModifiedDate\": \"2024-06-24T07:12:46.726+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"TrailRequest\",\n                \"displayName\": \"TrailRequest\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": false,\n                \"definedBy\": \"system\",\n                \"params\": null,\n                \"userNames\": null,\n                \"state\": \"Ready\",\n                \"profileRef\": \"Regional HiPerf iROADM\",\n                \"designReferenced\": false,\n                \"defaultTemplate\": false\n            }\n        ],\n        \"SolutionContext\": [\n            {\n                \"id\": 23,\n                \"name\": \"Core C-F WR20-TF GMPLS\",\n                \"description\": \"C-Band Control Plane network with wavelength router WR20-TF\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:28.608+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 19,\n                \"name\": \"Core C-F WR20-TF noGMPLS\",\n                \"description\": \"C-Band Managed Plane network with wavelength router WR20-TF\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:19.451+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 17,\n                \"name\": \"Core CD-F WR8-88AF GMPLS\",\n                \"description\": \"C-Band Control Plane network with wavelength router WR8-88AF\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:14.578+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 25,\n                \"name\": \"Core CD-F WR8-88AF noGMPLS\",\n                \"description\": \"C-Band Managed Plane network with wavelength router WR8-88AF\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:32.907+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 9,\n                \"name\": \"Core CDC-F IR20 GMPLS\",\n                \"description\": \"C-Band Control Plane network with wavelength router IR20\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:11:54.814+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 3,\n                \"name\": \"Core CDC-F IR20 noGMPLS\",\n                \"description\": \"C-Band Managed Plane network with wavelength router IR20\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:11:40.103+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 21,\n                \"name\": \"Core CDC-F IRDM32 C+L GMPLS\",\n                \"description\": \"C+L Band Control Plane network with wavelength router IRDM32\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:24.144+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 5,\n                \"name\": \"Core CDC-F IRDM32 C+L noGMPLS\",\n                \"description\": \"C+L Band Managed Plane network with wavelength router IRDM32\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:11:45.490+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 20,\n                \"name\": \"Core CDC-F IRDM32 C-L GMPLS\",\n                \"description\": \"C-L Band Control Plane network with wavelength router IRDM32\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:21.692+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": true,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": true\n            },\n            {\n                \"id\": 22,\n                \"name\": \"Core CDC-F IRDM32 GMPLS\",\n                \"description\": \"C-Band Control Plane network with wavelength router IRDM32\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:26.473+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 7,\n                \"name\": \"Core CDC-F IRDM32 L GMPLS\",\n                \"description\": \"L-Band Control Plane network with wavelength router IRDM32L\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:11:50.284+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 13,\n                \"name\": \"Core CDC-F IRDM32 L noGMPLS\",\n                \"description\": \"L-Band Managed Plane network with wavelength router IRDM32L\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:05.079+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 16,\n                \"name\": \"Core CDC-F IRDM32 noGMPLS\",\n                \"description\": \"C-Band Managed Plane network with wavelength router IRDM32\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:12.220+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 6,\n                \"name\": \"Core CDC-F WR20-TFM C+L GMPLS\",\n                \"description\": \"C+L Band Control Plane network with wavelength router WR20-TFM\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:11:48.064+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 14,\n                \"name\": \"Core CDC-F WR20-TFM C+L noGMPLS\",\n                \"description\": \"C+L Band Managed Plane network with wavelength router WR20-TFM\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:07.959+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 4,\n                \"name\": \"Core CDC-F WR20-TFM GMPLS\",\n                \"description\": \"C-Band Control Plane network with wavelength router WR20-TFM\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:11:42.894+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 15,\n                \"name\": \"Core CDC-F WR20-TFM L GMPLS\",\n                \"description\": \"L-Band Control Plane network with wavelength router WR20-TFML\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:10.111+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 2,\n                \"name\": \"Core CDC-F WR20-TFM L noGMPLS\",\n                \"description\": \"L-Band Managed Plane network with wavelength router WR20-TFML\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:11:37.502+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 10,\n                \"name\": \"Core CDC-F WR20-TFM noGMPLS\",\n                \"description\": \"C-Band Managed Plane network with wavelength router WR20-TFM\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:11:57.413+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 11,\n                \"name\": \"Metro C-F IR4 GMPLS\",\n                \"description\": \"C-Band Control Plane network with wavelength router IR4\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:11:59.691+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 24,\n                \"name\": \"Metro C-F IR4 noGMPLS\",\n                \"description\": \"C-Band Managed Plane network with wavelength router IR4\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:30.793+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 18,\n                \"name\": \"Regional C-F IR9 GMPLS\",\n                \"description\": \"C-Band Control Plane network with wavelength router IR9\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:17.243+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 8,\n                \"name\": \"Regional C-F IR9 noGMPLS\",\n                \"description\": \"C-Band Managed Plane network with wavelength router IR9\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:11:52.567+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            },\n            {\n                \"id\": 12,\n                \"name\": \"Regional DFOADM SFD ANSSI QS noGMPLS\",\n                \"description\": \"ETSI, C-Band Managed Plane network with DWDM static filter, DCM, encrypted EC\",\n                \"createdByUser\": \"system\",\n                \"createdDate\": \"2024-06-24T07:12:02.380+00:00\",\n                \"folder\": \"Default\",\n                \"type\": \"SolutionContext\",\n                \"displayName\": \"Solution Context\",\n                \"isDefaultTemplate\": false,\n                \"isDesignReferenced\": true,\n                \"params\": {},\n                \"userNames\": [],\n                \"state\": \"Ready\",\n                \"designReferenced\": true,\n                \"defaultTemplate\": false\n            }\n        ]\n    }\n}"}],"_postman_id":"9e27d718-30a2-4d52-8d81-6c2d12d9c3b5"},{"name":"Clone Template","id":"2ab8fc9c-94aa-4969-bf88-66b8eda004fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new_site1\",\r\n    \"description\": \"Core C-F WR20-TF GMPLS\",\r\n    \"folder\": \"sample\",\r\n    \"definedBy\": \"system\",\r\n    \"type\": \"Site\",\r\n    \"params\": {\r\n        \"maxAislesPerRoom\": \"5\",\r\n        \"maxBaysPerAisle\": \"10\",\r\n        \"etr\": \"false\",\r\n        \"clustered\": \"false\",\r\n        \"anssiQSconfigured\": \"false\",\r\n        \"powerFilterType\": \"WITH_BREAKER\",\r\n        \"shelfPowerFeedLimit\": \"\",\r\n        \"allowPF30\": \"false\",\r\n        \"allowPF60\": \"false\",\r\n        \"allowPF70\": \"false\",\r\n        \"allowPF20\": \"false\",\r\n        \"allowPF50\": \"true\",\r\n        \"pss16AllowPF20\": \"true\",\r\n        \"pss16AllowPF35\": \"false\",\r\n        \"pss4AllowPF7\": \"true\",\r\n        \"pss4AllowPF4\": \"false\",\r\n        \"pss4AllowPF5\": \"false\",\r\n        \"pss16IIPowerFilter\": \"DC\",\r\n        \"pss24xPowerFilter\": \"DC48V70A\",\r\n        \"pss8PowerFilter\": \"DC\",\r\n        \"psi8LPowerFilter\": \"DC\",\r\n        \"psi4LPowerFilter\": \"DC\",\r\n        \"psiACPowerCord\": \"US\",\r\n        \"forceHighCapacityFilter\": \"false\",\r\n        \"defaultDGEType\": \"ROADM WR20-TF\",\r\n        \"segregationOT\": \"AllowMixing\",\r\n        \"useLowLatencyDCMsInNonModularOAs\": \"false\",\r\n        \"defaultWR\": \"WR20-TF\",\r\n        \"maxADDegree\": \"0\",\r\n        \"maxCWRinADBlock\": \"8\",\r\n        \"opsysPassThruNodeOptions\": \"OADM\",\r\n        \"maxOADMDegree\": \"8\",\r\n        \"equipAllMESH4\": \"false\",\r\n        \"equipAllAnyDirADFilters\": \"false\",\r\n        \"equipAnyDirADBlocks\": \"false\",\r\n        \"wtocmOnXmtOnlyconfigD\": \"false\",\r\n        \"equipCWRinADBlock\": \"false\",\r\n        \"mainShelf\": \"PSS32\",\r\n        \"mainShelfPref\": \"PSS16II\",\r\n        \"extShelfGeneralPref\": \"PSS32\",\r\n        \"extShelfClientLinePairedPref\": \"PSS16II\",\r\n        \"ilaExtShelfGeneralPref\": \"PSS16II\",\r\n        \"fiberStorageTray\": \"INCLUDE\",\r\n        \"mixPSI\": \"INCLUDE\",\r\n        \"attenDrawer\": \"INCLUDE\",\r\n        \"flexShelf\": \"INCLUDE\",\r\n        \"shelfCover\": \"DO_NOT_INCLUDE\",\r\n        \"extShelfCover\": \"true\",\r\n        \"shelfDepth\": \"DEPTH13INCH\",\r\n        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\r\n        \"includeRacks\": \"false\",\r\n        \"allowPSS8UP\": \"false\",\r\n        \"pss32FanCapacity\": \"HIGH\",\r\n        \"encryptedECneeded\": \"false\",\r\n        \"lineSideXFP\": \"TUNABLE_XFP\",\r\n        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\r\n        \"shelfPowerMargin\": \"0\",\r\n        \"shelfVoltageFloor\": \"39\",\r\n        \"pss8ACVoltageFloor\": \"0\",\r\n        \"lineIsolationOnWTOCM\": \"true\",\r\n        \"pss16IIACVariant\": \"false\",\r\n        \"pss16IIilaFanCapacity\": \"HIGH\",\r\n        \"regen\": \"11STAR1A\",\r\n        \"ot260SCX2OperatingMode\": \"Single Mode\",\r\n        \"ot1UD200OperatingMode\": \"Single Mode\",\r\n        \"rackFill\": \"FILL_BOTTOM\",\r\n        \"sharePSCamongWdmLines\": \"true\",\r\n        \"packPlacementSpecName\": \"Network Default\",\r\n        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\r\n        \"pss16ControllerProtection\": \"true\",\r\n        \"pss8ControllerProtection\": \"true\",\r\n        \"pss16IIControllerProtection\": \"true\",\r\n        \"pss32ControllerProtection\": \"true\",\r\n        \"psi8LControllerProtection\": \"true\",\r\n        \"psi4LControllerProtection\": \"true\",\r\n        \"pss16PfProtection\": \"true\",\r\n        \"pss16IIPfProtection\": \"true\",\r\n        \"pss4PfProtection\": \"true\",\r\n        \"pss8PfProtection\": \"true\",\r\n        \"ruverticalSpacePSIL\": \"44 RU\",\r\n        \"ruverticalSpacePSI2T\": \"44 RU\",\r\n        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\r\n        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\r\n        \"ruverticalSpacePSS\": \"78 Inches\",\r\n        \"ruverticalSpacePSIM\": \"44 RU\",\r\n        \"adallowUniDIR\": \"true\",\r\n        \"oadmchoice\": \"ROADM\",\r\n        \"adblockType\": \"CONFIG_C_F_IROADM_TWO_NE\",\r\n        \"splitterTypePerOpticalLine\": \"PSC1_6\",\r\n        \"wtocmonILA\": \"false\",\r\n        \"psimpowerFilter\": \"DC\",\r\n        \"maxPscSectionPerOpticalLine\": \"13\",\r\n        \"otdrinSeparateShelf\": \"false\",\r\n        \"psimcontrollerProtection\": \"true\",\r\n        \"pdutype\": \"NONE\",\r\n        \"pduincludeSliderKit\": \"false\",\r\n        \"pduincludeBreakerToggle\": \"false\",\r\n        \"numberOfPDUSiteJumperKits\": \"0\",\r\n        \"otInSepShelfForCDC\": \"true\",\r\n        \"mcsInSepShelf\": \"false\",\r\n        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\r\n        \"shelfWidthPSS\": \"ANSI 23 Inch\",\r\n        \"minPscSectionPerOpticalLine\": \"1\",\r\n        \"maxPscSectionPerADBlock\": \"0\",\r\n        \"minPscSectionPerADBlock\": \"0\",\r\n        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\r\n        \"maxMcsAdBlockNode\": \"0\",\r\n        \"minMcsAdBlockNode\": \"0\",\r\n        \"aarType\": \"AAR-8A\",\r\n        \"minaarCartPerMcsAdBlock\": \"1\",\r\n        \"minMcsCartPerMcsAdBlock\": \"1\",\r\n        \"maxMcsAdBlockNodeLband\": \"0\",\r\n        \"minMcsAdBlockNodeLband\": \"0\",\r\n        \"minaarCartPerMcsAdBlockLband\": \"1\",\r\n        \"netype\": \"PSS1830\",\r\n        \"aaRTypeLband\": \"AARL\",\r\n        \"requireMaxDegree8\": \"false\",\r\n        \"minMcsCartPerMcsADBlockLband\": \"1\",\r\n        \"otInSepShelf\": \"false\",\r\n        \"neregenMode\": \"Free3R\",\r\n        \"allowWDM\": \"true\",\r\n        \"allowGroupIsolation\": \"false\",\r\n        \"allowGroupIsolationLband\": \"false\",\r\n        \"otnShelfEnabled\": \"false\",\r\n        \"bandType\": \"C\",\r\n        \"allowPacket\": \"true\",\r\n        \"upgradeableROADM\": \"false\",\r\n        \"isCore\": \"false\",\r\n        \"spurHome\": \"None\",\r\n        \"allowWDMonMSPP\": \"false\",\r\n        \"requireROADM\": \"false\",\r\n        \"defaultDGETypeLBand\": \"None\",\r\n        \"profile\": \"CF\",\r\n        \"allowHeterogeneousNodeType\": \"NONE\",\r\n        \"defaultWrCband\": \"None\",\r\n        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\r\n        \"allowFsxCreationCband\": \"false\",\r\n        \"mcsType\": \"MCS8-16\",\r\n        \"cdcfCustomSequence\": \"1,2,3,4,5,6,7,8,9,10,11,12\",\r\n        \"minMxnCDCadBlockByType\": \"0\",\r\n        \"mxnType\": \"MXN824\",\r\n        \"ascType\": \"ASC2\",\r\n        \"minASCSections\": \"0\",\r\n        \"minCdcMlsfbAdxADBlockByType\": \"0\",\r\n        \"minPscMlsfbAdxADBlockByType\": \"0\",\r\n        \"minCdcMlsfbFsxADBlockByType\": \"0\",\r\n        \"minPscMlsfbFsxADBlockByType\": \"0\",\r\n        \"defaultWrLband\": \"None\",\r\n        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\r\n        \"allowFsxCreationLband\": \"false\",\r\n        \"mcsTypeLband\": \"MCS8-16L\",\r\n        \"cdcfCustomSequenceLband\": \"1,2,3,4,5,6,7,8,9,10,11,12\",\r\n        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\r\n        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\r\n        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\r\n        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\r\n        \"floorAndRoom\": \"Floor1, Room1\",\r\n        \"group1\": \"\",\r\n        \"group2\": \"\",\r\n        \"group3\": \"\",\r\n        \"group4\": \"\",\r\n        \"group1Lband\": \"\",\r\n        \"group2Lband\": \"\",\r\n        \"group3Lband\": \"\",\r\n        \"group4Lband\": \"\",\r\n        \"lockLatLong\": \"false\",\r\n        \"mainShelfPrefOT\": \"PSS32\",\r\n        \"extShelfGeneralPrefOT\": \"PSS32\",\r\n        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\r\n        \"splitterTypeAdx\": \"PSC1_6\",\r\n        \"splitterTypeFsx\": \"PSC1_6\",\r\n        \"splitterTypeAdxlBand\": \"PSC1_6\",\r\n        \"splitterTypeFsxlBand\": \"PSC1_6\",\r\n        \"cardChannelCountLimit\": \"16\",\r\n        \"meshFiberingScheme\": \"Standard\",\r\n        \"meshFiberingSchemeLband\": \"Standard\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/templates/management/{{cloneId}}/clone","description":"<p>This API is used to clone the templates available.The input parameter passed for this API is clone id which can be retrived using the API</p>\n<p><strong>GET api/ templates/management/treeview</strong>.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","templates","management","{{cloneId}}","clone"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"4d0f781b-fa3a-4315-af9e-166d49f772d5","name":"CloneTemplate_Site","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new_site\",\r\n    \"description\": \"Core C-F WR20-TF GMPLS\",\r\n    \"folder\": \"sample\",\r\n    \"definedBy\": \"system\",\r\n    \"type\": \"Site\",\r\n    \"params\": {\r\n        \"maxAislesPerRoom\": \"5\",\r\n        \"maxBaysPerAisle\": \"10\",\r\n        \"etr\": \"false\",\r\n        \"clustered\": \"false\",\r\n        \"anssiQSconfigured\": \"false\",\r\n        \"powerFilterType\": \"WITH_BREAKER\",\r\n        \"shelfPowerFeedLimit\": \"\",\r\n        \"allowPF30\": \"false\",\r\n        \"allowPF60\": \"false\",\r\n        \"allowPF70\": \"false\",\r\n        \"allowPF20\": \"false\",\r\n        \"allowPF50\": \"true\",\r\n        \"pss16AllowPF20\": \"true\",\r\n        \"pss16AllowPF35\": \"false\",\r\n        \"pss4AllowPF7\": \"true\",\r\n        \"pss4AllowPF4\": \"false\",\r\n        \"pss4AllowPF5\": \"false\",\r\n        \"pss16IIPowerFilter\": \"DC\",\r\n        \"pss24xPowerFilter\": \"DC48V70A\",\r\n        \"pss8PowerFilter\": \"DC\",\r\n        \"psi8LPowerFilter\": \"DC\",\r\n        \"psi4LPowerFilter\": \"DC\",\r\n        \"psiACPowerCord\": \"US\",\r\n        \"forceHighCapacityFilter\": \"false\",\r\n        \"defaultDGEType\": \"ROADM WR20-TF\",\r\n        \"segregationOT\": \"AllowMixing\",\r\n        \"useLowLatencyDCMsInNonModularOAs\": \"false\",\r\n        \"defaultWR\": \"WR20-TF\",\r\n        \"maxADDegree\": \"0\",\r\n        \"maxCWRinADBlock\": \"8\",\r\n        \"opsysPassThruNodeOptions\": \"OADM\",\r\n        \"maxOADMDegree\": \"8\",\r\n        \"equipAllMESH4\": \"false\",\r\n        \"equipAllAnyDirADFilters\": \"false\",\r\n        \"equipAnyDirADBlocks\": \"false\",\r\n        \"wtocmOnXmtOnlyconfigD\": \"false\",\r\n        \"equipCWRinADBlock\": \"false\",\r\n        \"mainShelf\": \"PSS32\",\r\n        \"mainShelfPref\": \"PSS16II\",\r\n        \"extShelfGeneralPref\": \"PSS32\",\r\n        \"extShelfClientLinePairedPref\": \"PSS16II\",\r\n        \"ilaExtShelfGeneralPref\": \"PSS16II\",\r\n        \"fiberStorageTray\": \"INCLUDE\",\r\n        \"mixPSI\": \"INCLUDE\",\r\n        \"attenDrawer\": \"INCLUDE\",\r\n        \"flexShelf\": \"INCLUDE\",\r\n        \"shelfCover\": \"DO_NOT_INCLUDE\",\r\n        \"extShelfCover\": \"true\",\r\n        \"shelfDepth\": \"DEPTH13INCH\",\r\n        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\r\n        \"includeRacks\": \"false\",\r\n        \"allowPSS8UP\": \"false\",\r\n        \"pss32FanCapacity\": \"HIGH\",\r\n        \"encryptedECneeded\": \"false\",\r\n        \"lineSideXFP\": \"TUNABLE_XFP\",\r\n        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\r\n        \"shelfPowerMargin\": \"0\",\r\n        \"shelfVoltageFloor\": \"39\",\r\n        \"pss8ACVoltageFloor\": \"0\",\r\n        \"lineIsolationOnWTOCM\": \"true\",\r\n        \"pss16IIACVariant\": \"false\",\r\n        \"pss16IIilaFanCapacity\": \"HIGH\",\r\n        \"regen\": \"11STAR1A\",\r\n        \"ot260SCX2OperatingMode\": \"Single Mode\",\r\n        \"ot1UD200OperatingMode\": \"Single Mode\",\r\n        \"rackFill\": \"FILL_BOTTOM\",\r\n        \"sharePSCamongWdmLines\": \"true\",\r\n        \"packPlacementSpecName\": \"Network Default\",\r\n        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\r\n        \"pss16ControllerProtection\": \"true\",\r\n        \"pss8ControllerProtection\": \"true\",\r\n        \"pss16IIControllerProtection\": \"true\",\r\n        \"pss32ControllerProtection\": \"true\",\r\n        \"psi8LControllerProtection\": \"true\",\r\n        \"psi4LControllerProtection\": \"true\",\r\n        \"pss16PfProtection\": \"true\",\r\n        \"pss16IIPfProtection\": \"true\",\r\n        \"pss4PfProtection\": \"true\",\r\n        \"pss8PfProtection\": \"true\",\r\n        \"ruverticalSpacePSIL\": \"44 RU\",\r\n        \"ruverticalSpacePSI2T\": \"44 RU\",\r\n        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\r\n        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\r\n        \"ruverticalSpacePSS\": \"78 Inches\",\r\n        \"ruverticalSpacePSIM\": \"44 RU\",\r\n        \"adallowUniDIR\": \"true\",\r\n        \"oadmchoice\": \"ROADM\",\r\n        \"adblockType\": \"CONFIG_C_F_IROADM_TWO_NE\",\r\n        \"splitterTypePerOpticalLine\": \"PSC1_6\",\r\n        \"wtocmonILA\": \"false\",\r\n        \"psimpowerFilter\": \"DC\",\r\n        \"maxPscSectionPerOpticalLine\": \"13\",\r\n        \"otdrinSeparateShelf\": \"false\",\r\n        \"psimcontrollerProtection\": \"true\",\r\n        \"pdutype\": \"NONE\",\r\n        \"pduincludeSliderKit\": \"false\",\r\n        \"pduincludeBreakerToggle\": \"false\",\r\n        \"numberOfPDUSiteJumperKits\": \"0\",\r\n        \"otInSepShelfForCDC\": \"true\",\r\n        \"mcsInSepShelf\": \"false\",\r\n        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\r\n        \"shelfWidthPSS\": \"ANSI 23 Inch\",\r\n        \"minPscSectionPerOpticalLine\": \"1\",\r\n        \"maxPscSectionPerADBlock\": \"0\",\r\n        \"minPscSectionPerADBlock\": \"0\",\r\n        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\r\n        \"maxMcsAdBlockNode\": \"0\",\r\n        \"minMcsAdBlockNode\": \"0\",\r\n        \"aarType\": \"AAR-8A\",\r\n        \"minaarCartPerMcsAdBlock\": \"1\",\r\n        \"minMcsCartPerMcsAdBlock\": \"1\",\r\n        \"maxMcsAdBlockNodeLband\": \"0\",\r\n        \"minMcsAdBlockNodeLband\": \"0\",\r\n        \"minaarCartPerMcsAdBlockLband\": \"1\",\r\n        \"netype\": \"PSS1830\",\r\n        \"aaRTypeLband\": \"AARL\",\r\n        \"requireMaxDegree8\": \"false\",\r\n        \"minMcsCartPerMcsADBlockLband\": \"1\",\r\n        \"otInSepShelf\": \"false\",\r\n        \"neregenMode\": \"Free3R\",\r\n        \"allowWDM\": \"true\",\r\n        \"allowGroupIsolation\": \"false\",\r\n        \"allowGroupIsolationLband\": \"false\",\r\n        \"otnShelfEnabled\": \"false\",\r\n        \"bandType\": \"C\",\r\n        \"allowPacket\": \"true\",\r\n        \"upgradeableROADM\": \"false\",\r\n        \"isCore\": \"false\",\r\n        \"spurHome\": \"None\",\r\n        \"allowWDMonMSPP\": \"false\",\r\n        \"requireROADM\": \"false\",\r\n        \"defaultDGETypeLBand\": \"None\",\r\n        \"profile\": \"CF\",\r\n        \"allowHeterogeneousNodeType\": \"NONE\",\r\n        \"defaultWrCband\": \"None\",\r\n        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\r\n        \"allowFsxCreationCband\": \"false\",\r\n        \"mcsType\": \"MCS8-16\",\r\n        \"cdcfCustomSequence\": \"1,2,3,4,5,6,7,8,9,10,11,12\",\r\n        \"minMxnCDCadBlockByType\": \"0\",\r\n        \"mxnType\": \"MXN824\",\r\n        \"ascType\": \"ASC2\",\r\n        \"minASCSections\": \"0\",\r\n        \"minCdcMlsfbAdxADBlockByType\": \"0\",\r\n        \"minPscMlsfbAdxADBlockByType\": \"0\",\r\n        \"minCdcMlsfbFsxADBlockByType\": \"0\",\r\n        \"minPscMlsfbFsxADBlockByType\": \"0\",\r\n        \"defaultWrLband\": \"None\",\r\n        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\r\n        \"allowFsxCreationLband\": \"false\",\r\n        \"mcsTypeLband\": \"MCS8-16L\",\r\n        \"cdcfCustomSequenceLband\": \"1,2,3,4,5,6,7,8,9,10,11,12\",\r\n        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\r\n        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\r\n        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\r\n        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\r\n        \"floorAndRoom\": \"Floor1, Room1\",\r\n        \"group1\": \"\",\r\n        \"group2\": \"\",\r\n        \"group3\": \"\",\r\n        \"group4\": \"\",\r\n        \"group1Lband\": \"\",\r\n        \"group2Lband\": \"\",\r\n        \"group3Lband\": \"\",\r\n        \"group4Lband\": \"\",\r\n        \"lockLatLong\": \"false\",\r\n        \"mainShelfPrefOT\": \"PSS32\",\r\n        \"extShelfGeneralPrefOT\": \"PSS32\",\r\n        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\r\n        \"splitterTypeAdx\": \"PSC1_6\",\r\n        \"splitterTypeFsx\": \"PSC1_6\",\r\n        \"splitterTypeAdxlBand\": \"PSC1_6\",\r\n        \"splitterTypeFsxlBand\": \"PSC1_6\",\r\n        \"cardChannelCountLimit\": \"16\",\r\n        \"meshFiberingScheme\": \"Standard\",\r\n        \"meshFiberingSchemeLband\": \"Standard\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/templates/management/{{cloneId}}/clone"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=5E9B3EF8498182C270F32CAC8543F2CB; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 24 Jun 2024 07:49:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 291,\n    \"objectType\": \"Template\",\n    \"name\": \"new_site\",\n    \"description\": \"Core C-F WR20-TF GMPLS\",\n    \"createdByUser\": \"sandhya_planner\",\n    \"modifiedByUser\": \"sandhya_planner\",\n    \"createdDate\": \"2024-06-24T07:49:41.743+00:00\",\n    \"lastModifiedDate\": \"2024-06-24T07:49:41.743+00:00\",\n    \"folder\": \"sample\",\n    \"type\": \"Site\",\n    \"displayName\": \"Site\",\n    \"isDefaultTemplate\": false,\n    \"isDesignReferenced\": false,\n    \"definedBy\": \"sandhya_planner\",\n    \"params\": {\n        \"allowWDMonMSPP\": \"false\",\n        \"group3Lband\": \"\",\n        \"allowPacket\": \"true\",\n        \"minPscSectionPerADBlock\": \"0\",\n        \"requireROADM\": \"false\",\n        \"mcsType\": \"MCS8-16\",\n        \"shelfDepth\": \"DEPTH13INCH\",\n        \"netype\": \"PSS1830\",\n        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n        \"mcsTypeLband\": \"MCS8-16L\",\n        \"flexShelf\": \"INCLUDE\",\n        \"neregenMode\": \"Free3R\",\n        \"minMxnCDCadBlockByType\": \"0\",\n        \"pss8PowerFilter\": \"DC\",\n        \"shelfCover\": \"DO_NOT_INCLUDE\",\n        \"splitterTypeAdx\": \"PSC1_6\",\n        \"equipAllAnyDirADFilters\": \"false\",\n        \"maxMcsAdBlockNode\": \"0\",\n        \"fiberStorageTray\": \"INCLUDE\",\n        \"encryptedECneeded\": \"false\",\n        \"allowWDM\": \"true\",\n        \"profile\": \"CF\",\n        \"equipCWRinADBlock\": \"false\",\n        \"psimcontrollerProtection\": \"true\",\n        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n        \"group4Lband\": \"\",\n        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n        \"group1Lband\": \"\",\n        \"shelfPowerMargin\": \"0\",\n        \"allowPF70\": \"false\",\n        \"pss16ControllerProtection\": \"true\",\n        \"mixPSI\": \"INCLUDE\",\n        \"splitterTypeFsxlBand\": \"PSC1_6\",\n        \"pss8PfProtection\": \"true\",\n        \"lineIsolationOnWTOCM\": \"true\",\n        \"maxPscSectionPerADBlock\": \"0\",\n        \"regen\": \"11STAR1A\",\n        \"isCore\": \"false\",\n        \"otInSepShelfForCDC\": \"true\",\n        \"spurHome\": \"None\",\n        \"maxAislesPerRoom\": \"5\",\n        \"otdrinSeparateShelf\": \"false\",\n        \"minaarCartPerMcsAdBlock\": \"1\",\n        \"maxMcsAdBlockNodeLband\": \"0\",\n        \"maxADDegree\": \"0\",\n        \"upgradeableROADM\": \"false\",\n        \"allowPF20\": \"false\",\n        \"allowGroupIsolation\": \"false\",\n        \"defaultWrLband\": \"None\",\n        \"pss4PfProtection\": \"true\",\n        \"forceHighCapacityFilter\": \"false\",\n        \"adallowUniDIR\": \"true\",\n        \"pss32FanCapacity\": \"HIGH\",\n        \"requireMaxDegree8\": \"false\",\n        \"lockLatLong\": \"false\",\n        \"minMcsCartPerMcsADBlockLband\": \"1\",\n        \"ascType\": \"ASC2\",\n        \"defaultDGEType\": \"ROADM WR20-TF\",\n        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n        \"mcsInSepShelf\": \"false\",\n        \"clustered\": \"false\",\n        \"ot1UD200OperatingMode\": \"Single Mode\",\n        \"anssiQSconfigured\": \"false\",\n        \"maxBaysPerAisle\": \"10\",\n        \"psiACPowerCord\": \"US\",\n        \"minMcsAdBlockNodeLband\": \"0\",\n        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n        \"psi4LControllerProtection\": \"true\",\n        \"cardChannelCountLimit\": \"16\",\n        \"pss16IIControllerProtection\": \"true\",\n        \"floorAndRoom\": \"Floor1, Room1\",\n        \"group2Lband\": \"\",\n        \"allowGroupIsolationLband\": \"false\",\n        \"allowHeterogeneousNodeType\": \"NONE\",\n        \"psi4LPowerFilter\": \"DC\",\n        \"extShelfGeneralPrefOT\": \"PSS32\",\n        \"pss16PfProtection\": \"true\",\n        \"wtocmonILA\": \"false\",\n        \"lineIsolation\": \"NoLineIsolation\",\n        \"powerFilterType\": \"WITH_BREAKER\",\n        \"psi8LPowerFilter\": \"DC\",\n        \"pss8ACVoltageFloor\": \"0\",\n        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n        \"wtocmOnXmtOnlyconfigD\": \"false\",\n        \"lineSideXFP\": \"TUNABLE_XFP\",\n        \"rackFill\": \"FILL_BOTTOM\",\n        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n        \"opsysPassThruNodeOptions\": \"OADM\",\n        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n        \"shelfVoltageFloor\": \"39\",\n        \"equipAllMESH4\": \"false\",\n        \"numberOfPDUSiteJumperKits\": \"0\",\n        \"defaultDGETypeLBand\": \"None\",\n        \"pss16IIACVariant\": \"false\",\n        \"allowFsxCreationLband\": \"false\",\n        \"pss16IIPowerFilter\": \"DC\",\n        \"psimpowerFilter\": \"DC\",\n        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n        \"pss16AllowPF20\": \"true\",\n        \"sharePSCamongWdmLines\": \"true\",\n        \"oadmchoice\": \"ROADM\",\n        \"defaultWrCband\": \"None\",\n        \"aarType\": \"AAR-8A\",\n        \"allowFsxCreationCband\": \"false\",\n        \"useLowLatencyDCMsInNonModularOAs\": \"false\",\n        \"mainShelfPrefOT\": \"PSS32\",\n        \"etr\": \"false\",\n        \"pss32ControllerProtection\": \"true\",\n        \"splitterTypeFsx\": \"PSC1_6\",\n        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n        \"aaRTypeLband\": \"AARL\",\n        \"splitterTypeAdxlBand\": \"PSC1_6\",\n        \"attenDrawer\": \"INCLUDE\",\n        \"group4\": \"\",\n        \"group3\": \"\",\n        \"mainShelf\": \"PSS32\",\n        \"defaultWR\": \"WR20-TF\",\n        \"minASCSections\": \"0\",\n        \"minPscMlsfbFsxADBlockByType\": \"0\",\n        \"cdcfCustomSequenceLband\": \"1,2,3,4,5,6,7,8,9,10,11,12\",\n        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n        \"ruverticalSpacePSS\": \"78 Inches\",\n        \"minMcsAdBlockNode\": \"0\",\n        \"group2\": \"\",\n        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n        \"group1\": \"\",\n        \"extShelfCover\": \"true\",\n        \"pss16IIilaFanCapacity\": \"HIGH\",\n        \"allowPF30\": \"false\",\n        \"mainShelfPref\": \"PSS16II\",\n        \"extShelfGeneralPref\": \"PSS32\",\n        \"pss8ControllerProtection\": \"true\",\n        \"pduincludeSliderKit\": \"false\",\n        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n        \"pss16AllowPF35\": \"false\",\n        \"packPlacementSpecName\": \"Network Default\",\n        \"pdutype\": \"NONE\",\n        \"equipAnyDirADBlocks\": \"false\",\n        \"bandType\": \"C\",\n        \"ot260SCX2OperatingMode\": \"Single Mode\",\n        \"otnShelfEnabled\": \"false\",\n        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n        \"allowPSS8UP\": \"false\",\n        \"cdcfCustomSequence\": \"1,2,3,4,5,6,7,8,9,10,11,12\",\n        \"otInSepShelf\": \"false\",\n        \"meshFiberingSchemeLband\": \"Standard\",\n        \"pss24xPowerFilter\": \"DC48V70A\",\n        \"meshFiberingScheme\": \"Standard\",\n        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n        \"shelfPowerFeedLimit\": \"\",\n        \"allowPF60\": \"false\",\n        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n        \"pss4AllowPF7\": \"true\",\n        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n        \"maxOADMDegree\": \"8\",\n        \"pss4AllowPF4\": \"false\",\n        \"pss16IIPfProtection\": \"true\",\n        \"pss4AllowPF5\": \"false\",\n        \"ruverticalSpacePSI2T\": \"44 RU\",\n        \"minPscSectionPerOpticalLine\": \"1\",\n        \"minMcsCartPerMcsAdBlock\": \"1\",\n        \"extShelfClientLinePairedPref\": \"PSS16II\",\n        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n        \"pduincludeBreakerToggle\": \"false\",\n        \"maxPscSectionPerOpticalLine\": \"13\",\n        \"minPscMlsfbAdxADBlockByType\": \"0\",\n        \"maxCWRinADBlock\": \"8\",\n        \"allowPF50\": \"true\",\n        \"ruverticalSpacePSIL\": \"44 RU\",\n        \"psi8LControllerProtection\": \"true\",\n        \"minaarCartPerMcsAdBlockLband\": \"1\",\n        \"segregationOT\": \"AllowMixing\",\n        \"ruverticalSpacePSIM\": \"44 RU\",\n        \"adblockType\": \"CONFIG_C_F_IROADM_TWO_NE\",\n        \"includeRacks\": \"false\",\n        \"mxnType\": \"MXN824\"\n    },\n    \"userNames\": [],\n    \"state\": \"Ready\",\n    \"profileRef\": \"ANSSI QS Configuration\",\n    \"designReferenced\": false,\n    \"defaultTemplate\": false\n}"},{"id":"18233129-a15a-47f1-aba5-a1a4efc9937b","name":"CloneTemplate_Trail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"DefaultSegmentTemplate_Core C-F WR20-TF GMPLS_Clone\",\r\n    \"description\": \"Core C-F WR20-TF GMPLS\",\r\n    \"folder\": \"sample\",\r\n    \"definedBy\": \"system\",\r\n    \"type\": \"Segment\",\r\n    \"params\": {\r\n        \"fiberAtoB\": \"SSMF\",\r\n        \"fiberBtoA\": \"SSMF\",\r\n        \"abLength\": \"80\",\r\n        \"baLength\": \"80\",\r\n        \"lossAtoB\": \"\",\r\n        \"lossBtoA\": \"\",\r\n        \"pmdAtoB\": \"\",\r\n        \"pmdBtoA\": \"\",\r\n        \"dispersionAtoB\": \"\",\r\n        \"dispersionBtoA\": \"\",\r\n        \"dispersionSlopeAtoB\": \"\",\r\n        \"dispersionSlopeBtoA\": \"\",\r\n        \"lossMarginAtoB\": \"\",\r\n        \"capacity\": \"DWDMFLEX\",\r\n        \"osc\": \"Yes\",\r\n        \"singleFiber\": \"No\",\r\n        \"controlPlane\": \"Yes\",\r\n        \"dcmChoice\": \"No\",\r\n        \"lossMarginBtoA\": \"\",\r\n        \"connectorLossAtoBAtA\": \"\",\r\n        \"connectorLossBtoAAtA\": \"\",\r\n        \"connectorLossAtoBAtB\": \"\",\r\n        \"connectorLossBtoAAtB\": \"\",\r\n        \"sym\": \"Yes\",\r\n        \"asiteOtdrRx\": \"No\",\r\n        \"asiteOtdrTx\": \"No\",\r\n        \"bsiteOtdrRx\": \"No\",\r\n        \"bsiteOtdrTx\": \"No\",\r\n        \"otdrTypeSiteA\": \"OTDR\",\r\n        \"otdrTypeSiteB\": \"OTDR\",\r\n        \"wtocmTypeC\": \"WTOCM-F\",\r\n        \"wtocmTypeL\": \"No\",\r\n        \"band\": \"C_BAND_ONLY\",\r\n        \"omdTypeSiteA\": \"NONE\",\r\n        \"omdTypeSiteB\": \"NONE\",\r\n        \"monOcmSettingSiteA\": \"None\",\r\n        \"monOcmSettingSiteB\": \"None\",\r\n        \"monOtdrSiteA\": \"No\",\r\n        \"monOtdrSiteB\": \"No\",\r\n        \"ptpio\": \"No\",\r\n        \"lineProtection\": \"No\",\r\n        \"project\": \"\",\r\n        \"ospAtoB\": \"\",\r\n        \"ospBtoA\": \"\",\r\n        \"type\": \"External\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/templates/management/{{cloneId}}/clone"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 24 Jun 2024 08:36:28 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 416,\n    \"objectType\": \"Template\",\n    \"name\": \"new_trail\",\n    \"description\": \"Core CDC-F WR20-TFM GMPLS\",\n    \"createdByUser\": \"sandhya_planner\",\n    \"modifiedByUser\": \"sandhya_planner\",\n    \"createdDate\": \"2024-06-24T08:36:28.245+00:00\",\n    \"lastModifiedDate\": \"2024-06-24T08:36:28.245+00:00\",\n    \"folder\": \"sample\",\n    \"type\": \"TrailRequest\",\n    \"displayName\": \"TrailRequest\",\n    \"isDefaultTemplate\": false,\n    \"isDesignReferenced\": false,\n    \"definedBy\": \"sandhya_planner\",\n    \"params\": {\n        \"category\": \"Trail\",\n        \"instanceNum\": \"1\",\n        \"deployedProject\": \"false\",\n        \"supportedByWSP\": \"true\",\n        \"routed\": \"false\",\n        \"srcProtection\": \"UNPROTECTED\",\n        \"dstProtection\": \"UNPROTECTED\",\n        \"primaryDemand.name\": \"Trail1\",\n        \"primaryDemand.restoration\": \"RESTORATION_NONE\",\n        \"primaryDemand.routeDisjointness\": \"DEFAULT\",\n        \"primaryDemand.regenAllowed\": \"true\",\n        \"primaryDemand.wtKeyedStatus\": \"true\",\n        \"primaryDemand.controlPlane\": \"true\",\n        \"primaryDemand.multiRegion\": \"false\",\n        \"primaryDemand.interworkWithD5X500\": \"false\",\n        \"primaryDemand.source.siteId\": \"0\",\n        \"primaryDemand.source.neType\": \"PSS_WDM\",\n        \"primaryDemand.source.otName\": \"S13X100R\",\n        \"primaryDemand.source.otMode\": \"TEN_X_10G_MUX\",\n        \"primaryDemand.source.linePort\": \"COMPUTE\",\n        \"primaryDemand.source.opticalNode\": \"COMPUTE\",\n        \"primaryDemand.source.addDropConfig\": \"COMPUTE\",\n        \"primaryDemand.source.sharingAllowed\": \"false\",\n        \"primaryDemand.destination.siteId\": \"0\",\n        \"primaryDemand.destination.neType\": \"PSS_WDM\",\n        \"primaryDemand.destination.otName\": \"S13X100R\",\n        \"primaryDemand.destination.otMode\": \"TEN_X_10G_MUX\",\n        \"primaryDemand.destination.linePort\": \"COMPUTE\",\n        \"primaryDemand.destination.opticalNode\": \"COMPUTE\",\n        \"primaryDemand.destination.addDropConfig\": \"COMPUTE\",\n        \"primaryDemand.destination.sharingAllowed\": \"false\",\n        \"primaryDemand.lineRate\": \"OTU4\",\n        \"primaryDemand.fec\": \"SDFEC_G2\",\n        \"primaryDemand.modulationFormat\": \"QPSK\",\n        \"primaryDemand.baudRate\": \"32.9\",\n        \"primaryDemand.phaseEncoding\": \"DIFFERENTIAL\",\n        \"primaryDemand.bandwidth\": \"8\",\n        \"primaryDemand.userDefinedOtuStruct\": \"false\"\n    },\n    \"userNames\": [],\n    \"state\": \"Ready\",\n    \"profileRef\": \"Core HiPerf C-F GMPLS\",\n    \"designReferenced\": false,\n    \"defaultTemplate\": false\n}"},{"id":"350b66a4-a0ca-4a9c-b5c3-b11abdbab7d8","name":"CloneTemplate_Segment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"new_service\",\r\n    \"description\": \"Core C-F WR20-TF GMPLS\",\r\n    \"folder\": \"sample\",\r\n    \"definedBy\": \"system\",\r\n    \"type\": \"ServiceRequest\",\r\n    \"params\": {\r\n        \"category\": \"Service\",\r\n        \"instanceNum\": \"1\",\r\n        \"deployedProject\": \"false\",\r\n        \"supportedByWSP\": \"true\",\r\n        \"routed\": \"false\",\r\n        \"srcProtection\": \"UNPROTECTED\",\r\n        \"dstProtection\": \"UNPROTECTED\",\r\n        \"primaryDemand.name\": \"Service1\",\r\n        \"primaryDemand.restoration\": \"RESTORATION_NONE\",\r\n        \"primaryDemand.routeDisjointness\": \"DEFAULT\",\r\n        \"primaryDemand.regenAllowed\": \"true\",\r\n        \"primaryDemand.wtKeyedStatus\": \"false\",\r\n        \"primaryDemand.controlPlane\": \"true\",\r\n        \"primaryDemand.multiRegion\": \"false\",\r\n        \"primaryDemand.interworkWithD5X500\": \"false\",\r\n        \"primaryDemand.source.siteId\": \"0\",\r\n        \"primaryDemand.source.neType\": \"PSS_WDM\",\r\n        \"primaryDemand.source.otName\": \"D5X500Q\",\r\n        \"primaryDemand.source.otMode\": \"_8QAM\",\r\n        \"primaryDemand.source.linePort\": \"COMPUTE\",\r\n        \"primaryDemand.source.clientFormat\": \"100G LAN PHY\",\r\n        \"primaryDemand.source.clientPort\": \"C1\",\r\n        \"primaryDemand.source.clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\r\n        \"primaryDemand.source.clientPortUserDefined\": \"true\",\r\n        \"primaryDemand.destination.siteId\": \"0\",\r\n        \"primaryDemand.destination.neType\": \"PSS_WDM\",\r\n        \"primaryDemand.destination.otName\": \"D5X500Q\",\r\n        \"primaryDemand.destination.otMode\": \"_8QAM\",\r\n        \"primaryDemand.destination.linePort\": \"COMPUTE\",\r\n        \"primaryDemand.destination.clientFormat\": \"100G LAN PHY\",\r\n        \"primaryDemand.destination.clientPort\": \"C1\",\r\n        \"primaryDemand.destination.clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\r\n        \"primaryDemand.destination.clientPortUserDefined\": \"true\",\r\n        \"primaryDemand.lineRate\": \"OTU4x2\",\r\n        \"primaryDemand.fec\": \"SDFEC_G2\",\r\n        \"primaryDemand.modulationFormat\": \"PM8QAM\",\r\n        \"primaryDemand.baudRate\": \"43.9\",\r\n        \"primaryDemand.phaseEncoding\": \"DIFFERENTIAL\",\r\n        \"primaryDemand.bandwidth\": \"10\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/templates/management/{{cloneId}}/clone"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 24 Jun 2024 08:47:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 458,\n    \"objectType\": \"Template\",\n    \"name\": \"DefaultSegmentTemplate_Core C-F WR20-TF GMPLS_Clone\",\n    \"description\": \"Core C-F WR20-TF GMPLS\",\n    \"createdByUser\": \"sandhya_planner\",\n    \"modifiedByUser\": \"sandhya_planner\",\n    \"createdDate\": \"2024-06-24T08:47:35.837+00:00\",\n    \"lastModifiedDate\": \"2024-06-24T08:47:35.837+00:00\",\n    \"folder\": \"sample\",\n    \"type\": \"Segment\",\n    \"displayName\": \"Segment\",\n    \"isDefaultTemplate\": false,\n    \"isDesignReferenced\": false,\n    \"definedBy\": \"sandhya_planner\",\n    \"params\": {\n        \"abLength\": \"80\",\n        \"connectorLossAtoBAtA\": \"\",\n        \"monOtdrSiteB\": \"No\",\n        \"connectorLossAtoBAtB\": \"\",\n        \"lossBtoA\": \"\",\n        \"connectorLossBtoAAtA\": \"\",\n        \"connectorLossBtoAAtB\": \"\",\n        \"lossMarginAtoB\": \"\",\n        \"sym\": \"Yes\",\n        \"monOtdrSiteA\": \"No\",\n        \"ospAtoB\": \"\",\n        \"project\": \"\",\n        \"omdTypeSiteA\": \"NONE\",\n        \"omdTypeSiteB\": \"NONE\",\n        \"type\": \"External\",\n        \"capacity\": \"DWDMFLEX\",\n        \"dispersionAtoB\": \"\",\n        \"fiberBtoA\": \"SSMF\",\n        \"controlPlane\": \"Yes\",\n        \"asiteOtdrRx\": \"No\",\n        \"dispersionSlopeAtoB\": \"\",\n        \"monOcmSettingSiteA\": \"None\",\n        \"dcmChoice\": \"No\",\n        \"pmdAtoB\": \"\",\n        \"monOcmSettingSiteB\": \"None\",\n        \"band\": \"C_BAND_ONLY\",\n        \"otdrTypeSiteB\": \"OTDR\",\n        \"otdrTypeSiteA\": \"OTDR\",\n        \"wtocmTypeC\": \"WTOCM-F\",\n        \"singleFiber\": \"No\",\n        \"baLength\": \"80\",\n        \"lossMarginBtoA\": \"\",\n        \"asiteOtdrTx\": \"No\",\n        \"lossAtoB\": \"\",\n        \"ospBtoA\": \"\",\n        \"lineProtection\": \"No\",\n        \"pmdBtoA\": \"\",\n        \"dispersionSlopeBtoA\": \"\",\n        \"ptpio\": \"No\",\n        \"fiberAtoB\": \"SSMF\",\n        \"dispersionBtoA\": \"\",\n        \"bsiteOtdrRx\": \"No\",\n        \"bsiteOtdrTx\": \"No\",\n        \"osc\": \"Yes\",\n        \"wtocmTypeL\": \"No\"\n    },\n    \"userNames\": [],\n    \"state\": \"Ready\",\n    \"profileRef\": \"Core HiPerf C-F GMPLS\",\n    \"designReferenced\": false,\n    \"defaultTemplate\": false\n}"},{"id":"b2f7af44-bbbc-4d77-9a44-a9eba696a880","name":"CloneTemplate_Service","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Core C-F WR20-TF GMPLS_Clone\",\r\n    \"description\": \"C-Band Control Plane network with wavelength router WR20-TF\",\r\n    \"folder\": \"sample\",\r\n    \"type\": \"SolutionContext\",\r\n    \"params\": [\r\n        {\r\n            \"id\": \"630\",\r\n            \"name\": \"Allow_TOADM_Placement\",\r\n            \"value\": \"Prohibit\"\r\n        },\r\n        {\r\n            \"id\": \"487\",\r\n            \"name\": \"FiberLowerBoundTWRS\",\r\n            \"value\": 191.275\r\n        },\r\n        {\r\n            \"id\": \"388\",\r\n            \"name\": \"LengthUncertainty\",\r\n            \"value\": \"5\"\r\n        },\r\n        {\r\n            \"id\": \"152RA\",\r\n            \"name\": \"CBand_Raman_PreAmplification\",\r\n            \"value\": \"RA4P\"\r\n        },\r\n        {\r\n            \"id\": \"325A\",\r\n            \"name\": \"50GHzcoherentChannelsRange\",\r\n            \"value\": \"yes\"\r\n        },\r\n        {\r\n            \"id\": \"369\",\r\n            \"name\": \"MaxChannels_w_WTOCM\",\r\n            \"value\": \"96\"\r\n        },\r\n        {\r\n            \"id\": \"478\",\r\n            \"name\": \"FiberUpperBoundTWC\",\r\n            \"value\": 193.875\r\n        },\r\n        {\r\n            \"id\": \"672\",\r\n            \"name\": \"AmplifiedOTUsage\",\r\n            \"value\": \"prohibitHighAseOT\"\r\n        },\r\n        {\r\n            \"id\": \"2220E\",\r\n            \"name\": \"PreR11_1ErulesExtendedRange\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"166\",\r\n            \"name\": \"DCMPlacement\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"867\",\r\n            \"name\": \"DiverseMCSRegenPack\",\r\n            \"value\": \"disabled\"\r\n        },\r\n        {\r\n            \"id\": \"947\",\r\n            \"name\": \"AddPowerMode\",\r\n            \"value\": \"low\"\r\n        },\r\n        {\r\n            \"id\": \"486\",\r\n            \"name\": \"FiberUpperBoundTWRS\",\r\n            \"value\": 196.075\r\n        },\r\n        {\r\n            \"id\": \"127CF\",\r\n            \"name\": \"ReferenceOT_C_FEC\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"407\",\r\n            \"name\": \"maxchannelcountflexRouting-C\",\r\n            \"value\": \"96\"\r\n        },\r\n        {\r\n            \"id\": \"9200LS\",\r\n            \"name\": \"LS_SLA\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"412\",\r\n            \"name\": \"maxchannelcountflexPower-L\",\r\n            \"value\": \"96\"\r\n        },\r\n        {\r\n            \"id\": \"152\",\r\n            \"name\": \"RamanSpanLossThreshold\",\r\n            \"value\": \"30\"\r\n        },\r\n        {\r\n            \"id\": \"481UP\",\r\n            \"name\": \"FiberUpperBoundLS_L\",\r\n            \"value\": 187.975\r\n        },\r\n        {\r\n            \"id\": \"122\",\r\n            \"name\": \"MaxChannelsWithoutWTLH\",\r\n            \"value\": \"20\"\r\n        },\r\n        {\r\n            \"id\": \"9200MetroCor\",\r\n            \"name\": \"MetroCor_SLA\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"581\",\r\n            \"name\": \"ReuseNominalWavelength\",\r\n            \"value\": \"yes\"\r\n        },\r\n        {\r\n            \"id\": \"489\",\r\n            \"name\": \"FiberLowerBoundDSF\",\r\n            \"value\": 191.275\r\n        },\r\n        {\r\n            \"id\": \"9200DSF\",\r\n            \"name\": \"DSF_SLA\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"324\",\r\n            \"name\": \"BandingEndChannel\",\r\n            \"value\": 191.7\r\n        },\r\n        {\r\n            \"id\": \"325C\",\r\n            \"name\": \"BlueBandThrough\",\r\n            \"value\": 193.55\r\n        },\r\n        {\r\n            \"id\": \"489WP_ULL\",\r\n            \"name\": \"FiberLowerBoundG652B\",\r\n            \"value\": 191.275\r\n        },\r\n        {\r\n            \"id\": \"9200TWRS\",\r\n            \"name\": \"TWRS_SLA\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"9200ELEAF\",\r\n            \"name\": \"ELEAF_SLA\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"483\",\r\n            \"name\": \"FiberLowerBoundSSMF\",\r\n            \"value\": 191.275\r\n        },\r\n        {\r\n            \"id\": \"410\",\r\n            \"name\": \"maxchannelcount88Power\",\r\n            \"value\": \"88\"\r\n        },\r\n        {\r\n            \"id\": \"480\",\r\n            \"name\": \"FiberLowerBoundLS_C\",\r\n            \"value\": 193.875\r\n        },\r\n        {\r\n            \"id\": \"651\",\r\n            \"name\": \"PreStagingAci\",\r\n            \"value\": \"No\"\r\n        },\r\n        {\r\n            \"id\": \"652\",\r\n            \"name\": \"WavelengthDependentTransmissionPenalty\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"408\",\r\n            \"name\": \"maxchannelcountflexRouting-L\",\r\n            \"value\": \"96\"\r\n        },\r\n        {\r\n            \"id\": \"381\",\r\n            \"name\": \"QMarginTrailOptimization\",\r\n            \"value\": \"0.5\"\r\n        },\r\n        {\r\n            \"id\": \"9200TWC\",\r\n            \"name\": \"TWC_SLA\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"170\",\r\n            \"name\": \"EgressSRS_TILT_PreFraction\",\r\n            \"value\": \"1\"\r\n        },\r\n        {\r\n            \"id\": \"658\",\r\n            \"name\": \"LoggingMode\",\r\n            \"value\": \"off\"\r\n        },\r\n        {\r\n            \"id\": \"739\",\r\n            \"name\": \"OptimizeSpectrumUsage\",\r\n            \"value\": \"yes\"\r\n        },\r\n        {\r\n            \"id\": \"127CE\",\r\n            \"name\": \"ReferenceOT_C_PhaseEncoding\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"323\",\r\n            \"name\": \"BandingStartChannel\",\r\n            \"value\": 193.8\r\n        },\r\n        {\r\n            \"id\": \"485\",\r\n            \"name\": \"FiberLowerBoundELEAF\",\r\n            \"value\": 191.275\r\n        },\r\n        {\r\n            \"id\": \"322FG\",\r\n            \"name\": \"FixedGridCentersUsage\",\r\n            \"value\": \"false\"\r\n        },\r\n        {\r\n            \"id\": \"127CD\",\r\n            \"name\": \"ReferenceOT_C_Rate\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"127LD\",\r\n            \"name\": \"ReferenceOT_L_Rate\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"315\",\r\n            \"name\": \"Unidir_OA_type\",\r\n            \"value\": \"switched\"\r\n        },\r\n        {\r\n            \"id\": \"167\",\r\n            \"name\": \"IngressSRS_TILT_PostFraction\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"488WP_ULL\",\r\n            \"name\": \"FiberUpperBoundG652B\",\r\n            \"value\": 196.075\r\n        },\r\n        {\r\n            \"id\": \"493\",\r\n            \"name\": \"dsf100GhzSpacing\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"9200G654E\",\r\n            \"name\": \"G654EULL_SLA\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"180\",\r\n            \"name\": \"GmplsRun\",\r\n            \"value\": \"yes\"\r\n        },\r\n        {\r\n            \"id\": \"411\",\r\n            \"name\": \"maxchannelcountflexPower-C\",\r\n            \"value\": \"96\"\r\n        },\r\n        {\r\n            \"id\": \"127LI\",\r\n            \"name\": \"ReferenceOT_L_OTType\",\r\n            \"value\": \"S4X400L-100G-45Gbd-QPSK-abs-nodcm-SDFEC-G2\"\r\n        },\r\n        {\r\n            \"id\": \"129\",\r\n            \"name\": \"ReferenceOT_OPS_Protected\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"2213\",\r\n            \"name\": \"BypassWavetrackerRules\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"129L\",\r\n            \"name\": \"ReferenceOT_L_OPS_Protected\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"322\",\r\n            \"name\": \"ChannelAssignmentRule\",\r\n            \"value\": \"unrestricted\"\r\n        },\r\n        {\r\n            \"id\": \"409\",\r\n            \"name\": \"maxchannelcount44Power\",\r\n            \"value\": \"44\"\r\n        },\r\n        {\r\n            \"id\": \"314\",\r\n            \"name\": \"PreferHybridOA\",\r\n            \"value\": \"never\"\r\n        },\r\n        {\r\n            \"id\": \"363\",\r\n            \"name\": \"optimization\",\r\n            \"value\": \"OPSYS\"\r\n        },\r\n        {\r\n            \"id\": \"165\",\r\n            \"name\": \"DCMPlacementNonCP\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"374\",\r\n            \"name\": \"TargetReach\",\r\n            \"value\": \"2000\"\r\n        },\r\n        {\r\n            \"id\": \"866\",\r\n            \"name\": \"RegenCablingDuplex\",\r\n            \"value\": \"disabled\"\r\n        },\r\n        {\r\n            \"id\": \"490WP_ULL\",\r\n            \"name\": \"FiberUpperBoundG654E\",\r\n            \"value\": 196.075\r\n        },\r\n        {\r\n            \"id\": \"127LF\",\r\n            \"name\": \"ReferenceOT_L_FEC\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"514\",\r\n            \"name\": \"lowPowerOTSupportOnAnyColorADBlocks\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"946B\",\r\n            \"name\": \"PSS_NERelease\",\r\n            \"value\": \"24.6.x\"\r\n        },\r\n        {\r\n            \"id\": \"127CC\",\r\n            \"name\": \"ReferenceOT_C_Bandwidth\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"482\",\r\n            \"name\": \"FiberUpperBoundSSMF\",\r\n            \"value\": 196.075\r\n        },\r\n        {\r\n            \"id\": \"9200G652B\",\r\n            \"name\": \"G652BULL_SLA\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"582FP\",\r\n            \"name\": \"GMPLSFastProfile\",\r\n            \"value\": \"Profile 2\"\r\n        },\r\n        {\r\n            \"id\": \"9200SSMF\",\r\n            \"name\": \"SLA_SSMF\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"127CI\",\r\n            \"name\": \"ReferenceOT_C_OTType\",\r\n            \"value\": \"S4X400H-100G-56Gbd-QPSK-abs-nodcm-SDFEC-G2\"\r\n        },\r\n        {\r\n            \"id\": \"484\",\r\n            \"name\": \"FiberUpperBoundELEAF\",\r\n            \"value\": 196.075\r\n        },\r\n        {\r\n            \"id\": \"479\",\r\n            \"name\": \"FiberUpperBoundTW+\",\r\n            \"value\": 196.075\r\n        },\r\n        {\r\n            \"id\": \"491WP_ULL\",\r\n            \"name\": \"FiberLowerBoundG654E\",\r\n            \"value\": 191.275\r\n        },\r\n        {\r\n            \"id\": \"180otn\",\r\n            \"name\": \"OtnRun\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"492\",\r\n            \"name\": \"twrs100GhzSpacing\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"527\",\r\n            \"name\": \"OpsysMGNoDcm\",\r\n            \"value\": \"Enabled\"\r\n        },\r\n        {\r\n            \"id\": \"127LA\",\r\n            \"name\": \"ReferenceOT_L_OT\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"491\",\r\n            \"name\": \"eleaf100GhzSpacing\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"325B\",\r\n            \"name\": \"BlueBandCenteredOn\",\r\n            \"value\": 191.3\r\n        },\r\n        {\r\n            \"id\": \"155\",\r\n            \"name\": \"AM2625ASpanLossThreshold\",\r\n            \"value\": \"30\"\r\n        },\r\n        {\r\n            \"id\": \"127LE\",\r\n            \"name\": \"ReferenceOT_L_PhaseEncoding\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"539\",\r\n            \"name\": \"ShortestPath\",\r\n            \"value\": \"10\"\r\n        },\r\n        {\r\n            \"id\": \"490\",\r\n            \"name\": \"ssmf100GhzSpacing\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"179\",\r\n            \"name\": \"CommissioningMode\",\r\n            \"value\": \"Complete\"\r\n        },\r\n        {\r\n            \"id\": \"127CG\",\r\n            \"name\": \"ReferenceOT_C_LP\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"328\",\r\n            \"name\": \"LBandThrough\",\r\n            \"value\": 188.35\r\n        },\r\n        {\r\n            \"id\": \"946C\",\r\n            \"name\": \"PSIM_NERelease\",\r\n            \"value\": \"24.6.x\"\r\n        },\r\n        {\r\n            \"id\": \"106\",\r\n            \"name\": \"AllowHighPowerDivergence\",\r\n            \"value\": \"Prohibit\"\r\n        },\r\n        {\r\n            \"id\": \"327\",\r\n            \"name\": \"LBandCenteredOn\",\r\n            \"value\": 186.1\r\n        },\r\n        {\r\n            \"id\": \"488\",\r\n            \"name\": \"FiberUpperBoundDSF\",\r\n            \"value\": 196.075\r\n        },\r\n        {\r\n            \"id\": \"659\",\r\n            \"name\": \"LogLimit\",\r\n            \"value\": \"500\"\r\n        },\r\n        {\r\n            \"id\": \"127CB\",\r\n            \"name\": \"ReferenceOT_C_ModulationFormat\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"127LB\",\r\n            \"name\": \"ReferenceOT_L_ModulationFormat\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"127CA\",\r\n            \"name\": \"ReferenceOT_C_OT\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"405\",\r\n            \"name\": \"maxchannelcount44Routing\",\r\n            \"value\": \"44\"\r\n        },\r\n        {\r\n            \"id\": \"158\",\r\n            \"name\": \"IPREAMPSpanLossThreshold\",\r\n            \"value\": \"60\"\r\n        },\r\n        {\r\n            \"id\": \"373\",\r\n            \"name\": \"DistUnits\",\r\n            \"value\": \"km\"\r\n        },\r\n        {\r\n            \"id\": \"127LG\",\r\n            \"name\": \"ReferenceOT_L_LP\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"949\",\r\n            \"name\": \"SigOutTolerance\",\r\n            \"value\": \"0.5\"\r\n        },\r\n        {\r\n            \"id\": \"127LC\",\r\n            \"name\": \"ReferenceOT_L_Bandwidth\",\r\n            \"value\": \"Any\"\r\n        },\r\n        {\r\n            \"id\": \"133CO\",\r\n            \"name\": \"defaultWTKeysForTrail\",\r\n            \"value\": \"on\"\r\n        },\r\n        {\r\n            \"id\": \"315A\",\r\n            \"name\": \"Include_ASG_OA\",\r\n            \"value\": \"yes\"\r\n        },\r\n        {\r\n            \"id\": \"179WTH\",\r\n            \"name\": \"CommissioningSystemWarningThreshold\",\r\n            \"value\": \"50\"\r\n        },\r\n        {\r\n            \"id\": \"688\",\r\n            \"name\": \"showOAExceedsMaxGainWarning\",\r\n            \"value\": \"no\"\r\n        },\r\n        {\r\n            \"id\": \"406\",\r\n            \"name\": \"maxchannelcount88Routing\",\r\n            \"value\": \"88\"\r\n        },\r\n        {\r\n            \"id\": \"313\",\r\n            \"name\": \"OA_Direction\",\r\n            \"value\": \"unidirectional\"\r\n        },\r\n        {\r\n            \"id\": \"390\",\r\n            \"name\": \"EquipUnusedSpans\",\r\n            \"value\": \"yes\"\r\n        },\r\n        {\r\n            \"id\": \"380\",\r\n            \"name\": \"osnrmargin\",\r\n            \"value\": \"0\"\r\n        },\r\n        {\r\n            \"id\": \"341\",\r\n            \"name\": \"OutputAttenuators\",\r\n            \"value\": \"yes\"\r\n        },\r\n        {\r\n            \"id\": \"9200TWPLUS\",\r\n            \"name\": \"TWPLUS_SLA\",\r\n            \"value\": \"0\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/templates/management/{{cloneId}}/clone"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 24 Jun 2024 08:50:38 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 475,\n    \"objectType\": \"Template\",\n    \"name\": \"new_service\",\n    \"description\": \"Core C-F WR20-TF GMPLS\",\n    \"createdByUser\": \"sandhya_planner\",\n    \"modifiedByUser\": \"sandhya_planner\",\n    \"createdDate\": \"2024-06-24T08:50:37.923+00:00\",\n    \"lastModifiedDate\": \"2024-06-24T08:50:37.923+00:00\",\n    \"folder\": \"sample\",\n    \"type\": \"ServiceRequest\",\n    \"displayName\": \"ServiceRequest\",\n    \"isDefaultTemplate\": false,\n    \"isDesignReferenced\": false,\n    \"definedBy\": \"sandhya_planner\",\n    \"params\": {\n        \"category\": \"Service\",\n        \"instanceNum\": \"1\",\n        \"deployedProject\": \"false\",\n        \"supportedByWSP\": \"true\",\n        \"routed\": \"false\",\n        \"srcProtection\": \"UNPROTECTED\",\n        \"dstProtection\": \"UNPROTECTED\",\n        \"primaryDemand.name\": \"Service1\",\n        \"primaryDemand.restoration\": \"RESTORATION_NONE\",\n        \"primaryDemand.routeDisjointness\": \"DEFAULT\",\n        \"primaryDemand.regenAllowed\": \"true\",\n        \"primaryDemand.wtKeyedStatus\": \"false\",\n        \"primaryDemand.controlPlane\": \"true\",\n        \"primaryDemand.multiRegion\": \"false\",\n        \"primaryDemand.interworkWithD5X500\": \"false\",\n        \"primaryDemand.source.siteId\": \"0\",\n        \"primaryDemand.source.neType\": \"PSS_WDM\",\n        \"primaryDemand.source.otName\": \"D5X500Q\",\n        \"primaryDemand.source.otMode\": \"_8QAM\",\n        \"primaryDemand.source.linePort\": \"COMPUTE\",\n        \"primaryDemand.source.clientFormat\": \"100G LAN PHY\",\n        \"primaryDemand.source.clientPort\": \"C1\",\n        \"primaryDemand.source.clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\n        \"primaryDemand.source.clientPortUserDefined\": \"true\",\n        \"primaryDemand.destination.siteId\": \"0\",\n        \"primaryDemand.destination.neType\": \"PSS_WDM\",\n        \"primaryDemand.destination.otName\": \"D5X500Q\",\n        \"primaryDemand.destination.otMode\": \"_8QAM\",\n        \"primaryDemand.destination.linePort\": \"COMPUTE\",\n        \"primaryDemand.destination.clientFormat\": \"100G LAN PHY\",\n        \"primaryDemand.destination.clientPort\": \"C1\",\n        \"primaryDemand.destination.clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\n        \"primaryDemand.destination.clientPortUserDefined\": \"true\",\n        \"primaryDemand.lineRate\": \"OTU4x2\",\n        \"primaryDemand.fec\": \"SDFEC_G2\",\n        \"primaryDemand.modulationFormat\": \"PM8QAM\",\n        \"primaryDemand.baudRate\": \"43.9\",\n        \"primaryDemand.phaseEncoding\": \"DIFFERENTIAL\",\n        \"primaryDemand.bandwidth\": \"10\"\n    },\n    \"userNames\": [],\n    \"state\": \"Ready\",\n    \"profileRef\": \"Core HiPerf C-F GMPLS\",\n    \"designReferenced\": false,\n    \"defaultTemplate\": false\n}"}],"_postman_id":"2ab8fc9c-94aa-4969-bf88-66b8eda004fb"},{"name":"Set as default Template","id":"cf7d0bbd-8212-4fda-b476-cadc195dc280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/templates/management/design/{{DesignID}}/setAsDefault?templateId={{TemplateID}}","description":"<p>This API is used to set the cloned template as default template in the design.The input parameter passed for this API are design id and cloned template id.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","templates","management","design","{{DesignID}}","setAsDefault"],"host":["{{server}}"],"query":[{"key":"templateId","value":"{{TemplateID}}"}],"variable":[]}},"response":[{"id":"231a792e-ba5a-4309-9926-52b638e4667a","name":"Set as Default_site","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{server}}:9000/api/templates/management/design/{{DesignID}}/setAsDefault?templateId={{TemplateID}}","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","templates","management","design","{{DesignID}}","setAsDefault"],"query":[{"key":"templateId","value":"{{TemplateID}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 24 Jun 2024 09:57:22 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 827,\n    \"name\": \"new_site1\",\n    \"description\": \"Core C-F WR20-TF GMPLS\",\n    \"createdByUser\": \"sandhya_planner\",\n    \"modifiedByUser\": \"sandhya_planner\",\n    \"createdDate\": \"2024-06-24T09:56:43.414+00:00\",\n    \"lastModifiedDate\": \"2024-06-24T09:56:43.414+00:00\",\n    \"folder\": \"sample\",\n    \"type\": \"Site\",\n    \"displayName\": \"Site\",\n    \"isDefaultTemplate\": true,\n    \"isDesignReferenced\": false,\n    \"definedBy\": \"sandhya_planner\",\n    \"params\": {\n        \"allowWDMonMSPP\": \"false\",\n        \"group3Lband\": \"\",\n        \"allowPacket\": \"true\",\n        \"minPscSectionPerADBlock\": \"0\",\n        \"requireROADM\": \"false\",\n        \"mcsType\": \"MCS8-16\",\n        \"shelfDepth\": \"DEPTH13INCH\",\n        \"netype\": \"PSS1830\",\n        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n        \"mcsTypeLband\": \"MCS8-16L\",\n        \"flexShelf\": \"INCLUDE\",\n        \"neregenMode\": \"Free3R\",\n        \"minMxnCDCadBlockByType\": \"0\",\n        \"pss8PowerFilter\": \"DC\",\n        \"shelfCover\": \"DO_NOT_INCLUDE\",\n        \"splitterTypeAdx\": \"PSC1_6\",\n        \"equipAllAnyDirADFilters\": \"false\",\n        \"maxMcsAdBlockNode\": \"0\",\n        \"fiberStorageTray\": \"INCLUDE\",\n        \"encryptedECneeded\": \"false\",\n        \"allowWDM\": \"true\",\n        \"profile\": \"CF\",\n        \"equipCWRinADBlock\": \"false\",\n        \"psimcontrollerProtection\": \"true\",\n        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n        \"group4Lband\": \"\",\n        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n        \"group1Lband\": \"\",\n        \"shelfPowerMargin\": \"0\",\n        \"allowPF70\": \"false\",\n        \"pss16ControllerProtection\": \"true\",\n        \"mixPSI\": \"INCLUDE\",\n        \"splitterTypeFsxlBand\": \"PSC1_6\",\n        \"pss8PfProtection\": \"true\",\n        \"lineIsolationOnWTOCM\": \"true\",\n        \"maxPscSectionPerADBlock\": \"0\",\n        \"regen\": \"11STAR1A\",\n        \"isCore\": \"false\",\n        \"otInSepShelfForCDC\": \"true\",\n        \"spurHome\": \"None\",\n        \"maxAislesPerRoom\": \"5\",\n        \"otdrinSeparateShelf\": \"false\",\n        \"minaarCartPerMcsAdBlock\": \"1\",\n        \"maxMcsAdBlockNodeLband\": \"0\",\n        \"maxADDegree\": \"0\",\n        \"upgradeableROADM\": \"false\",\n        \"allowPF20\": \"false\",\n        \"allowGroupIsolation\": \"false\",\n        \"defaultWrLband\": \"None\",\n        \"pss4PfProtection\": \"true\",\n        \"forceHighCapacityFilter\": \"false\",\n        \"adallowUniDIR\": \"true\",\n        \"pss32FanCapacity\": \"HIGH\",\n        \"requireMaxDegree8\": \"false\",\n        \"lockLatLong\": \"false\",\n        \"minMcsCartPerMcsADBlockLband\": \"1\",\n        \"ascType\": \"ASC2\",\n        \"defaultDGEType\": \"ROADM WR20-TF\",\n        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n        \"mcsInSepShelf\": \"false\",\n        \"clustered\": \"false\",\n        \"ot1UD200OperatingMode\": \"Single Mode\",\n        \"anssiQSconfigured\": \"false\",\n        \"maxBaysPerAisle\": \"10\",\n        \"psiACPowerCord\": \"US\",\n        \"minMcsAdBlockNodeLband\": \"0\",\n        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n        \"psi4LControllerProtection\": \"true\",\n        \"cardChannelCountLimit\": \"16\",\n        \"pss16IIControllerProtection\": \"true\",\n        \"floorAndRoom\": \"Floor1, Room1\",\n        \"group2Lband\": \"\",\n        \"allowGroupIsolationLband\": \"false\",\n        \"allowHeterogeneousNodeType\": \"NONE\",\n        \"psi4LPowerFilter\": \"DC\",\n        \"extShelfGeneralPrefOT\": \"PSS32\",\n        \"pss16PfProtection\": \"true\",\n        \"wtocmonILA\": \"false\",\n        \"lineIsolation\": \"NoLineIsolation\",\n        \"powerFilterType\": \"WITH_BREAKER\",\n        \"psi8LPowerFilter\": \"DC\",\n        \"pss8ACVoltageFloor\": \"0\",\n        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n        \"wtocmOnXmtOnlyconfigD\": \"false\",\n        \"lineSideXFP\": \"TUNABLE_XFP\",\n        \"rackFill\": \"FILL_BOTTOM\",\n        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n        \"opsysPassThruNodeOptions\": \"OADM\",\n        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n        \"shelfVoltageFloor\": \"39\",\n        \"equipAllMESH4\": \"false\",\n        \"numberOfPDUSiteJumperKits\": \"0\",\n        \"defaultDGETypeLBand\": \"None\",\n        \"pss16IIACVariant\": \"false\",\n        \"allowFsxCreationLband\": \"false\",\n        \"pss16IIPowerFilter\": \"DC\",\n        \"psimpowerFilter\": \"DC\",\n        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n        \"pss16AllowPF20\": \"true\",\n        \"sharePSCamongWdmLines\": \"true\",\n        \"oadmchoice\": \"ROADM\",\n        \"defaultWrCband\": \"None\",\n        \"aarType\": \"AAR-8A\",\n        \"allowFsxCreationCband\": \"false\",\n        \"useLowLatencyDCMsInNonModularOAs\": \"false\",\n        \"mainShelfPrefOT\": \"PSS32\",\n        \"etr\": \"false\",\n        \"pss32ControllerProtection\": \"true\",\n        \"splitterTypeFsx\": \"PSC1_6\",\n        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n        \"aaRTypeLband\": \"AARL\",\n        \"splitterTypeAdxlBand\": \"PSC1_6\",\n        \"attenDrawer\": \"INCLUDE\",\n        \"group4\": \"\",\n        \"group3\": \"\",\n        \"mainShelf\": \"PSS32\",\n        \"defaultWR\": \"WR20-TF\",\n        \"minASCSections\": \"0\",\n        \"minPscMlsfbFsxADBlockByType\": \"0\",\n        \"cdcfCustomSequenceLband\": \"1,2,3,4,5,6,7,8,9,10,11,12\",\n        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n        \"ruverticalSpacePSS\": \"78 Inches\",\n        \"minMcsAdBlockNode\": \"0\",\n        \"group2\": \"\",\n        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n        \"group1\": \"\",\n        \"extShelfCover\": \"true\",\n        \"pss16IIilaFanCapacity\": \"HIGH\",\n        \"allowPF30\": \"false\",\n        \"mainShelfPref\": \"PSS16II\",\n        \"extShelfGeneralPref\": \"PSS32\",\n        \"pss8ControllerProtection\": \"true\",\n        \"pduincludeSliderKit\": \"false\",\n        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n        \"pss16AllowPF35\": \"false\",\n        \"packPlacementSpecName\": \"Network Default\",\n        \"pdutype\": \"NONE\",\n        \"equipAnyDirADBlocks\": \"false\",\n        \"bandType\": \"C\",\n        \"ot260SCX2OperatingMode\": \"Single Mode\",\n        \"otnShelfEnabled\": \"false\",\n        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n        \"allowPSS8UP\": \"false\",\n        \"cdcfCustomSequence\": \"1,2,3,4,5,6,7,8,9,10,11,12\",\n        \"otInSepShelf\": \"false\",\n        \"meshFiberingSchemeLband\": \"Standard\",\n        \"pss24xPowerFilter\": \"DC48V70A\",\n        \"meshFiberingScheme\": \"Standard\",\n        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n        \"shelfPowerFeedLimit\": \"\",\n        \"allowPF60\": \"false\",\n        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n        \"pss4AllowPF7\": \"true\",\n        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n        \"maxOADMDegree\": \"8\",\n        \"pss4AllowPF4\": \"false\",\n        \"pss16IIPfProtection\": \"true\",\n        \"pss4AllowPF5\": \"false\",\n        \"ruverticalSpacePSI2T\": \"44 RU\",\n        \"minPscSectionPerOpticalLine\": \"1\",\n        \"minMcsCartPerMcsAdBlock\": \"1\",\n        \"extShelfClientLinePairedPref\": \"PSS16II\",\n        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n        \"pduincludeBreakerToggle\": \"false\",\n        \"maxPscSectionPerOpticalLine\": \"13\",\n        \"minPscMlsfbAdxADBlockByType\": \"0\",\n        \"maxCWRinADBlock\": \"8\",\n        \"allowPF50\": \"true\",\n        \"ruverticalSpacePSIL\": \"44 RU\",\n        \"psi8LControllerProtection\": \"true\",\n        \"minaarCartPerMcsAdBlockLband\": \"1\",\n        \"segregationOT\": \"AllowMixing\",\n        \"ruverticalSpacePSIM\": \"44 RU\",\n        \"adblockType\": \"CONFIG_C_F_IROADM_TWO_NE\",\n        \"includeRacks\": \"false\",\n        \"mxnType\": \"MXN824\"\n    },\n    \"userNames\": [],\n    \"state\": \"Ready\",\n    \"profileRef\": \"Core HiPerf C-F GMPLS\",\n    \"designReferenced\": false,\n    \"defaultTemplate\": true\n}"}],"_postman_id":"cf7d0bbd-8212-4fda-b476-cadc195dc280"}],"id":"7fe945b9-9991-4f18-924a-6f2e246cb9f5","description":"<img src=\"https://content.pstmn.io/bd83cd78-f669-4d88-ae86-ab288c00c558/aW1hZ2UucG5n\" alt height=\"17\" width=\"507\" />","_postman_id":"7fe945b9-9991-4f18-924a-6f2e246cb9f5"},{"name":"Create a new user and share design with the user","item":[{"name":"Create User","id":"f1c92d8e-615b-46a0-bbf3-7b7227e10f20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"username\":\"plan_Docuser\",\r\n\"password\":\"Nokia1.!\",\r\n\"category\":\"CATEGORY_PLANNER\",\r\n\"company\":\"Nokia\",\r\n\"fullName\":\"Nokia-Optics\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/users","description":"<p>This API is used to create a new User. Admin user have access to create a new user. Valid values for the category parameter in request body are \"CATEGORY_PLANNER\" and \"CATEGORY_ADMIN\" for planner and admin user respectively.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","users"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"d1b49692-c9e5-4b37-a057-de4d6e037e93","name":"Create User","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\"username\":\"plan_Docuser\",\r\n\"password\":\"Nokia1.!\",\r\n\"category\":\"CATEGORY_PLANNER\",\r\n\"company\":\"Nokia\",\r\n\"fullName\":\"Nokia-Optics\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/users"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 04 Jun 2024 07:34:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"username\": \"plan_Docuser\",\n    \"category\": \"CATEGORY_PLANNER\",\n    \"fullName\": \"Nokia-Optics\",\n    \"company\": \"Nokia\",\n    \"active\": true,\n    \"creationTime\": \"2024-06-04T07:34:57.267+00:00\",\n    \"failedLoginAttempts\": 0,\n    \"roles\": [],\n    \"passwordChangeTime\": \"2024-06-04T07:34:57.267+00:00\",\n    \"createdByUser\": \"admin\"\n}"}],"_postman_id":"f1c92d8e-615b-46a0-bbf3-7b7227e10f20"},{"name":"Share Design","id":"e2972d19-9adc-4489-ab90-4d51755a4817","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"roleName\":\"ROLE_ADMIN\"}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/share?username={{username_planner}}","description":"<p>This API is used to share Design between admin to planner user or planner to planner, and not between admin users. As the admin user have access to all the designs.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","share"],"host":["{{server}}"],"query":[{"key":"username","value":"{{username_planner}}"}],"variable":[]}},"response":[{"id":"43629d03-979b-43ec-969a-30520470df65","name":"Share Design","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\"roleName\":\"ROLE_ADMIN\"}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/share?username={{username_planner}}","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","share"],"query":[{"key":"username","value":"{{username_planner}}"}]}},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Date","value":"Tue, 04 Jun 2024 08:36:14 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e2972d19-9adc-4489-ab90-4d51755a4817"}],"id":"41d3fa9a-ec8f-4cae-a0ee-7b10d2c2d9de","_postman_id":"41d3fa9a-ec8f-4cae-a0ee-7b10d2c2d9de","description":""},{"name":"Retrieve Trail Route Information","item":[{"name":"Segment Layer","id":"be39de88-c97a-42ae-8763-13fdc436b0e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{TrailID}}/routes?layer=SEGMENT","description":"<p>This API is used to retrieve the trail information from the Segment layer. Since the Segment layer is the first layer, it is expected to have server trail and routed trail as empty in the response. The input parameter passed for this API is trailID which can be retrieved using the API <strong>GET /api/designs/{designId}/btmTblSegmentTrailData</strong> and layer is <strong>SEGMENT</strong>.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","trails","{{TrailID}}","routes"],"host":["{{server}}"],"query":[{"key":"layer","value":"SEGMENT"}],"variable":[]}},"response":[{"id":"cf5ab47d-f3d7-4b1b-a3d1-87bf81a33a0e","name":"Segment layer","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{TrailID}}/routes?layer=SEGMENT","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","trails","{{TrailID}}","routes"],"query":[{"key":"layer","value":"SEGMENT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 19 Nov 2024 11:26:48 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"serverTrail\": [],\n    \"routedTrail\": []\n}"}],"_postman_id":"be39de88-c97a-42ae-8763-13fdc436b0e8"},{"name":"OTS layer","id":"e3c03532-3eab-42b5-bd81-9f22e7877161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{TrailID}}/routes?layer=OTS","description":"<p>This API is used to retrieve the trail information from the OTS layer. The input parameter passed for this API is trailID which can be reTrieved using the API <strong>GET /api/designs/{designId}/btmTblOtsTrailsData</strong> and layer is <strong>OTS</strong>.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","trails","{{TrailID}}","routes"],"host":["{{server}}"],"query":[{"key":"layer","value":"OTS"}],"variable":[]}},"response":[{"id":"22ca132b-5074-4220-a11f-54d00cae9235","name":"OTS Layer","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{TrailID}}/routes?layer=OTS","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","trails","{{TrailID}}","routes"],"query":[{"key":"layer","value":"OTS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 19 Nov 2024 10:10:23 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"serverTrail\": [\n        {\n            \"type\": \"External\",\n            \"id\": 310,\n            \"name\": \"Site1-Site2\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"SEGMENT\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 21.85185,\n                        \"geoLon\": 0,\n                        \"nonGeoLat\": 21.85185,\n                        \"nonGeoLon\": 0,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"temperatureRange\": \"STANDARD\",\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"pss4IIPowerFilter\": \"DC48V20A\",\n                        \"pss4IIDCVoltageFloor\": 39,\n                        \"pssMatrixSizeForBtTable\": \"24T\",\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"tOADM\": false,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site1\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                null\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"cardChannelCountLimitLBand\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"wtKeys\": \"On\",\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimMainShelf\": \"PSIM\",\n                        \"autoPSIMShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSIM\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSIM\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 491,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"frozen\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"groupIsolationActionApplicable\": false,\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 25.55556,\n                        \"geoLon\": 19.07408,\n                        \"nonGeoLat\": 25.55556,\n                        \"nonGeoLon\": 19.07408,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"temperatureRange\": \"STANDARD\",\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"pss4IIPowerFilter\": \"DC48V20A\",\n                        \"pss4IIDCVoltageFloor\": 39,\n                        \"pssMatrixSizeForBtTable\": \"24T\",\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"tOADM\": false,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site2\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                null\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"cardChannelCountLimitLBand\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"wtKeys\": \"On\",\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimMainShelf\": \"PSIM\",\n                        \"autoPSIMShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSIM\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSIM\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 501,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"frozen\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"groupIsolationActionApplicable\": false,\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"gmplsStatus\": true,\n            \"ramanCheckAend\": false,\n            \"ramanCheckBend\": false,\n            \"isunamplifiedAend\": false,\n            \"isunamplifiedBend\": false,\n            \"project\": \"None [Current]\",\n            \"controlPlane\": \"Yes\",\n            \"dcmChoice\": \"No\",\n            \"band\": \"C+L\",\n            \"lineProtection\": \"No\",\n            \"capacity\": \"DWDM-FLEX\",\n            \"wtocmTypeC\": \"WTOCM-F\",\n            \"wtocmTypeL\": \"WTOCM-FL\",\n            \"wtocmInternalTypeC\": \"WTOCM-F\",\n            \"wtocmInternalTypeL\": \"No - No\",\n            \"monOcmSettingSiteA\": \"None\",\n            \"monOcmSettingSiteB\": \"None\",\n            \"ptpio\": \"No\",\n            \"ptpioSiteA\": \"\",\n            \"ptpioSiteB\": \"\",\n            \"osc\": \"Yes\",\n            \"sym\": \"Yes\",\n            \"fiberAtoB\": \"SSMF*\",\n            \"fiberBtoA\": \"SSMF*\",\n            \"abLength\": \"80.00\",\n            \"baLength\": \"80.00*\",\n            \"lossAtoB\": \"\",\n            \"lossBtoA\": \"\",\n            \"pmdAtoB\": \"\",\n            \"pmdBtoA\": \"\",\n            \"dispersionAtoB\": \"\",\n            \"dispersionBtoA\": \"\",\n            \"dispersionSlopeAtoB\": \"\",\n            \"dispersionSlopeBtoA\": \"\",\n            \"lossMarginAtoB\": \"\",\n            \"lossMarginBtoA\": \"\",\n            \"connectorLossAtoBAtA\": \"\",\n            \"connectorLossAtoBAtB\": \"\",\n            \"connectorLossBtoAAtA\": \"\",\n            \"connectorLossBtoAAtB\": \"\",\n            \"ospAtoB\": \"\",\n            \"ospBtoA\": \"\",\n            \"singleFiber\": \"No\",\n            \"bandSplitter\": \"N/A\",\n            \"fibers\": [],\n            \"wtocmRequest\": [\n                \"WTOCMF\"\n            ],\n            \"siteA\": \"Site1\",\n            \"siteB\": \"Site2\",\n            \"segmentName\": \"Site1-Site2\",\n            \"asiteOtdrTx\": true,\n            \"asiteOtdrRx\": true,\n            \"otdrTypeSiteA\": \"OTDRWB\",\n            \"omdTypeSiteA\": \"OMDCL with 1-line\",\n            \"monOtdrSiteA\": false,\n            \"bsiteOtdrTx\": true,\n            \"bsiteOtdrRx\": true,\n            \"otdrTypeSiteB\": \"OTDRWB\",\n            \"omdTypeSiteB\": \"OMDCL with 1-line\",\n            \"monOtdrSiteB\": false,\n            \"sortName\": \"Site000000000001-Site000000000002\",\n            \"siteASortName\": \"Site000000000001\",\n            \"siteBSortName\": \"Site000000000002\",\n            \"distUnit\": \"km\",\n            \"lossCoefficient\": 0.25,\n            \"pmdCoefficient\": 0.05,\n            \"lossMargin\": 1,\n            \"connectorLoss\": 0.5,\n            \"deployedState\": false,\n            \"dcmChoiceGnp\": \"no\",\n            \"dcmonlineAend\": false,\n            \"dcmonlineBend\": false,\n            \"frozen\": false,\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"hasActiveLink\": true,\n            \"omsId\": 511,\n            \"wtKeys\": \"On\",\n            \"lineNumberA\": 0,\n            \"lineNumberB\": 0,\n            \"srcSiteGT\": false,\n            \"dstSiteGT\": false\n        }\n    ],\n    \"routedTrail\": []\n}"}],"_postman_id":"e3c03532-3eab-42b5-bd81-9f22e7877161"},{"name":"OMS layer","id":"2cab1764-406d-4339-9b0f-870ee2697939","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{TrailID}}/routes?layer=OMS","description":"<p>This API is used to retrieve the trail information from the OMS layer. The input parameter passed for this API is trailID which can be retrieved using the API <strong>GET /api/designs/{designId}/btmTblOmsTrailsData</strong> and layer is <strong>OMS</strong>.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","trails","{{TrailID}}","routes"],"host":["{{server}}"],"query":[{"key":"layer","value":"OMS"}],"variable":[]}},"response":[{"id":"46b302d2-01d7-48a0-9abe-b7eb0fb06ea9","name":"OMS layer","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{TrailID}}/routes?layer=OMS","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","trails","{{TrailID}}","routes"],"query":[{"key":"layer","value":"OMS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 19 Nov 2024 10:14:45 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"serverTrail\": [\n        {\n            \"type\": \"Unprotect\",\n            \"id\": 541,\n            \"name\": \"Site1-1[1]-Site2-1[1]\",\n            \"description\": \"\",\n            \"ntwLayer\": \"OTS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 21.85185,\n                        \"geoLon\": 0,\n                        \"nonGeoLat\": 21.85185,\n                        \"nonGeoLon\": 0,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"temperatureRange\": \"STANDARD\",\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"pss4IIPowerFilter\": \"DC48V20A\",\n                        \"pss4IIDCVoltageFloor\": 39,\n                        \"pssMatrixSizeForBtTable\": \"24T\",\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"tOADM\": false,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site1\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                null\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"cardChannelCountLimitLBand\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"wtKeys\": \"On\",\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimMainShelf\": \"PSIM\",\n                        \"autoPSIMShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSIM\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSIM\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 491,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"frozen\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"groupIsolationActionApplicable\": false,\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 25.55556,\n                        \"geoLon\": 19.07408,\n                        \"nonGeoLat\": 25.55556,\n                        \"nonGeoLon\": 19.07408,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"temperatureRange\": \"STANDARD\",\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"pss4IIPowerFilter\": \"DC48V20A\",\n                        \"pss4IIDCVoltageFloor\": 39,\n                        \"pssMatrixSizeForBtTable\": \"24T\",\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"tOADM\": false,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site2\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                null\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"cardChannelCountLimitLBand\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"wtKeys\": \"On\",\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimMainShelf\": \"PSIM\",\n                        \"autoPSIMShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSIM\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSIM\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 501,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"frozen\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"groupIsolationActionApplicable\": false,\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"siteA\": \"Site1\",\n            \"siteB\": \"Site2\",\n            \"nodeA\": \"Site1-1-ON-1\",\n            \"nodeB\": \"Site2-1-ON-1\",\n            \"neA\": \"Site1-1\",\n            \"neB\": \"Site2-1\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 0,\n            \"fiberTypeAtoZ\": \"SSMF\",\n            \"fiberTypeZtoA\": \"SSMF\",\n            \"fiberLengthAtoZ\": \"80.0\",\n            \"fiberLengthZtoA\": \"80.0\",\n            \"segmentIdToNameMap\": {\n                \"310\": \"Site1-Site2\"\n            }\n        }\n    ],\n    \"routedTrail\": []\n}"}],"_postman_id":"2cab1764-406d-4339-9b0f-870ee2697939"},{"name":"OCH layer","id":"cea1eadd-2eb6-4bcb-961f-32de5996a334","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{TrailID}}/routes?layer=OCH","description":"<p>This API is used to retrieve the trail information from the OCH layer. The input parameter passed for this API is trailID which can be retrieved using the API GET /api/designs/{designId}/demandsData and layer is OCH.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","trails","{{TrailID}}","routes"],"host":["{{server}}"],"query":[{"key":"layer","value":"OCH"}],"variable":[]}},"response":[{"id":"760b6897-e9fa-47fd-819a-92c1d6d6ce27","name":"Retrieve trail route for OCH Layer","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{TrailID}}/routes?layer=OCH","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","trails","{{TrailID}}","routes"],"query":[{"key":"layer","value":"OCH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 19 Nov 2024 11:03:47 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"serverTrail\": [\n        {\n            \"type\": \"oms\",\n            \"id\": 511,\n            \"name\": \"Site1-1-Site2-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 21.85185,\n                        \"geoLon\": 0,\n                        \"nonGeoLat\": 21.85185,\n                        \"nonGeoLon\": 0,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"temperatureRange\": \"STANDARD\",\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"pss4IIPowerFilter\": \"DC48V20A\",\n                        \"pss4IIDCVoltageFloor\": 39,\n                        \"pssMatrixSizeForBtTable\": \"24T\",\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"tOADM\": false,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site1\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                null\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"cardChannelCountLimitLBand\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"wtKeys\": \"On\",\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimMainShelf\": \"PSIM\",\n                        \"autoPSIMShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSIM\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSIM\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 491,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"frozen\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"groupIsolationActionApplicable\": false,\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 25.55556,\n                        \"geoLon\": 19.07408,\n                        \"nonGeoLat\": 25.55556,\n                        \"nonGeoLon\": 19.07408,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"temperatureRange\": \"STANDARD\",\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"pss4IIPowerFilter\": \"DC48V20A\",\n                        \"pss4IIDCVoltageFloor\": 39,\n                        \"pssMatrixSizeForBtTable\": \"24T\",\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"tOADM\": false,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site2\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                null\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"cardChannelCountLimitLBand\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"wtKeys\": \"On\",\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimMainShelf\": \"PSIM\",\n                        \"autoPSIMShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSIM\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSIM\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 501,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"frozen\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"groupIsolationActionApplicable\": false,\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"Yes\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"NoColor\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"1\",\n            \"bLine\": \"1\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32\",\n            \"bCwrType\": \"IRDM32\",\n            \"maxChannelRoute\": 0,\n            \"cBand\": \"9130.000 - 9355.000*\",\n            \"lBand\": \"8610.000 - 9085.000*\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"N/A\",\n            \"maxChannelRouteLBand\": \"N/A\",\n            \"powerLBand\": \"N/A\",\n            \"powerCBand\": \"2.0\",\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"adminCost\": 0,\n            \"designState\": \"COMPLETE_VALID\",\n            \"numberServerTrails\": 1,\n            \"totalLength\": 80,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [\n                \"DWDM-FLEX\",\n                \"DWDM-50GHz\",\n                \"DWDM-100GHz\"\n            ],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"WTOCM-FL\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"20\",\n            \"systemID\": 0,\n            \"system\": \"\",\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"L\"\n                },\n                {\n                    \"band\": \"C\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site1-1-ON-1\",\n            \"nodeB\": \"Site2-1-ON-1\",\n            \"wtocmtypeCBand\": \"WTOCM-F\",\n            \"wtocmtypeLBand\": \"No\",\n            \"omsplink\": \"No\",\n            \"primaryPathLinkId\": 0,\n            \"secondaryPathLinkId\": 0,\n            \"tertiaryPathLinkId\": 0,\n            \"sortName\": \"Site000000000001-000000000001-Site000000000002-000000000001\",\n            \"sortnodeA\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000002-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"Unprotect\",\n                    \"id\": 541,\n                    \"name\": \"Site1-1[1]-Site2-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 21.85185,\n                                \"geoLon\": 0,\n                                \"nonGeoLat\": 21.85185,\n                                \"nonGeoLon\": 0,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": true,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"Site1\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        null\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 491,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 60,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": true,\n                                \"type\": \"Site2\",\n                                \"geoLat\": 25.55556,\n                                \"geoLon\": 19.07408,\n                                \"nonGeoLat\": 25.55556,\n                                \"nonGeoLon\": 19.07408,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": true,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"Site2\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS32\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        null\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"regenMode\": \"Unrestricted 3R\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"80 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"neregenMode\": \"Free3R\"\n                            },\n                            \"node\": {\n                                \"id\": 501,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false,\n                                \"msh8AfixedCabling\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site2\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site2-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site2-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.00*\",\n                    \"maxLossZtoA\": \"22.00*\",\n                    \"minLossAtoZ\": \"21.00*\",\n                    \"minLossZtoA\": \"21.00*\",\n                    \"numberServerTrails\": 1,\n                    \"adminCost\": \"20\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"310\": \"Site1-Site2\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"dcmAllowedByLinkOrGlobals\": false,\n            \"internal\": false,\n            \"linkEligible\": true,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false\n        }\n    ],\n    \"routedTrail\": [],\n    \"feasParamGo\": {\n        \"osnrMargin\": 28,\n        \"usedNlp\": 16,\n        \"usedPmd\": 4,\n        \"usedWeightedWssCount\": 6\n    },\n    \"feasParamRet\": {\n        \"osnrMargin\": 28,\n        \"usedNlp\": 16,\n        \"usedPmd\": 4,\n        \"usedWeightedWssCount\": 6\n    },\n    \"regenSiteIds\": []\n}"}],"_postman_id":"cea1eadd-2eb6-4bcb-961f-32de5996a334"},{"name":"DEMAND layer","id":"77035480-e87c-4726-a4ef-391c8d3d14cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{TrailID}}/routes?layer=DEMAND","description":"<p>This API is used to retrieve the trail information from the Demand layer. The input parameter passed for this API is trailID which can be retrieved using the API GET /api/designs/{designId}/map/demands and layer is DEMAND.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","trails","{{TrailID}}","routes"],"host":["{{server}}"],"query":[{"key":"layer","value":"DEMAND"}],"variable":[]}},"response":[{"id":"60e9444c-2517-4a9a-8473-5aa1c10ca4d1","name":"Retrieve trail route info for DEMAND layer","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{TrailID}}/routes?layer=DEMAND","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","trails","{{TrailID}}","routes"],"query":[{"key":"layer","value":"DEMAND"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 19 Nov 2024 08:28:57 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"serverTrail\": [\n        {\n            \"type\": \"och\",\n            \"id\": 891,\n            \"name\": \"OCH-Site1-1-ON-1(1/34/L1)-Site2-1-ON-1(1/34/L1)-72\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OCH\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 50,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 21.85185,\n                        \"geoLon\": 0,\n                        \"nonGeoLat\": 21.85185,\n                        \"nonGeoLon\": 0,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"temperatureRange\": \"STANDARD\",\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"pss4IIPowerFilter\": \"DC48V20A\",\n                        \"pss4IIDCVoltageFloor\": 39,\n                        \"pssMatrixSizeForBtTable\": \"24T\",\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"tOADM\": false,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site1\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                null\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"cardChannelCountLimitLBand\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"wtKeys\": \"On\",\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimMainShelf\": \"PSIM\",\n                        \"autoPSIMShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSIM\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSIM\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 491,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"frozen\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"groupIsolationActionApplicable\": false,\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 60,\n                        \"name\": \"Site2\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": true,\n                        \"type\": \"Site2\",\n                        \"geoLat\": 25.55556,\n                        \"geoLon\": 19.07408,\n                        \"nonGeoLat\": 25.55556,\n                        \"nonGeoLon\": 19.07408,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"temperatureRange\": \"STANDARD\",\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"pss4IIPowerFilter\": \"DC48V20A\",\n                        \"pss4IIDCVoltageFloor\": 39,\n                        \"pssMatrixSizeForBtTable\": \"24T\",\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": true,\n                        \"tOADM\": false,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"Site2\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": false,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS32\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                null\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"regenMode\": \"Unrestricted 3R\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"cardChannelCountLimitLBand\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"wtKeys\": \"On\",\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimMainShelf\": \"PSIM\",\n                        \"autoPSIMShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSIM\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSIM\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"80 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"neregenMode\": \"Free3R\"\n                    },\n                    \"node\": {\n                        \"id\": 501,\n                        \"name\": \"Site2-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"frozen\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"groupIsolationActionApplicable\": false,\n                        \"externallyManaged\": false,\n                        \"msh8AfixedCabling\": false\n                    }\n                }\n            },\n            \"ochFeasibilityParamsMap\": {\n                \"z_to_a\": {\n                    \"deliveredOsnr\": 25.1349290185,\n                    \"requiredOsnr\": 19.6193791385,\n                    \"dispersionShortW\": 1254.4,\n                    \"dispersionCentralW\": 1333.6,\n                    \"nlp\": 0.163109892595,\n                    \"pdl\": 0.827888881433,\n                    \"pmd\": 0.97662684788,\n                    \"minDeliveredPower\": -13.85\n                },\n                \"a_to_z\": {\n                    \"deliveredOsnr\": 25.1349290185,\n                    \"requiredOsnr\": 19.6193791385,\n                    \"dispersionShortW\": 1254.4,\n                    \"dispersionCentralW\": 1333.6,\n                    \"nlp\": 0.163109892595,\n                    \"pdl\": 0.827888881433,\n                    \"pmd\": 0.97662684788,\n                    \"minDeliveredPower\": -13.85\n                }\n            },\n            \"isOMSPOch\": false,\n            \"channelList\": [\n                72\n            ],\n            \"technologyType\": \"DWDM\",\n            \"srcQfactor\": [\n                \"9.14\"\n            ],\n            \"dstQfactor\": [\n                \"9.14\"\n            ],\n            \"singleFiber\": false\n        }\n    ],\n    \"routedTrail\": []\n}"}],"_postman_id":"77035480-e87c-4726-a4ef-391c8d3d14cc"}],"id":"e9fd7f08-36a3-41b7-8292-62c9628dbeb9","description":"<p>Retrieve the trail route information starting from Demand layer,OCH layer,OMS layer,OTS layer and Segment layer.</p>\n","_postman_id":"e9fd7f08-36a3-41b7-8292-62c9628dbeb9"},{"name":"Update Trail Route","item":[{"name":"Update shelf/slot/port of Add Drop Block(ADB)","item":[{"name":"Retrieve   route information","id":"ea75221a-2745-4a1c-89bb-e2fc3230d497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/editClassic/{{demandID}}","description":"<p>This API is used to retrieve the route information.The input parameter passed for this API are designID and demandID which can be retrieved using the APIs <strong>GET /api/designs</strong> and <strong>GET /api/designs/{designId}/map/demands</strong> respectively.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","routing","designs","{{DesignID}}","editClassic","{{demandID}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"22ac0f62-15e2-405f-b3fc-e0cf6f7e8dfc","name":"Retrieve route information","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/editClassic/{{demandID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=962F62BAB7D6C8CB6489759B4863CD9B; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 Nov 2024 09:09:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"srcSiteId\": 50,\n    \"dstSiteId\": 60,\n    \"srcNodeId\": 491,\n    \"dstNodeId\": 501,\n    \"sites\": [\n        50,\n        60\n    ],\n    \"nodes\": [\n        491,\n        501\n    ],\n    \"links\": [\n        511\n    ],\n    \"linkPath\": [],\n    \"linkIdsToLinkDetailsMap\": {\n        \"[511]\": {\n            \"sortedChannels\": [\n                {\n                    \"channelNumber\": 72,\n                    \"channelName\": \"9355.000\"\n                },\n                {\n                    \"channelNumber\": 56,\n                    \"channelName\": \"9345.000\"\n                },\n                {\n                    \"channelNumber\": 55,\n                    \"channelName\": \"9344.375\"\n                },\n                {\n                    \"channelNumber\": 54,\n                    \"channelName\": \"9343.750\"\n                },\n                {\n                    \"channelNumber\": 53,\n                    \"channelName\": \"9343.125\"\n                },\n                {\n                    \"channelNumber\": 52,\n                    \"channelName\": \"9342.500\"\n                },\n                {\n                    \"channelNumber\": 51,\n                    \"channelName\": \"9341.875\"\n                },\n                {\n                    \"channelNumber\": 50,\n                    \"channelName\": \"9341.250\"\n                },\n                {\n                    \"channelNumber\": 49,\n                    \"channelName\": \"9340.625\"\n                },\n                {\n                    \"channelNumber\": 48,\n                    \"channelName\": \"9340.000\"\n                },\n                {\n                    \"channelNumber\": 47,\n                    \"channelName\": \"9339.375\"\n                },\n                {\n                    \"channelNumber\": 46,\n                    \"channelName\": \"9338.750\"\n                },\n                {\n                    \"channelNumber\": 45,\n                    \"channelName\": \"9338.125\"\n                },\n                {\n                    \"channelNumber\": 44,\n                    \"channelName\": \"9337.500\"\n                },\n                {\n                    \"channelNumber\": 43,\n                    \"channelName\": \"9336.875\"\n                },\n                {\n                    \"channelNumber\": 42,\n                    \"channelName\": \"9336.250\"\n                },\n                {\n                    \"channelNumber\": 41,\n                    \"channelName\": \"9335.625\"\n                },\n                {\n                    \"channelNumber\": 40,\n                    \"channelName\": \"9335.000\"\n                },\n                {\n                    \"channelNumber\": 39,\n                    \"channelName\": \"9334.375\"\n                },\n                {\n                    \"channelNumber\": 38,\n                    \"channelName\": \"9333.750\"\n                },\n                {\n                    \"channelNumber\": 37,\n                    \"channelName\": \"9333.125\"\n                },\n                {\n                    \"channelNumber\": 36,\n                    \"channelName\": \"9332.500\"\n                },\n                {\n                    \"channelNumber\": 35,\n                    \"channelName\": \"9331.875\"\n                },\n                {\n                    \"channelNumber\": 34,\n                    \"channelName\": \"9331.250\"\n                },\n                {\n                    \"channelNumber\": 33,\n                    \"channelName\": \"9330.625\"\n                },\n                {\n                    \"channelNumber\": 32,\n                    \"channelName\": \"9330.000\"\n                },\n                {\n                    \"channelNumber\": 31,\n                    \"channelName\": \"9329.375\"\n                },\n                {\n                    \"channelNumber\": 30,\n                    \"channelName\": \"9328.750\"\n                },\n                {\n                    \"channelNumber\": 29,\n                    \"channelName\": \"9328.125\"\n                },\n                {\n                    \"channelNumber\": 28,\n                    \"channelName\": \"9327.500\"\n                },\n                {\n                    \"channelNumber\": 27,\n                    \"channelName\": \"9326.875\"\n                },\n                {\n                    \"channelNumber\": 26,\n                    \"channelName\": \"9326.250\"\n                },\n                {\n                    \"channelNumber\": 25,\n                    \"channelName\": \"9325.625\"\n                },\n                {\n                    \"channelNumber\": 24,\n                    \"channelName\": \"9325.000\"\n                },\n                {\n                    \"channelNumber\": 23,\n                    \"channelName\": \"9324.375\"\n                },\n                {\n                    \"channelNumber\": 22,\n                    \"channelName\": \"9323.750\"\n                },\n                {\n                    \"channelNumber\": 21,\n                    \"channelName\": \"9323.125\"\n                },\n                {\n                    \"channelNumber\": 20,\n                    \"channelName\": \"9322.500\"\n                },\n                {\n                    \"channelNumber\": 19,\n                    \"channelName\": \"9321.875\"\n                },\n                {\n                    \"channelNumber\": 18,\n                    \"channelName\": \"9321.250\"\n                },\n                {\n                    \"channelNumber\": 17,\n                    \"channelName\": \"9320.625\"\n                },\n                {\n                    \"channelNumber\": 16,\n                    \"channelName\": \"9320.000\"\n                },\n                {\n                    \"channelNumber\": 15,\n                    \"channelName\": \"9319.375\"\n                },\n                {\n                    \"channelNumber\": 14,\n                    \"channelName\": \"9318.750\"\n                },\n                {\n                    \"channelNumber\": 13,\n                    \"channelName\": \"9318.125\"\n                },\n                {\n                    \"channelNumber\": 12,\n                    \"channelName\": \"9317.500\"\n                },\n                {\n                    \"channelNumber\": 11,\n                    \"channelName\": \"9316.875\"\n                },\n                {\n                    \"channelNumber\": 10,\n                    \"channelName\": \"9316.250\"\n                },\n                {\n                    \"channelNumber\": 9,\n                    \"channelName\": \"9315.625\"\n                },\n                {\n                    \"channelNumber\": 8,\n                    \"channelName\": \"9315.000\"\n                },\n                {\n                    \"channelNumber\": 7,\n                    \"channelName\": \"9314.375\"\n                },\n                {\n                    \"channelNumber\": 6,\n                    \"channelName\": \"9313.750\"\n                },\n                {\n                    \"channelNumber\": 5,\n                    \"channelName\": \"9313.125\"\n                },\n                {\n                    \"channelNumber\": 4,\n                    \"channelName\": \"9312.500\"\n                },\n                {\n                    \"channelNumber\": 3,\n                    \"channelName\": \"9311.875\"\n                },\n                {\n                    \"channelNumber\": 2,\n                    \"channelName\": \"9311.250\"\n                },\n                {\n                    \"channelNumber\": 1,\n                    \"channelName\": \"9310.625\"\n                },\n                {\n                    \"channelNumber\": 0,\n                    \"channelName\": \"9310.000\"\n                },\n                {\n                    \"channelNumber\": -1,\n                    \"channelName\": \"9309.375\"\n                },\n                {\n                    \"channelNumber\": -2,\n                    \"channelName\": \"9308.750\"\n                },\n                {\n                    \"channelNumber\": -3,\n                    \"channelName\": \"9308.125\"\n                },\n                {\n                    \"channelNumber\": -4,\n                    \"channelName\": \"9307.500\"\n                },\n                {\n                    \"channelNumber\": -5,\n                    \"channelName\": \"9306.875\"\n                },\n                {\n                    \"channelNumber\": -6,\n                    \"channelName\": \"9306.250\"\n                },\n                {\n                    \"channelNumber\": -7,\n                    \"channelName\": \"9305.625\"\n                },\n                {\n                    \"channelNumber\": -8,\n                    \"channelName\": \"9305.000\"\n                },\n                {\n                    \"channelNumber\": -9,\n                    \"channelName\": \"9304.375\"\n                },\n                {\n                    \"channelNumber\": -10,\n                    \"channelName\": \"9303.750\"\n                },\n                {\n                    \"channelNumber\": -11,\n                    \"channelName\": \"9303.125\"\n                },\n                {\n                    \"channelNumber\": -12,\n                    \"channelName\": \"9302.500\"\n                },\n                {\n                    \"channelNumber\": -13,\n                    \"channelName\": \"9301.875\"\n                },\n                {\n                    \"channelNumber\": -14,\n                    \"channelName\": \"9301.250\"\n                },\n                {\n                    \"channelNumber\": -15,\n                    \"channelName\": \"9300.625\"\n                },\n                {\n                    \"channelNumber\": -16,\n                    \"channelName\": \"9300.000\"\n                },\n                {\n                    \"channelNumber\": -17,\n                    \"channelName\": \"9299.375\"\n                },\n                {\n                    \"channelNumber\": -18,\n                    \"channelName\": \"9298.750\"\n                },\n                {\n                    \"channelNumber\": -19,\n                    \"channelName\": \"9298.125\"\n                },\n                {\n                    \"channelNumber\": -20,\n                    \"channelName\": \"9297.500\"\n                },\n                {\n                    \"channelNumber\": -21,\n                    \"channelName\": \"9296.875\"\n                },\n                {\n                    \"channelNumber\": -22,\n                    \"channelName\": \"9296.250\"\n                },\n                {\n                    \"channelNumber\": -23,\n                    \"channelName\": \"9295.625\"\n                },\n                {\n                    \"channelNumber\": -24,\n                    \"channelName\": \"9295.000\"\n                },\n                {\n                    \"channelNumber\": -25,\n                    \"channelName\": \"9294.375\"\n                },\n                {\n                    \"channelNumber\": -26,\n                    \"channelName\": \"9293.750\"\n                },\n                {\n                    \"channelNumber\": -27,\n                    \"channelName\": \"9293.125\"\n                },\n                {\n                    \"channelNumber\": -28,\n                    \"channelName\": \"9292.500\"\n                },\n                {\n                    \"channelNumber\": -29,\n                    \"channelName\": \"9291.875\"\n                },\n                {\n                    \"channelNumber\": -30,\n                    \"channelName\": \"9291.250\"\n                },\n                {\n                    \"channelNumber\": -31,\n                    \"channelName\": \"9290.625\"\n                },\n                {\n                    \"channelNumber\": -32,\n                    \"channelName\": \"9290.000\"\n                },\n                {\n                    \"channelNumber\": -33,\n                    \"channelName\": \"9289.375\"\n                },\n                {\n                    \"channelNumber\": -34,\n                    \"channelName\": \"9288.750\"\n                },\n                {\n                    \"channelNumber\": -35,\n                    \"channelName\": \"9288.125\"\n                },\n                {\n                    \"channelNumber\": -36,\n                    \"channelName\": \"9287.500\"\n                },\n                {\n                    \"channelNumber\": -37,\n                    \"channelName\": \"9286.875\"\n                },\n                {\n                    \"channelNumber\": -38,\n                    \"channelName\": \"9286.250\"\n                },\n                {\n                    \"channelNumber\": -39,\n                    \"channelName\": \"9285.625\"\n                },\n                {\n                    \"channelNumber\": -40,\n                    \"channelName\": \"9285.000\"\n                },\n                {\n                    \"channelNumber\": -41,\n                    \"channelName\": \"9284.375\"\n                },\n                {\n                    \"channelNumber\": -42,\n                    \"channelName\": \"9283.750\"\n                },\n                {\n                    \"channelNumber\": -43,\n                    \"channelName\": \"9283.125\"\n                },\n                {\n                    \"channelNumber\": -44,\n                    \"channelName\": \"9282.500\"\n                },\n                {\n                    \"channelNumber\": -45,\n                    \"channelName\": \"9281.875\"\n                },\n                {\n                    \"channelNumber\": -46,\n                    \"channelName\": \"9281.250\"\n                },\n                {\n                    \"channelNumber\": -47,\n                    \"channelName\": \"9280.625\"\n                },\n                {\n                    \"channelNumber\": -48,\n                    \"channelName\": \"9280.000\"\n                },\n                {\n                    \"channelNumber\": -49,\n                    \"channelName\": \"9279.375\"\n                },\n                {\n                    \"channelNumber\": -50,\n                    \"channelName\": \"9278.750\"\n                },\n                {\n                    \"channelNumber\": -51,\n                    \"channelName\": \"9278.125\"\n                },\n                {\n                    \"channelNumber\": -52,\n                    \"channelName\": \"9277.500\"\n                },\n                {\n                    \"channelNumber\": -53,\n                    \"channelName\": \"9276.875\"\n                },\n                {\n                    \"channelNumber\": -54,\n                    \"channelName\": \"9276.250\"\n                },\n                {\n                    \"channelNumber\": -55,\n                    \"channelName\": \"9275.625\"\n                },\n                {\n                    \"channelNumber\": -56,\n                    \"channelName\": \"9275.000\"\n                },\n                {\n                    \"channelNumber\": -57,\n                    \"channelName\": \"9274.375\"\n                },\n                {\n                    \"channelNumber\": -58,\n                    \"channelName\": \"9273.750\"\n                },\n                {\n                    \"channelNumber\": -59,\n                    \"channelName\": \"9273.125\"\n                },\n                {\n                    \"channelNumber\": -60,\n                    \"channelName\": \"9272.500\"\n                },\n                {\n                    \"channelNumber\": -61,\n                    \"channelName\": \"9271.875\"\n                },\n                {\n                    \"channelNumber\": -62,\n                    \"channelName\": \"9271.250\"\n                },\n                {\n                    \"channelNumber\": -63,\n                    \"channelName\": \"9270.625\"\n                },\n                {\n                    \"channelNumber\": -64,\n                    \"channelName\": \"9270.000\"\n                },\n                {\n                    \"channelNumber\": -65,\n                    \"channelName\": \"9269.375\"\n                },\n                {\n                    \"channelNumber\": -66,\n                    \"channelName\": \"9268.750\"\n                },\n                {\n                    \"channelNumber\": -67,\n                    \"channelName\": \"9268.125\"\n                },\n                {\n                    \"channelNumber\": -68,\n                    \"channelName\": \"9267.500\"\n                },\n                {\n                    \"channelNumber\": -69,\n                    \"channelName\": \"9266.875\"\n                },\n                {\n                    \"channelNumber\": -70,\n                    \"channelName\": \"9266.250\"\n                },\n                {\n                    \"channelNumber\": -71,\n                    \"channelName\": \"9265.625\"\n                },\n                {\n                    \"channelNumber\": -72,\n                    \"channelName\": \"9265.000\"\n                },\n                {\n                    \"channelNumber\": -73,\n                    \"channelName\": \"9264.375\"\n                },\n                {\n                    \"channelNumber\": -74,\n                    \"channelName\": \"9263.750\"\n                },\n                {\n                    \"channelNumber\": -75,\n                    \"channelName\": \"9263.125\"\n                },\n                {\n                    \"channelNumber\": -76,\n                    \"channelName\": \"9262.500\"\n                },\n                {\n                    \"channelNumber\": -77,\n                    \"channelName\": \"9261.875\"\n                },\n                {\n                    \"channelNumber\": -78,\n                    \"channelName\": \"9261.250\"\n                },\n                {\n                    \"channelNumber\": -79,\n                    \"channelName\": \"9260.625\"\n                },\n                {\n                    \"channelNumber\": -80,\n                    \"channelName\": \"9260.000\"\n                },\n                {\n                    \"channelNumber\": -81,\n                    \"channelName\": \"9259.375\"\n                },\n                {\n                    \"channelNumber\": -82,\n                    \"channelName\": \"9258.750\"\n                },\n                {\n                    \"channelNumber\": -83,\n                    \"channelName\": \"9258.125\"\n                },\n                {\n                    \"channelNumber\": -84,\n                    \"channelName\": \"9257.500\"\n                },\n                {\n                    \"channelNumber\": -85,\n                    \"channelName\": \"9256.875\"\n                },\n                {\n                    \"channelNumber\": -86,\n                    \"channelName\": \"9256.250\"\n                },\n                {\n                    \"channelNumber\": -87,\n                    \"channelName\": \"9255.625\"\n                },\n                {\n                    \"channelNumber\": -88,\n                    \"channelName\": \"9255.000\"\n                },\n                {\n                    \"channelNumber\": -89,\n                    \"channelName\": \"9254.375\"\n                },\n                {\n                    \"channelNumber\": -90,\n                    \"channelName\": \"9253.750\"\n                },\n                {\n                    \"channelNumber\": -91,\n                    \"channelName\": \"9253.125\"\n                },\n                {\n                    \"channelNumber\": -92,\n                    \"channelName\": \"9252.500\"\n                },\n                {\n                    \"channelNumber\": -93,\n                    \"channelName\": \"9251.875\"\n                },\n                {\n                    \"channelNumber\": -94,\n                    \"channelName\": \"9251.250\"\n                },\n                {\n                    \"channelNumber\": -95,\n                    \"channelName\": \"9250.625\"\n                },\n                {\n                    \"channelNumber\": -96,\n                    \"channelName\": \"9250.000\"\n                },\n                {\n                    \"channelNumber\": -97,\n                    \"channelName\": \"9249.375\"\n                },\n                {\n                    \"channelNumber\": -98,\n                    \"channelName\": \"9248.750\"\n                },\n                {\n                    \"channelNumber\": -99,\n                    \"channelName\": \"9248.125\"\n                },\n                {\n                    \"channelNumber\": -100,\n                    \"channelName\": \"9247.500\"\n                },\n                {\n                    \"channelNumber\": -101,\n                    \"channelName\": \"9246.875\"\n                },\n                {\n                    \"channelNumber\": -102,\n                    \"channelName\": \"9246.250\"\n                },\n                {\n                    \"channelNumber\": -103,\n                    \"channelName\": \"9245.625\"\n                },\n                {\n                    \"channelNumber\": -104,\n                    \"channelName\": \"9245.000\"\n                },\n                {\n                    \"channelNumber\": -105,\n                    \"channelName\": \"9244.375\"\n                },\n                {\n                    \"channelNumber\": -106,\n                    \"channelName\": \"9243.750\"\n                },\n                {\n                    \"channelNumber\": -107,\n                    \"channelName\": \"9243.125\"\n                },\n                {\n                    \"channelNumber\": -108,\n                    \"channelName\": \"9242.500\"\n                },\n                {\n                    \"channelNumber\": -109,\n                    \"channelName\": \"9241.875\"\n                },\n                {\n                    \"channelNumber\": -110,\n                    \"channelName\": \"9241.250\"\n                },\n                {\n                    \"channelNumber\": -111,\n                    \"channelName\": \"9240.625\"\n                },\n                {\n                    \"channelNumber\": -112,\n                    \"channelName\": \"9240.000\"\n                },\n                {\n                    \"channelNumber\": -113,\n                    \"channelName\": \"9239.375\"\n                },\n                {\n                    \"channelNumber\": -114,\n                    \"channelName\": \"9238.750\"\n                },\n                {\n                    \"channelNumber\": -115,\n                    \"channelName\": \"9238.125\"\n                },\n                {\n                    \"channelNumber\": -116,\n                    \"channelName\": \"9237.500\"\n                },\n                {\n                    \"channelNumber\": -117,\n                    \"channelName\": \"9236.875\"\n                },\n                {\n                    \"channelNumber\": -118,\n                    \"channelName\": \"9236.250\"\n                },\n                {\n                    \"channelNumber\": -119,\n                    \"channelName\": \"9235.625\"\n                },\n                {\n                    \"channelNumber\": -120,\n                    \"channelName\": \"9235.000\"\n                },\n                {\n                    \"channelNumber\": -121,\n                    \"channelName\": \"9234.375\"\n                },\n                {\n                    \"channelNumber\": -122,\n                    \"channelName\": \"9233.750\"\n                },\n                {\n                    \"channelNumber\": -123,\n                    \"channelName\": \"9233.125\"\n                },\n                {\n                    \"channelNumber\": -124,\n                    \"channelName\": \"9232.500\"\n                },\n                {\n                    \"channelNumber\": -125,\n                    \"channelName\": \"9231.875\"\n                },\n                {\n                    \"channelNumber\": -126,\n                    \"channelName\": \"9231.250\"\n                },\n                {\n                    \"channelNumber\": -127,\n                    \"channelName\": \"9230.625\"\n                },\n                {\n                    \"channelNumber\": -128,\n                    \"channelName\": \"9230.000\"\n                },\n                {\n                    \"channelNumber\": -129,\n                    \"channelName\": \"9229.375\"\n                },\n                {\n                    \"channelNumber\": -130,\n                    \"channelName\": \"9228.750\"\n                },\n                {\n                    \"channelNumber\": -131,\n                    \"channelName\": \"9228.125\"\n                },\n                {\n                    \"channelNumber\": -132,\n                    \"channelName\": \"9227.500\"\n                },\n                {\n                    \"channelNumber\": -133,\n                    \"channelName\": \"9226.875\"\n                },\n                {\n                    \"channelNumber\": -134,\n                    \"channelName\": \"9226.250\"\n                },\n                {\n                    \"channelNumber\": -135,\n                    \"channelName\": \"9225.625\"\n                },\n                {\n                    \"channelNumber\": -136,\n                    \"channelName\": \"9225.000\"\n                },\n                {\n                    \"channelNumber\": -137,\n                    \"channelName\": \"9224.375\"\n                },\n                {\n                    \"channelNumber\": -138,\n                    \"channelName\": \"9223.750\"\n                },\n                {\n                    \"channelNumber\": -139,\n                    \"channelName\": \"9223.125\"\n                },\n                {\n                    \"channelNumber\": -140,\n                    \"channelName\": \"9222.500\"\n                },\n                {\n                    \"channelNumber\": -141,\n                    \"channelName\": \"9221.875\"\n                },\n                {\n                    \"channelNumber\": -142,\n                    \"channelName\": \"9221.250\"\n                },\n                {\n                    \"channelNumber\": -143,\n                    \"channelName\": \"9220.625\"\n                },\n                {\n                    \"channelNumber\": -144,\n                    \"channelName\": \"9220.000\"\n                },\n                {\n                    \"channelNumber\": -145,\n                    \"channelName\": \"9219.375\"\n                },\n                {\n                    \"channelNumber\": -146,\n                    \"channelName\": \"9218.750\"\n                },\n                {\n                    \"channelNumber\": -147,\n                    \"channelName\": \"9218.125\"\n                },\n                {\n                    \"channelNumber\": -148,\n                    \"channelName\": \"9217.500\"\n                },\n                {\n                    \"channelNumber\": -149,\n                    \"channelName\": \"9216.875\"\n                },\n                {\n                    \"channelNumber\": -150,\n                    \"channelName\": \"9216.250\"\n                },\n                {\n                    \"channelNumber\": -151,\n                    \"channelName\": \"9215.625\"\n                },\n                {\n                    \"channelNumber\": -152,\n                    \"channelName\": \"9215.000\"\n                },\n                {\n                    \"channelNumber\": -153,\n                    \"channelName\": \"9214.375\"\n                },\n                {\n                    \"channelNumber\": -154,\n                    \"channelName\": \"9213.750\"\n                },\n                {\n                    \"channelNumber\": -155,\n                    \"channelName\": \"9213.125\"\n                },\n                {\n                    \"channelNumber\": -156,\n                    \"channelName\": \"9212.500\"\n                },\n                {\n                    \"channelNumber\": -157,\n                    \"channelName\": \"9211.875\"\n                },\n                {\n                    \"channelNumber\": -158,\n                    \"channelName\": \"9211.250\"\n                },\n                {\n                    \"channelNumber\": -159,\n                    \"channelName\": \"9210.625\"\n                },\n                {\n                    \"channelNumber\": -160,\n                    \"channelName\": \"9210.000\"\n                },\n                {\n                    \"channelNumber\": -161,\n                    \"channelName\": \"9209.375\"\n                },\n                {\n                    \"channelNumber\": -162,\n                    \"channelName\": \"9208.750\"\n                },\n                {\n                    \"channelNumber\": -163,\n                    \"channelName\": \"9208.125\"\n                },\n                {\n                    \"channelNumber\": -164,\n                    \"channelName\": \"9207.500\"\n                },\n                {\n                    \"channelNumber\": -165,\n                    \"channelName\": \"9206.875\"\n                },\n                {\n                    \"channelNumber\": -166,\n                    \"channelName\": \"9206.250\"\n                },\n                {\n                    \"channelNumber\": -167,\n                    \"channelName\": \"9205.625\"\n                },\n                {\n                    \"channelNumber\": -168,\n                    \"channelName\": \"9205.000\"\n                },\n                {\n                    \"channelNumber\": -169,\n                    \"channelName\": \"9204.375\"\n                },\n                {\n                    \"channelNumber\": -170,\n                    \"channelName\": \"9203.750\"\n                },\n                {\n                    \"channelNumber\": -171,\n                    \"channelName\": \"9203.125\"\n                },\n                {\n                    \"channelNumber\": -172,\n                    \"channelName\": \"9202.500\"\n                },\n                {\n                    \"channelNumber\": -173,\n                    \"channelName\": \"9201.875\"\n                },\n                {\n                    \"channelNumber\": -174,\n                    \"channelName\": \"9201.250\"\n                },\n                {\n                    \"channelNumber\": -175,\n                    \"channelName\": \"9200.625\"\n                },\n                {\n                    \"channelNumber\": -176,\n                    \"channelName\": \"9200.000\"\n                },\n                {\n                    \"channelNumber\": -177,\n                    \"channelName\": \"9199.375\"\n                },\n                {\n                    \"channelNumber\": -178,\n                    \"channelName\": \"9198.750\"\n                },\n                {\n                    \"channelNumber\": -179,\n                    \"channelName\": \"9198.125\"\n                },\n                {\n                    \"channelNumber\": -180,\n                    \"channelName\": \"9197.500\"\n                },\n                {\n                    \"channelNumber\": -181,\n                    \"channelName\": \"9196.875\"\n                },\n                {\n                    \"channelNumber\": -182,\n                    \"channelName\": \"9196.250\"\n                },\n                {\n                    \"channelNumber\": -183,\n                    \"channelName\": \"9195.625\"\n                },\n                {\n                    \"channelNumber\": -184,\n                    \"channelName\": \"9195.000\"\n                },\n                {\n                    \"channelNumber\": -185,\n                    \"channelName\": \"9194.375\"\n                },\n                {\n                    \"channelNumber\": -186,\n                    \"channelName\": \"9193.750\"\n                },\n                {\n                    \"channelNumber\": -187,\n                    \"channelName\": \"9193.125\"\n                },\n                {\n                    \"channelNumber\": -188,\n                    \"channelName\": \"9192.500\"\n                },\n                {\n                    \"channelNumber\": -189,\n                    \"channelName\": \"9191.875\"\n                },\n                {\n                    \"channelNumber\": -190,\n                    \"channelName\": \"9191.250\"\n                },\n                {\n                    \"channelNumber\": -191,\n                    \"channelName\": \"9190.625\"\n                },\n                {\n                    \"channelNumber\": -192,\n                    \"channelName\": \"9190.000\"\n                },\n                {\n                    \"channelNumber\": -193,\n                    \"channelName\": \"9189.375\"\n                },\n                {\n                    \"channelNumber\": -194,\n                    \"channelName\": \"9188.750\"\n                },\n                {\n                    \"channelNumber\": -195,\n                    \"channelName\": \"9188.125\"\n                },\n                {\n                    \"channelNumber\": -196,\n                    \"channelName\": \"9187.500\"\n                },\n                {\n                    \"channelNumber\": -197,\n                    \"channelName\": \"9186.875\"\n                },\n                {\n                    \"channelNumber\": -198,\n                    \"channelName\": \"9186.250\"\n                },\n                {\n                    \"channelNumber\": -199,\n                    \"channelName\": \"9185.625\"\n                },\n                {\n                    \"channelNumber\": -200,\n                    \"channelName\": \"9185.000\"\n                },\n                {\n                    \"channelNumber\": -201,\n                    \"channelName\": \"9184.375\"\n                },\n                {\n                    \"channelNumber\": -202,\n                    \"channelName\": \"9183.750\"\n                },\n                {\n                    \"channelNumber\": -203,\n                    \"channelName\": \"9183.125\"\n                },\n                {\n                    \"channelNumber\": -204,\n                    \"channelName\": \"9182.500\"\n                },\n                {\n                    \"channelNumber\": -205,\n                    \"channelName\": \"9181.875\"\n                },\n                {\n                    \"channelNumber\": -206,\n                    \"channelName\": \"9181.250\"\n                },\n                {\n                    \"channelNumber\": -207,\n                    \"channelName\": \"9180.625\"\n                },\n                {\n                    \"channelNumber\": -208,\n                    \"channelName\": \"9180.000\"\n                },\n                {\n                    \"channelNumber\": -209,\n                    \"channelName\": \"9179.375\"\n                },\n                {\n                    \"channelNumber\": -210,\n                    \"channelName\": \"9178.750\"\n                },\n                {\n                    \"channelNumber\": -211,\n                    \"channelName\": \"9178.125\"\n                },\n                {\n                    \"channelNumber\": -212,\n                    \"channelName\": \"9177.500\"\n                },\n                {\n                    \"channelNumber\": -213,\n                    \"channelName\": \"9176.875\"\n                },\n                {\n                    \"channelNumber\": -214,\n                    \"channelName\": \"9176.250\"\n                },\n                {\n                    \"channelNumber\": -215,\n                    \"channelName\": \"9175.625\"\n                },\n                {\n                    \"channelNumber\": -216,\n                    \"channelName\": \"9175.000\"\n                },\n                {\n                    \"channelNumber\": -217,\n                    \"channelName\": \"9174.375\"\n                },\n                {\n                    \"channelNumber\": -218,\n                    \"channelName\": \"9173.750\"\n                },\n                {\n                    \"channelNumber\": -219,\n                    \"channelName\": \"9173.125\"\n                },\n                {\n                    \"channelNumber\": -220,\n                    \"channelName\": \"9172.500\"\n                },\n                {\n                    \"channelNumber\": -221,\n                    \"channelName\": \"9171.875\"\n                },\n                {\n                    \"channelNumber\": -222,\n                    \"channelName\": \"9171.250\"\n                },\n                {\n                    \"channelNumber\": -223,\n                    \"channelName\": \"9170.625\"\n                },\n                {\n                    \"channelNumber\": -224,\n                    \"channelName\": \"9170.000\"\n                },\n                {\n                    \"channelNumber\": -225,\n                    \"channelName\": \"9169.375\"\n                },\n                {\n                    \"channelNumber\": -226,\n                    \"channelName\": \"9168.750\"\n                },\n                {\n                    \"channelNumber\": -227,\n                    \"channelName\": \"9168.125\"\n                },\n                {\n                    \"channelNumber\": -228,\n                    \"channelName\": \"9167.500\"\n                },\n                {\n                    \"channelNumber\": -229,\n                    \"channelName\": \"9166.875\"\n                },\n                {\n                    \"channelNumber\": -230,\n                    \"channelName\": \"9166.250\"\n                },\n                {\n                    \"channelNumber\": -231,\n                    \"channelName\": \"9165.625\"\n                },\n                {\n                    \"channelNumber\": -232,\n                    \"channelName\": \"9165.000\"\n                },\n                {\n                    \"channelNumber\": -233,\n                    \"channelName\": \"9164.375\"\n                },\n                {\n                    \"channelNumber\": -234,\n                    \"channelName\": \"9163.750\"\n                },\n                {\n                    \"channelNumber\": -235,\n                    \"channelName\": \"9163.125\"\n                },\n                {\n                    \"channelNumber\": -236,\n                    \"channelName\": \"9162.500\"\n                },\n                {\n                    \"channelNumber\": -237,\n                    \"channelName\": \"9161.875\"\n                },\n                {\n                    \"channelNumber\": -238,\n                    \"channelName\": \"9161.250\"\n                },\n                {\n                    \"channelNumber\": -239,\n                    \"channelName\": \"9160.625\"\n                },\n                {\n                    \"channelNumber\": -240,\n                    \"channelName\": \"9160.000\"\n                },\n                {\n                    \"channelNumber\": -241,\n                    \"channelName\": \"9159.375\"\n                },\n                {\n                    \"channelNumber\": -242,\n                    \"channelName\": \"9158.750\"\n                },\n                {\n                    \"channelNumber\": -243,\n                    \"channelName\": \"9158.125\"\n                },\n                {\n                    \"channelNumber\": -244,\n                    \"channelName\": \"9157.500\"\n                },\n                {\n                    \"channelNumber\": -245,\n                    \"channelName\": \"9156.875\"\n                },\n                {\n                    \"channelNumber\": -246,\n                    \"channelName\": \"9156.250\"\n                },\n                {\n                    \"channelNumber\": -247,\n                    \"channelName\": \"9155.625\"\n                },\n                {\n                    \"channelNumber\": -248,\n                    \"channelName\": \"9155.000\"\n                },\n                {\n                    \"channelNumber\": -249,\n                    \"channelName\": \"9154.375\"\n                },\n                {\n                    \"channelNumber\": -250,\n                    \"channelName\": \"9153.750\"\n                },\n                {\n                    \"channelNumber\": -251,\n                    \"channelName\": \"9153.125\"\n                },\n                {\n                    \"channelNumber\": -252,\n                    \"channelName\": \"9152.500\"\n                },\n                {\n                    \"channelNumber\": -253,\n                    \"channelName\": \"9151.875\"\n                },\n                {\n                    \"channelNumber\": -254,\n                    \"channelName\": \"9151.250\"\n                },\n                {\n                    \"channelNumber\": -255,\n                    \"channelName\": \"9150.625\"\n                },\n                {\n                    \"channelNumber\": -256,\n                    \"channelName\": \"9150.000\"\n                },\n                {\n                    \"channelNumber\": -257,\n                    \"channelName\": \"9149.375\"\n                },\n                {\n                    \"channelNumber\": -258,\n                    \"channelName\": \"9148.750\"\n                },\n                {\n                    \"channelNumber\": -259,\n                    \"channelName\": \"9148.125\"\n                },\n                {\n                    \"channelNumber\": -260,\n                    \"channelName\": \"9147.500\"\n                },\n                {\n                    \"channelNumber\": -261,\n                    \"channelName\": \"9146.875\"\n                },\n                {\n                    \"channelNumber\": -262,\n                    \"channelName\": \"9146.250\"\n                },\n                {\n                    \"channelNumber\": -263,\n                    \"channelName\": \"9145.625\"\n                },\n                {\n                    \"channelNumber\": -264,\n                    \"channelName\": \"9145.000\"\n                },\n                {\n                    \"channelNumber\": -265,\n                    \"channelName\": \"9144.375\"\n                },\n                {\n                    \"channelNumber\": -266,\n                    \"channelName\": \"9143.750\"\n                },\n                {\n                    \"channelNumber\": -267,\n                    \"channelName\": \"9143.125\"\n                },\n                {\n                    \"channelNumber\": -268,\n                    \"channelName\": \"9142.500\"\n                },\n                {\n                    \"channelNumber\": -269,\n                    \"channelName\": \"9141.875\"\n                },\n                {\n                    \"channelNumber\": -270,\n                    \"channelName\": \"9141.250\"\n                },\n                {\n                    \"channelNumber\": -271,\n                    \"channelName\": \"9140.625\"\n                },\n                {\n                    \"channelNumber\": -272,\n                    \"channelName\": \"9140.000\"\n                },\n                {\n                    \"channelNumber\": -273,\n                    \"channelName\": \"9139.375\"\n                },\n                {\n                    \"channelNumber\": -274,\n                    \"channelName\": \"9138.750\"\n                },\n                {\n                    \"channelNumber\": -275,\n                    \"channelName\": \"9138.125\"\n                },\n                {\n                    \"channelNumber\": -276,\n                    \"channelName\": \"9137.500\"\n                },\n                {\n                    \"channelNumber\": -277,\n                    \"channelName\": \"9136.875\"\n                },\n                {\n                    \"channelNumber\": -278,\n                    \"channelName\": \"9136.250\"\n                },\n                {\n                    \"channelNumber\": -279,\n                    \"channelName\": \"9135.625\"\n                },\n                {\n                    \"channelNumber\": -280,\n                    \"channelName\": \"9135.000\"\n                },\n                {\n                    \"channelNumber\": -281,\n                    \"channelName\": \"9134.375\"\n                },\n                {\n                    \"channelNumber\": -282,\n                    \"channelName\": \"9133.750\"\n                },\n                {\n                    \"channelNumber\": -283,\n                    \"channelName\": \"9133.125\"\n                },\n                {\n                    \"channelNumber\": -284,\n                    \"channelName\": \"9132.500\"\n                },\n                {\n                    \"channelNumber\": 468,\n                    \"channelName\": \"9602.500\"\n                },\n                {\n                    \"channelNumber\": 467,\n                    \"channelName\": \"9601.875\"\n                },\n                {\n                    \"channelNumber\": 466,\n                    \"channelName\": \"9601.250\"\n                },\n                {\n                    \"channelNumber\": 465,\n                    \"channelName\": \"9600.625\"\n                },\n                {\n                    \"channelNumber\": 464,\n                    \"channelName\": \"9600.000\"\n                },\n                {\n                    \"channelNumber\": 463,\n                    \"channelName\": \"9599.375\"\n                },\n                {\n                    \"channelNumber\": 462,\n                    \"channelName\": \"9598.750\"\n                },\n                {\n                    \"channelNumber\": 461,\n                    \"channelName\": \"9598.125\"\n                },\n                {\n                    \"channelNumber\": 460,\n                    \"channelName\": \"9597.500\"\n                },\n                {\n                    \"channelNumber\": 459,\n                    \"channelName\": \"9596.875\"\n                },\n                {\n                    \"channelNumber\": 458,\n                    \"channelName\": \"9596.250\"\n                },\n                {\n                    \"channelNumber\": 457,\n                    \"channelName\": \"9595.625\"\n                },\n                {\n                    \"channelNumber\": 456,\n                    \"channelName\": \"9595.000\"\n                },\n                {\n                    \"channelNumber\": 455,\n                    \"channelName\": \"9594.375\"\n                },\n                {\n                    \"channelNumber\": 454,\n                    \"channelName\": \"9593.750\"\n                },\n                {\n                    \"channelNumber\": 453,\n                    \"channelName\": \"9593.125\"\n                },\n                {\n                    \"channelNumber\": 452,\n                    \"channelName\": \"9592.500\"\n                },\n                {\n                    \"channelNumber\": 451,\n                    \"channelName\": \"9591.875\"\n                },\n                {\n                    \"channelNumber\": 450,\n                    \"channelName\": \"9591.250\"\n                },\n                {\n                    \"channelNumber\": 449,\n                    \"channelName\": \"9590.625\"\n                },\n                {\n                    \"channelNumber\": 448,\n                    \"channelName\": \"9590.000\"\n                },\n                {\n                    \"channelNumber\": 447,\n                    \"channelName\": \"9589.375\"\n                },\n                {\n                    \"channelNumber\": 446,\n                    \"channelName\": \"9588.750\"\n                },\n                {\n                    \"channelNumber\": 445,\n                    \"channelName\": \"9588.125\"\n                },\n                {\n                    \"channelNumber\": 444,\n                    \"channelName\": \"9587.500\"\n                },\n                {\n                    \"channelNumber\": 443,\n                    \"channelName\": \"9586.875\"\n                },\n                {\n                    \"channelNumber\": 442,\n                    \"channelName\": \"9586.250\"\n                },\n                {\n                    \"channelNumber\": 441,\n                    \"channelName\": \"9585.625\"\n                },\n                {\n                    \"channelNumber\": 440,\n                    \"channelName\": \"9585.000\"\n                },\n                {\n                    \"channelNumber\": 439,\n                    \"channelName\": \"9584.375\"\n                },\n                {\n                    \"channelNumber\": 438,\n                    \"channelName\": \"9583.750\"\n                },\n                {\n                    \"channelNumber\": 437,\n                    \"channelName\": \"9583.125\"\n                },\n                {\n                    \"channelNumber\": 436,\n                    \"channelName\": \"9582.500\"\n                },\n                {\n                    \"channelNumber\": 435,\n                    \"channelName\": \"9581.875\"\n                },\n                {\n                    \"channelNumber\": 434,\n                    \"channelName\": \"9581.250\"\n                },\n                {\n                    \"channelNumber\": 433,\n                    \"channelName\": \"9580.625\"\n                },\n                {\n                    \"channelNumber\": 432,\n                    \"channelName\": \"9580.000\"\n                },\n                {\n                    \"channelNumber\": 431,\n                    \"channelName\": \"9579.375\"\n                },\n                {\n                    \"channelNumber\": 430,\n                    \"channelName\": \"9578.750\"\n                },\n                {\n                    \"channelNumber\": 429,\n                    \"channelName\": \"9578.125\"\n                },\n                {\n                    \"channelNumber\": 428,\n                    \"channelName\": \"9577.500\"\n                },\n                {\n                    \"channelNumber\": 427,\n                    \"channelName\": \"9576.875\"\n                },\n                {\n                    \"channelNumber\": 426,\n                    \"channelName\": \"9576.250\"\n                },\n                {\n                    \"channelNumber\": 425,\n                    \"channelName\": \"9575.625\"\n                },\n                {\n                    \"channelNumber\": 424,\n                    \"channelName\": \"9575.000\"\n                },\n                {\n                    \"channelNumber\": 423,\n                    \"channelName\": \"9574.375\"\n                },\n                {\n                    \"channelNumber\": 422,\n                    \"channelName\": \"9573.750\"\n                },\n                {\n                    \"channelNumber\": 421,\n                    \"channelName\": \"9573.125\"\n                },\n                {\n                    \"channelNumber\": 420,\n                    \"channelName\": \"9572.500\"\n                },\n                {\n                    \"channelNumber\": 419,\n                    \"channelName\": \"9571.875\"\n                },\n                {\n                    \"channelNumber\": 418,\n                    \"channelName\": \"9571.250\"\n                },\n                {\n                    \"channelNumber\": 417,\n                    \"channelName\": \"9570.625\"\n                },\n                {\n                    \"channelNumber\": 416,\n                    \"channelName\": \"9570.000\"\n                },\n                {\n                    \"channelNumber\": 415,\n                    \"channelName\": \"9569.375\"\n                },\n                {\n                    \"channelNumber\": 414,\n                    \"channelName\": \"9568.750\"\n                },\n                {\n                    \"channelNumber\": 413,\n                    \"channelName\": \"9568.125\"\n                },\n                {\n                    \"channelNumber\": 412,\n                    \"channelName\": \"9567.500\"\n                },\n                {\n                    \"channelNumber\": 411,\n                    \"channelName\": \"9566.875\"\n                },\n                {\n                    \"channelNumber\": 410,\n                    \"channelName\": \"9566.250\"\n                },\n                {\n                    \"channelNumber\": 409,\n                    \"channelName\": \"9565.625\"\n                },\n                {\n                    \"channelNumber\": 408,\n                    \"channelName\": \"9565.000\"\n                },\n                {\n                    \"channelNumber\": 407,\n                    \"channelName\": \"9564.375\"\n                },\n                {\n                    \"channelNumber\": 406,\n                    \"channelName\": \"9563.750\"\n                },\n                {\n                    \"channelNumber\": 405,\n                    \"channelName\": \"9563.125\"\n                },\n                {\n                    \"channelNumber\": 404,\n                    \"channelName\": \"9562.500\"\n                },\n                {\n                    \"channelNumber\": 403,\n                    \"channelName\": \"9561.875\"\n                },\n                {\n                    \"channelNumber\": 402,\n                    \"channelName\": \"9561.250\"\n                },\n                {\n                    \"channelNumber\": 401,\n                    \"channelName\": \"9560.625\"\n                },\n                {\n                    \"channelNumber\": 400,\n                    \"channelName\": \"9560.000\"\n                },\n                {\n                    \"channelNumber\": 399,\n                    \"channelName\": \"9559.375\"\n                },\n                {\n                    \"channelNumber\": 398,\n                    \"channelName\": \"9558.750\"\n                },\n                {\n                    \"channelNumber\": 397,\n                    \"channelName\": \"9558.125\"\n                },\n                {\n                    \"channelNumber\": 396,\n                    \"channelName\": \"9557.500\"\n                },\n                {\n                    \"channelNumber\": 395,\n                    \"channelName\": \"9556.875\"\n                },\n                {\n                    \"channelNumber\": 394,\n                    \"channelName\": \"9556.250\"\n                },\n                {\n                    \"channelNumber\": 393,\n                    \"channelName\": \"9555.625\"\n                },\n                {\n                    \"channelNumber\": 392,\n                    \"channelName\": \"9555.000\"\n                },\n                {\n                    \"channelNumber\": 391,\n                    \"channelName\": \"9554.375\"\n                },\n                {\n                    \"channelNumber\": 390,\n                    \"channelName\": \"9553.750\"\n                },\n                {\n                    \"channelNumber\": 389,\n                    \"channelName\": \"9553.125\"\n                },\n                {\n                    \"channelNumber\": 388,\n                    \"channelName\": \"9552.500\"\n                },\n                {\n                    \"channelNumber\": 387,\n                    \"channelName\": \"9551.875\"\n                },\n                {\n                    \"channelNumber\": 386,\n                    \"channelName\": \"9551.250\"\n                },\n                {\n                    \"channelNumber\": 385,\n                    \"channelName\": \"9550.625\"\n                },\n                {\n                    \"channelNumber\": 384,\n                    \"channelName\": \"9550.000\"\n                },\n                {\n                    \"channelNumber\": 383,\n                    \"channelName\": \"9549.375\"\n                },\n                {\n                    \"channelNumber\": 382,\n                    \"channelName\": \"9548.750\"\n                },\n                {\n                    \"channelNumber\": 381,\n                    \"channelName\": \"9548.125\"\n                },\n                {\n                    \"channelNumber\": 380,\n                    \"channelName\": \"9547.500\"\n                },\n                {\n                    \"channelNumber\": 379,\n                    \"channelName\": \"9546.875\"\n                },\n                {\n                    \"channelNumber\": 378,\n                    \"channelName\": \"9546.250\"\n                },\n                {\n                    \"channelNumber\": 377,\n                    \"channelName\": \"9545.625\"\n                },\n                {\n                    \"channelNumber\": 376,\n                    \"channelName\": \"9545.000\"\n                },\n                {\n                    \"channelNumber\": 375,\n                    \"channelName\": \"9544.375\"\n                },\n                {\n                    \"channelNumber\": 374,\n                    \"channelName\": \"9543.750\"\n                },\n                {\n                    \"channelNumber\": 373,\n                    \"channelName\": \"9543.125\"\n                },\n                {\n                    \"channelNumber\": 372,\n                    \"channelName\": \"9542.500\"\n                },\n                {\n                    \"channelNumber\": 371,\n                    \"channelName\": \"9541.875\"\n                },\n                {\n                    \"channelNumber\": 370,\n                    \"channelName\": \"9541.250\"\n                },\n                {\n                    \"channelNumber\": 369,\n                    \"channelName\": \"9540.625\"\n                },\n                {\n                    \"channelNumber\": 368,\n                    \"channelName\": \"9540.000\"\n                },\n                {\n                    \"channelNumber\": 367,\n                    \"channelName\": \"9539.375\"\n                },\n                {\n                    \"channelNumber\": 366,\n                    \"channelName\": \"9538.750\"\n                },\n                {\n                    \"channelNumber\": 365,\n                    \"channelName\": \"9538.125\"\n                },\n                {\n                    \"channelNumber\": 364,\n                    \"channelName\": \"9537.500\"\n                },\n                {\n                    \"channelNumber\": 363,\n                    \"channelName\": \"9536.875\"\n                },\n                {\n                    \"channelNumber\": 362,\n                    \"channelName\": \"9536.250\"\n                },\n                {\n                    \"channelNumber\": 361,\n                    \"channelName\": \"9535.625\"\n                },\n                {\n                    \"channelNumber\": 360,\n                    \"channelName\": \"9535.000\"\n                },\n                {\n                    \"channelNumber\": 359,\n                    \"channelName\": \"9534.375\"\n                },\n                {\n                    \"channelNumber\": 358,\n                    \"channelName\": \"9533.750\"\n                },\n                {\n                    \"channelNumber\": 357,\n                    \"channelName\": \"9533.125\"\n                },\n                {\n                    \"channelNumber\": 356,\n                    \"channelName\": \"9532.500\"\n                },\n                {\n                    \"channelNumber\": 355,\n                    \"channelName\": \"9531.875\"\n                },\n                {\n                    \"channelNumber\": 354,\n                    \"channelName\": \"9531.250\"\n                },\n                {\n                    \"channelNumber\": 353,\n                    \"channelName\": \"9530.625\"\n                },\n                {\n                    \"channelNumber\": 352,\n                    \"channelName\": \"9530.000\"\n                },\n                {\n                    \"channelNumber\": 351,\n                    \"channelName\": \"9529.375\"\n                },\n                {\n                    \"channelNumber\": 350,\n                    \"channelName\": \"9528.750\"\n                },\n                {\n                    \"channelNumber\": 349,\n                    \"channelName\": \"9528.125\"\n                },\n                {\n                    \"channelNumber\": 348,\n                    \"channelName\": \"9527.500\"\n                },\n                {\n                    \"channelNumber\": 347,\n                    \"channelName\": \"9526.875\"\n                },\n                {\n                    \"channelNumber\": 346,\n                    \"channelName\": \"9526.250\"\n                },\n                {\n                    \"channelNumber\": 345,\n                    \"channelName\": \"9525.625\"\n                },\n                {\n                    \"channelNumber\": 344,\n                    \"channelName\": \"9525.000\"\n                },\n                {\n                    \"channelNumber\": 343,\n                    \"channelName\": \"9524.375\"\n                },\n                {\n                    \"channelNumber\": 342,\n                    \"channelName\": \"9523.750\"\n                },\n                {\n                    \"channelNumber\": 341,\n                    \"channelName\": \"9523.125\"\n                },\n                {\n                    \"channelNumber\": 340,\n                    \"channelName\": \"9522.500\"\n                },\n                {\n                    \"channelNumber\": 339,\n                    \"channelName\": \"9521.875\"\n                },\n                {\n                    \"channelNumber\": 338,\n                    \"channelName\": \"9521.250\"\n                },\n                {\n                    \"channelNumber\": 337,\n                    \"channelName\": \"9520.625\"\n                },\n                {\n                    \"channelNumber\": 336,\n                    \"channelName\": \"9520.000\"\n                },\n                {\n                    \"channelNumber\": 335,\n                    \"channelName\": \"9519.375\"\n                },\n                {\n                    \"channelNumber\": 334,\n                    \"channelName\": \"9518.750\"\n                },\n                {\n                    \"channelNumber\": 333,\n                    \"channelName\": \"9518.125\"\n                },\n                {\n                    \"channelNumber\": 332,\n                    \"channelName\": \"9517.500\"\n                },\n                {\n                    \"channelNumber\": 331,\n                    \"channelName\": \"9516.875\"\n                },\n                {\n                    \"channelNumber\": 330,\n                    \"channelName\": \"9516.250\"\n                },\n                {\n                    \"channelNumber\": 329,\n                    \"channelName\": \"9515.625\"\n                },\n                {\n                    \"channelNumber\": 328,\n                    \"channelName\": \"9515.000\"\n                },\n                {\n                    \"channelNumber\": 327,\n                    \"channelName\": \"9514.375\"\n                },\n                {\n                    \"channelNumber\": 326,\n                    \"channelName\": \"9513.750\"\n                },\n                {\n                    \"channelNumber\": 325,\n                    \"channelName\": \"9513.125\"\n                },\n                {\n                    \"channelNumber\": 324,\n                    \"channelName\": \"9512.500\"\n                },\n                {\n                    \"channelNumber\": 323,\n                    \"channelName\": \"9511.875\"\n                },\n                {\n                    \"channelNumber\": 322,\n                    \"channelName\": \"9511.250\"\n                },\n                {\n                    \"channelNumber\": 321,\n                    \"channelName\": \"9510.625\"\n                },\n                {\n                    \"channelNumber\": 320,\n                    \"channelName\": \"9510.000\"\n                },\n                {\n                    \"channelNumber\": 319,\n                    \"channelName\": \"9509.375\"\n                },\n                {\n                    \"channelNumber\": 318,\n                    \"channelName\": \"9508.750\"\n                },\n                {\n                    \"channelNumber\": 317,\n                    \"channelName\": \"9508.125\"\n                },\n                {\n                    \"channelNumber\": 316,\n                    \"channelName\": \"9507.500\"\n                },\n                {\n                    \"channelNumber\": 315,\n                    \"channelName\": \"9506.875\"\n                },\n                {\n                    \"channelNumber\": 314,\n                    \"channelName\": \"9506.250\"\n                },\n                {\n                    \"channelNumber\": 313,\n                    \"channelName\": \"9505.625\"\n                },\n                {\n                    \"channelNumber\": 312,\n                    \"channelName\": \"9505.000\"\n                },\n                {\n                    \"channelNumber\": 311,\n                    \"channelName\": \"9504.375\"\n                },\n                {\n                    \"channelNumber\": 310,\n                    \"channelName\": \"9503.750\"\n                },\n                {\n                    \"channelNumber\": 309,\n                    \"channelName\": \"9503.125\"\n                },\n                {\n                    \"channelNumber\": 308,\n                    \"channelName\": \"9502.500\"\n                },\n                {\n                    \"channelNumber\": 307,\n                    \"channelName\": \"9501.875\"\n                },\n                {\n                    \"channelNumber\": 306,\n                    \"channelName\": \"9501.250\"\n                },\n                {\n                    \"channelNumber\": 305,\n                    \"channelName\": \"9500.625\"\n                },\n                {\n                    \"channelNumber\": 304,\n                    \"channelName\": \"9500.000\"\n                },\n                {\n                    \"channelNumber\": 303,\n                    \"channelName\": \"9499.375\"\n                },\n                {\n                    \"channelNumber\": 302,\n                    \"channelName\": \"9498.750\"\n                },\n                {\n                    \"channelNumber\": 301,\n                    \"channelName\": \"9498.125\"\n                },\n                {\n                    \"channelNumber\": 300,\n                    \"channelName\": \"9497.500\"\n                },\n                {\n                    \"channelNumber\": 299,\n                    \"channelName\": \"9496.875\"\n                },\n                {\n                    \"channelNumber\": 298,\n                    \"channelName\": \"9496.250\"\n                },\n                {\n                    \"channelNumber\": 297,\n                    \"channelName\": \"9495.625\"\n                },\n                {\n                    \"channelNumber\": 296,\n                    \"channelName\": \"9495.000\"\n                },\n                {\n                    \"channelNumber\": 295,\n                    \"channelName\": \"9494.375\"\n                },\n                {\n                    \"channelNumber\": 294,\n                    \"channelName\": \"9493.750\"\n                },\n                {\n                    \"channelNumber\": 293,\n                    \"channelName\": \"9493.125\"\n                },\n                {\n                    \"channelNumber\": 292,\n                    \"channelName\": \"9492.500\"\n                },\n                {\n                    \"channelNumber\": 291,\n                    \"channelName\": \"9491.875\"\n                },\n                {\n                    \"channelNumber\": 290,\n                    \"channelName\": \"9491.250\"\n                },\n                {\n                    \"channelNumber\": 289,\n                    \"channelName\": \"9490.625\"\n                },\n                {\n                    \"channelNumber\": 288,\n                    \"channelName\": \"9490.000\"\n                },\n                {\n                    \"channelNumber\": 287,\n                    \"channelName\": \"9489.375\"\n                },\n                {\n                    \"channelNumber\": 286,\n                    \"channelName\": \"9488.750\"\n                },\n                {\n                    \"channelNumber\": 285,\n                    \"channelName\": \"9488.125\"\n                },\n                {\n                    \"channelNumber\": 284,\n                    \"channelName\": \"9487.500\"\n                },\n                {\n                    \"channelNumber\": 283,\n                    \"channelName\": \"9486.875\"\n                },\n                {\n                    \"channelNumber\": 282,\n                    \"channelName\": \"9486.250\"\n                },\n                {\n                    \"channelNumber\": 281,\n                    \"channelName\": \"9485.625\"\n                },\n                {\n                    \"channelNumber\": 280,\n                    \"channelName\": \"9485.000\"\n                },\n                {\n                    \"channelNumber\": 279,\n                    \"channelName\": \"9484.375\"\n                },\n                {\n                    \"channelNumber\": 278,\n                    \"channelName\": \"9483.750\"\n                },\n                {\n                    \"channelNumber\": 277,\n                    \"channelName\": \"9483.125\"\n                },\n                {\n                    \"channelNumber\": 276,\n                    \"channelName\": \"9482.500\"\n                },\n                {\n                    \"channelNumber\": 275,\n                    \"channelName\": \"9481.875\"\n                },\n                {\n                    \"channelNumber\": 274,\n                    \"channelName\": \"9481.250\"\n                },\n                {\n                    \"channelNumber\": 273,\n                    \"channelName\": \"9480.625\"\n                },\n                {\n                    \"channelNumber\": 272,\n                    \"channelName\": \"9480.000\"\n                },\n                {\n                    \"channelNumber\": 271,\n                    \"channelName\": \"9479.375\"\n                },\n                {\n                    \"channelNumber\": 270,\n                    \"channelName\": \"9478.750\"\n                },\n                {\n                    \"channelNumber\": 269,\n                    \"channelName\": \"9478.125\"\n                },\n                {\n                    \"channelNumber\": 268,\n                    \"channelName\": \"9477.500\"\n                },\n                {\n                    \"channelNumber\": 267,\n                    \"channelName\": \"9476.875\"\n                },\n                {\n                    \"channelNumber\": 266,\n                    \"channelName\": \"9476.250\"\n                },\n                {\n                    \"channelNumber\": 265,\n                    \"channelName\": \"9475.625\"\n                },\n                {\n                    \"channelNumber\": 264,\n                    \"channelName\": \"9475.000\"\n                },\n                {\n                    \"channelNumber\": 263,\n                    \"channelName\": \"9474.375\"\n                },\n                {\n                    \"channelNumber\": 262,\n                    \"channelName\": \"9473.750\"\n                },\n                {\n                    \"channelNumber\": 261,\n                    \"channelName\": \"9473.125\"\n                },\n                {\n                    \"channelNumber\": 260,\n                    \"channelName\": \"9472.500\"\n                },\n                {\n                    \"channelNumber\": 259,\n                    \"channelName\": \"9471.875\"\n                },\n                {\n                    \"channelNumber\": 258,\n                    \"channelName\": \"9471.250\"\n                },\n                {\n                    \"channelNumber\": 257,\n                    \"channelName\": \"9470.625\"\n                },\n                {\n                    \"channelNumber\": 256,\n                    \"channelName\": \"9470.000\"\n                },\n                {\n                    \"channelNumber\": 255,\n                    \"channelName\": \"9469.375\"\n                },\n                {\n                    \"channelNumber\": 254,\n                    \"channelName\": \"9468.750\"\n                },\n                {\n                    \"channelNumber\": 253,\n                    \"channelName\": \"9468.125\"\n                },\n                {\n                    \"channelNumber\": 252,\n                    \"channelName\": \"9467.500\"\n                },\n                {\n                    \"channelNumber\": 251,\n                    \"channelName\": \"9466.875\"\n                },\n                {\n                    \"channelNumber\": 250,\n                    \"channelName\": \"9466.250\"\n                },\n                {\n                    \"channelNumber\": 249,\n                    \"channelName\": \"9465.625\"\n                },\n                {\n                    \"channelNumber\": 248,\n                    \"channelName\": \"9465.000\"\n                },\n                {\n                    \"channelNumber\": 247,\n                    \"channelName\": \"9464.375\"\n                },\n                {\n                    \"channelNumber\": 246,\n                    \"channelName\": \"9463.750\"\n                },\n                {\n                    \"channelNumber\": 245,\n                    \"channelName\": \"9463.125\"\n                },\n                {\n                    \"channelNumber\": 244,\n                    \"channelName\": \"9462.500\"\n                },\n                {\n                    \"channelNumber\": 243,\n                    \"channelName\": \"9461.875\"\n                },\n                {\n                    \"channelNumber\": 242,\n                    \"channelName\": \"9461.250\"\n                },\n                {\n                    \"channelNumber\": 241,\n                    \"channelName\": \"9460.625\"\n                },\n                {\n                    \"channelNumber\": 240,\n                    \"channelName\": \"9460.000\"\n                },\n                {\n                    \"channelNumber\": 239,\n                    \"channelName\": \"9459.375\"\n                },\n                {\n                    \"channelNumber\": 238,\n                    \"channelName\": \"9458.750\"\n                },\n                {\n                    \"channelNumber\": 237,\n                    \"channelName\": \"9458.125\"\n                },\n                {\n                    \"channelNumber\": 236,\n                    \"channelName\": \"9457.500\"\n                },\n                {\n                    \"channelNumber\": 235,\n                    \"channelName\": \"9456.875\"\n                },\n                {\n                    \"channelNumber\": 234,\n                    \"channelName\": \"9456.250\"\n                },\n                {\n                    \"channelNumber\": 233,\n                    \"channelName\": \"9455.625\"\n                },\n                {\n                    \"channelNumber\": 232,\n                    \"channelName\": \"9455.000\"\n                },\n                {\n                    \"channelNumber\": 231,\n                    \"channelName\": \"9454.375\"\n                },\n                {\n                    \"channelNumber\": 230,\n                    \"channelName\": \"9453.750\"\n                },\n                {\n                    \"channelNumber\": 229,\n                    \"channelName\": \"9453.125\"\n                },\n                {\n                    \"channelNumber\": 228,\n                    \"channelName\": \"9452.500\"\n                },\n                {\n                    \"channelNumber\": 227,\n                    \"channelName\": \"9451.875\"\n                },\n                {\n                    \"channelNumber\": 226,\n                    \"channelName\": \"9451.250\"\n                },\n                {\n                    \"channelNumber\": 225,\n                    \"channelName\": \"9450.625\"\n                },\n                {\n                    \"channelNumber\": 224,\n                    \"channelName\": \"9450.000\"\n                },\n                {\n                    \"channelNumber\": 223,\n                    \"channelName\": \"9449.375\"\n                },\n                {\n                    \"channelNumber\": 222,\n                    \"channelName\": \"9448.750\"\n                },\n                {\n                    \"channelNumber\": 221,\n                    \"channelName\": \"9448.125\"\n                },\n                {\n                    \"channelNumber\": 220,\n                    \"channelName\": \"9447.500\"\n                },\n                {\n                    \"channelNumber\": 219,\n                    \"channelName\": \"9446.875\"\n                },\n                {\n                    \"channelNumber\": 218,\n                    \"channelName\": \"9446.250\"\n                },\n                {\n                    \"channelNumber\": 217,\n                    \"channelName\": \"9445.625\"\n                },\n                {\n                    \"channelNumber\": 216,\n                    \"channelName\": \"9445.000\"\n                },\n                {\n                    \"channelNumber\": 215,\n                    \"channelName\": \"9444.375\"\n                },\n                {\n                    \"channelNumber\": 214,\n                    \"channelName\": \"9443.750\"\n                },\n                {\n                    \"channelNumber\": 213,\n                    \"channelName\": \"9443.125\"\n                },\n                {\n                    \"channelNumber\": 212,\n                    \"channelName\": \"9442.500\"\n                },\n                {\n                    \"channelNumber\": 211,\n                    \"channelName\": \"9441.875\"\n                },\n                {\n                    \"channelNumber\": 210,\n                    \"channelName\": \"9441.250\"\n                },\n                {\n                    \"channelNumber\": 209,\n                    \"channelName\": \"9440.625\"\n                },\n                {\n                    \"channelNumber\": 208,\n                    \"channelName\": \"9440.000\"\n                },\n                {\n                    \"channelNumber\": 207,\n                    \"channelName\": \"9439.375\"\n                },\n                {\n                    \"channelNumber\": 206,\n                    \"channelName\": \"9438.750\"\n                },\n                {\n                    \"channelNumber\": 205,\n                    \"channelName\": \"9438.125\"\n                },\n                {\n                    \"channelNumber\": 204,\n                    \"channelName\": \"9437.500\"\n                },\n                {\n                    \"channelNumber\": 203,\n                    \"channelName\": \"9436.875\"\n                },\n                {\n                    \"channelNumber\": 202,\n                    \"channelName\": \"9436.250\"\n                },\n                {\n                    \"channelNumber\": 201,\n                    \"channelName\": \"9435.625\"\n                },\n                {\n                    \"channelNumber\": 200,\n                    \"channelName\": \"9435.000\"\n                },\n                {\n                    \"channelNumber\": 199,\n                    \"channelName\": \"9434.375\"\n                },\n                {\n                    \"channelNumber\": 198,\n                    \"channelName\": \"9433.750\"\n                },\n                {\n                    \"channelNumber\": 197,\n                    \"channelName\": \"9433.125\"\n                },\n                {\n                    \"channelNumber\": 196,\n                    \"channelName\": \"9432.500\"\n                },\n                {\n                    \"channelNumber\": 195,\n                    \"channelName\": \"9431.875\"\n                },\n                {\n                    \"channelNumber\": 194,\n                    \"channelName\": \"9431.250\"\n                },\n                {\n                    \"channelNumber\": 193,\n                    \"channelName\": \"9430.625\"\n                },\n                {\n                    \"channelNumber\": 192,\n                    \"channelName\": \"9430.000\"\n                },\n                {\n                    \"channelNumber\": 191,\n                    \"channelName\": \"9429.375\"\n                },\n                {\n                    \"channelNumber\": 190,\n                    \"channelName\": \"9428.750\"\n                },\n                {\n                    \"channelNumber\": 189,\n                    \"channelName\": \"9428.125\"\n                },\n                {\n                    \"channelNumber\": 188,\n                    \"channelName\": \"9427.500\"\n                },\n                {\n                    \"channelNumber\": 187,\n                    \"channelName\": \"9426.875\"\n                },\n                {\n                    \"channelNumber\": 186,\n                    \"channelName\": \"9426.250\"\n                },\n                {\n                    \"channelNumber\": 185,\n                    \"channelName\": \"9425.625\"\n                },\n                {\n                    \"channelNumber\": 184,\n                    \"channelName\": \"9425.000\"\n                },\n                {\n                    \"channelNumber\": 183,\n                    \"channelName\": \"9424.375\"\n                },\n                {\n                    \"channelNumber\": 182,\n                    \"channelName\": \"9423.750\"\n                },\n                {\n                    \"channelNumber\": 181,\n                    \"channelName\": \"9423.125\"\n                },\n                {\n                    \"channelNumber\": 180,\n                    \"channelName\": \"9422.500\"\n                },\n                {\n                    \"channelNumber\": 179,\n                    \"channelName\": \"9421.875\"\n                },\n                {\n                    \"channelNumber\": 178,\n                    \"channelName\": \"9421.250\"\n                },\n                {\n                    \"channelNumber\": 177,\n                    \"channelName\": \"9420.625\"\n                },\n                {\n                    \"channelNumber\": 176,\n                    \"channelName\": \"9420.000\"\n                },\n                {\n                    \"channelNumber\": 175,\n                    \"channelName\": \"9419.375\"\n                },\n                {\n                    \"channelNumber\": 174,\n                    \"channelName\": \"9418.750\"\n                },\n                {\n                    \"channelNumber\": 173,\n                    \"channelName\": \"9418.125\"\n                },\n                {\n                    \"channelNumber\": 172,\n                    \"channelName\": \"9417.500\"\n                },\n                {\n                    \"channelNumber\": 171,\n                    \"channelName\": \"9416.875\"\n                },\n                {\n                    \"channelNumber\": 170,\n                    \"channelName\": \"9416.250\"\n                },\n                {\n                    \"channelNumber\": 169,\n                    \"channelName\": \"9415.625\"\n                },\n                {\n                    \"channelNumber\": 168,\n                    \"channelName\": \"9415.000\"\n                },\n                {\n                    \"channelNumber\": 167,\n                    \"channelName\": \"9414.375\"\n                },\n                {\n                    \"channelNumber\": 166,\n                    \"channelName\": \"9413.750\"\n                },\n                {\n                    \"channelNumber\": 165,\n                    \"channelName\": \"9413.125\"\n                },\n                {\n                    \"channelNumber\": 164,\n                    \"channelName\": \"9412.500\"\n                },\n                {\n                    \"channelNumber\": 163,\n                    \"channelName\": \"9411.875\"\n                },\n                {\n                    \"channelNumber\": 162,\n                    \"channelName\": \"9411.250\"\n                },\n                {\n                    \"channelNumber\": 161,\n                    \"channelName\": \"9410.625\"\n                },\n                {\n                    \"channelNumber\": 160,\n                    \"channelName\": \"9410.000\"\n                },\n                {\n                    \"channelNumber\": 159,\n                    \"channelName\": \"9409.375\"\n                },\n                {\n                    \"channelNumber\": 158,\n                    \"channelName\": \"9408.750\"\n                },\n                {\n                    \"channelNumber\": 157,\n                    \"channelName\": \"9408.125\"\n                },\n                {\n                    \"channelNumber\": 156,\n                    \"channelName\": \"9407.500\"\n                },\n                {\n                    \"channelNumber\": 155,\n                    \"channelName\": \"9406.875\"\n                },\n                {\n                    \"channelNumber\": 154,\n                    \"channelName\": \"9406.250\"\n                },\n                {\n                    \"channelNumber\": 153,\n                    \"channelName\": \"9405.625\"\n                },\n                {\n                    \"channelNumber\": 152,\n                    \"channelName\": \"9405.000\"\n                },\n                {\n                    \"channelNumber\": 151,\n                    \"channelName\": \"9404.375\"\n                },\n                {\n                    \"channelNumber\": 150,\n                    \"channelName\": \"9403.750\"\n                },\n                {\n                    \"channelNumber\": 149,\n                    \"channelName\": \"9403.125\"\n                },\n                {\n                    \"channelNumber\": 148,\n                    \"channelName\": \"9402.500\"\n                },\n                {\n                    \"channelNumber\": 147,\n                    \"channelName\": \"9401.875\"\n                },\n                {\n                    \"channelNumber\": 146,\n                    \"channelName\": \"9401.250\"\n                },\n                {\n                    \"channelNumber\": 145,\n                    \"channelName\": \"9400.625\"\n                },\n                {\n                    \"channelNumber\": 144,\n                    \"channelName\": \"9400.000\"\n                },\n                {\n                    \"channelNumber\": 143,\n                    \"channelName\": \"9399.375\"\n                },\n                {\n                    \"channelNumber\": 142,\n                    \"channelName\": \"9398.750\"\n                },\n                {\n                    \"channelNumber\": 141,\n                    \"channelName\": \"9398.125\"\n                },\n                {\n                    \"channelNumber\": 140,\n                    \"channelName\": \"9397.500\"\n                },\n                {\n                    \"channelNumber\": 139,\n                    \"channelName\": \"9396.875\"\n                },\n                {\n                    \"channelNumber\": 138,\n                    \"channelName\": \"9396.250\"\n                },\n                {\n                    \"channelNumber\": 137,\n                    \"channelName\": \"9395.625\"\n                },\n                {\n                    \"channelNumber\": 136,\n                    \"channelName\": \"9395.000\"\n                },\n                {\n                    \"channelNumber\": 135,\n                    \"channelName\": \"9394.375\"\n                },\n                {\n                    \"channelNumber\": 134,\n                    \"channelName\": \"9393.750\"\n                },\n                {\n                    \"channelNumber\": 133,\n                    \"channelName\": \"9393.125\"\n                },\n                {\n                    \"channelNumber\": 132,\n                    \"channelName\": \"9392.500\"\n                },\n                {\n                    \"channelNumber\": 131,\n                    \"channelName\": \"9391.875\"\n                },\n                {\n                    \"channelNumber\": 130,\n                    \"channelName\": \"9391.250\"\n                },\n                {\n                    \"channelNumber\": 129,\n                    \"channelName\": \"9390.625\"\n                },\n                {\n                    \"channelNumber\": 128,\n                    \"channelName\": \"9390.000\"\n                },\n                {\n                    \"channelNumber\": 127,\n                    \"channelName\": \"9389.375\"\n                },\n                {\n                    \"channelNumber\": 126,\n                    \"channelName\": \"9388.750\"\n                },\n                {\n                    \"channelNumber\": 125,\n                    \"channelName\": \"9388.125\"\n                },\n                {\n                    \"channelNumber\": 124,\n                    \"channelName\": \"9387.500\"\n                },\n                {\n                    \"channelNumber\": 123,\n                    \"channelName\": \"9386.875\"\n                },\n                {\n                    \"channelNumber\": 122,\n                    \"channelName\": \"9386.250\"\n                },\n                {\n                    \"channelNumber\": 121,\n                    \"channelName\": \"9385.625\"\n                },\n                {\n                    \"channelNumber\": 120,\n                    \"channelName\": \"9385.000\"\n                },\n                {\n                    \"channelNumber\": 119,\n                    \"channelName\": \"9384.375\"\n                },\n                {\n                    \"channelNumber\": 118,\n                    \"channelName\": \"9383.750\"\n                },\n                {\n                    \"channelNumber\": 117,\n                    \"channelName\": \"9383.125\"\n                },\n                {\n                    \"channelNumber\": 116,\n                    \"channelName\": \"9382.500\"\n                },\n                {\n                    \"channelNumber\": 115,\n                    \"channelName\": \"9381.875\"\n                },\n                {\n                    \"channelNumber\": 114,\n                    \"channelName\": \"9381.250\"\n                },\n                {\n                    \"channelNumber\": 113,\n                    \"channelName\": \"9380.625\"\n                },\n                {\n                    \"channelNumber\": 112,\n                    \"channelName\": \"9380.000\"\n                },\n                {\n                    \"channelNumber\": 111,\n                    \"channelName\": \"9379.375\"\n                },\n                {\n                    \"channelNumber\": 110,\n                    \"channelName\": \"9378.750\"\n                },\n                {\n                    \"channelNumber\": 109,\n                    \"channelName\": \"9378.125\"\n                },\n                {\n                    \"channelNumber\": 108,\n                    \"channelName\": \"9377.500\"\n                },\n                {\n                    \"channelNumber\": 107,\n                    \"channelName\": \"9376.875\"\n                },\n                {\n                    \"channelNumber\": 106,\n                    \"channelName\": \"9376.250\"\n                },\n                {\n                    \"channelNumber\": 105,\n                    \"channelName\": \"9375.625\"\n                },\n                {\n                    \"channelNumber\": 104,\n                    \"channelName\": \"9375.000\"\n                },\n                {\n                    \"channelNumber\": 103,\n                    \"channelName\": \"9374.375\"\n                },\n                {\n                    \"channelNumber\": 102,\n                    \"channelName\": \"9373.750\"\n                },\n                {\n                    \"channelNumber\": 101,\n                    \"channelName\": \"9373.125\"\n                },\n                {\n                    \"channelNumber\": 100,\n                    \"channelName\": \"9372.500\"\n                },\n                {\n                    \"channelNumber\": 99,\n                    \"channelName\": \"9371.875\"\n                },\n                {\n                    \"channelNumber\": 98,\n                    \"channelName\": \"9371.250\"\n                },\n                {\n                    \"channelNumber\": 97,\n                    \"channelName\": \"9370.625\"\n                },\n                {\n                    \"channelNumber\": 96,\n                    \"channelName\": \"9370.000\"\n                },\n                {\n                    \"channelNumber\": 95,\n                    \"channelName\": \"9369.375\"\n                },\n                {\n                    \"channelNumber\": 94,\n                    \"channelName\": \"9368.750\"\n                },\n                {\n                    \"channelNumber\": 93,\n                    \"channelName\": \"9368.125\"\n                },\n                {\n                    \"channelNumber\": 92,\n                    \"channelName\": \"9367.500\"\n                },\n                {\n                    \"channelNumber\": 91,\n                    \"channelName\": \"9366.875\"\n                },\n                {\n                    \"channelNumber\": 90,\n                    \"channelName\": \"9366.250\"\n                },\n                {\n                    \"channelNumber\": 89,\n                    \"channelName\": \"9365.625\"\n                },\n                {\n                    \"channelNumber\": 88,\n                    \"channelName\": \"9365.000\"\n                }\n            ],\n            \"selectedChannel\": {\n                \"channelNumber\": 72,\n                \"channelName\": \"9355.000\"\n            },\n            \"availableFecTypes\": [\n                \"SDFEC-V\"\n            ],\n            \"selectedFecType\": \"SDFEC-V\"\n        }\n    },\n    \"nodeIdToNodeDetailsMap\": {\n        \"491\": {\n            \"name\": \"Site1-1-ON-1\",\n            \"otNameToDetails\": {\n                \"S6AD600H\": {\n                    \"allowedOts\": [\n                        \"S6AD600H\"\n                    ],\n                    \"otNe\": [],\n                    \"otPorts\": [\n                        \"Compute\",\n                        \"compute-compute-L1\"\n                    ],\n                    \"modes\": [\n                        \"29. 400G@85.82Gbaud - 16SQAM\"\n                    ],\n                    \"profiles\": [\n                        \"29. 400G@85.82Gbaud - 16SQAM\"\n                    ],\n                    \"secondOtPorts\": []\n                }\n            },\n            \"adbTypeToDetails\": {\n                \"MCS A/D Port Selection\": {\n                    \"adbShelfSlotPortMap\": {\n                        \"770:AD-1 (MCS8-16)\": [\n                            \"1-5-1\",\n                            \"1-5-2\",\n                            \"1-5-3\",\n                            \"1-5-4\",\n                            \"1-5-5\",\n                            \"1-5-6\",\n                            \"1-5-7\",\n                            \"1-5-8\",\n                            \"1-5-9\",\n                            \"1-5-10\",\n                            \"1-5-11\",\n                            \"1-5-12\",\n                            \"1-5-13\",\n                            \"1-5-14\",\n                            \"1-5-15\",\n                            \"1-5-16\"\n                        ]\n                    },\n                    \"splitterPortList\": [],\n                    \"adbShelfSlotPortMap2\": {},\n                    \"splitterPortList2\": []\n                }\n            },\n            \"canRegen\": false,\n            \"disableRegen\": false,\n            \"selectedOt\": \"S6AD600H\",\n            \"selectedOtMode\": \"29. 400G@85.82Gbaud - 16SQAM\",\n            \"selectedOtPort\": \"1-34-L1\",\n            \"errors\": [],\n            \"availableAdbTypes\": [\n                \"MCS A/D Port Selection\"\n            ],\n            \"selectedAdbType\": \"MCS A/D Port Selection\",\n            \"selectedAdb\": \"770:AD-1 (MCS8-16)\",\n            \"selectedAdbPort\": \"1-5-1\",\n            \"regen\": false,\n            \"destination\": false,\n            \"source\": true\n        },\n        \"501\": {\n            \"name\": \"Site2-1-ON-1\",\n            \"otNameToDetails\": {\n                \"S6AD600H\": {\n                    \"allowedOts\": [\n                        \"S6AD600H\"\n                    ],\n                    \"otNe\": [],\n                    \"otPorts\": [\n                        \"Compute\",\n                        \"compute-compute-L1\"\n                    ],\n                    \"modes\": [\n                        \"29. 400G@85.82Gbaud - 16SQAM\"\n                    ],\n                    \"profiles\": [\n                        \"29. 400G@85.82Gbaud - 16SQAM\"\n                    ],\n                    \"secondOtPorts\": []\n                }\n            },\n            \"adbTypeToDetails\": {\n                \"MCS A/D Port Selection\": {\n                    \"adbShelfSlotPortMap\": {\n                        \"860:AD-1 (MCS8-16)\": [\n                            \"1-5-1\",\n                            \"1-5-2\",\n                            \"1-5-3\",\n                            \"1-5-4\",\n                            \"1-5-5\",\n                            \"1-5-6\",\n                            \"1-5-7\",\n                            \"1-5-8\",\n                            \"1-5-9\",\n                            \"1-5-10\",\n                            \"1-5-11\",\n                            \"1-5-12\",\n                            \"1-5-13\",\n                            \"1-5-14\",\n                            \"1-5-15\",\n                            \"1-5-16\"\n                        ]\n                    },\n                    \"splitterPortList\": [],\n                    \"adbShelfSlotPortMap2\": {},\n                    \"splitterPortList2\": []\n                }\n            },\n            \"canRegen\": false,\n            \"disableRegen\": false,\n            \"selectedOt\": \"S6AD600H\",\n            \"selectedOtMode\": \"29. 400G@85.82Gbaud - 16SQAM\",\n            \"selectedOtPort\": \"1-34-L1\",\n            \"errors\": [],\n            \"availableAdbTypes\": [\n                \"MCS A/D Port Selection\"\n            ],\n            \"selectedAdbType\": \"MCS A/D Port Selection\",\n            \"selectedAdb\": \"860:AD-1 (MCS8-16)\",\n            \"selectedAdbPort\": \"1-5-1\",\n            \"regen\": false,\n            \"destination\": true,\n            \"source\": false\n        }\n    },\n    \"routeViewDetails\": [\n        {\n            \"path\": [\n                {\n                    \"id2\": \"491\",\n                    \"layer\": \"BLOCK\",\n                    \"selectedAdb\": \"770:AD-1 (MCS8-16)\",\n                    \"selectedAdbType\": \"MCS A/D Port Selection\",\n                    \"selectedAdbPort\": \"1-5-1\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"src\": true,\n                    \"regen\": false\n                },\n                {\n                    \"id\": \"491\",\n                    \"layer\": \"Node\",\n                    \"lineName\": \"Line 1\",\n                    \"lineType\": \"ROADM\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"src\": false,\n                    \"regen\": false\n                },\n                {\n                    \"id\": \"511\",\n                    \"name\": \"Site1-1-Site2-1\",\n                    \"layer\": \"OMS\",\n                    \"feasParamGo\": {\n                        \"osnrMargin\": 28,\n                        \"usedNlp\": 16,\n                        \"usedPmd\": 4,\n                        \"usedWeightedWssCount\": 6\n                    },\n                    \"feasParamRet\": {\n                        \"osnrMargin\": 28,\n                        \"usedNlp\": 16,\n                        \"usedPmd\": 4,\n                        \"usedWeightedWssCount\": 6\n                    },\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"fecMode\": \"SDFEC-V\",\n                    \"selectedChannel\": \"9355.000\",\n                    \"src\": false,\n                    \"regen\": false\n                },\n                {\n                    \"id\": \"501\",\n                    \"layer\": \"Node\",\n                    \"lineName\": \"Line 1\",\n                    \"lineType\": \"ROADM\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"src\": false,\n                    \"regen\": false\n                },\n                {\n                    \"id2\": \"501\",\n                    \"layer\": \"BLOCK\",\n                    \"selectedAdb\": \"860:AD-1 (MCS8-16)\",\n                    \"selectedAdbType\": \"MCS A/D Port Selection\",\n                    \"selectedAdbPort\": \"1-5-1\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"src\": false,\n                    \"regen\": false\n                }\n            ],\n            \"mldChannel\": 0,\n            \"srcOtSelected\": \"S6AD600H\",\n            \"dstOtSelected\": \"S6AD600H\",\n            \"srcOtMode\": \"29. 400G@85.82Gbaud - 16SQAM\",\n            \"dstOtMode\": \"29. 400G@85.82Gbaud - 16SQAM\",\n            \"srcOtPortSelected\": \"1-34-L1\",\n            \"dstOtPortSelected\": \"1-34-L1\",\n            \"wpOchId\": 0,\n            \"srcEndPoint\": false,\n            \"dstEndPoint\": false\n        }\n    ],\n    \"errorList\": [],\n    \"isEditAllowed\": true,\n    \"demandName\": \"Trail1\"\n}"}],"_postman_id":"ea75221a-2745-4a1c-89bb-e2fc3230d497"},{"name":"Change shelf/slot/port of ADB","id":"23b7a225-6317-4115-afb6-e8d438a39734","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userInputs\": [\r\n        {\r\n            \"srcAdbType\": \"MCS A/D Port Selection\",\r\n            \"dstAdbType\": \"MCS A/D Port Selection\",\r\n            \"srcOtPort\": \"1-34-L1\",\r\n            \"srcAdb\": \"1330:AD-1 (MCS8-16)\",\r\n            \"srcAdbPort\": \"1-5-1\",\r\n            \"srcSplitterPort\": \"\",\r\n            \"dstAdb\": \"1420:AD-1 (MCS8-16)\",\r\n            \"dstAdbPort\": \"1-5-5\",\r\n            \"srcOt\": \"S6AD600H\",\r\n            \"omsUserInputs\": [\r\n                {\r\n                    \"channel\": \"9355.000\",\r\n                    \"fecModeType\": \"SDFEC-V\",\r\n                    \"omsId\": 941\r\n                }\r\n            ],\r\n            \"srcNodeId\": 921,\r\n            \"dstNodeId\": 931,\r\n            \"srcOtProfile\": \"29. 400G@85.82Gbaud - 16SQAM\",\r\n            \"srcOtNe\": \"Compute\"\r\n        }\r\n    ],\r\n    \"routeId\": 0,\r\n    \"demandId\": 240,\r\n    \"okAction\": false,\r\n    \"editRoute\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/validateRouteClassic","description":"<p>This API is used to update and validate the shelf,slot or port changes of an Add Drop Block(ADB) in a route. The input parameter passed for the API is designID which can be retrieved using the API <strong>GET /api/designs.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","routing","designs","{{DesignID}}","validateRouteClassic"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"5716a486-c75e-451a-b149-494482a36fd7","name":"Change shelf/slot/port of ADB","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"userInputs\": [\r\n        {\r\n            \"srcAdbType\": \"MCS A/D Port Selection\",\r\n            \"dstAdbType\": \"MCS A/D Port Selection\",\r\n            \"srcOtPort\": \"1-34-L1\",\r\n            \"srcAdb\": \"1330:AD-1 (MCS8-16)\",\r\n            \"srcAdbPort\": \"1-5-1\",\r\n            \"srcSplitterPort\": \"\",\r\n            \"dstAdb\": \"1420:AD-1 (MCS8-16)\",\r\n            \"dstAdbPort\": \"1-5-5\",\r\n            \"srcOt\": \"S6AD600H\",\r\n            \"omsUserInputs\": [\r\n                {\r\n                    \"channel\": \"9355.000\",\r\n                    \"fecModeType\": \"SDFEC-V\",\r\n                    \"omsId\": 941\r\n                }\r\n            ],\r\n            \"srcNodeId\": 921,\r\n            \"dstNodeId\": 931,\r\n            \"srcOtProfile\": \"29. 400G@85.82Gbaud - 16SQAM\",\r\n            \"srcOtNe\": \"Compute\"\r\n        }\r\n    ],\r\n    \"routeId\": 0,\r\n    \"demandId\": 240,\r\n    \"okAction\": false,\r\n    \"editRoute\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/validateRouteClassic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 Nov 2024 06:49:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"srcSiteId\": 50,\n    \"dstSiteId\": 60,\n    \"srcNodeId\": 921,\n    \"dstNodeId\": 931,\n    \"sites\": [\n        50,\n        60\n    ],\n    \"nodes\": [\n        921,\n        931\n    ],\n    \"links\": [\n        941\n    ],\n    \"linkPath\": [],\n    \"linkIdsToLinkDetailsMap\": {\n        \"[941]\": {\n            \"sortedChannels\": [\n                {\n                    \"channelNumber\": 72,\n                    \"channelName\": \"9355.000\"\n                },\n                {\n                    \"channelNumber\": 56,\n                    \"channelName\": \"9345.000\"\n                },\n                {\n                    \"channelNumber\": 55,\n                    \"channelName\": \"9344.375\"\n                },\n                {\n                    \"channelNumber\": 54,\n                    \"channelName\": \"9343.750\"\n                },\n                {\n                    \"channelNumber\": 53,\n                    \"channelName\": \"9343.125\"\n                },\n                {\n                    \"channelNumber\": 52,\n                    \"channelName\": \"9342.500\"\n                },\n                {\n                    \"channelNumber\": 51,\n                    \"channelName\": \"9341.875\"\n                },\n                {\n                    \"channelNumber\": 50,\n                    \"channelName\": \"9341.250\"\n                },\n                {\n                    \"channelNumber\": 49,\n                    \"channelName\": \"9340.625\"\n                },\n                {\n                    \"channelNumber\": 48,\n                    \"channelName\": \"9340.000\"\n                },\n                {\n                    \"channelNumber\": 47,\n                    \"channelName\": \"9339.375\"\n                },\n                {\n                    \"channelNumber\": 46,\n                    \"channelName\": \"9338.750\"\n                },\n                {\n                    \"channelNumber\": 45,\n                    \"channelName\": \"9338.125\"\n                },\n                {\n                    \"channelNumber\": 44,\n                    \"channelName\": \"9337.500\"\n                },\n                {\n                    \"channelNumber\": 43,\n                    \"channelName\": \"9336.875\"\n                },\n                {\n                    \"channelNumber\": 42,\n                    \"channelName\": \"9336.250\"\n                },\n                {\n                    \"channelNumber\": 41,\n                    \"channelName\": \"9335.625\"\n                },\n                {\n                    \"channelNumber\": 40,\n                    \"channelName\": \"9335.000\"\n                },\n                {\n                    \"channelNumber\": 39,\n                    \"channelName\": \"9334.375\"\n                },\n                {\n                    \"channelNumber\": 38,\n                    \"channelName\": \"9333.750\"\n                },\n                {\n                    \"channelNumber\": 37,\n                    \"channelName\": \"9333.125\"\n                },\n                {\n                    \"channelNumber\": 36,\n                    \"channelName\": \"9332.500\"\n                },\n                {\n                    \"channelNumber\": 35,\n                    \"channelName\": \"9331.875\"\n                },\n                {\n                    \"channelNumber\": 34,\n                    \"channelName\": \"9331.250\"\n                },\n                {\n                    \"channelNumber\": 33,\n                    \"channelName\": \"9330.625\"\n                },\n                {\n                    \"channelNumber\": 32,\n                    \"channelName\": \"9330.000\"\n                },\n                {\n                    \"channelNumber\": 31,\n                    \"channelName\": \"9329.375\"\n                },\n                {\n                    \"channelNumber\": 30,\n                    \"channelName\": \"9328.750\"\n                },\n                {\n                    \"channelNumber\": 29,\n                    \"channelName\": \"9328.125\"\n                },\n                {\n                    \"channelNumber\": 28,\n                    \"channelName\": \"9327.500\"\n                },\n                {\n                    \"channelNumber\": 27,\n                    \"channelName\": \"9326.875\"\n                },\n                {\n                    \"channelNumber\": 26,\n                    \"channelName\": \"9326.250\"\n                },\n                {\n                    \"channelNumber\": 25,\n                    \"channelName\": \"9325.625\"\n                },\n                {\n                    \"channelNumber\": 24,\n                    \"channelName\": \"9325.000\"\n                },\n                {\n                    \"channelNumber\": 23,\n                    \"channelName\": \"9324.375\"\n                },\n                {\n                    \"channelNumber\": 22,\n                    \"channelName\": \"9323.750\"\n                },\n                {\n                    \"channelNumber\": 21,\n                    \"channelName\": \"9323.125\"\n                },\n                {\n                    \"channelNumber\": 20,\n                    \"channelName\": \"9322.500\"\n                },\n                {\n                    \"channelNumber\": 19,\n                    \"channelName\": \"9321.875\"\n                },\n                {\n                    \"channelNumber\": 18,\n                    \"channelName\": \"9321.250\"\n                },\n                {\n                    \"channelNumber\": 17,\n                    \"channelName\": \"9320.625\"\n                },\n                {\n                    \"channelNumber\": 16,\n                    \"channelName\": \"9320.000\"\n                },\n                {\n                    \"channelNumber\": 15,\n                    \"channelName\": \"9319.375\"\n                },\n                {\n                    \"channelNumber\": 14,\n                    \"channelName\": \"9318.750\"\n                },\n                {\n                    \"channelNumber\": 13,\n                    \"channelName\": \"9318.125\"\n                },\n                {\n                    \"channelNumber\": 12,\n                    \"channelName\": \"9317.500\"\n                },\n                {\n                    \"channelNumber\": 11,\n                    \"channelName\": \"9316.875\"\n                },\n                {\n                    \"channelNumber\": 10,\n                    \"channelName\": \"9316.250\"\n                },\n                {\n                    \"channelNumber\": 9,\n                    \"channelName\": \"9315.625\"\n                },\n                {\n                    \"channelNumber\": 8,\n                    \"channelName\": \"9315.000\"\n                },\n                {\n                    \"channelNumber\": 7,\n                    \"channelName\": \"9314.375\"\n                },\n                {\n                    \"channelNumber\": 6,\n                    \"channelName\": \"9313.750\"\n                },\n                {\n                    \"channelNumber\": 5,\n                    \"channelName\": \"9313.125\"\n                },\n                {\n                    \"channelNumber\": 4,\n                    \"channelName\": \"9312.500\"\n                },\n                {\n                    \"channelNumber\": 3,\n                    \"channelName\": \"9311.875\"\n                },\n                {\n                    \"channelNumber\": 2,\n                    \"channelName\": \"9311.250\"\n                },\n                {\n                    \"channelNumber\": 1,\n                    \"channelName\": \"9310.625\"\n                },\n                {\n                    \"channelNumber\": 0,\n                    \"channelName\": \"9310.000\"\n                },\n                {\n                    \"channelNumber\": -1,\n                    \"channelName\": \"9309.375\"\n                },\n                {\n                    \"channelNumber\": -2,\n                    \"channelName\": \"9308.750\"\n                },\n                {\n                    \"channelNumber\": -3,\n                    \"channelName\": \"9308.125\"\n                },\n                {\n                    \"channelNumber\": -4,\n                    \"channelName\": \"9307.500\"\n                },\n                {\n                    \"channelNumber\": -5,\n                    \"channelName\": \"9306.875\"\n                },\n                {\n                    \"channelNumber\": -6,\n                    \"channelName\": \"9306.250\"\n                },\n                {\n                    \"channelNumber\": -7,\n                    \"channelName\": \"9305.625\"\n                },\n                {\n                    \"channelNumber\": -8,\n                    \"channelName\": \"9305.000\"\n                },\n                {\n                    \"channelNumber\": -9,\n                    \"channelName\": \"9304.375\"\n                },\n                {\n                    \"channelNumber\": -10,\n                    \"channelName\": \"9303.750\"\n                },\n                {\n                    \"channelNumber\": -11,\n                    \"channelName\": \"9303.125\"\n                },\n                {\n                    \"channelNumber\": -12,\n                    \"channelName\": \"9302.500\"\n                },\n                {\n                    \"channelNumber\": -13,\n                    \"channelName\": \"9301.875\"\n                },\n                {\n                    \"channelNumber\": -14,\n                    \"channelName\": \"9301.250\"\n                },\n                {\n                    \"channelNumber\": -15,\n                    \"channelName\": \"9300.625\"\n                },\n                {\n                    \"channelNumber\": -16,\n                    \"channelName\": \"9300.000\"\n                },\n                {\n                    \"channelNumber\": -17,\n                    \"channelName\": \"9299.375\"\n                },\n                {\n                    \"channelNumber\": -18,\n                    \"channelName\": \"9298.750\"\n                },\n                {\n                    \"channelNumber\": -19,\n                    \"channelName\": \"9298.125\"\n                },\n                {\n                    \"channelNumber\": -20,\n                    \"channelName\": \"9297.500\"\n                },\n                {\n                    \"channelNumber\": -21,\n                    \"channelName\": \"9296.875\"\n                },\n                {\n                    \"channelNumber\": -22,\n                    \"channelName\": \"9296.250\"\n                },\n                {\n                    \"channelNumber\": -23,\n                    \"channelName\": \"9295.625\"\n                },\n                {\n                    \"channelNumber\": -24,\n                    \"channelName\": \"9295.000\"\n                },\n                {\n                    \"channelNumber\": -25,\n                    \"channelName\": \"9294.375\"\n                },\n                {\n                    \"channelNumber\": -26,\n                    \"channelName\": \"9293.750\"\n                },\n                {\n                    \"channelNumber\": -27,\n                    \"channelName\": \"9293.125\"\n                },\n                {\n                    \"channelNumber\": -28,\n                    \"channelName\": \"9292.500\"\n                },\n                {\n                    \"channelNumber\": -29,\n                    \"channelName\": \"9291.875\"\n                },\n                {\n                    \"channelNumber\": -30,\n                    \"channelName\": \"9291.250\"\n                },\n                {\n                    \"channelNumber\": -31,\n                    \"channelName\": \"9290.625\"\n                },\n                {\n                    \"channelNumber\": -32,\n                    \"channelName\": \"9290.000\"\n                },\n                {\n                    \"channelNumber\": -33,\n                    \"channelName\": \"9289.375\"\n                },\n                {\n                    \"channelNumber\": -34,\n                    \"channelName\": \"9288.750\"\n                },\n                {\n                    \"channelNumber\": -35,\n                    \"channelName\": \"9288.125\"\n                },\n                {\n                    \"channelNumber\": -36,\n                    \"channelName\": \"9287.500\"\n                },\n                {\n                    \"channelNumber\": -37,\n                    \"channelName\": \"9286.875\"\n                },\n                {\n                    \"channelNumber\": -38,\n                    \"channelName\": \"9286.250\"\n                },\n                {\n                    \"channelNumber\": -39,\n                    \"channelName\": \"9285.625\"\n                },\n                {\n                    \"channelNumber\": -40,\n                    \"channelName\": \"9285.000\"\n                },\n                {\n                    \"channelNumber\": -41,\n                    \"channelName\": \"9284.375\"\n                },\n                {\n                    \"channelNumber\": -42,\n                    \"channelName\": \"9283.750\"\n                },\n                {\n                    \"channelNumber\": -43,\n                    \"channelName\": \"9283.125\"\n                },\n                {\n                    \"channelNumber\": -44,\n                    \"channelName\": \"9282.500\"\n                },\n                {\n                    \"channelNumber\": -45,\n                    \"channelName\": \"9281.875\"\n                },\n                {\n                    \"channelNumber\": -46,\n                    \"channelName\": \"9281.250\"\n                },\n                {\n                    \"channelNumber\": -47,\n                    \"channelName\": \"9280.625\"\n                },\n                {\n                    \"channelNumber\": -48,\n                    \"channelName\": \"9280.000\"\n                },\n                {\n                    \"channelNumber\": -49,\n                    \"channelName\": \"9279.375\"\n                },\n                {\n                    \"channelNumber\": -50,\n                    \"channelName\": \"9278.750\"\n                },\n                {\n                    \"channelNumber\": -51,\n                    \"channelName\": \"9278.125\"\n                },\n                {\n                    \"channelNumber\": -52,\n                    \"channelName\": \"9277.500\"\n                },\n                {\n                    \"channelNumber\": -53,\n                    \"channelName\": \"9276.875\"\n                },\n                {\n                    \"channelNumber\": -54,\n                    \"channelName\": \"9276.250\"\n                },\n                {\n                    \"channelNumber\": -55,\n                    \"channelName\": \"9275.625\"\n                },\n                {\n                    \"channelNumber\": -56,\n                    \"channelName\": \"9275.000\"\n                },\n                {\n                    \"channelNumber\": -57,\n                    \"channelName\": \"9274.375\"\n                },\n                {\n                    \"channelNumber\": -58,\n                    \"channelName\": \"9273.750\"\n                },\n                {\n                    \"channelNumber\": -59,\n                    \"channelName\": \"9273.125\"\n                },\n                {\n                    \"channelNumber\": -60,\n                    \"channelName\": \"9272.500\"\n                },\n                {\n                    \"channelNumber\": -61,\n                    \"channelName\": \"9271.875\"\n                },\n                {\n                    \"channelNumber\": -62,\n                    \"channelName\": \"9271.250\"\n                },\n                {\n                    \"channelNumber\": -63,\n                    \"channelName\": \"9270.625\"\n                },\n                {\n                    \"channelNumber\": -64,\n                    \"channelName\": \"9270.000\"\n                },\n                {\n                    \"channelNumber\": -65,\n                    \"channelName\": \"9269.375\"\n                },\n                {\n                    \"channelNumber\": -66,\n                    \"channelName\": \"9268.750\"\n                },\n                {\n                    \"channelNumber\": -67,\n                    \"channelName\": \"9268.125\"\n                },\n                {\n                    \"channelNumber\": -68,\n                    \"channelName\": \"9267.500\"\n                },\n                {\n                    \"channelNumber\": -69,\n                    \"channelName\": \"9266.875\"\n                },\n                {\n                    \"channelNumber\": -70,\n                    \"channelName\": \"9266.250\"\n                },\n                {\n                    \"channelNumber\": -71,\n                    \"channelName\": \"9265.625\"\n                },\n                {\n                    \"channelNumber\": -72,\n                    \"channelName\": \"9265.000\"\n                },\n                {\n                    \"channelNumber\": -73,\n                    \"channelName\": \"9264.375\"\n                },\n                {\n                    \"channelNumber\": -74,\n                    \"channelName\": \"9263.750\"\n                },\n                {\n                    \"channelNumber\": -75,\n                    \"channelName\": \"9263.125\"\n                },\n                {\n                    \"channelNumber\": -76,\n                    \"channelName\": \"9262.500\"\n                },\n                {\n                    \"channelNumber\": -77,\n                    \"channelName\": \"9261.875\"\n                },\n                {\n                    \"channelNumber\": -78,\n                    \"channelName\": \"9261.250\"\n                },\n                {\n                    \"channelNumber\": -79,\n                    \"channelName\": \"9260.625\"\n                },\n                {\n                    \"channelNumber\": -80,\n                    \"channelName\": \"9260.000\"\n                },\n                {\n                    \"channelNumber\": -81,\n                    \"channelName\": \"9259.375\"\n                },\n                {\n                    \"channelNumber\": -82,\n                    \"channelName\": \"9258.750\"\n                },\n                {\n                    \"channelNumber\": -83,\n                    \"channelName\": \"9258.125\"\n                },\n                {\n                    \"channelNumber\": -84,\n                    \"channelName\": \"9257.500\"\n                },\n                {\n                    \"channelNumber\": -85,\n                    \"channelName\": \"9256.875\"\n                },\n                {\n                    \"channelNumber\": -86,\n                    \"channelName\": \"9256.250\"\n                },\n                {\n                    \"channelNumber\": -87,\n                    \"channelName\": \"9255.625\"\n                },\n                {\n                    \"channelNumber\": -88,\n                    \"channelName\": \"9255.000\"\n                },\n                {\n                    \"channelNumber\": -89,\n                    \"channelName\": \"9254.375\"\n                },\n                {\n                    \"channelNumber\": -90,\n                    \"channelName\": \"9253.750\"\n                },\n                {\n                    \"channelNumber\": -91,\n                    \"channelName\": \"9253.125\"\n                },\n                {\n                    \"channelNumber\": -92,\n                    \"channelName\": \"9252.500\"\n                },\n                {\n                    \"channelNumber\": -93,\n                    \"channelName\": \"9251.875\"\n                },\n                {\n                    \"channelNumber\": -94,\n                    \"channelName\": \"9251.250\"\n                },\n                {\n                    \"channelNumber\": -95,\n                    \"channelName\": \"9250.625\"\n                },\n                {\n                    \"channelNumber\": -96,\n                    \"channelName\": \"9250.000\"\n                },\n                {\n                    \"channelNumber\": -97,\n                    \"channelName\": \"9249.375\"\n                },\n                {\n                    \"channelNumber\": -98,\n                    \"channelName\": \"9248.750\"\n                },\n                {\n                    \"channelNumber\": -99,\n                    \"channelName\": \"9248.125\"\n                },\n                {\n                    \"channelNumber\": -100,\n                    \"channelName\": \"9247.500\"\n                },\n                {\n                    \"channelNumber\": -101,\n                    \"channelName\": \"9246.875\"\n                },\n                {\n                    \"channelNumber\": -102,\n                    \"channelName\": \"9246.250\"\n                },\n                {\n                    \"channelNumber\": -103,\n                    \"channelName\": \"9245.625\"\n                },\n                {\n                    \"channelNumber\": -104,\n                    \"channelName\": \"9245.000\"\n                },\n                {\n                    \"channelNumber\": -105,\n                    \"channelName\": \"9244.375\"\n                },\n                {\n                    \"channelNumber\": -106,\n                    \"channelName\": \"9243.750\"\n                },\n                {\n                    \"channelNumber\": -107,\n                    \"channelName\": \"9243.125\"\n                },\n                {\n                    \"channelNumber\": -108,\n                    \"channelName\": \"9242.500\"\n                },\n                {\n                    \"channelNumber\": -109,\n                    \"channelName\": \"9241.875\"\n                },\n                {\n                    \"channelNumber\": -110,\n                    \"channelName\": \"9241.250\"\n                },\n                {\n                    \"channelNumber\": -111,\n                    \"channelName\": \"9240.625\"\n                },\n                {\n                    \"channelNumber\": -112,\n                    \"channelName\": \"9240.000\"\n                },\n                {\n                    \"channelNumber\": -113,\n                    \"channelName\": \"9239.375\"\n                },\n                {\n                    \"channelNumber\": -114,\n                    \"channelName\": \"9238.750\"\n                },\n                {\n                    \"channelNumber\": -115,\n                    \"channelName\": \"9238.125\"\n                },\n                {\n                    \"channelNumber\": -116,\n                    \"channelName\": \"9237.500\"\n                },\n                {\n                    \"channelNumber\": -117,\n                    \"channelName\": \"9236.875\"\n                },\n                {\n                    \"channelNumber\": -118,\n                    \"channelName\": \"9236.250\"\n                },\n                {\n                    \"channelNumber\": -119,\n                    \"channelName\": \"9235.625\"\n                },\n                {\n                    \"channelNumber\": -120,\n                    \"channelName\": \"9235.000\"\n                },\n                {\n                    \"channelNumber\": -121,\n                    \"channelName\": \"9234.375\"\n                },\n                {\n                    \"channelNumber\": -122,\n                    \"channelName\": \"9233.750\"\n                },\n                {\n                    \"channelNumber\": -123,\n                    \"channelName\": \"9233.125\"\n                },\n                {\n                    \"channelNumber\": -124,\n                    \"channelName\": \"9232.500\"\n                },\n                {\n                    \"channelNumber\": -125,\n                    \"channelName\": \"9231.875\"\n                },\n                {\n                    \"channelNumber\": -126,\n                    \"channelName\": \"9231.250\"\n                },\n                {\n                    \"channelNumber\": -127,\n                    \"channelName\": \"9230.625\"\n                },\n                {\n                    \"channelNumber\": -128,\n                    \"channelName\": \"9230.000\"\n                },\n                {\n                    \"channelNumber\": -129,\n                    \"channelName\": \"9229.375\"\n                },\n                {\n                    \"channelNumber\": -130,\n                    \"channelName\": \"9228.750\"\n                },\n                {\n                    \"channelNumber\": -131,\n                    \"channelName\": \"9228.125\"\n                },\n                {\n                    \"channelNumber\": -132,\n                    \"channelName\": \"9227.500\"\n                },\n                {\n                    \"channelNumber\": -133,\n                    \"channelName\": \"9226.875\"\n                },\n                {\n                    \"channelNumber\": -134,\n                    \"channelName\": \"9226.250\"\n                },\n                {\n                    \"channelNumber\": -135,\n                    \"channelName\": \"9225.625\"\n                },\n                {\n                    \"channelNumber\": -136,\n                    \"channelName\": \"9225.000\"\n                },\n                {\n                    \"channelNumber\": -137,\n                    \"channelName\": \"9224.375\"\n                },\n                {\n                    \"channelNumber\": -138,\n                    \"channelName\": \"9223.750\"\n                },\n                {\n                    \"channelNumber\": -139,\n                    \"channelName\": \"9223.125\"\n                },\n                {\n                    \"channelNumber\": -140,\n                    \"channelName\": \"9222.500\"\n                },\n                {\n                    \"channelNumber\": -141,\n                    \"channelName\": \"9221.875\"\n                },\n                {\n                    \"channelNumber\": -142,\n                    \"channelName\": \"9221.250\"\n                },\n                {\n                    \"channelNumber\": -143,\n                    \"channelName\": \"9220.625\"\n                },\n                {\n                    \"channelNumber\": -144,\n                    \"channelName\": \"9220.000\"\n                },\n                {\n                    \"channelNumber\": -145,\n                    \"channelName\": \"9219.375\"\n                },\n                {\n                    \"channelNumber\": -146,\n                    \"channelName\": \"9218.750\"\n                },\n                {\n                    \"channelNumber\": -147,\n                    \"channelName\": \"9218.125\"\n                },\n                {\n                    \"channelNumber\": -148,\n                    \"channelName\": \"9217.500\"\n                },\n                {\n                    \"channelNumber\": -149,\n                    \"channelName\": \"9216.875\"\n                },\n                {\n                    \"channelNumber\": -150,\n                    \"channelName\": \"9216.250\"\n                },\n                {\n                    \"channelNumber\": -151,\n                    \"channelName\": \"9215.625\"\n                },\n                {\n                    \"channelNumber\": -152,\n                    \"channelName\": \"9215.000\"\n                },\n                {\n                    \"channelNumber\": -153,\n                    \"channelName\": \"9214.375\"\n                },\n                {\n                    \"channelNumber\": -154,\n                    \"channelName\": \"9213.750\"\n                },\n                {\n                    \"channelNumber\": -155,\n                    \"channelName\": \"9213.125\"\n                },\n                {\n                    \"channelNumber\": -156,\n                    \"channelName\": \"9212.500\"\n                },\n                {\n                    \"channelNumber\": -157,\n                    \"channelName\": \"9211.875\"\n                },\n                {\n                    \"channelNumber\": -158,\n                    \"channelName\": \"9211.250\"\n                },\n                {\n                    \"channelNumber\": -159,\n                    \"channelName\": \"9210.625\"\n                },\n                {\n                    \"channelNumber\": -160,\n                    \"channelName\": \"9210.000\"\n                },\n                {\n                    \"channelNumber\": -161,\n                    \"channelName\": \"9209.375\"\n                },\n                {\n                    \"channelNumber\": -162,\n                    \"channelName\": \"9208.750\"\n                },\n                {\n                    \"channelNumber\": -163,\n                    \"channelName\": \"9208.125\"\n                },\n                {\n                    \"channelNumber\": -164,\n                    \"channelName\": \"9207.500\"\n                },\n                {\n                    \"channelNumber\": -165,\n                    \"channelName\": \"9206.875\"\n                },\n                {\n                    \"channelNumber\": -166,\n                    \"channelName\": \"9206.250\"\n                },\n                {\n                    \"channelNumber\": -167,\n                    \"channelName\": \"9205.625\"\n                },\n                {\n                    \"channelNumber\": -168,\n                    \"channelName\": \"9205.000\"\n                },\n                {\n                    \"channelNumber\": -169,\n                    \"channelName\": \"9204.375\"\n                },\n                {\n                    \"channelNumber\": -170,\n                    \"channelName\": \"9203.750\"\n                },\n                {\n                    \"channelNumber\": -171,\n                    \"channelName\": \"9203.125\"\n                },\n                {\n                    \"channelNumber\": -172,\n                    \"channelName\": \"9202.500\"\n                },\n                {\n                    \"channelNumber\": -173,\n                    \"channelName\": \"9201.875\"\n                },\n                {\n                    \"channelNumber\": -174,\n                    \"channelName\": \"9201.250\"\n                },\n                {\n                    \"channelNumber\": -175,\n                    \"channelName\": \"9200.625\"\n                },\n                {\n                    \"channelNumber\": -176,\n                    \"channelName\": \"9200.000\"\n                },\n                {\n                    \"channelNumber\": -177,\n                    \"channelName\": \"9199.375\"\n                },\n                {\n                    \"channelNumber\": -178,\n                    \"channelName\": \"9198.750\"\n                },\n                {\n                    \"channelNumber\": -179,\n                    \"channelName\": \"9198.125\"\n                },\n                {\n                    \"channelNumber\": -180,\n                    \"channelName\": \"9197.500\"\n                },\n                {\n                    \"channelNumber\": -181,\n                    \"channelName\": \"9196.875\"\n                },\n                {\n                    \"channelNumber\": -182,\n                    \"channelName\": \"9196.250\"\n                },\n                {\n                    \"channelNumber\": -183,\n                    \"channelName\": \"9195.625\"\n                },\n                {\n                    \"channelNumber\": -184,\n                    \"channelName\": \"9195.000\"\n                },\n                {\n                    \"channelNumber\": -185,\n                    \"channelName\": \"9194.375\"\n                },\n                {\n                    \"channelNumber\": -186,\n                    \"channelName\": \"9193.750\"\n                },\n                {\n                    \"channelNumber\": -187,\n                    \"channelName\": \"9193.125\"\n                },\n                {\n                    \"channelNumber\": -188,\n                    \"channelName\": \"9192.500\"\n                },\n                {\n                    \"channelNumber\": -189,\n                    \"channelName\": \"9191.875\"\n                },\n                {\n                    \"channelNumber\": -190,\n                    \"channelName\": \"9191.250\"\n                },\n                {\n                    \"channelNumber\": -191,\n                    \"channelName\": \"9190.625\"\n                },\n                {\n                    \"channelNumber\": -192,\n                    \"channelName\": \"9190.000\"\n                },\n                {\n                    \"channelNumber\": -193,\n                    \"channelName\": \"9189.375\"\n                },\n                {\n                    \"channelNumber\": -194,\n                    \"channelName\": \"9188.750\"\n                },\n                {\n                    \"channelNumber\": -195,\n                    \"channelName\": \"9188.125\"\n                },\n                {\n                    \"channelNumber\": -196,\n                    \"channelName\": \"9187.500\"\n                },\n                {\n                    \"channelNumber\": -197,\n                    \"channelName\": \"9186.875\"\n                },\n                {\n                    \"channelNumber\": -198,\n                    \"channelName\": \"9186.250\"\n                },\n                {\n                    \"channelNumber\": -199,\n                    \"channelName\": \"9185.625\"\n                },\n                {\n                    \"channelNumber\": -200,\n                    \"channelName\": \"9185.000\"\n                },\n                {\n                    \"channelNumber\": -201,\n                    \"channelName\": \"9184.375\"\n                },\n                {\n                    \"channelNumber\": -202,\n                    \"channelName\": \"9183.750\"\n                },\n                {\n                    \"channelNumber\": -203,\n                    \"channelName\": \"9183.125\"\n                },\n                {\n                    \"channelNumber\": -204,\n                    \"channelName\": \"9182.500\"\n                },\n                {\n                    \"channelNumber\": -205,\n                    \"channelName\": \"9181.875\"\n                },\n                {\n                    \"channelNumber\": -206,\n                    \"channelName\": \"9181.250\"\n                },\n                {\n                    \"channelNumber\": -207,\n                    \"channelName\": \"9180.625\"\n                },\n                {\n                    \"channelNumber\": -208,\n                    \"channelName\": \"9180.000\"\n                },\n                {\n                    \"channelNumber\": -209,\n                    \"channelName\": \"9179.375\"\n                },\n                {\n                    \"channelNumber\": -210,\n                    \"channelName\": \"9178.750\"\n                },\n                {\n                    \"channelNumber\": -211,\n                    \"channelName\": \"9178.125\"\n                },\n                {\n                    \"channelNumber\": -212,\n                    \"channelName\": \"9177.500\"\n                },\n                {\n                    \"channelNumber\": -213,\n                    \"channelName\": \"9176.875\"\n                },\n                {\n                    \"channelNumber\": -214,\n                    \"channelName\": \"9176.250\"\n                },\n                {\n                    \"channelNumber\": -215,\n                    \"channelName\": \"9175.625\"\n                },\n                {\n                    \"channelNumber\": -216,\n                    \"channelName\": \"9175.000\"\n                },\n                {\n                    \"channelNumber\": -217,\n                    \"channelName\": \"9174.375\"\n                },\n                {\n                    \"channelNumber\": -218,\n                    \"channelName\": \"9173.750\"\n                },\n                {\n                    \"channelNumber\": -219,\n                    \"channelName\": \"9173.125\"\n                },\n                {\n                    \"channelNumber\": -220,\n                    \"channelName\": \"9172.500\"\n                },\n                {\n                    \"channelNumber\": -221,\n                    \"channelName\": \"9171.875\"\n                },\n                {\n                    \"channelNumber\": -222,\n                    \"channelName\": \"9171.250\"\n                },\n                {\n                    \"channelNumber\": -223,\n                    \"channelName\": \"9170.625\"\n                },\n                {\n                    \"channelNumber\": -224,\n                    \"channelName\": \"9170.000\"\n                },\n                {\n                    \"channelNumber\": -225,\n                    \"channelName\": \"9169.375\"\n                },\n                {\n                    \"channelNumber\": -226,\n                    \"channelName\": \"9168.750\"\n                },\n                {\n                    \"channelNumber\": -227,\n                    \"channelName\": \"9168.125\"\n                },\n                {\n                    \"channelNumber\": -228,\n                    \"channelName\": \"9167.500\"\n                },\n                {\n                    \"channelNumber\": -229,\n                    \"channelName\": \"9166.875\"\n                },\n                {\n                    \"channelNumber\": -230,\n                    \"channelName\": \"9166.250\"\n                },\n                {\n                    \"channelNumber\": -231,\n                    \"channelName\": \"9165.625\"\n                },\n                {\n                    \"channelNumber\": -232,\n                    \"channelName\": \"9165.000\"\n                },\n                {\n                    \"channelNumber\": -233,\n                    \"channelName\": \"9164.375\"\n                },\n                {\n                    \"channelNumber\": -234,\n                    \"channelName\": \"9163.750\"\n                },\n                {\n                    \"channelNumber\": -235,\n                    \"channelName\": \"9163.125\"\n                },\n                {\n                    \"channelNumber\": -236,\n                    \"channelName\": \"9162.500\"\n                },\n                {\n                    \"channelNumber\": -237,\n                    \"channelName\": \"9161.875\"\n                },\n                {\n                    \"channelNumber\": -238,\n                    \"channelName\": \"9161.250\"\n                },\n                {\n                    \"channelNumber\": -239,\n                    \"channelName\": \"9160.625\"\n                },\n                {\n                    \"channelNumber\": -240,\n                    \"channelName\": \"9160.000\"\n                },\n                {\n                    \"channelNumber\": -241,\n                    \"channelName\": \"9159.375\"\n                },\n                {\n                    \"channelNumber\": -242,\n                    \"channelName\": \"9158.750\"\n                },\n                {\n                    \"channelNumber\": -243,\n                    \"channelName\": \"9158.125\"\n                },\n                {\n                    \"channelNumber\": -244,\n                    \"channelName\": \"9157.500\"\n                },\n                {\n                    \"channelNumber\": -245,\n                    \"channelName\": \"9156.875\"\n                },\n                {\n                    \"channelNumber\": -246,\n                    \"channelName\": \"9156.250\"\n                },\n                {\n                    \"channelNumber\": -247,\n                    \"channelName\": \"9155.625\"\n                },\n                {\n                    \"channelNumber\": -248,\n                    \"channelName\": \"9155.000\"\n                },\n                {\n                    \"channelNumber\": -249,\n                    \"channelName\": \"9154.375\"\n                },\n                {\n                    \"channelNumber\": -250,\n                    \"channelName\": \"9153.750\"\n                },\n                {\n                    \"channelNumber\": -251,\n                    \"channelName\": \"9153.125\"\n                },\n                {\n                    \"channelNumber\": -252,\n                    \"channelName\": \"9152.500\"\n                },\n                {\n                    \"channelNumber\": -253,\n                    \"channelName\": \"9151.875\"\n                },\n                {\n                    \"channelNumber\": -254,\n                    \"channelName\": \"9151.250\"\n                },\n                {\n                    \"channelNumber\": -255,\n                    \"channelName\": \"9150.625\"\n                },\n                {\n                    \"channelNumber\": -256,\n                    \"channelName\": \"9150.000\"\n                },\n                {\n                    \"channelNumber\": -257,\n                    \"channelName\": \"9149.375\"\n                },\n                {\n                    \"channelNumber\": -258,\n                    \"channelName\": \"9148.750\"\n                },\n                {\n                    \"channelNumber\": -259,\n                    \"channelName\": \"9148.125\"\n                },\n                {\n                    \"channelNumber\": -260,\n                    \"channelName\": \"9147.500\"\n                },\n                {\n                    \"channelNumber\": -261,\n                    \"channelName\": \"9146.875\"\n                },\n                {\n                    \"channelNumber\": -262,\n                    \"channelName\": \"9146.250\"\n                },\n                {\n                    \"channelNumber\": -263,\n                    \"channelName\": \"9145.625\"\n                },\n                {\n                    \"channelNumber\": -264,\n                    \"channelName\": \"9145.000\"\n                },\n                {\n                    \"channelNumber\": -265,\n                    \"channelName\": \"9144.375\"\n                },\n                {\n                    \"channelNumber\": -266,\n                    \"channelName\": \"9143.750\"\n                },\n                {\n                    \"channelNumber\": -267,\n                    \"channelName\": \"9143.125\"\n                },\n                {\n                    \"channelNumber\": -268,\n                    \"channelName\": \"9142.500\"\n                },\n                {\n                    \"channelNumber\": -269,\n                    \"channelName\": \"9141.875\"\n                },\n                {\n                    \"channelNumber\": -270,\n                    \"channelName\": \"9141.250\"\n                },\n                {\n                    \"channelNumber\": -271,\n                    \"channelName\": \"9140.625\"\n                },\n                {\n                    \"channelNumber\": -272,\n                    \"channelName\": \"9140.000\"\n                },\n                {\n                    \"channelNumber\": -273,\n                    \"channelName\": \"9139.375\"\n                },\n                {\n                    \"channelNumber\": -274,\n                    \"channelName\": \"9138.750\"\n                },\n                {\n                    \"channelNumber\": -275,\n                    \"channelName\": \"9138.125\"\n                },\n                {\n                    \"channelNumber\": -276,\n                    \"channelName\": \"9137.500\"\n                },\n                {\n                    \"channelNumber\": -277,\n                    \"channelName\": \"9136.875\"\n                },\n                {\n                    \"channelNumber\": -278,\n                    \"channelName\": \"9136.250\"\n                },\n                {\n                    \"channelNumber\": -279,\n                    \"channelName\": \"9135.625\"\n                },\n                {\n                    \"channelNumber\": -280,\n                    \"channelName\": \"9135.000\"\n                },\n                {\n                    \"channelNumber\": -281,\n                    \"channelName\": \"9134.375\"\n                },\n                {\n                    \"channelNumber\": -282,\n                    \"channelName\": \"9133.750\"\n                },\n                {\n                    \"channelNumber\": -283,\n                    \"channelName\": \"9133.125\"\n                },\n                {\n                    \"channelNumber\": -284,\n                    \"channelName\": \"9132.500\"\n                },\n                {\n                    \"channelNumber\": 468,\n                    \"channelName\": \"9602.500\"\n                },\n                {\n                    \"channelNumber\": 467,\n                    \"channelName\": \"9601.875\"\n                },\n                {\n                    \"channelNumber\": 466,\n                    \"channelName\": \"9601.250\"\n                },\n                {\n                    \"channelNumber\": 465,\n                    \"channelName\": \"9600.625\"\n                },\n                {\n                    \"channelNumber\": 464,\n                    \"channelName\": \"9600.000\"\n                },\n                {\n                    \"channelNumber\": 463,\n                    \"channelName\": \"9599.375\"\n                },\n                {\n                    \"channelNumber\": 462,\n                    \"channelName\": \"9598.750\"\n                },\n                {\n                    \"channelNumber\": 461,\n                    \"channelName\": \"9598.125\"\n                },\n                {\n                    \"channelNumber\": 460,\n                    \"channelName\": \"9597.500\"\n                },\n                {\n                    \"channelNumber\": 459,\n                    \"channelName\": \"9596.875\"\n                },\n                {\n                    \"channelNumber\": 458,\n                    \"channelName\": \"9596.250\"\n                },\n                {\n                    \"channelNumber\": 457,\n                    \"channelName\": \"9595.625\"\n                },\n                {\n                    \"channelNumber\": 456,\n                    \"channelName\": \"9595.000\"\n                },\n                {\n                    \"channelNumber\": 455,\n                    \"channelName\": \"9594.375\"\n                },\n                {\n                    \"channelNumber\": 454,\n                    \"channelName\": \"9593.750\"\n                },\n                {\n                    \"channelNumber\": 453,\n                    \"channelName\": \"9593.125\"\n                },\n                {\n                    \"channelNumber\": 452,\n                    \"channelName\": \"9592.500\"\n                },\n                {\n                    \"channelNumber\": 451,\n                    \"channelName\": \"9591.875\"\n                },\n                {\n                    \"channelNumber\": 450,\n                    \"channelName\": \"9591.250\"\n                },\n                {\n                    \"channelNumber\": 449,\n                    \"channelName\": \"9590.625\"\n                },\n                {\n                    \"channelNumber\": 448,\n                    \"channelName\": \"9590.000\"\n                },\n                {\n                    \"channelNumber\": 447,\n                    \"channelName\": \"9589.375\"\n                },\n                {\n                    \"channelNumber\": 446,\n                    \"channelName\": \"9588.750\"\n                },\n                {\n                    \"channelNumber\": 445,\n                    \"channelName\": \"9588.125\"\n                },\n                {\n                    \"channelNumber\": 444,\n                    \"channelName\": \"9587.500\"\n                },\n                {\n                    \"channelNumber\": 443,\n                    \"channelName\": \"9586.875\"\n                },\n                {\n                    \"channelNumber\": 442,\n                    \"channelName\": \"9586.250\"\n                },\n                {\n                    \"channelNumber\": 441,\n                    \"channelName\": \"9585.625\"\n                },\n                {\n                    \"channelNumber\": 440,\n                    \"channelName\": \"9585.000\"\n                },\n                {\n                    \"channelNumber\": 439,\n                    \"channelName\": \"9584.375\"\n                },\n                {\n                    \"channelNumber\": 438,\n                    \"channelName\": \"9583.750\"\n                },\n                {\n                    \"channelNumber\": 437,\n                    \"channelName\": \"9583.125\"\n                },\n                {\n                    \"channelNumber\": 436,\n                    \"channelName\": \"9582.500\"\n                },\n                {\n                    \"channelNumber\": 435,\n                    \"channelName\": \"9581.875\"\n                },\n                {\n                    \"channelNumber\": 434,\n                    \"channelName\": \"9581.250\"\n                },\n                {\n                    \"channelNumber\": 433,\n                    \"channelName\": \"9580.625\"\n                },\n                {\n                    \"channelNumber\": 432,\n                    \"channelName\": \"9580.000\"\n                },\n                {\n                    \"channelNumber\": 431,\n                    \"channelName\": \"9579.375\"\n                },\n                {\n                    \"channelNumber\": 430,\n                    \"channelName\": \"9578.750\"\n                },\n                {\n                    \"channelNumber\": 429,\n                    \"channelName\": \"9578.125\"\n                },\n                {\n                    \"channelNumber\": 428,\n                    \"channelName\": \"9577.500\"\n                },\n                {\n                    \"channelNumber\": 427,\n                    \"channelName\": \"9576.875\"\n                },\n                {\n                    \"channelNumber\": 426,\n                    \"channelName\": \"9576.250\"\n                },\n                {\n                    \"channelNumber\": 425,\n                    \"channelName\": \"9575.625\"\n                },\n                {\n                    \"channelNumber\": 424,\n                    \"channelName\": \"9575.000\"\n                },\n                {\n                    \"channelNumber\": 423,\n                    \"channelName\": \"9574.375\"\n                },\n                {\n                    \"channelNumber\": 422,\n                    \"channelName\": \"9573.750\"\n                },\n                {\n                    \"channelNumber\": 421,\n                    \"channelName\": \"9573.125\"\n                },\n                {\n                    \"channelNumber\": 420,\n                    \"channelName\": \"9572.500\"\n                },\n                {\n                    \"channelNumber\": 419,\n                    \"channelName\": \"9571.875\"\n                },\n                {\n                    \"channelNumber\": 418,\n                    \"channelName\": \"9571.250\"\n                },\n                {\n                    \"channelNumber\": 417,\n                    \"channelName\": \"9570.625\"\n                },\n                {\n                    \"channelNumber\": 416,\n                    \"channelName\": \"9570.000\"\n                },\n                {\n                    \"channelNumber\": 415,\n                    \"channelName\": \"9569.375\"\n                },\n                {\n                    \"channelNumber\": 414,\n                    \"channelName\": \"9568.750\"\n                },\n                {\n                    \"channelNumber\": 413,\n                    \"channelName\": \"9568.125\"\n                },\n                {\n                    \"channelNumber\": 412,\n                    \"channelName\": \"9567.500\"\n                },\n                {\n                    \"channelNumber\": 411,\n                    \"channelName\": \"9566.875\"\n                },\n                {\n                    \"channelNumber\": 410,\n                    \"channelName\": \"9566.250\"\n                },\n                {\n                    \"channelNumber\": 409,\n                    \"channelName\": \"9565.625\"\n                },\n                {\n                    \"channelNumber\": 408,\n                    \"channelName\": \"9565.000\"\n                },\n                {\n                    \"channelNumber\": 407,\n                    \"channelName\": \"9564.375\"\n                },\n                {\n                    \"channelNumber\": 406,\n                    \"channelName\": \"9563.750\"\n                },\n                {\n                    \"channelNumber\": 405,\n                    \"channelName\": \"9563.125\"\n                },\n                {\n                    \"channelNumber\": 404,\n                    \"channelName\": \"9562.500\"\n                },\n                {\n                    \"channelNumber\": 403,\n                    \"channelName\": \"9561.875\"\n                },\n                {\n                    \"channelNumber\": 402,\n                    \"channelName\": \"9561.250\"\n                },\n                {\n                    \"channelNumber\": 401,\n                    \"channelName\": \"9560.625\"\n                },\n                {\n                    \"channelNumber\": 400,\n                    \"channelName\": \"9560.000\"\n                },\n                {\n                    \"channelNumber\": 399,\n                    \"channelName\": \"9559.375\"\n                },\n                {\n                    \"channelNumber\": 398,\n                    \"channelName\": \"9558.750\"\n                },\n                {\n                    \"channelNumber\": 397,\n                    \"channelName\": \"9558.125\"\n                },\n                {\n                    \"channelNumber\": 396,\n                    \"channelName\": \"9557.500\"\n                },\n                {\n                    \"channelNumber\": 395,\n                    \"channelName\": \"9556.875\"\n                },\n                {\n                    \"channelNumber\": 394,\n                    \"channelName\": \"9556.250\"\n                },\n                {\n                    \"channelNumber\": 393,\n                    \"channelName\": \"9555.625\"\n                },\n                {\n                    \"channelNumber\": 392,\n                    \"channelName\": \"9555.000\"\n                },\n                {\n                    \"channelNumber\": 391,\n                    \"channelName\": \"9554.375\"\n                },\n                {\n                    \"channelNumber\": 390,\n                    \"channelName\": \"9553.750\"\n                },\n                {\n                    \"channelNumber\": 389,\n                    \"channelName\": \"9553.125\"\n                },\n                {\n                    \"channelNumber\": 388,\n                    \"channelName\": \"9552.500\"\n                },\n                {\n                    \"channelNumber\": 387,\n                    \"channelName\": \"9551.875\"\n                },\n                {\n                    \"channelNumber\": 386,\n                    \"channelName\": \"9551.250\"\n                },\n                {\n                    \"channelNumber\": 385,\n                    \"channelName\": \"9550.625\"\n                },\n                {\n                    \"channelNumber\": 384,\n                    \"channelName\": \"9550.000\"\n                },\n                {\n                    \"channelNumber\": 383,\n                    \"channelName\": \"9549.375\"\n                },\n                {\n                    \"channelNumber\": 382,\n                    \"channelName\": \"9548.750\"\n                },\n                {\n                    \"channelNumber\": 381,\n                    \"channelName\": \"9548.125\"\n                },\n                {\n                    \"channelNumber\": 380,\n                    \"channelName\": \"9547.500\"\n                },\n                {\n                    \"channelNumber\": 379,\n                    \"channelName\": \"9546.875\"\n                },\n                {\n                    \"channelNumber\": 378,\n                    \"channelName\": \"9546.250\"\n                },\n                {\n                    \"channelNumber\": 377,\n                    \"channelName\": \"9545.625\"\n                },\n                {\n                    \"channelNumber\": 376,\n                    \"channelName\": \"9545.000\"\n                },\n                {\n                    \"channelNumber\": 375,\n                    \"channelName\": \"9544.375\"\n                },\n                {\n                    \"channelNumber\": 374,\n                    \"channelName\": \"9543.750\"\n                },\n                {\n                    \"channelNumber\": 373,\n                    \"channelName\": \"9543.125\"\n                },\n                {\n                    \"channelNumber\": 372,\n                    \"channelName\": \"9542.500\"\n                },\n                {\n                    \"channelNumber\": 371,\n                    \"channelName\": \"9541.875\"\n                },\n                {\n                    \"channelNumber\": 370,\n                    \"channelName\": \"9541.250\"\n                },\n                {\n                    \"channelNumber\": 369,\n                    \"channelName\": \"9540.625\"\n                },\n                {\n                    \"channelNumber\": 368,\n                    \"channelName\": \"9540.000\"\n                },\n                {\n                    \"channelNumber\": 367,\n                    \"channelName\": \"9539.375\"\n                },\n                {\n                    \"channelNumber\": 366,\n                    \"channelName\": \"9538.750\"\n                },\n                {\n                    \"channelNumber\": 365,\n                    \"channelName\": \"9538.125\"\n                },\n                {\n                    \"channelNumber\": 364,\n                    \"channelName\": \"9537.500\"\n                },\n                {\n                    \"channelNumber\": 363,\n                    \"channelName\": \"9536.875\"\n                },\n                {\n                    \"channelNumber\": 362,\n                    \"channelName\": \"9536.250\"\n                },\n                {\n                    \"channelNumber\": 361,\n                    \"channelName\": \"9535.625\"\n                },\n                {\n                    \"channelNumber\": 360,\n                    \"channelName\": \"9535.000\"\n                },\n                {\n                    \"channelNumber\": 359,\n                    \"channelName\": \"9534.375\"\n                },\n                {\n                    \"channelNumber\": 358,\n                    \"channelName\": \"9533.750\"\n                },\n                {\n                    \"channelNumber\": 357,\n                    \"channelName\": \"9533.125\"\n                },\n                {\n                    \"channelNumber\": 356,\n                    \"channelName\": \"9532.500\"\n                },\n                {\n                    \"channelNumber\": 355,\n                    \"channelName\": \"9531.875\"\n                },\n                {\n                    \"channelNumber\": 354,\n                    \"channelName\": \"9531.250\"\n                },\n                {\n                    \"channelNumber\": 353,\n                    \"channelName\": \"9530.625\"\n                },\n                {\n                    \"channelNumber\": 352,\n                    \"channelName\": \"9530.000\"\n                },\n                {\n                    \"channelNumber\": 351,\n                    \"channelName\": \"9529.375\"\n                },\n                {\n                    \"channelNumber\": 350,\n                    \"channelName\": \"9528.750\"\n                },\n                {\n                    \"channelNumber\": 349,\n                    \"channelName\": \"9528.125\"\n                },\n                {\n                    \"channelNumber\": 348,\n                    \"channelName\": \"9527.500\"\n                },\n                {\n                    \"channelNumber\": 347,\n                    \"channelName\": \"9526.875\"\n                },\n                {\n                    \"channelNumber\": 346,\n                    \"channelName\": \"9526.250\"\n                },\n                {\n                    \"channelNumber\": 345,\n                    \"channelName\": \"9525.625\"\n                },\n                {\n                    \"channelNumber\": 344,\n                    \"channelName\": \"9525.000\"\n                },\n                {\n                    \"channelNumber\": 343,\n                    \"channelName\": \"9524.375\"\n                },\n                {\n                    \"channelNumber\": 342,\n                    \"channelName\": \"9523.750\"\n                },\n                {\n                    \"channelNumber\": 341,\n                    \"channelName\": \"9523.125\"\n                },\n                {\n                    \"channelNumber\": 340,\n                    \"channelName\": \"9522.500\"\n                },\n                {\n                    \"channelNumber\": 339,\n                    \"channelName\": \"9521.875\"\n                },\n                {\n                    \"channelNumber\": 338,\n                    \"channelName\": \"9521.250\"\n                },\n                {\n                    \"channelNumber\": 337,\n                    \"channelName\": \"9520.625\"\n                },\n                {\n                    \"channelNumber\": 336,\n                    \"channelName\": \"9520.000\"\n                },\n                {\n                    \"channelNumber\": 335,\n                    \"channelName\": \"9519.375\"\n                },\n                {\n                    \"channelNumber\": 334,\n                    \"channelName\": \"9518.750\"\n                },\n                {\n                    \"channelNumber\": 333,\n                    \"channelName\": \"9518.125\"\n                },\n                {\n                    \"channelNumber\": 332,\n                    \"channelName\": \"9517.500\"\n                },\n                {\n                    \"channelNumber\": 331,\n                    \"channelName\": \"9516.875\"\n                },\n                {\n                    \"channelNumber\": 330,\n                    \"channelName\": \"9516.250\"\n                },\n                {\n                    \"channelNumber\": 329,\n                    \"channelName\": \"9515.625\"\n                },\n                {\n                    \"channelNumber\": 328,\n                    \"channelName\": \"9515.000\"\n                },\n                {\n                    \"channelNumber\": 327,\n                    \"channelName\": \"9514.375\"\n                },\n                {\n                    \"channelNumber\": 326,\n                    \"channelName\": \"9513.750\"\n                },\n                {\n                    \"channelNumber\": 325,\n                    \"channelName\": \"9513.125\"\n                },\n                {\n                    \"channelNumber\": 324,\n                    \"channelName\": \"9512.500\"\n                },\n                {\n                    \"channelNumber\": 323,\n                    \"channelName\": \"9511.875\"\n                },\n                {\n                    \"channelNumber\": 322,\n                    \"channelName\": \"9511.250\"\n                },\n                {\n                    \"channelNumber\": 321,\n                    \"channelName\": \"9510.625\"\n                },\n                {\n                    \"channelNumber\": 320,\n                    \"channelName\": \"9510.000\"\n                },\n                {\n                    \"channelNumber\": 319,\n                    \"channelName\": \"9509.375\"\n                },\n                {\n                    \"channelNumber\": 318,\n                    \"channelName\": \"9508.750\"\n                },\n                {\n                    \"channelNumber\": 317,\n                    \"channelName\": \"9508.125\"\n                },\n                {\n                    \"channelNumber\": 316,\n                    \"channelName\": \"9507.500\"\n                },\n                {\n                    \"channelNumber\": 315,\n                    \"channelName\": \"9506.875\"\n                },\n                {\n                    \"channelNumber\": 314,\n                    \"channelName\": \"9506.250\"\n                },\n                {\n                    \"channelNumber\": 313,\n                    \"channelName\": \"9505.625\"\n                },\n                {\n                    \"channelNumber\": 312,\n                    \"channelName\": \"9505.000\"\n                },\n                {\n                    \"channelNumber\": 311,\n                    \"channelName\": \"9504.375\"\n                },\n                {\n                    \"channelNumber\": 310,\n                    \"channelName\": \"9503.750\"\n                },\n                {\n                    \"channelNumber\": 309,\n                    \"channelName\": \"9503.125\"\n                },\n                {\n                    \"channelNumber\": 308,\n                    \"channelName\": \"9502.500\"\n                },\n                {\n                    \"channelNumber\": 307,\n                    \"channelName\": \"9501.875\"\n                },\n                {\n                    \"channelNumber\": 306,\n                    \"channelName\": \"9501.250\"\n                },\n                {\n                    \"channelNumber\": 305,\n                    \"channelName\": \"9500.625\"\n                },\n                {\n                    \"channelNumber\": 304,\n                    \"channelName\": \"9500.000\"\n                },\n                {\n                    \"channelNumber\": 303,\n                    \"channelName\": \"9499.375\"\n                },\n                {\n                    \"channelNumber\": 302,\n                    \"channelName\": \"9498.750\"\n                },\n                {\n                    \"channelNumber\": 301,\n                    \"channelName\": \"9498.125\"\n                },\n                {\n                    \"channelNumber\": 300,\n                    \"channelName\": \"9497.500\"\n                },\n                {\n                    \"channelNumber\": 299,\n                    \"channelName\": \"9496.875\"\n                },\n                {\n                    \"channelNumber\": 298,\n                    \"channelName\": \"9496.250\"\n                },\n                {\n                    \"channelNumber\": 297,\n                    \"channelName\": \"9495.625\"\n                },\n                {\n                    \"channelNumber\": 296,\n                    \"channelName\": \"9495.000\"\n                },\n                {\n                    \"channelNumber\": 295,\n                    \"channelName\": \"9494.375\"\n                },\n                {\n                    \"channelNumber\": 294,\n                    \"channelName\": \"9493.750\"\n                },\n                {\n                    \"channelNumber\": 293,\n                    \"channelName\": \"9493.125\"\n                },\n                {\n                    \"channelNumber\": 292,\n                    \"channelName\": \"9492.500\"\n                },\n                {\n                    \"channelNumber\": 291,\n                    \"channelName\": \"9491.875\"\n                },\n                {\n                    \"channelNumber\": 290,\n                    \"channelName\": \"9491.250\"\n                },\n                {\n                    \"channelNumber\": 289,\n                    \"channelName\": \"9490.625\"\n                },\n                {\n                    \"channelNumber\": 288,\n                    \"channelName\": \"9490.000\"\n                },\n                {\n                    \"channelNumber\": 287,\n                    \"channelName\": \"9489.375\"\n                },\n                {\n                    \"channelNumber\": 286,\n                    \"channelName\": \"9488.750\"\n                },\n                {\n                    \"channelNumber\": 285,\n                    \"channelName\": \"9488.125\"\n                },\n                {\n                    \"channelNumber\": 284,\n                    \"channelName\": \"9487.500\"\n                },\n                {\n                    \"channelNumber\": 283,\n                    \"channelName\": \"9486.875\"\n                },\n                {\n                    \"channelNumber\": 282,\n                    \"channelName\": \"9486.250\"\n                },\n                {\n                    \"channelNumber\": 281,\n                    \"channelName\": \"9485.625\"\n                },\n                {\n                    \"channelNumber\": 280,\n                    \"channelName\": \"9485.000\"\n                },\n                {\n                    \"channelNumber\": 279,\n                    \"channelName\": \"9484.375\"\n                },\n                {\n                    \"channelNumber\": 278,\n                    \"channelName\": \"9483.750\"\n                },\n                {\n                    \"channelNumber\": 277,\n                    \"channelName\": \"9483.125\"\n                },\n                {\n                    \"channelNumber\": 276,\n                    \"channelName\": \"9482.500\"\n                },\n                {\n                    \"channelNumber\": 275,\n                    \"channelName\": \"9481.875\"\n                },\n                {\n                    \"channelNumber\": 274,\n                    \"channelName\": \"9481.250\"\n                },\n                {\n                    \"channelNumber\": 273,\n                    \"channelName\": \"9480.625\"\n                },\n                {\n                    \"channelNumber\": 272,\n                    \"channelName\": \"9480.000\"\n                },\n                {\n                    \"channelNumber\": 271,\n                    \"channelName\": \"9479.375\"\n                },\n                {\n                    \"channelNumber\": 270,\n                    \"channelName\": \"9478.750\"\n                },\n                {\n                    \"channelNumber\": 269,\n                    \"channelName\": \"9478.125\"\n                },\n                {\n                    \"channelNumber\": 268,\n                    \"channelName\": \"9477.500\"\n                },\n                {\n                    \"channelNumber\": 267,\n                    \"channelName\": \"9476.875\"\n                },\n                {\n                    \"channelNumber\": 266,\n                    \"channelName\": \"9476.250\"\n                },\n                {\n                    \"channelNumber\": 265,\n                    \"channelName\": \"9475.625\"\n                },\n                {\n                    \"channelNumber\": 264,\n                    \"channelName\": \"9475.000\"\n                },\n                {\n                    \"channelNumber\": 263,\n                    \"channelName\": \"9474.375\"\n                },\n                {\n                    \"channelNumber\": 262,\n                    \"channelName\": \"9473.750\"\n                },\n                {\n                    \"channelNumber\": 261,\n                    \"channelName\": \"9473.125\"\n                },\n                {\n                    \"channelNumber\": 260,\n                    \"channelName\": \"9472.500\"\n                },\n                {\n                    \"channelNumber\": 259,\n                    \"channelName\": \"9471.875\"\n                },\n                {\n                    \"channelNumber\": 258,\n                    \"channelName\": \"9471.250\"\n                },\n                {\n                    \"channelNumber\": 257,\n                    \"channelName\": \"9470.625\"\n                },\n                {\n                    \"channelNumber\": 256,\n                    \"channelName\": \"9470.000\"\n                },\n                {\n                    \"channelNumber\": 255,\n                    \"channelName\": \"9469.375\"\n                },\n                {\n                    \"channelNumber\": 254,\n                    \"channelName\": \"9468.750\"\n                },\n                {\n                    \"channelNumber\": 253,\n                    \"channelName\": \"9468.125\"\n                },\n                {\n                    \"channelNumber\": 252,\n                    \"channelName\": \"9467.500\"\n                },\n                {\n                    \"channelNumber\": 251,\n                    \"channelName\": \"9466.875\"\n                },\n                {\n                    \"channelNumber\": 250,\n                    \"channelName\": \"9466.250\"\n                },\n                {\n                    \"channelNumber\": 249,\n                    \"channelName\": \"9465.625\"\n                },\n                {\n                    \"channelNumber\": 248,\n                    \"channelName\": \"9465.000\"\n                },\n                {\n                    \"channelNumber\": 247,\n                    \"channelName\": \"9464.375\"\n                },\n                {\n                    \"channelNumber\": 246,\n                    \"channelName\": \"9463.750\"\n                },\n                {\n                    \"channelNumber\": 245,\n                    \"channelName\": \"9463.125\"\n                },\n                {\n                    \"channelNumber\": 244,\n                    \"channelName\": \"9462.500\"\n                },\n                {\n                    \"channelNumber\": 243,\n                    \"channelName\": \"9461.875\"\n                },\n                {\n                    \"channelNumber\": 242,\n                    \"channelName\": \"9461.250\"\n                },\n                {\n                    \"channelNumber\": 241,\n                    \"channelName\": \"9460.625\"\n                },\n                {\n                    \"channelNumber\": 240,\n                    \"channelName\": \"9460.000\"\n                },\n                {\n                    \"channelNumber\": 239,\n                    \"channelName\": \"9459.375\"\n                },\n                {\n                    \"channelNumber\": 238,\n                    \"channelName\": \"9458.750\"\n                },\n                {\n                    \"channelNumber\": 237,\n                    \"channelName\": \"9458.125\"\n                },\n                {\n                    \"channelNumber\": 236,\n                    \"channelName\": \"9457.500\"\n                },\n                {\n                    \"channelNumber\": 235,\n                    \"channelName\": \"9456.875\"\n                },\n                {\n                    \"channelNumber\": 234,\n                    \"channelName\": \"9456.250\"\n                },\n                {\n                    \"channelNumber\": 233,\n                    \"channelName\": \"9455.625\"\n                },\n                {\n                    \"channelNumber\": 232,\n                    \"channelName\": \"9455.000\"\n                },\n                {\n                    \"channelNumber\": 231,\n                    \"channelName\": \"9454.375\"\n                },\n                {\n                    \"channelNumber\": 230,\n                    \"channelName\": \"9453.750\"\n                },\n                {\n                    \"channelNumber\": 229,\n                    \"channelName\": \"9453.125\"\n                },\n                {\n                    \"channelNumber\": 228,\n                    \"channelName\": \"9452.500\"\n                },\n                {\n                    \"channelNumber\": 227,\n                    \"channelName\": \"9451.875\"\n                },\n                {\n                    \"channelNumber\": 226,\n                    \"channelName\": \"9451.250\"\n                },\n                {\n                    \"channelNumber\": 225,\n                    \"channelName\": \"9450.625\"\n                },\n                {\n                    \"channelNumber\": 224,\n                    \"channelName\": \"9450.000\"\n                },\n                {\n                    \"channelNumber\": 223,\n                    \"channelName\": \"9449.375\"\n                },\n                {\n                    \"channelNumber\": 222,\n                    \"channelName\": \"9448.750\"\n                },\n                {\n                    \"channelNumber\": 221,\n                    \"channelName\": \"9448.125\"\n                },\n                {\n                    \"channelNumber\": 220,\n                    \"channelName\": \"9447.500\"\n                },\n                {\n                    \"channelNumber\": 219,\n                    \"channelName\": \"9446.875\"\n                },\n                {\n                    \"channelNumber\": 218,\n                    \"channelName\": \"9446.250\"\n                },\n                {\n                    \"channelNumber\": 217,\n                    \"channelName\": \"9445.625\"\n                },\n                {\n                    \"channelNumber\": 216,\n                    \"channelName\": \"9445.000\"\n                },\n                {\n                    \"channelNumber\": 215,\n                    \"channelName\": \"9444.375\"\n                },\n                {\n                    \"channelNumber\": 214,\n                    \"channelName\": \"9443.750\"\n                },\n                {\n                    \"channelNumber\": 213,\n                    \"channelName\": \"9443.125\"\n                },\n                {\n                    \"channelNumber\": 212,\n                    \"channelName\": \"9442.500\"\n                },\n                {\n                    \"channelNumber\": 211,\n                    \"channelName\": \"9441.875\"\n                },\n                {\n                    \"channelNumber\": 210,\n                    \"channelName\": \"9441.250\"\n                },\n                {\n                    \"channelNumber\": 209,\n                    \"channelName\": \"9440.625\"\n                },\n                {\n                    \"channelNumber\": 208,\n                    \"channelName\": \"9440.000\"\n                },\n                {\n                    \"channelNumber\": 207,\n                    \"channelName\": \"9439.375\"\n                },\n                {\n                    \"channelNumber\": 206,\n                    \"channelName\": \"9438.750\"\n                },\n                {\n                    \"channelNumber\": 205,\n                    \"channelName\": \"9438.125\"\n                },\n                {\n                    \"channelNumber\": 204,\n                    \"channelName\": \"9437.500\"\n                },\n                {\n                    \"channelNumber\": 203,\n                    \"channelName\": \"9436.875\"\n                },\n                {\n                    \"channelNumber\": 202,\n                    \"channelName\": \"9436.250\"\n                },\n                {\n                    \"channelNumber\": 201,\n                    \"channelName\": \"9435.625\"\n                },\n                {\n                    \"channelNumber\": 200,\n                    \"channelName\": \"9435.000\"\n                },\n                {\n                    \"channelNumber\": 199,\n                    \"channelName\": \"9434.375\"\n                },\n                {\n                    \"channelNumber\": 198,\n                    \"channelName\": \"9433.750\"\n                },\n                {\n                    \"channelNumber\": 197,\n                    \"channelName\": \"9433.125\"\n                },\n                {\n                    \"channelNumber\": 196,\n                    \"channelName\": \"9432.500\"\n                },\n                {\n                    \"channelNumber\": 195,\n                    \"channelName\": \"9431.875\"\n                },\n                {\n                    \"channelNumber\": 194,\n                    \"channelName\": \"9431.250\"\n                },\n                {\n                    \"channelNumber\": 193,\n                    \"channelName\": \"9430.625\"\n                },\n                {\n                    \"channelNumber\": 192,\n                    \"channelName\": \"9430.000\"\n                },\n                {\n                    \"channelNumber\": 191,\n                    \"channelName\": \"9429.375\"\n                },\n                {\n                    \"channelNumber\": 190,\n                    \"channelName\": \"9428.750\"\n                },\n                {\n                    \"channelNumber\": 189,\n                    \"channelName\": \"9428.125\"\n                },\n                {\n                    \"channelNumber\": 188,\n                    \"channelName\": \"9427.500\"\n                },\n                {\n                    \"channelNumber\": 187,\n                    \"channelName\": \"9426.875\"\n                },\n                {\n                    \"channelNumber\": 186,\n                    \"channelName\": \"9426.250\"\n                },\n                {\n                    \"channelNumber\": 185,\n                    \"channelName\": \"9425.625\"\n                },\n                {\n                    \"channelNumber\": 184,\n                    \"channelName\": \"9425.000\"\n                },\n                {\n                    \"channelNumber\": 183,\n                    \"channelName\": \"9424.375\"\n                },\n                {\n                    \"channelNumber\": 182,\n                    \"channelName\": \"9423.750\"\n                },\n                {\n                    \"channelNumber\": 181,\n                    \"channelName\": \"9423.125\"\n                },\n                {\n                    \"channelNumber\": 180,\n                    \"channelName\": \"9422.500\"\n                },\n                {\n                    \"channelNumber\": 179,\n                    \"channelName\": \"9421.875\"\n                },\n                {\n                    \"channelNumber\": 178,\n                    \"channelName\": \"9421.250\"\n                },\n                {\n                    \"channelNumber\": 177,\n                    \"channelName\": \"9420.625\"\n                },\n                {\n                    \"channelNumber\": 176,\n                    \"channelName\": \"9420.000\"\n                },\n                {\n                    \"channelNumber\": 175,\n                    \"channelName\": \"9419.375\"\n                },\n                {\n                    \"channelNumber\": 174,\n                    \"channelName\": \"9418.750\"\n                },\n                {\n                    \"channelNumber\": 173,\n                    \"channelName\": \"9418.125\"\n                },\n                {\n                    \"channelNumber\": 172,\n                    \"channelName\": \"9417.500\"\n                },\n                {\n                    \"channelNumber\": 171,\n                    \"channelName\": \"9416.875\"\n                },\n                {\n                    \"channelNumber\": 170,\n                    \"channelName\": \"9416.250\"\n                },\n                {\n                    \"channelNumber\": 169,\n                    \"channelName\": \"9415.625\"\n                },\n                {\n                    \"channelNumber\": 168,\n                    \"channelName\": \"9415.000\"\n                },\n                {\n                    \"channelNumber\": 167,\n                    \"channelName\": \"9414.375\"\n                },\n                {\n                    \"channelNumber\": 166,\n                    \"channelName\": \"9413.750\"\n                },\n                {\n                    \"channelNumber\": 165,\n                    \"channelName\": \"9413.125\"\n                },\n                {\n                    \"channelNumber\": 164,\n                    \"channelName\": \"9412.500\"\n                },\n                {\n                    \"channelNumber\": 163,\n                    \"channelName\": \"9411.875\"\n                },\n                {\n                    \"channelNumber\": 162,\n                    \"channelName\": \"9411.250\"\n                },\n                {\n                    \"channelNumber\": 161,\n                    \"channelName\": \"9410.625\"\n                },\n                {\n                    \"channelNumber\": 160,\n                    \"channelName\": \"9410.000\"\n                },\n                {\n                    \"channelNumber\": 159,\n                    \"channelName\": \"9409.375\"\n                },\n                {\n                    \"channelNumber\": 158,\n                    \"channelName\": \"9408.750\"\n                },\n                {\n                    \"channelNumber\": 157,\n                    \"channelName\": \"9408.125\"\n                },\n                {\n                    \"channelNumber\": 156,\n                    \"channelName\": \"9407.500\"\n                },\n                {\n                    \"channelNumber\": 155,\n                    \"channelName\": \"9406.875\"\n                },\n                {\n                    \"channelNumber\": 154,\n                    \"channelName\": \"9406.250\"\n                },\n                {\n                    \"channelNumber\": 153,\n                    \"channelName\": \"9405.625\"\n                },\n                {\n                    \"channelNumber\": 152,\n                    \"channelName\": \"9405.000\"\n                },\n                {\n                    \"channelNumber\": 151,\n                    \"channelName\": \"9404.375\"\n                },\n                {\n                    \"channelNumber\": 150,\n                    \"channelName\": \"9403.750\"\n                },\n                {\n                    \"channelNumber\": 149,\n                    \"channelName\": \"9403.125\"\n                },\n                {\n                    \"channelNumber\": 148,\n                    \"channelName\": \"9402.500\"\n                },\n                {\n                    \"channelNumber\": 147,\n                    \"channelName\": \"9401.875\"\n                },\n                {\n                    \"channelNumber\": 146,\n                    \"channelName\": \"9401.250\"\n                },\n                {\n                    \"channelNumber\": 145,\n                    \"channelName\": \"9400.625\"\n                },\n                {\n                    \"channelNumber\": 144,\n                    \"channelName\": \"9400.000\"\n                },\n                {\n                    \"channelNumber\": 143,\n                    \"channelName\": \"9399.375\"\n                },\n                {\n                    \"channelNumber\": 142,\n                    \"channelName\": \"9398.750\"\n                },\n                {\n                    \"channelNumber\": 141,\n                    \"channelName\": \"9398.125\"\n                },\n                {\n                    \"channelNumber\": 140,\n                    \"channelName\": \"9397.500\"\n                },\n                {\n                    \"channelNumber\": 139,\n                    \"channelName\": \"9396.875\"\n                },\n                {\n                    \"channelNumber\": 138,\n                    \"channelName\": \"9396.250\"\n                },\n                {\n                    \"channelNumber\": 137,\n                    \"channelName\": \"9395.625\"\n                },\n                {\n                    \"channelNumber\": 136,\n                    \"channelName\": \"9395.000\"\n                },\n                {\n                    \"channelNumber\": 135,\n                    \"channelName\": \"9394.375\"\n                },\n                {\n                    \"channelNumber\": 134,\n                    \"channelName\": \"9393.750\"\n                },\n                {\n                    \"channelNumber\": 133,\n                    \"channelName\": \"9393.125\"\n                },\n                {\n                    \"channelNumber\": 132,\n                    \"channelName\": \"9392.500\"\n                },\n                {\n                    \"channelNumber\": 131,\n                    \"channelName\": \"9391.875\"\n                },\n                {\n                    \"channelNumber\": 130,\n                    \"channelName\": \"9391.250\"\n                },\n                {\n                    \"channelNumber\": 129,\n                    \"channelName\": \"9390.625\"\n                },\n                {\n                    \"channelNumber\": 128,\n                    \"channelName\": \"9390.000\"\n                },\n                {\n                    \"channelNumber\": 127,\n                    \"channelName\": \"9389.375\"\n                },\n                {\n                    \"channelNumber\": 126,\n                    \"channelName\": \"9388.750\"\n                },\n                {\n                    \"channelNumber\": 125,\n                    \"channelName\": \"9388.125\"\n                },\n                {\n                    \"channelNumber\": 124,\n                    \"channelName\": \"9387.500\"\n                },\n                {\n                    \"channelNumber\": 123,\n                    \"channelName\": \"9386.875\"\n                },\n                {\n                    \"channelNumber\": 122,\n                    \"channelName\": \"9386.250\"\n                },\n                {\n                    \"channelNumber\": 121,\n                    \"channelName\": \"9385.625\"\n                },\n                {\n                    \"channelNumber\": 120,\n                    \"channelName\": \"9385.000\"\n                },\n                {\n                    \"channelNumber\": 119,\n                    \"channelName\": \"9384.375\"\n                },\n                {\n                    \"channelNumber\": 118,\n                    \"channelName\": \"9383.750\"\n                },\n                {\n                    \"channelNumber\": 117,\n                    \"channelName\": \"9383.125\"\n                },\n                {\n                    \"channelNumber\": 116,\n                    \"channelName\": \"9382.500\"\n                },\n                {\n                    \"channelNumber\": 115,\n                    \"channelName\": \"9381.875\"\n                },\n                {\n                    \"channelNumber\": 114,\n                    \"channelName\": \"9381.250\"\n                },\n                {\n                    \"channelNumber\": 113,\n                    \"channelName\": \"9380.625\"\n                },\n                {\n                    \"channelNumber\": 112,\n                    \"channelName\": \"9380.000\"\n                },\n                {\n                    \"channelNumber\": 111,\n                    \"channelName\": \"9379.375\"\n                },\n                {\n                    \"channelNumber\": 110,\n                    \"channelName\": \"9378.750\"\n                },\n                {\n                    \"channelNumber\": 109,\n                    \"channelName\": \"9378.125\"\n                },\n                {\n                    \"channelNumber\": 108,\n                    \"channelName\": \"9377.500\"\n                },\n                {\n                    \"channelNumber\": 107,\n                    \"channelName\": \"9376.875\"\n                },\n                {\n                    \"channelNumber\": 106,\n                    \"channelName\": \"9376.250\"\n                },\n                {\n                    \"channelNumber\": 105,\n                    \"channelName\": \"9375.625\"\n                },\n                {\n                    \"channelNumber\": 104,\n                    \"channelName\": \"9375.000\"\n                },\n                {\n                    \"channelNumber\": 103,\n                    \"channelName\": \"9374.375\"\n                },\n                {\n                    \"channelNumber\": 102,\n                    \"channelName\": \"9373.750\"\n                },\n                {\n                    \"channelNumber\": 101,\n                    \"channelName\": \"9373.125\"\n                },\n                {\n                    \"channelNumber\": 100,\n                    \"channelName\": \"9372.500\"\n                },\n                {\n                    \"channelNumber\": 99,\n                    \"channelName\": \"9371.875\"\n                },\n                {\n                    \"channelNumber\": 98,\n                    \"channelName\": \"9371.250\"\n                },\n                {\n                    \"channelNumber\": 97,\n                    \"channelName\": \"9370.625\"\n                },\n                {\n                    \"channelNumber\": 96,\n                    \"channelName\": \"9370.000\"\n                },\n                {\n                    \"channelNumber\": 95,\n                    \"channelName\": \"9369.375\"\n                },\n                {\n                    \"channelNumber\": 94,\n                    \"channelName\": \"9368.750\"\n                },\n                {\n                    \"channelNumber\": 93,\n                    \"channelName\": \"9368.125\"\n                },\n                {\n                    \"channelNumber\": 92,\n                    \"channelName\": \"9367.500\"\n                },\n                {\n                    \"channelNumber\": 91,\n                    \"channelName\": \"9366.875\"\n                },\n                {\n                    \"channelNumber\": 90,\n                    \"channelName\": \"9366.250\"\n                },\n                {\n                    \"channelNumber\": 89,\n                    \"channelName\": \"9365.625\"\n                },\n                {\n                    \"channelNumber\": 88,\n                    \"channelName\": \"9365.000\"\n                }\n            ],\n            \"selectedChannel\": {\n                \"channelNumber\": 72,\n                \"channelName\": \"9355.000\"\n            },\n            \"availableFecTypes\": [\n                \"SDFEC-V\"\n            ],\n            \"selectedFecType\": \"SDFEC-V\"\n        }\n    },\n    \"nodeIdToNodeDetailsMap\": {\n        \"921\": {\n            \"name\": \"Site1-1-ON-1\",\n            \"otNameToDetails\": {\n                \"S6AD600H\": {\n                    \"allowedOts\": [\n                        \"S6AD600H\"\n                    ],\n                    \"otNe\": [],\n                    \"otPorts\": [\n                        \"Compute\",\n                        \"compute-compute-L1\"\n                    ],\n                    \"modes\": [\n                        \"29. 400G@85.82Gbaud - 16SQAM\"\n                    ],\n                    \"profiles\": [\n                        \"29. 400G@85.82Gbaud - 16SQAM\"\n                    ],\n                    \"secondOtPorts\": []\n                }\n            },\n            \"adbTypeToDetails\": {\n                \"MCS A/D Port Selection\": {\n                    \"adbShelfSlotPortMap\": {\n                        \"1330:AD-1 (MCS8-16)\": [\n                            \"1-5-1\",\n                            \"1-5-2\",\n                            \"1-5-3\",\n                            \"1-5-4\",\n                            \"1-5-5\",\n                            \"1-5-6\",\n                            \"1-5-7\",\n                            \"1-5-8\",\n                            \"1-5-9\",\n                            \"1-5-10\",\n                            \"1-5-11\",\n                            \"1-5-12\",\n                            \"1-5-13\",\n                            \"1-5-14\",\n                            \"1-5-15\",\n                            \"1-5-16\"\n                        ]\n                    },\n                    \"splitterPortList\": [],\n                    \"adbShelfSlotPortMap2\": {},\n                    \"splitterPortList2\": []\n                }\n            },\n            \"canRegen\": false,\n            \"disableRegen\": false,\n            \"selectedOt\": \"S6AD600H\",\n            \"selectedOtMode\": \"29. 400G@85.82Gbaud - 16SQAM\",\n            \"selectedOtPort\": \"1-34-L1\",\n            \"errors\": [],\n            \"availableAdbTypes\": [\n                \"MCS A/D Port Selection\"\n            ],\n            \"selectedAdbType\": \"MCS A/D Port Selection\",\n            \"selectedAdb\": \"1330:AD-1 (MCS8-16)\",\n            \"selectedAdbPort\": \"1-5-1\",\n            \"regen\": false,\n            \"source\": true,\n            \"destination\": false\n        },\n        \"931\": {\n            \"name\": \"Site2-1-ON-1\",\n            \"otNameToDetails\": {\n                \"S6AD600H\": {\n                    \"allowedOts\": [\n                        \"S6AD600H\"\n                    ],\n                    \"otNe\": [],\n                    \"otPorts\": [\n                        \"Compute\",\n                        \"compute-compute-L1\"\n                    ],\n                    \"modes\": [\n                        \"29. 400G@85.82Gbaud - 16SQAM\"\n                    ],\n                    \"profiles\": [\n                        \"29. 400G@85.82Gbaud - 16SQAM\"\n                    ],\n                    \"secondOtPorts\": []\n                }\n            },\n            \"adbTypeToDetails\": {\n                \"MCS A/D Port Selection\": {\n                    \"adbShelfSlotPortMap\": {\n                        \"1420:AD-1 (MCS8-16)\": [\n                            \"1-5-5\",\n                            \"1-5-1\",\n                            \"1-5-3\",\n                            \"1-5-4\",\n                            \"1-5-6\",\n                            \"1-5-7\",\n                            \"1-5-8\",\n                            \"1-5-9\",\n                            \"1-5-10\",\n                            \"1-5-11\",\n                            \"1-5-12\",\n                            \"1-5-13\",\n                            \"1-5-14\",\n                            \"1-5-15\",\n                            \"1-5-16\"\n                        ]\n                    },\n                    \"splitterPortList\": [],\n                    \"adbShelfSlotPortMap2\": {},\n                    \"splitterPortList2\": []\n                }\n            },\n            \"canRegen\": false,\n            \"disableRegen\": false,\n            \"selectedOt\": \"S6AD600H\",\n            \"selectedOtMode\": \"29. 400G@85.82Gbaud - 16SQAM\",\n            \"selectedOtPort\": \"1-34-L1\",\n            \"errors\": [],\n            \"availableAdbTypes\": [\n                \"MCS A/D Port Selection\"\n            ],\n            \"selectedAdbType\": \"MCS A/D Port Selection\",\n            \"selectedAdb\": \"1420:AD-1 (MCS8-16)\",\n            \"selectedAdbPort\": \"1-5-5\",\n            \"regen\": false,\n            \"source\": false,\n            \"destination\": true\n        }\n    },\n    \"routeViewDetails\": [\n        {\n            \"path\": [\n                {\n                    \"id2\": \"921\",\n                    \"layer\": \"BLOCK\",\n                    \"selectedAdb\": \"1330:AD-1 (MCS8-16)\",\n                    \"selectedAdbType\": \"MCS A/D Port Selection\",\n                    \"selectedAdbPort\": \"1-5-1\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"regen\": false,\n                    \"src\": true\n                },\n                {\n                    \"id\": \"921\",\n                    \"layer\": \"Node\",\n                    \"lineName\": \"Line 1\",\n                    \"lineType\": \"ROADM\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"regen\": false,\n                    \"src\": false\n                },\n                {\n                    \"id\": \"941\",\n                    \"name\": \"Site1-1-Site2-1\",\n                    \"layer\": \"OMS\",\n                    \"feasParamGo\": {\n                        \"osnrMargin\": 28,\n                        \"usedNlp\": 16,\n                        \"usedPmd\": 4,\n                        \"usedWeightedWssCount\": 6\n                    },\n                    \"feasParamRet\": {\n                        \"osnrMargin\": 28,\n                        \"usedNlp\": 16,\n                        \"usedPmd\": 4,\n                        \"usedWeightedWssCount\": 6\n                    },\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"fecMode\": \"SDFEC-V\",\n                    \"selectedChannel\": \"9355.000\",\n                    \"regen\": false,\n                    \"src\": false\n                },\n                {\n                    \"id\": \"931\",\n                    \"layer\": \"Node\",\n                    \"lineName\": \"Line 1\",\n                    \"lineType\": \"ROADM\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"regen\": false,\n                    \"src\": false\n                },\n                {\n                    \"id2\": \"931\",\n                    \"layer\": \"BLOCK\",\n                    \"selectedAdb\": \"1420:AD-1 (MCS8-16)\",\n                    \"selectedAdbType\": \"MCS A/D Port Selection\",\n                    \"selectedAdbPort\": \"1-5-5\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"regen\": false,\n                    \"src\": false\n                }\n            ],\n            \"mldChannel\": 0,\n            \"srcOtSelected\": \"S6AD600H\",\n            \"dstOtSelected\": \"S6AD600H\",\n            \"srcOtMode\": \"29. 400G@85.82Gbaud - 16SQAM\",\n            \"dstOtMode\": \"29. 400G@85.82Gbaud - 16SQAM\",\n            \"srcOtNeSelected\": \"Compute\",\n            \"srcOtPortSelected\": \"1-34-L1\",\n            \"wpOchId\": 0,\n            \"srcEndPoint\": false,\n            \"dstEndPoint\": false\n        }\n    ],\n    \"errorList\": [],\n    \"validationErrors\": [],\n    \"validationWarnings\": [],\n    \"isEditAllowed\": true,\n    \"demandName\": \"Trail1\"\n}"}],"_postman_id":"23b7a225-6317-4115-afb6-e8d438a39734"},{"name":"Apply changes","id":"306ef3e6-59c8-4476-9361-dfc29dcb665e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"demandId\": 240,\r\n    \"routeId\": 0,\r\n    \"selectedAdbType\": \"MCS A/D Port Selection\",\r\n    \"selectedAdb\": \"1420:AD-1 (MCS8-16)\",\r\n    \"selectedAdbPort\": \"1-5-1\",\r\n    \"isFreqChanged\": false,\r\n    \"nodeId\": 931,\r\n    \"freqEdited\": false,\r\n    \"isRegen\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/applyEditClassic","description":"<p>This API is used to apply the route changes made. The input parameter for this API is designID which can be retrieved using the API <strong>GET api/designs</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","routing","designs","{{DesignID}}","applyEditClassic"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"1a36a168-8c70-4ee2-9381-30a1bb8cdaad","name":"Apply change","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"demandId\":230,\r\n\"routeId\":0,\r\n\"selectedAdbType\":\"MCS A/D Port Selection\",\r\n\"selectedAdb\":\"860:AD-1 (MCS8-16)\",\r\n\"selectedAdbPort\":\"1-5-6\",\r\n\"isFreqChanged\":false,\r\n\"nodeId\":501,\r\n\"freqEdited\":false,\r\n\"isRegen\":false}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/applyEditClassic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 21 Nov 2024 09:37:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"Pass\",\n    \"errorWarnList\": []\n}"}],"_postman_id":"306ef3e6-59c8-4476-9361-dfc29dcb665e"}],"id":"ab094400-e7fd-45bc-983c-e412b3e92819","_postman_id":"ab094400-e7fd-45bc-983c-e412b3e92819","description":""},{"name":"Update Frequency","item":[{"name":"Retrieve route details","id":"410222fd-9938-45d6-bb6f-b953c5fd1ec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/editClassic/{{demandID}}","description":"<p>This API is used to retrieve the route information.The input parameter passed for this API are designID and demandID which can be retrieved using the APIs <strong>GET /api/designs</strong> and <strong>GET /api/designs/{designId}/map/demands</strong> respectively.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","routing","designs","{{DesignID}}","editClassic","{{demandID}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"cebf818c-4f6a-412e-8eda-d775fd0cb7be","name":"Retrieve route details","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[],"options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/editClassic/{{demandID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=B6E74A727E3114436DB627437EB8D252; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2024 09:08:35 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"srcSiteId\": 40,\n    \"dstSiteId\": 80,\n    \"srcNodeId\": 201,\n    \"dstNodeId\": 211,\n    \"sites\": [\n        40,\n        50,\n        80\n    ],\n    \"nodes\": [\n        201,\n        311,\n        211\n    ],\n    \"links\": [\n        221\n    ],\n    \"linkPath\": [],\n    \"linkIdsToLinkDetailsMap\": {\n        \"[221]\": {\n            \"sortedChannels\": [\n                {\n                    \"channelNumber\": 91,\n                    \"channelName\": \"9366.875\"\n                },\n                {\n                    \"channelNumber\": 90,\n                    \"channelName\": \"9366.250\"\n                },\n                {\n                    \"channelNumber\": 92,\n                    \"channelName\": \"9367.500\"\n                },\n                {\n                    \"channelNumber\": 89,\n                    \"channelName\": \"9365.625\"\n                },\n                {\n                    \"channelNumber\": 93,\n                    \"channelName\": \"9368.125\"\n                },\n                {\n                    \"channelNumber\": 88,\n                    \"channelName\": \"9365.000\"\n                },\n                {\n                    \"channelNumber\": 94,\n                    \"channelName\": \"9368.750\"\n                },\n                {\n                    \"channelNumber\": 87,\n                    \"channelName\": \"9364.375\"\n                },\n                {\n                    \"channelNumber\": 86,\n                    \"channelName\": \"9363.750\"\n                },\n                {\n                    \"channelNumber\": 85,\n                    \"channelName\": \"9363.125\"\n                },\n                {\n                    \"channelNumber\": 84,\n                    \"channelName\": \"9362.500\"\n                },\n                {\n                    \"channelNumber\": 83,\n                    \"channelName\": \"9361.875\"\n                },\n                {\n                    \"channelNumber\": 82,\n                    \"channelName\": \"9361.250\"\n                },\n                {\n                    \"channelNumber\": 81,\n                    \"channelName\": \"9360.625\"\n                },\n                {\n                    \"channelNumber\": 80,\n                    \"channelName\": \"9360.000\"\n                },\n                {\n                    \"channelNumber\": 79,\n                    \"channelName\": \"9359.375\"\n                },\n                {\n                    \"channelNumber\": 78,\n                    \"channelName\": \"9358.750\"\n                },\n                {\n                    \"channelNumber\": 108,\n                    \"channelName\": \"9377.500\"\n                },\n                {\n                    \"channelNumber\": 122,\n                    \"channelName\": \"9386.250\"\n                },\n                {\n                    \"channelNumber\": 123,\n                    \"channelName\": \"9386.875\"\n                },\n                {\n                    \"channelNumber\": 124,\n                    \"channelName\": \"9387.500\"\n                },\n                {\n                    \"channelNumber\": 125,\n                    \"channelName\": \"9388.125\"\n                },\n                {\n                    \"channelNumber\": 126,\n                    \"channelName\": \"9388.750\"\n                },\n                {\n                    \"channelNumber\": 127,\n                    \"channelName\": \"9389.375\"\n                },\n                {\n                    \"channelNumber\": 128,\n                    \"channelName\": \"9390.000\"\n                },\n                {\n                    \"channelNumber\": 129,\n                    \"channelName\": \"9390.625\"\n                },\n                {\n                    \"channelNumber\": 130,\n                    \"channelName\": \"9391.250\"\n                },\n                {\n                    \"channelNumber\": 131,\n                    \"channelName\": \"9391.875\"\n                },\n                {\n                    \"channelNumber\": 132,\n                    \"channelName\": \"9392.500\"\n                },\n                {\n                    \"channelNumber\": 133,\n                    \"channelName\": \"9393.125\"\n                },\n                {\n                    \"channelNumber\": 134,\n                    \"channelName\": \"9393.750\"\n                },\n                {\n                    \"channelNumber\": 135,\n                    \"channelName\": \"9394.375\"\n                },\n                {\n                    \"channelNumber\": 136,\n                    \"channelName\": \"9395.000\"\n                },\n                {\n                    \"channelNumber\": 137,\n                    \"channelName\": \"9395.625\"\n                },\n                {\n                    \"channelNumber\": 138,\n                    \"channelName\": \"9396.250\"\n                },\n                {\n                    \"channelNumber\": 139,\n                    \"channelName\": \"9396.875\"\n                },\n                {\n                    \"channelNumber\": 140,\n                    \"channelName\": \"9397.500\"\n                },\n                {\n                    \"channelNumber\": 141,\n                    \"channelName\": \"9398.125\"\n                },\n                {\n                    \"channelNumber\": 142,\n                    \"channelName\": \"9398.750\"\n                },\n                {\n                    \"channelNumber\": 143,\n                    \"channelName\": \"9399.375\"\n                },\n                {\n                    \"channelNumber\": 144,\n                    \"channelName\": \"9400.000\"\n                },\n                {\n                    \"channelNumber\": 145,\n                    \"channelName\": \"9400.625\"\n                },\n                {\n                    \"channelNumber\": 146,\n                    \"channelName\": \"9401.250\"\n                },\n                {\n                    \"channelNumber\": 147,\n                    \"channelName\": \"9401.875\"\n                },\n                {\n                    \"channelNumber\": 148,\n                    \"channelName\": \"9402.500\"\n                },\n                {\n                    \"channelNumber\": 149,\n                    \"channelName\": \"9403.125\"\n                },\n                {\n                    \"channelNumber\": 150,\n                    \"channelName\": \"9403.750\"\n                },\n                {\n                    \"channelNumber\": 151,\n                    \"channelName\": \"9404.375\"\n                },\n                {\n                    \"channelNumber\": 152,\n                    \"channelName\": \"9405.000\"\n                },\n                {\n                    \"channelNumber\": 153,\n                    \"channelName\": \"9405.625\"\n                },\n                {\n                    \"channelNumber\": 154,\n                    \"channelName\": \"9406.250\"\n                },\n                {\n                    \"channelNumber\": 155,\n                    \"channelName\": \"9406.875\"\n                },\n                {\n                    \"channelNumber\": 156,\n                    \"channelName\": \"9407.500\"\n                },\n                {\n                    \"channelNumber\": 157,\n                    \"channelName\": \"9408.125\"\n                },\n                {\n                    \"channelNumber\": 158,\n                    \"channelName\": \"9408.750\"\n                },\n                {\n                    \"channelNumber\": 159,\n                    \"channelName\": \"9409.375\"\n                },\n                {\n                    \"channelNumber\": 160,\n                    \"channelName\": \"9410.000\"\n                },\n                {\n                    \"channelNumber\": 161,\n                    \"channelName\": \"9410.625\"\n                },\n                {\n                    \"channelNumber\": 162,\n                    \"channelName\": \"9411.250\"\n                },\n                {\n                    \"channelNumber\": 163,\n                    \"channelName\": \"9411.875\"\n                },\n                {\n                    \"channelNumber\": 164,\n                    \"channelName\": \"9412.500\"\n                },\n                {\n                    \"channelNumber\": 165,\n                    \"channelName\": \"9413.125\"\n                },\n                {\n                    \"channelNumber\": 166,\n                    \"channelName\": \"9413.750\"\n                },\n                {\n                    \"channelNumber\": 167,\n                    \"channelName\": \"9414.375\"\n                },\n                {\n                    \"channelNumber\": 168,\n                    \"channelName\": \"9415.000\"\n                },\n                {\n                    \"channelNumber\": 169,\n                    \"channelName\": \"9415.625\"\n                },\n                {\n                    \"channelNumber\": 170,\n                    \"channelName\": \"9416.250\"\n                },\n                {\n                    \"channelNumber\": 171,\n                    \"channelName\": \"9416.875\"\n                },\n                {\n                    \"channelNumber\": 172,\n                    \"channelName\": \"9417.500\"\n                },\n                {\n                    \"channelNumber\": 173,\n                    \"channelName\": \"9418.125\"\n                },\n                {\n                    \"channelNumber\": 174,\n                    \"channelName\": \"9418.750\"\n                },\n                {\n                    \"channelNumber\": 175,\n                    \"channelName\": \"9419.375\"\n                },\n                {\n                    \"channelNumber\": 176,\n                    \"channelName\": \"9420.000\"\n                },\n                {\n                    \"channelNumber\": 177,\n                    \"channelName\": \"9420.625\"\n                },\n                {\n                    \"channelNumber\": 178,\n                    \"channelName\": \"9421.250\"\n                },\n                {\n                    \"channelNumber\": 179,\n                    \"channelName\": \"9421.875\"\n                },\n                {\n                    \"channelNumber\": 180,\n                    \"channelName\": \"9422.500\"\n                },\n                {\n                    \"channelNumber\": 181,\n                    \"channelName\": \"9423.125\"\n                },\n                {\n                    \"channelNumber\": 182,\n                    \"channelName\": \"9423.750\"\n                },\n                {\n                    \"channelNumber\": 183,\n                    \"channelName\": \"9424.375\"\n                },\n                {\n                    \"channelNumber\": 184,\n                    \"channelName\": \"9425.000\"\n                },\n                {\n                    \"channelNumber\": 185,\n                    \"channelName\": \"9425.625\"\n                },\n                {\n                    \"channelNumber\": 186,\n                    \"channelName\": \"9426.250\"\n                },\n                {\n                    \"channelNumber\": 187,\n                    \"channelName\": \"9426.875\"\n                },\n                {\n                    \"channelNumber\": 188,\n                    \"channelName\": \"9427.500\"\n                },\n                {\n                    \"channelNumber\": 189,\n                    \"channelName\": \"9428.125\"\n                },\n                {\n                    \"channelNumber\": 190,\n                    \"channelName\": \"9428.750\"\n                },\n                {\n                    \"channelNumber\": 191,\n                    \"channelName\": \"9429.375\"\n                },\n                {\n                    \"channelNumber\": 192,\n                    \"channelName\": \"9430.000\"\n                },\n                {\n                    \"channelNumber\": 193,\n                    \"channelName\": \"9430.625\"\n                },\n                {\n                    \"channelNumber\": 194,\n                    \"channelName\": \"9431.250\"\n                },\n                {\n                    \"channelNumber\": 195,\n                    \"channelName\": \"9431.875\"\n                },\n                {\n                    \"channelNumber\": 196,\n                    \"channelName\": \"9432.500\"\n                },\n                {\n                    \"channelNumber\": 197,\n                    \"channelName\": \"9433.125\"\n                },\n                {\n                    \"channelNumber\": 198,\n                    \"channelName\": \"9433.750\"\n                },\n                {\n                    \"channelNumber\": 199,\n                    \"channelName\": \"9434.375\"\n                },\n                {\n                    \"channelNumber\": 200,\n                    \"channelName\": \"9435.000\"\n                },\n                {\n                    \"channelNumber\": 201,\n                    \"channelName\": \"9435.625\"\n                },\n                {\n                    \"channelNumber\": 202,\n                    \"channelName\": \"9436.250\"\n                },\n                {\n                    \"channelNumber\": 203,\n                    \"channelName\": \"9436.875\"\n                },\n                {\n                    \"channelNumber\": 204,\n                    \"channelName\": \"9437.500\"\n                },\n                {\n                    \"channelNumber\": 205,\n                    \"channelName\": \"9438.125\"\n                },\n                {\n                    \"channelNumber\": 206,\n                    \"channelName\": \"9438.750\"\n                },\n                {\n                    \"channelNumber\": 207,\n                    \"channelName\": \"9439.375\"\n                },\n                {\n                    \"channelNumber\": 208,\n                    \"channelName\": \"9440.000\"\n                },\n                {\n                    \"channelNumber\": 209,\n                    \"channelName\": \"9440.625\"\n                },\n                {\n                    \"channelNumber\": 210,\n                    \"channelName\": \"9441.250\"\n                },\n                {\n                    \"channelNumber\": 211,\n                    \"channelName\": \"9441.875\"\n                },\n                {\n                    \"channelNumber\": 212,\n                    \"channelName\": \"9442.500\"\n                },\n                {\n                    \"channelNumber\": 213,\n                    \"channelName\": \"9443.125\"\n                },\n                {\n                    \"channelNumber\": 214,\n                    \"channelName\": \"9443.750\"\n                },\n                {\n                    \"channelNumber\": 215,\n                    \"channelName\": \"9444.375\"\n                },\n                {\n                    \"channelNumber\": 216,\n                    \"channelName\": \"9445.000\"\n                },\n                {\n                    \"channelNumber\": 217,\n                    \"channelName\": \"9445.625\"\n                },\n                {\n                    \"channelNumber\": 218,\n                    \"channelName\": \"9446.250\"\n                },\n                {\n                    \"channelNumber\": 219,\n                    \"channelName\": \"9446.875\"\n                },\n                {\n                    \"channelNumber\": 220,\n                    \"channelName\": \"9447.500\"\n                },\n                {\n                    \"channelNumber\": 221,\n                    \"channelName\": \"9448.125\"\n                },\n                {\n                    \"channelNumber\": 222,\n                    \"channelName\": \"9448.750\"\n                },\n                {\n                    \"channelNumber\": 223,\n                    \"channelName\": \"9449.375\"\n                },\n                {\n                    \"channelNumber\": 224,\n                    \"channelName\": \"9450.000\"\n                },\n                {\n                    \"channelNumber\": 225,\n                    \"channelName\": \"9450.625\"\n                },\n                {\n                    \"channelNumber\": 226,\n                    \"channelName\": \"9451.250\"\n                },\n                {\n                    \"channelNumber\": 227,\n                    \"channelName\": \"9451.875\"\n                },\n                {\n                    \"channelNumber\": 228,\n                    \"channelName\": \"9452.500\"\n                },\n                {\n                    \"channelNumber\": 229,\n                    \"channelName\": \"9453.125\"\n                },\n                {\n                    \"channelNumber\": 230,\n                    \"channelName\": \"9453.750\"\n                },\n                {\n                    \"channelNumber\": 231,\n                    \"channelName\": \"9454.375\"\n                },\n                {\n                    \"channelNumber\": 232,\n                    \"channelName\": \"9455.000\"\n                },\n                {\n                    \"channelNumber\": 233,\n                    \"channelName\": \"9455.625\"\n                },\n                {\n                    \"channelNumber\": 234,\n                    \"channelName\": \"9456.250\"\n                },\n                {\n                    \"channelNumber\": 235,\n                    \"channelName\": \"9456.875\"\n                },\n                {\n                    \"channelNumber\": 236,\n                    \"channelName\": \"9457.500\"\n                },\n                {\n                    \"channelNumber\": 237,\n                    \"channelName\": \"9458.125\"\n                },\n                {\n                    \"channelNumber\": 238,\n                    \"channelName\": \"9458.750\"\n                },\n                {\n                    \"channelNumber\": 239,\n                    \"channelName\": \"9459.375\"\n                },\n                {\n                    \"channelNumber\": 240,\n                    \"channelName\": \"9460.000\"\n                },\n                {\n                    \"channelNumber\": 241,\n                    \"channelName\": \"9460.625\"\n                },\n                {\n                    \"channelNumber\": 242,\n                    \"channelName\": \"9461.250\"\n                },\n                {\n                    \"channelNumber\": 243,\n                    \"channelName\": \"9461.875\"\n                },\n                {\n                    \"channelNumber\": 244,\n                    \"channelName\": \"9462.500\"\n                },\n                {\n                    \"channelNumber\": 245,\n                    \"channelName\": \"9463.125\"\n                },\n                {\n                    \"channelNumber\": 246,\n                    \"channelName\": \"9463.750\"\n                },\n                {\n                    \"channelNumber\": 247,\n                    \"channelName\": \"9464.375\"\n                },\n                {\n                    \"channelNumber\": 248,\n                    \"channelName\": \"9465.000\"\n                },\n                {\n                    \"channelNumber\": 249,\n                    \"channelName\": \"9465.625\"\n                },\n                {\n                    \"channelNumber\": 250,\n                    \"channelName\": \"9466.250\"\n                },\n                {\n                    \"channelNumber\": 251,\n                    \"channelName\": \"9466.875\"\n                },\n                {\n                    \"channelNumber\": 252,\n                    \"channelName\": \"9467.500\"\n                },\n                {\n                    \"channelNumber\": 253,\n                    \"channelName\": \"9468.125\"\n                },\n                {\n                    \"channelNumber\": 254,\n                    \"channelName\": \"9468.750\"\n                },\n                {\n                    \"channelNumber\": 255,\n                    \"channelName\": \"9469.375\"\n                },\n                {\n                    \"channelNumber\": 256,\n                    \"channelName\": \"9470.000\"\n                },\n                {\n                    \"channelNumber\": 257,\n                    \"channelName\": \"9470.625\"\n                },\n                {\n                    \"channelNumber\": 258,\n                    \"channelName\": \"9471.250\"\n                },\n                {\n                    \"channelNumber\": 259,\n                    \"channelName\": \"9471.875\"\n                },\n                {\n                    \"channelNumber\": 260,\n                    \"channelName\": \"9472.500\"\n                },\n                {\n                    \"channelNumber\": 261,\n                    \"channelName\": \"9473.125\"\n                },\n                {\n                    \"channelNumber\": 262,\n                    \"channelName\": \"9473.750\"\n                },\n                {\n                    \"channelNumber\": 263,\n                    \"channelName\": \"9474.375\"\n                },\n                {\n                    \"channelNumber\": 264,\n                    \"channelName\": \"9475.000\"\n                },\n                {\n                    \"channelNumber\": 265,\n                    \"channelName\": \"9475.625\"\n                },\n                {\n                    \"channelNumber\": 266,\n                    \"channelName\": \"9476.250\"\n                },\n                {\n                    \"channelNumber\": 267,\n                    \"channelName\": \"9476.875\"\n                },\n                {\n                    \"channelNumber\": 268,\n                    \"channelName\": \"9477.500\"\n                },\n                {\n                    \"channelNumber\": 269,\n                    \"channelName\": \"9478.125\"\n                },\n                {\n                    \"channelNumber\": 270,\n                    \"channelName\": \"9478.750\"\n                },\n                {\n                    \"channelNumber\": 271,\n                    \"channelName\": \"9479.375\"\n                },\n                {\n                    \"channelNumber\": 272,\n                    \"channelName\": \"9480.000\"\n                },\n                {\n                    \"channelNumber\": 273,\n                    \"channelName\": \"9480.625\"\n                },\n                {\n                    \"channelNumber\": 274,\n                    \"channelName\": \"9481.250\"\n                },\n                {\n                    \"channelNumber\": 275,\n                    \"channelName\": \"9481.875\"\n                },\n                {\n                    \"channelNumber\": 276,\n                    \"channelName\": \"9482.500\"\n                },\n                {\n                    \"channelNumber\": 277,\n                    \"channelName\": \"9483.125\"\n                },\n                {\n                    \"channelNumber\": 278,\n                    \"channelName\": \"9483.750\"\n                },\n                {\n                    \"channelNumber\": 279,\n                    \"channelName\": \"9484.375\"\n                },\n                {\n                    \"channelNumber\": 280,\n                    \"channelName\": \"9485.000\"\n                },\n                {\n                    \"channelNumber\": 281,\n                    \"channelName\": \"9485.625\"\n                },\n                {\n                    \"channelNumber\": 282,\n                    \"channelName\": \"9486.250\"\n                },\n                {\n                    \"channelNumber\": 283,\n                    \"channelName\": \"9486.875\"\n                },\n                {\n                    \"channelNumber\": 284,\n                    \"channelName\": \"9487.500\"\n                },\n                {\n                    \"channelNumber\": 285,\n                    \"channelName\": \"9488.125\"\n                },\n                {\n                    \"channelNumber\": 286,\n                    \"channelName\": \"9488.750\"\n                },\n                {\n                    \"channelNumber\": 287,\n                    \"channelName\": \"9489.375\"\n                },\n                {\n                    \"channelNumber\": 288,\n                    \"channelName\": \"9490.000\"\n                },\n                {\n                    \"channelNumber\": 289,\n                    \"channelName\": \"9490.625\"\n                },\n                {\n                    \"channelNumber\": 290,\n                    \"channelName\": \"9491.250\"\n                },\n                {\n                    \"channelNumber\": 291,\n                    \"channelName\": \"9491.875\"\n                },\n                {\n                    \"channelNumber\": 292,\n                    \"channelName\": \"9492.500\"\n                },\n                {\n                    \"channelNumber\": 293,\n                    \"channelName\": \"9493.125\"\n                },\n                {\n                    \"channelNumber\": 294,\n                    \"channelName\": \"9493.750\"\n                },\n                {\n                    \"channelNumber\": 295,\n                    \"channelName\": \"9494.375\"\n                },\n                {\n                    \"channelNumber\": 296,\n                    \"channelName\": \"9495.000\"\n                },\n                {\n                    \"channelNumber\": 297,\n                    \"channelName\": \"9495.625\"\n                },\n                {\n                    \"channelNumber\": 298,\n                    \"channelName\": \"9496.250\"\n                },\n                {\n                    \"channelNumber\": 299,\n                    \"channelName\": \"9496.875\"\n                },\n                {\n                    \"channelNumber\": 300,\n                    \"channelName\": \"9497.500\"\n                },\n                {\n                    \"channelNumber\": 301,\n                    \"channelName\": \"9498.125\"\n                },\n                {\n                    \"channelNumber\": 302,\n                    \"channelName\": \"9498.750\"\n                },\n                {\n                    \"channelNumber\": 303,\n                    \"channelName\": \"9499.375\"\n                },\n                {\n                    \"channelNumber\": 304,\n                    \"channelName\": \"9500.000\"\n                },\n                {\n                    \"channelNumber\": 305,\n                    \"channelName\": \"9500.625\"\n                },\n                {\n                    \"channelNumber\": 306,\n                    \"channelName\": \"9501.250\"\n                },\n                {\n                    \"channelNumber\": 307,\n                    \"channelName\": \"9501.875\"\n                },\n                {\n                    \"channelNumber\": 308,\n                    \"channelName\": \"9502.500\"\n                },\n                {\n                    \"channelNumber\": 309,\n                    \"channelName\": \"9503.125\"\n                },\n                {\n                    \"channelNumber\": 310,\n                    \"channelName\": \"9503.750\"\n                },\n                {\n                    \"channelNumber\": 311,\n                    \"channelName\": \"9504.375\"\n                },\n                {\n                    \"channelNumber\": 312,\n                    \"channelName\": \"9505.000\"\n                },\n                {\n                    \"channelNumber\": 313,\n                    \"channelName\": \"9505.625\"\n                },\n                {\n                    \"channelNumber\": 314,\n                    \"channelName\": \"9506.250\"\n                },\n                {\n                    \"channelNumber\": 315,\n                    \"channelName\": \"9506.875\"\n                },\n                {\n                    \"channelNumber\": 316,\n                    \"channelName\": \"9507.500\"\n                },\n                {\n                    \"channelNumber\": 317,\n                    \"channelName\": \"9508.125\"\n                },\n                {\n                    \"channelNumber\": 318,\n                    \"channelName\": \"9508.750\"\n                },\n                {\n                    \"channelNumber\": 319,\n                    \"channelName\": \"9509.375\"\n                },\n                {\n                    \"channelNumber\": 320,\n                    \"channelName\": \"9510.000\"\n                },\n                {\n                    \"channelNumber\": 321,\n                    \"channelName\": \"9510.625\"\n                },\n                {\n                    \"channelNumber\": 322,\n                    \"channelName\": \"9511.250\"\n                },\n                {\n                    \"channelNumber\": 323,\n                    \"channelName\": \"9511.875\"\n                },\n                {\n                    \"channelNumber\": 324,\n                    \"channelName\": \"9512.500\"\n                },\n                {\n                    \"channelNumber\": 325,\n                    \"channelName\": \"9513.125\"\n                },\n                {\n                    \"channelNumber\": 326,\n                    \"channelName\": \"9513.750\"\n                },\n                {\n                    \"channelNumber\": 327,\n                    \"channelName\": \"9514.375\"\n                },\n                {\n                    \"channelNumber\": 328,\n                    \"channelName\": \"9515.000\"\n                },\n                {\n                    \"channelNumber\": 329,\n                    \"channelName\": \"9515.625\"\n                },\n                {\n                    \"channelNumber\": 330,\n                    \"channelName\": \"9516.250\"\n                },\n                {\n                    \"channelNumber\": 331,\n                    \"channelName\": \"9516.875\"\n                },\n                {\n                    \"channelNumber\": 332,\n                    \"channelName\": \"9517.500\"\n                },\n                {\n                    \"channelNumber\": 333,\n                    \"channelName\": \"9518.125\"\n                },\n                {\n                    \"channelNumber\": 334,\n                    \"channelName\": \"9518.750\"\n                },\n                {\n                    \"channelNumber\": 335,\n                    \"channelName\": \"9519.375\"\n                },\n                {\n                    \"channelNumber\": 336,\n                    \"channelName\": \"9520.000\"\n                },\n                {\n                    \"channelNumber\": 337,\n                    \"channelName\": \"9520.625\"\n                },\n                {\n                    \"channelNumber\": 338,\n                    \"channelName\": \"9521.250\"\n                },\n                {\n                    \"channelNumber\": 339,\n                    \"channelName\": \"9521.875\"\n                },\n                {\n                    \"channelNumber\": 340,\n                    \"channelName\": \"9522.500\"\n                },\n                {\n                    \"channelNumber\": 341,\n                    \"channelName\": \"9523.125\"\n                },\n                {\n                    \"channelNumber\": 342,\n                    \"channelName\": \"9523.750\"\n                },\n                {\n                    \"channelNumber\": 343,\n                    \"channelName\": \"9524.375\"\n                },\n                {\n                    \"channelNumber\": 344,\n                    \"channelName\": \"9525.000\"\n                },\n                {\n                    \"channelNumber\": 345,\n                    \"channelName\": \"9525.625\"\n                },\n                {\n                    \"channelNumber\": 346,\n                    \"channelName\": \"9526.250\"\n                },\n                {\n                    \"channelNumber\": 347,\n                    \"channelName\": \"9526.875\"\n                },\n                {\n                    \"channelNumber\": 348,\n                    \"channelName\": \"9527.500\"\n                },\n                {\n                    \"channelNumber\": 349,\n                    \"channelName\": \"9528.125\"\n                },\n                {\n                    \"channelNumber\": 350,\n                    \"channelName\": \"9528.750\"\n                },\n                {\n                    \"channelNumber\": 351,\n                    \"channelName\": \"9529.375\"\n                },\n                {\n                    \"channelNumber\": 352,\n                    \"channelName\": \"9530.000\"\n                },\n                {\n                    \"channelNumber\": 353,\n                    \"channelName\": \"9530.625\"\n                },\n                {\n                    \"channelNumber\": 354,\n                    \"channelName\": \"9531.250\"\n                },\n                {\n                    \"channelNumber\": 355,\n                    \"channelName\": \"9531.875\"\n                },\n                {\n                    \"channelNumber\": 356,\n                    \"channelName\": \"9532.500\"\n                },\n                {\n                    \"channelNumber\": 357,\n                    \"channelName\": \"9533.125\"\n                },\n                {\n                    \"channelNumber\": 358,\n                    \"channelName\": \"9533.750\"\n                },\n                {\n                    \"channelNumber\": 359,\n                    \"channelName\": \"9534.375\"\n                },\n                {\n                    \"channelNumber\": 360,\n                    \"channelName\": \"9535.000\"\n                },\n                {\n                    \"channelNumber\": 361,\n                    \"channelName\": \"9535.625\"\n                },\n                {\n                    \"channelNumber\": 362,\n                    \"channelName\": \"9536.250\"\n                },\n                {\n                    \"channelNumber\": 363,\n                    \"channelName\": \"9536.875\"\n                },\n                {\n                    \"channelNumber\": 364,\n                    \"channelName\": \"9537.500\"\n                },\n                {\n                    \"channelNumber\": 365,\n                    \"channelName\": \"9538.125\"\n                },\n                {\n                    \"channelNumber\": 366,\n                    \"channelName\": \"9538.750\"\n                },\n                {\n                    \"channelNumber\": 367,\n                    \"channelName\": \"9539.375\"\n                },\n                {\n                    \"channelNumber\": 368,\n                    \"channelName\": \"9540.000\"\n                },\n                {\n                    \"channelNumber\": 369,\n                    \"channelName\": \"9540.625\"\n                },\n                {\n                    \"channelNumber\": 370,\n                    \"channelName\": \"9541.250\"\n                },\n                {\n                    \"channelNumber\": 371,\n                    \"channelName\": \"9541.875\"\n                },\n                {\n                    \"channelNumber\": 372,\n                    \"channelName\": \"9542.500\"\n                },\n                {\n                    \"channelNumber\": 373,\n                    \"channelName\": \"9543.125\"\n                },\n                {\n                    \"channelNumber\": 374,\n                    \"channelName\": \"9543.750\"\n                },\n                {\n                    \"channelNumber\": 375,\n                    \"channelName\": \"9544.375\"\n                },\n                {\n                    \"channelNumber\": 376,\n                    \"channelName\": \"9545.000\"\n                },\n                {\n                    \"channelNumber\": 377,\n                    \"channelName\": \"9545.625\"\n                },\n                {\n                    \"channelNumber\": 378,\n                    \"channelName\": \"9546.250\"\n                },\n                {\n                    \"channelNumber\": 379,\n                    \"channelName\": \"9546.875\"\n                },\n                {\n                    \"channelNumber\": 380,\n                    \"channelName\": \"9547.500\"\n                },\n                {\n                    \"channelNumber\": 381,\n                    \"channelName\": \"9548.125\"\n                },\n                {\n                    \"channelNumber\": 382,\n                    \"channelName\": \"9548.750\"\n                },\n                {\n                    \"channelNumber\": 383,\n                    \"channelName\": \"9549.375\"\n                },\n                {\n                    \"channelNumber\": 384,\n                    \"channelName\": \"9550.000\"\n                },\n                {\n                    \"channelNumber\": 385,\n                    \"channelName\": \"9550.625\"\n                },\n                {\n                    \"channelNumber\": 386,\n                    \"channelName\": \"9551.250\"\n                },\n                {\n                    \"channelNumber\": 387,\n                    \"channelName\": \"9551.875\"\n                },\n                {\n                    \"channelNumber\": 388,\n                    \"channelName\": \"9552.500\"\n                },\n                {\n                    \"channelNumber\": 389,\n                    \"channelName\": \"9553.125\"\n                },\n                {\n                    \"channelNumber\": 390,\n                    \"channelName\": \"9553.750\"\n                },\n                {\n                    \"channelNumber\": 391,\n                    \"channelName\": \"9554.375\"\n                },\n                {\n                    \"channelNumber\": 392,\n                    \"channelName\": \"9555.000\"\n                },\n                {\n                    \"channelNumber\": 393,\n                    \"channelName\": \"9555.625\"\n                },\n                {\n                    \"channelNumber\": 394,\n                    \"channelName\": \"9556.250\"\n                },\n                {\n                    \"channelNumber\": 395,\n                    \"channelName\": \"9556.875\"\n                },\n                {\n                    \"channelNumber\": 396,\n                    \"channelName\": \"9557.500\"\n                },\n                {\n                    \"channelNumber\": 397,\n                    \"channelName\": \"9558.125\"\n                },\n                {\n                    \"channelNumber\": 398,\n                    \"channelName\": \"9558.750\"\n                },\n                {\n                    \"channelNumber\": 399,\n                    \"channelName\": \"9559.375\"\n                },\n                {\n                    \"channelNumber\": 400,\n                    \"channelName\": \"9560.000\"\n                },\n                {\n                    \"channelNumber\": 401,\n                    \"channelName\": \"9560.625\"\n                },\n                {\n                    \"channelNumber\": 402,\n                    \"channelName\": \"9561.250\"\n                },\n                {\n                    \"channelNumber\": 403,\n                    \"channelName\": \"9561.875\"\n                },\n                {\n                    \"channelNumber\": 404,\n                    \"channelName\": \"9562.500\"\n                },\n                {\n                    \"channelNumber\": 405,\n                    \"channelName\": \"9563.125\"\n                },\n                {\n                    \"channelNumber\": 406,\n                    \"channelName\": \"9563.750\"\n                },\n                {\n                    \"channelNumber\": 407,\n                    \"channelName\": \"9564.375\"\n                },\n                {\n                    \"channelNumber\": 408,\n                    \"channelName\": \"9565.000\"\n                },\n                {\n                    \"channelNumber\": 409,\n                    \"channelName\": \"9565.625\"\n                },\n                {\n                    \"channelNumber\": 410,\n                    \"channelName\": \"9566.250\"\n                },\n                {\n                    \"channelNumber\": 411,\n                    \"channelName\": \"9566.875\"\n                },\n                {\n                    \"channelNumber\": 412,\n                    \"channelName\": \"9567.500\"\n                },\n                {\n                    \"channelNumber\": 413,\n                    \"channelName\": \"9568.125\"\n                },\n                {\n                    \"channelNumber\": 414,\n                    \"channelName\": \"9568.750\"\n                },\n                {\n                    \"channelNumber\": 415,\n                    \"channelName\": \"9569.375\"\n                },\n                {\n                    \"channelNumber\": 416,\n                    \"channelName\": \"9570.000\"\n                },\n                {\n                    \"channelNumber\": 417,\n                    \"channelName\": \"9570.625\"\n                },\n                {\n                    \"channelNumber\": 418,\n                    \"channelName\": \"9571.250\"\n                },\n                {\n                    \"channelNumber\": 419,\n                    \"channelName\": \"9571.875\"\n                },\n                {\n                    \"channelNumber\": 420,\n                    \"channelName\": \"9572.500\"\n                },\n                {\n                    \"channelNumber\": 421,\n                    \"channelName\": \"9573.125\"\n                },\n                {\n                    \"channelNumber\": 422,\n                    \"channelName\": \"9573.750\"\n                },\n                {\n                    \"channelNumber\": 423,\n                    \"channelName\": \"9574.375\"\n                },\n                {\n                    \"channelNumber\": 424,\n                    \"channelName\": \"9575.000\"\n                },\n                {\n                    \"channelNumber\": 425,\n                    \"channelName\": \"9575.625\"\n                },\n                {\n                    \"channelNumber\": 426,\n                    \"channelName\": \"9576.250\"\n                },\n                {\n                    \"channelNumber\": 427,\n                    \"channelName\": \"9576.875\"\n                },\n                {\n                    \"channelNumber\": 428,\n                    \"channelName\": \"9577.500\"\n                },\n                {\n                    \"channelNumber\": 429,\n                    \"channelName\": \"9578.125\"\n                },\n                {\n                    \"channelNumber\": 430,\n                    \"channelName\": \"9578.750\"\n                },\n                {\n                    \"channelNumber\": 431,\n                    \"channelName\": \"9579.375\"\n                },\n                {\n                    \"channelNumber\": 432,\n                    \"channelName\": \"9580.000\"\n                },\n                {\n                    \"channelNumber\": 433,\n                    \"channelName\": \"9580.625\"\n                },\n                {\n                    \"channelNumber\": 434,\n                    \"channelName\": \"9581.250\"\n                },\n                {\n                    \"channelNumber\": 435,\n                    \"channelName\": \"9581.875\"\n                },\n                {\n                    \"channelNumber\": 436,\n                    \"channelName\": \"9582.500\"\n                },\n                {\n                    \"channelNumber\": 437,\n                    \"channelName\": \"9583.125\"\n                },\n                {\n                    \"channelNumber\": 438,\n                    \"channelName\": \"9583.750\"\n                },\n                {\n                    \"channelNumber\": 439,\n                    \"channelName\": \"9584.375\"\n                },\n                {\n                    \"channelNumber\": 440,\n                    \"channelName\": \"9585.000\"\n                },\n                {\n                    \"channelNumber\": 441,\n                    \"channelName\": \"9585.625\"\n                },\n                {\n                    \"channelNumber\": 442,\n                    \"channelName\": \"9586.250\"\n                },\n                {\n                    \"channelNumber\": 443,\n                    \"channelName\": \"9586.875\"\n                },\n                {\n                    \"channelNumber\": 444,\n                    \"channelName\": \"9587.500\"\n                },\n                {\n                    \"channelNumber\": 445,\n                    \"channelName\": \"9588.125\"\n                },\n                {\n                    \"channelNumber\": 446,\n                    \"channelName\": \"9588.750\"\n                },\n                {\n                    \"channelNumber\": 447,\n                    \"channelName\": \"9589.375\"\n                },\n                {\n                    \"channelNumber\": 448,\n                    \"channelName\": \"9590.000\"\n                },\n                {\n                    \"channelNumber\": 449,\n                    \"channelName\": \"9590.625\"\n                },\n                {\n                    \"channelNumber\": 450,\n                    \"channelName\": \"9591.250\"\n                },\n                {\n                    \"channelNumber\": 451,\n                    \"channelName\": \"9591.875\"\n                },\n                {\n                    \"channelNumber\": 452,\n                    \"channelName\": \"9592.500\"\n                },\n                {\n                    \"channelNumber\": 453,\n                    \"channelName\": \"9593.125\"\n                },\n                {\n                    \"channelNumber\": 454,\n                    \"channelName\": \"9593.750\"\n                },\n                {\n                    \"channelNumber\": 455,\n                    \"channelName\": \"9594.375\"\n                },\n                {\n                    \"channelNumber\": 456,\n                    \"channelName\": \"9595.000\"\n                },\n                {\n                    \"channelNumber\": 457,\n                    \"channelName\": \"9595.625\"\n                },\n                {\n                    \"channelNumber\": 458,\n                    \"channelName\": \"9596.250\"\n                },\n                {\n                    \"channelNumber\": 459,\n                    \"channelName\": \"9596.875\"\n                },\n                {\n                    \"channelNumber\": 460,\n                    \"channelName\": \"9597.500\"\n                },\n                {\n                    \"channelNumber\": 461,\n                    \"channelName\": \"9598.125\"\n                },\n                {\n                    \"channelNumber\": 462,\n                    \"channelName\": \"9598.750\"\n                },\n                {\n                    \"channelNumber\": 463,\n                    \"channelName\": \"9599.375\"\n                },\n                {\n                    \"channelNumber\": 464,\n                    \"channelName\": \"9600.000\"\n                },\n                {\n                    \"channelNumber\": 465,\n                    \"channelName\": \"9600.625\"\n                },\n                {\n                    \"channelNumber\": 466,\n                    \"channelName\": \"9601.250\"\n                },\n                {\n                    \"channelNumber\": 467,\n                    \"channelName\": \"9601.875\"\n                },\n                {\n                    \"channelNumber\": 468,\n                    \"channelName\": \"9602.500\"\n                },\n                {\n                    \"channelNumber\": 469,\n                    \"channelName\": \"9603.125\"\n                },\n                {\n                    \"channelNumber\": -285,\n                    \"channelName\": \"9131.875\"\n                },\n                {\n                    \"channelNumber\": -284,\n                    \"channelName\": \"9132.500\"\n                },\n                {\n                    \"channelNumber\": -283,\n                    \"channelName\": \"9133.125\"\n                },\n                {\n                    \"channelNumber\": -282,\n                    \"channelName\": \"9133.750\"\n                },\n                {\n                    \"channelNumber\": -281,\n                    \"channelName\": \"9134.375\"\n                },\n                {\n                    \"channelNumber\": -280,\n                    \"channelName\": \"9135.000\"\n                },\n                {\n                    \"channelNumber\": -279,\n                    \"channelName\": \"9135.625\"\n                },\n                {\n                    \"channelNumber\": -278,\n                    \"channelName\": \"9136.250\"\n                },\n                {\n                    \"channelNumber\": -277,\n                    \"channelName\": \"9136.875\"\n                },\n                {\n                    \"channelNumber\": -276,\n                    \"channelName\": \"9137.500\"\n                },\n                {\n                    \"channelNumber\": -275,\n                    \"channelName\": \"9138.125\"\n                },\n                {\n                    \"channelNumber\": -274,\n                    \"channelName\": \"9138.750\"\n                },\n                {\n                    \"channelNumber\": -273,\n                    \"channelName\": \"9139.375\"\n                },\n                {\n                    \"channelNumber\": -272,\n                    \"channelName\": \"9140.000\"\n                },\n                {\n                    \"channelNumber\": -271,\n                    \"channelName\": \"9140.625\"\n                },\n                {\n                    \"channelNumber\": -270,\n                    \"channelName\": \"9141.250\"\n                },\n                {\n                    \"channelNumber\": -269,\n                    \"channelName\": \"9141.875\"\n                },\n                {\n                    \"channelNumber\": -268,\n                    \"channelName\": \"9142.500\"\n                },\n                {\n                    \"channelNumber\": -267,\n                    \"channelName\": \"9143.125\"\n                },\n                {\n                    \"channelNumber\": -266,\n                    \"channelName\": \"9143.750\"\n                },\n                {\n                    \"channelNumber\": -265,\n                    \"channelName\": \"9144.375\"\n                },\n                {\n                    \"channelNumber\": -264,\n                    \"channelName\": \"9145.000\"\n                },\n                {\n                    \"channelNumber\": -263,\n                    \"channelName\": \"9145.625\"\n                },\n                {\n                    \"channelNumber\": -262,\n                    \"channelName\": \"9146.250\"\n                },\n                {\n                    \"channelNumber\": -261,\n                    \"channelName\": \"9146.875\"\n                },\n                {\n                    \"channelNumber\": -260,\n                    \"channelName\": \"9147.500\"\n                },\n                {\n                    \"channelNumber\": -259,\n                    \"channelName\": \"9148.125\"\n                },\n                {\n                    \"channelNumber\": -258,\n                    \"channelName\": \"9148.750\"\n                },\n                {\n                    \"channelNumber\": -257,\n                    \"channelName\": \"9149.375\"\n                },\n                {\n                    \"channelNumber\": -256,\n                    \"channelName\": \"9150.000\"\n                },\n                {\n                    \"channelNumber\": -255,\n                    \"channelName\": \"9150.625\"\n                },\n                {\n                    \"channelNumber\": -254,\n                    \"channelName\": \"9151.250\"\n                },\n                {\n                    \"channelNumber\": -253,\n                    \"channelName\": \"9151.875\"\n                },\n                {\n                    \"channelNumber\": -252,\n                    \"channelName\": \"9152.500\"\n                },\n                {\n                    \"channelNumber\": -251,\n                    \"channelName\": \"9153.125\"\n                },\n                {\n                    \"channelNumber\": -250,\n                    \"channelName\": \"9153.750\"\n                },\n                {\n                    \"channelNumber\": -249,\n                    \"channelName\": \"9154.375\"\n                },\n                {\n                    \"channelNumber\": -248,\n                    \"channelName\": \"9155.000\"\n                },\n                {\n                    \"channelNumber\": -247,\n                    \"channelName\": \"9155.625\"\n                },\n                {\n                    \"channelNumber\": -246,\n                    \"channelName\": \"9156.250\"\n                },\n                {\n                    \"channelNumber\": -245,\n                    \"channelName\": \"9156.875\"\n                },\n                {\n                    \"channelNumber\": -244,\n                    \"channelName\": \"9157.500\"\n                },\n                {\n                    \"channelNumber\": -243,\n                    \"channelName\": \"9158.125\"\n                },\n                {\n                    \"channelNumber\": -242,\n                    \"channelName\": \"9158.750\"\n                },\n                {\n                    \"channelNumber\": -241,\n                    \"channelName\": \"9159.375\"\n                },\n                {\n                    \"channelNumber\": -240,\n                    \"channelName\": \"9160.000\"\n                },\n                {\n                    \"channelNumber\": -239,\n                    \"channelName\": \"9160.625\"\n                },\n                {\n                    \"channelNumber\": -238,\n                    \"channelName\": \"9161.250\"\n                },\n                {\n                    \"channelNumber\": -237,\n                    \"channelName\": \"9161.875\"\n                },\n                {\n                    \"channelNumber\": -236,\n                    \"channelName\": \"9162.500\"\n                },\n                {\n                    \"channelNumber\": -235,\n                    \"channelName\": \"9163.125\"\n                },\n                {\n                    \"channelNumber\": -234,\n                    \"channelName\": \"9163.750\"\n                },\n                {\n                    \"channelNumber\": -233,\n                    \"channelName\": \"9164.375\"\n                },\n                {\n                    \"channelNumber\": -232,\n                    \"channelName\": \"9165.000\"\n                },\n                {\n                    \"channelNumber\": -231,\n                    \"channelName\": \"9165.625\"\n                },\n                {\n                    \"channelNumber\": -230,\n                    \"channelName\": \"9166.250\"\n                },\n                {\n                    \"channelNumber\": -229,\n                    \"channelName\": \"9166.875\"\n                },\n                {\n                    \"channelNumber\": -228,\n                    \"channelName\": \"9167.500\"\n                },\n                {\n                    \"channelNumber\": -227,\n                    \"channelName\": \"9168.125\"\n                },\n                {\n                    \"channelNumber\": -226,\n                    \"channelName\": \"9168.750\"\n                },\n                {\n                    \"channelNumber\": -225,\n                    \"channelName\": \"9169.375\"\n                },\n                {\n                    \"channelNumber\": -224,\n                    \"channelName\": \"9170.000\"\n                },\n                {\n                    \"channelNumber\": -223,\n                    \"channelName\": \"9170.625\"\n                },\n                {\n                    \"channelNumber\": -222,\n                    \"channelName\": \"9171.250\"\n                },\n                {\n                    \"channelNumber\": -221,\n                    \"channelName\": \"9171.875\"\n                },\n                {\n                    \"channelNumber\": -220,\n                    \"channelName\": \"9172.500\"\n                },\n                {\n                    \"channelNumber\": -219,\n                    \"channelName\": \"9173.125\"\n                },\n                {\n                    \"channelNumber\": -218,\n                    \"channelName\": \"9173.750\"\n                },\n                {\n                    \"channelNumber\": -217,\n                    \"channelName\": \"9174.375\"\n                },\n                {\n                    \"channelNumber\": -216,\n                    \"channelName\": \"9175.000\"\n                },\n                {\n                    \"channelNumber\": -215,\n                    \"channelName\": \"9175.625\"\n                },\n                {\n                    \"channelNumber\": -214,\n                    \"channelName\": \"9176.250\"\n                },\n                {\n                    \"channelNumber\": -213,\n                    \"channelName\": \"9176.875\"\n                },\n                {\n                    \"channelNumber\": -212,\n                    \"channelName\": \"9177.500\"\n                },\n                {\n                    \"channelNumber\": -211,\n                    \"channelName\": \"9178.125\"\n                },\n                {\n                    \"channelNumber\": -210,\n                    \"channelName\": \"9178.750\"\n                },\n                {\n                    \"channelNumber\": -209,\n                    \"channelName\": \"9179.375\"\n                },\n                {\n                    \"channelNumber\": -208,\n                    \"channelName\": \"9180.000\"\n                },\n                {\n                    \"channelNumber\": -207,\n                    \"channelName\": \"9180.625\"\n                },\n                {\n                    \"channelNumber\": -206,\n                    \"channelName\": \"9181.250\"\n                },\n                {\n                    \"channelNumber\": -205,\n                    \"channelName\": \"9181.875\"\n                },\n                {\n                    \"channelNumber\": -204,\n                    \"channelName\": \"9182.500\"\n                },\n                {\n                    \"channelNumber\": -203,\n                    \"channelName\": \"9183.125\"\n                },\n                {\n                    \"channelNumber\": -202,\n                    \"channelName\": \"9183.750\"\n                },\n                {\n                    \"channelNumber\": -201,\n                    \"channelName\": \"9184.375\"\n                },\n                {\n                    \"channelNumber\": -200,\n                    \"channelName\": \"9185.000\"\n                },\n                {\n                    \"channelNumber\": -199,\n                    \"channelName\": \"9185.625\"\n                },\n                {\n                    \"channelNumber\": -198,\n                    \"channelName\": \"9186.250\"\n                },\n                {\n                    \"channelNumber\": -197,\n                    \"channelName\": \"9186.875\"\n                },\n                {\n                    \"channelNumber\": -196,\n                    \"channelName\": \"9187.500\"\n                },\n                {\n                    \"channelNumber\": -195,\n                    \"channelName\": \"9188.125\"\n                },\n                {\n                    \"channelNumber\": -194,\n                    \"channelName\": \"9188.750\"\n                },\n                {\n                    \"channelNumber\": -193,\n                    \"channelName\": \"9189.375\"\n                },\n                {\n                    \"channelNumber\": -192,\n                    \"channelName\": \"9190.000\"\n                },\n                {\n                    \"channelNumber\": -191,\n                    \"channelName\": \"9190.625\"\n                },\n                {\n                    \"channelNumber\": -190,\n                    \"channelName\": \"9191.250\"\n                },\n                {\n                    \"channelNumber\": -189,\n                    \"channelName\": \"9191.875\"\n                },\n                {\n                    \"channelNumber\": -188,\n                    \"channelName\": \"9192.500\"\n                },\n                {\n                    \"channelNumber\": -187,\n                    \"channelName\": \"9193.125\"\n                },\n                {\n                    \"channelNumber\": -186,\n                    \"channelName\": \"9193.750\"\n                },\n                {\n                    \"channelNumber\": -185,\n                    \"channelName\": \"9194.375\"\n                },\n                {\n                    \"channelNumber\": -184,\n                    \"channelName\": \"9195.000\"\n                },\n                {\n                    \"channelNumber\": -183,\n                    \"channelName\": \"9195.625\"\n                },\n                {\n                    \"channelNumber\": -182,\n                    \"channelName\": \"9196.250\"\n                },\n                {\n                    \"channelNumber\": -181,\n                    \"channelName\": \"9196.875\"\n                },\n                {\n                    \"channelNumber\": -180,\n                    \"channelName\": \"9197.500\"\n                },\n                {\n                    \"channelNumber\": -179,\n                    \"channelName\": \"9198.125\"\n                },\n                {\n                    \"channelNumber\": -178,\n                    \"channelName\": \"9198.750\"\n                },\n                {\n                    \"channelNumber\": -177,\n                    \"channelName\": \"9199.375\"\n                },\n                {\n                    \"channelNumber\": -176,\n                    \"channelName\": \"9200.000\"\n                },\n                {\n                    \"channelNumber\": -175,\n                    \"channelName\": \"9200.625\"\n                },\n                {\n                    \"channelNumber\": -174,\n                    \"channelName\": \"9201.250\"\n                },\n                {\n                    \"channelNumber\": -173,\n                    \"channelName\": \"9201.875\"\n                },\n                {\n                    \"channelNumber\": -172,\n                    \"channelName\": \"9202.500\"\n                },\n                {\n                    \"channelNumber\": -171,\n                    \"channelName\": \"9203.125\"\n                },\n                {\n                    \"channelNumber\": -170,\n                    \"channelName\": \"9203.750\"\n                },\n                {\n                    \"channelNumber\": -169,\n                    \"channelName\": \"9204.375\"\n                },\n                {\n                    \"channelNumber\": -168,\n                    \"channelName\": \"9205.000\"\n                },\n                {\n                    \"channelNumber\": -167,\n                    \"channelName\": \"9205.625\"\n                },\n                {\n                    \"channelNumber\": -166,\n                    \"channelName\": \"9206.250\"\n                },\n                {\n                    \"channelNumber\": -165,\n                    \"channelName\": \"9206.875\"\n                },\n                {\n                    \"channelNumber\": -164,\n                    \"channelName\": \"9207.500\"\n                },\n                {\n                    \"channelNumber\": -163,\n                    \"channelName\": \"9208.125\"\n                },\n                {\n                    \"channelNumber\": -162,\n                    \"channelName\": \"9208.750\"\n                },\n                {\n                    \"channelNumber\": -161,\n                    \"channelName\": \"9209.375\"\n                },\n                {\n                    \"channelNumber\": -160,\n                    \"channelName\": \"9210.000\"\n                },\n                {\n                    \"channelNumber\": -159,\n                    \"channelName\": \"9210.625\"\n                },\n                {\n                    \"channelNumber\": -158,\n                    \"channelName\": \"9211.250\"\n                },\n                {\n                    \"channelNumber\": -157,\n                    \"channelName\": \"9211.875\"\n                },\n                {\n                    \"channelNumber\": -156,\n                    \"channelName\": \"9212.500\"\n                },\n                {\n                    \"channelNumber\": -155,\n                    \"channelName\": \"9213.125\"\n                },\n                {\n                    \"channelNumber\": -154,\n                    \"channelName\": \"9213.750\"\n                },\n                {\n                    \"channelNumber\": -153,\n                    \"channelName\": \"9214.375\"\n                },\n                {\n                    \"channelNumber\": -152,\n                    \"channelName\": \"9215.000\"\n                },\n                {\n                    \"channelNumber\": -151,\n                    \"channelName\": \"9215.625\"\n                },\n                {\n                    \"channelNumber\": -150,\n                    \"channelName\": \"9216.250\"\n                },\n                {\n                    \"channelNumber\": -149,\n                    \"channelName\": \"9216.875\"\n                },\n                {\n                    \"channelNumber\": -148,\n                    \"channelName\": \"9217.500\"\n                },\n                {\n                    \"channelNumber\": -147,\n                    \"channelName\": \"9218.125\"\n                },\n                {\n                    \"channelNumber\": -146,\n                    \"channelName\": \"9218.750\"\n                },\n                {\n                    \"channelNumber\": -145,\n                    \"channelName\": \"9219.375\"\n                },\n                {\n                    \"channelNumber\": -144,\n                    \"channelName\": \"9220.000\"\n                },\n                {\n                    \"channelNumber\": -143,\n                    \"channelName\": \"9220.625\"\n                },\n                {\n                    \"channelNumber\": -142,\n                    \"channelName\": \"9221.250\"\n                },\n                {\n                    \"channelNumber\": -141,\n                    \"channelName\": \"9221.875\"\n                },\n                {\n                    \"channelNumber\": -140,\n                    \"channelName\": \"9222.500\"\n                },\n                {\n                    \"channelNumber\": -139,\n                    \"channelName\": \"9223.125\"\n                },\n                {\n                    \"channelNumber\": -138,\n                    \"channelName\": \"9223.750\"\n                },\n                {\n                    \"channelNumber\": -137,\n                    \"channelName\": \"9224.375\"\n                },\n                {\n                    \"channelNumber\": -136,\n                    \"channelName\": \"9225.000\"\n                },\n                {\n                    \"channelNumber\": -135,\n                    \"channelName\": \"9225.625\"\n                },\n                {\n                    \"channelNumber\": -134,\n                    \"channelName\": \"9226.250\"\n                },\n                {\n                    \"channelNumber\": -133,\n                    \"channelName\": \"9226.875\"\n                },\n                {\n                    \"channelNumber\": -132,\n                    \"channelName\": \"9227.500\"\n                },\n                {\n                    \"channelNumber\": -131,\n                    \"channelName\": \"9228.125\"\n                },\n                {\n                    \"channelNumber\": -130,\n                    \"channelName\": \"9228.750\"\n                },\n                {\n                    \"channelNumber\": -129,\n                    \"channelName\": \"9229.375\"\n                },\n                {\n                    \"channelNumber\": -128,\n                    \"channelName\": \"9230.000\"\n                },\n                {\n                    \"channelNumber\": -127,\n                    \"channelName\": \"9230.625\"\n                },\n                {\n                    \"channelNumber\": -126,\n                    \"channelName\": \"9231.250\"\n                },\n                {\n                    \"channelNumber\": -125,\n                    \"channelName\": \"9231.875\"\n                },\n                {\n                    \"channelNumber\": -124,\n                    \"channelName\": \"9232.500\"\n                },\n                {\n                    \"channelNumber\": -123,\n                    \"channelName\": \"9233.125\"\n                },\n                {\n                    \"channelNumber\": -122,\n                    \"channelName\": \"9233.750\"\n                },\n                {\n                    \"channelNumber\": -121,\n                    \"channelName\": \"9234.375\"\n                },\n                {\n                    \"channelNumber\": -120,\n                    \"channelName\": \"9235.000\"\n                },\n                {\n                    \"channelNumber\": -119,\n                    \"channelName\": \"9235.625\"\n                },\n                {\n                    \"channelNumber\": -118,\n                    \"channelName\": \"9236.250\"\n                },\n                {\n                    \"channelNumber\": -117,\n                    \"channelName\": \"9236.875\"\n                },\n                {\n                    \"channelNumber\": -116,\n                    \"channelName\": \"9237.500\"\n                },\n                {\n                    \"channelNumber\": -115,\n                    \"channelName\": \"9238.125\"\n                },\n                {\n                    \"channelNumber\": -114,\n                    \"channelName\": \"9238.750\"\n                },\n                {\n                    \"channelNumber\": -113,\n                    \"channelName\": \"9239.375\"\n                },\n                {\n                    \"channelNumber\": -112,\n                    \"channelName\": \"9240.000\"\n                },\n                {\n                    \"channelNumber\": -111,\n                    \"channelName\": \"9240.625\"\n                },\n                {\n                    \"channelNumber\": -110,\n                    \"channelName\": \"9241.250\"\n                },\n                {\n                    \"channelNumber\": -109,\n                    \"channelName\": \"9241.875\"\n                },\n                {\n                    \"channelNumber\": -108,\n                    \"channelName\": \"9242.500\"\n                },\n                {\n                    \"channelNumber\": -107,\n                    \"channelName\": \"9243.125\"\n                },\n                {\n                    \"channelNumber\": -106,\n                    \"channelName\": \"9243.750\"\n                },\n                {\n                    \"channelNumber\": -105,\n                    \"channelName\": \"9244.375\"\n                },\n                {\n                    \"channelNumber\": -104,\n                    \"channelName\": \"9245.000\"\n                },\n                {\n                    \"channelNumber\": -103,\n                    \"channelName\": \"9245.625\"\n                },\n                {\n                    \"channelNumber\": -102,\n                    \"channelName\": \"9246.250\"\n                },\n                {\n                    \"channelNumber\": -101,\n                    \"channelName\": \"9246.875\"\n                },\n                {\n                    \"channelNumber\": -100,\n                    \"channelName\": \"9247.500\"\n                },\n                {\n                    \"channelNumber\": -99,\n                    \"channelName\": \"9248.125\"\n                },\n                {\n                    \"channelNumber\": -98,\n                    \"channelName\": \"9248.750\"\n                },\n                {\n                    \"channelNumber\": -97,\n                    \"channelName\": \"9249.375\"\n                },\n                {\n                    \"channelNumber\": -96,\n                    \"channelName\": \"9250.000\"\n                },\n                {\n                    \"channelNumber\": -95,\n                    \"channelName\": \"9250.625\"\n                },\n                {\n                    \"channelNumber\": -94,\n                    \"channelName\": \"9251.250\"\n                },\n                {\n                    \"channelNumber\": -93,\n                    \"channelName\": \"9251.875\"\n                },\n                {\n                    \"channelNumber\": -92,\n                    \"channelName\": \"9252.500\"\n                },\n                {\n                    \"channelNumber\": -91,\n                    \"channelName\": \"9253.125\"\n                },\n                {\n                    \"channelNumber\": -90,\n                    \"channelName\": \"9253.750\"\n                },\n                {\n                    \"channelNumber\": -89,\n                    \"channelName\": \"9254.375\"\n                },\n                {\n                    \"channelNumber\": -88,\n                    \"channelName\": \"9255.000\"\n                },\n                {\n                    \"channelNumber\": -87,\n                    \"channelName\": \"9255.625\"\n                },\n                {\n                    \"channelNumber\": -86,\n                    \"channelName\": \"9256.250\"\n                },\n                {\n                    \"channelNumber\": -85,\n                    \"channelName\": \"9256.875\"\n                },\n                {\n                    \"channelNumber\": -84,\n                    \"channelName\": \"9257.500\"\n                },\n                {\n                    \"channelNumber\": -83,\n                    \"channelName\": \"9258.125\"\n                },\n                {\n                    \"channelNumber\": -82,\n                    \"channelName\": \"9258.750\"\n                },\n                {\n                    \"channelNumber\": -81,\n                    \"channelName\": \"9259.375\"\n                },\n                {\n                    \"channelNumber\": -80,\n                    \"channelName\": \"9260.000\"\n                },\n                {\n                    \"channelNumber\": -79,\n                    \"channelName\": \"9260.625\"\n                },\n                {\n                    \"channelNumber\": -78,\n                    \"channelName\": \"9261.250\"\n                },\n                {\n                    \"channelNumber\": -77,\n                    \"channelName\": \"9261.875\"\n                },\n                {\n                    \"channelNumber\": -76,\n                    \"channelName\": \"9262.500\"\n                },\n                {\n                    \"channelNumber\": -75,\n                    \"channelName\": \"9263.125\"\n                },\n                {\n                    \"channelNumber\": -74,\n                    \"channelName\": \"9263.750\"\n                },\n                {\n                    \"channelNumber\": -73,\n                    \"channelName\": \"9264.375\"\n                },\n                {\n                    \"channelNumber\": -72,\n                    \"channelName\": \"9265.000\"\n                },\n                {\n                    \"channelNumber\": -71,\n                    \"channelName\": \"9265.625\"\n                },\n                {\n                    \"channelNumber\": -70,\n                    \"channelName\": \"9266.250\"\n                },\n                {\n                    \"channelNumber\": -69,\n                    \"channelName\": \"9266.875\"\n                },\n                {\n                    \"channelNumber\": -68,\n                    \"channelName\": \"9267.500\"\n                },\n                {\n                    \"channelNumber\": -67,\n                    \"channelName\": \"9268.125\"\n                },\n                {\n                    \"channelNumber\": -66,\n                    \"channelName\": \"9268.750\"\n                },\n                {\n                    \"channelNumber\": -65,\n                    \"channelName\": \"9269.375\"\n                },\n                {\n                    \"channelNumber\": -64,\n                    \"channelName\": \"9270.000\"\n                },\n                {\n                    \"channelNumber\": -63,\n                    \"channelName\": \"9270.625\"\n                },\n                {\n                    \"channelNumber\": -62,\n                    \"channelName\": \"9271.250\"\n                },\n                {\n                    \"channelNumber\": -61,\n                    \"channelName\": \"9271.875\"\n                },\n                {\n                    \"channelNumber\": -60,\n                    \"channelName\": \"9272.500\"\n                },\n                {\n                    \"channelNumber\": -59,\n                    \"channelName\": \"9273.125\"\n                },\n                {\n                    \"channelNumber\": -58,\n                    \"channelName\": \"9273.750\"\n                },\n                {\n                    \"channelNumber\": -57,\n                    \"channelName\": \"9274.375\"\n                },\n                {\n                    \"channelNumber\": -56,\n                    \"channelName\": \"9275.000\"\n                },\n                {\n                    \"channelNumber\": -55,\n                    \"channelName\": \"9275.625\"\n                },\n                {\n                    \"channelNumber\": -54,\n                    \"channelName\": \"9276.250\"\n                },\n                {\n                    \"channelNumber\": -53,\n                    \"channelName\": \"9276.875\"\n                },\n                {\n                    \"channelNumber\": -52,\n                    \"channelName\": \"9277.500\"\n                },\n                {\n                    \"channelNumber\": -51,\n                    \"channelName\": \"9278.125\"\n                },\n                {\n                    \"channelNumber\": -50,\n                    \"channelName\": \"9278.750\"\n                },\n                {\n                    \"channelNumber\": -49,\n                    \"channelName\": \"9279.375\"\n                },\n                {\n                    \"channelNumber\": -48,\n                    \"channelName\": \"9280.000\"\n                },\n                {\n                    \"channelNumber\": -47,\n                    \"channelName\": \"9280.625\"\n                },\n                {\n                    \"channelNumber\": -46,\n                    \"channelName\": \"9281.250\"\n                },\n                {\n                    \"channelNumber\": -45,\n                    \"channelName\": \"9281.875\"\n                },\n                {\n                    \"channelNumber\": -44,\n                    \"channelName\": \"9282.500\"\n                },\n                {\n                    \"channelNumber\": -43,\n                    \"channelName\": \"9283.125\"\n                },\n                {\n                    \"channelNumber\": -42,\n                    \"channelName\": \"9283.750\"\n                },\n                {\n                    \"channelNumber\": -41,\n                    \"channelName\": \"9284.375\"\n                },\n                {\n                    \"channelNumber\": -40,\n                    \"channelName\": \"9285.000\"\n                },\n                {\n                    \"channelNumber\": -39,\n                    \"channelName\": \"9285.625\"\n                },\n                {\n                    \"channelNumber\": -38,\n                    \"channelName\": \"9286.250\"\n                },\n                {\n                    \"channelNumber\": -37,\n                    \"channelName\": \"9286.875\"\n                },\n                {\n                    \"channelNumber\": -36,\n                    \"channelName\": \"9287.500\"\n                },\n                {\n                    \"channelNumber\": -35,\n                    \"channelName\": \"9288.125\"\n                },\n                {\n                    \"channelNumber\": -34,\n                    \"channelName\": \"9288.750\"\n                },\n                {\n                    \"channelNumber\": -33,\n                    \"channelName\": \"9289.375\"\n                },\n                {\n                    \"channelNumber\": -32,\n                    \"channelName\": \"9290.000\"\n                },\n                {\n                    \"channelNumber\": -31,\n                    \"channelName\": \"9290.625\"\n                },\n                {\n                    \"channelNumber\": -30,\n                    \"channelName\": \"9291.250\"\n                },\n                {\n                    \"channelNumber\": -29,\n                    \"channelName\": \"9291.875\"\n                },\n                {\n                    \"channelNumber\": -28,\n                    \"channelName\": \"9292.500\"\n                },\n                {\n                    \"channelNumber\": -27,\n                    \"channelName\": \"9293.125\"\n                },\n                {\n                    \"channelNumber\": -26,\n                    \"channelName\": \"9293.750\"\n                },\n                {\n                    \"channelNumber\": -25,\n                    \"channelName\": \"9294.375\"\n                },\n                {\n                    \"channelNumber\": -24,\n                    \"channelName\": \"9295.000\"\n                },\n                {\n                    \"channelNumber\": -23,\n                    \"channelName\": \"9295.625\"\n                },\n                {\n                    \"channelNumber\": -22,\n                    \"channelName\": \"9296.250\"\n                },\n                {\n                    \"channelNumber\": -21,\n                    \"channelName\": \"9296.875\"\n                },\n                {\n                    \"channelNumber\": -20,\n                    \"channelName\": \"9297.500\"\n                },\n                {\n                    \"channelNumber\": -19,\n                    \"channelName\": \"9298.125\"\n                },\n                {\n                    \"channelNumber\": -18,\n                    \"channelName\": \"9298.750\"\n                },\n                {\n                    \"channelNumber\": -17,\n                    \"channelName\": \"9299.375\"\n                },\n                {\n                    \"channelNumber\": -16,\n                    \"channelName\": \"9300.000\"\n                },\n                {\n                    \"channelNumber\": -15,\n                    \"channelName\": \"9300.625\"\n                },\n                {\n                    \"channelNumber\": -14,\n                    \"channelName\": \"9301.250\"\n                },\n                {\n                    \"channelNumber\": -13,\n                    \"channelName\": \"9301.875\"\n                },\n                {\n                    \"channelNumber\": -12,\n                    \"channelName\": \"9302.500\"\n                },\n                {\n                    \"channelNumber\": -11,\n                    \"channelName\": \"9303.125\"\n                },\n                {\n                    \"channelNumber\": -10,\n                    \"channelName\": \"9303.750\"\n                },\n                {\n                    \"channelNumber\": -9,\n                    \"channelName\": \"9304.375\"\n                },\n                {\n                    \"channelNumber\": -8,\n                    \"channelName\": \"9305.000\"\n                },\n                {\n                    \"channelNumber\": -7,\n                    \"channelName\": \"9305.625\"\n                },\n                {\n                    \"channelNumber\": -6,\n                    \"channelName\": \"9306.250\"\n                },\n                {\n                    \"channelNumber\": -5,\n                    \"channelName\": \"9306.875\"\n                },\n                {\n                    \"channelNumber\": -4,\n                    \"channelName\": \"9307.500\"\n                },\n                {\n                    \"channelNumber\": -3,\n                    \"channelName\": \"9308.125\"\n                },\n                {\n                    \"channelNumber\": -2,\n                    \"channelName\": \"9308.750\"\n                },\n                {\n                    \"channelNumber\": -1,\n                    \"channelName\": \"9309.375\"\n                },\n                {\n                    \"channelNumber\": 0,\n                    \"channelName\": \"9310.000\"\n                },\n                {\n                    \"channelNumber\": 1,\n                    \"channelName\": \"9310.625\"\n                },\n                {\n                    \"channelNumber\": 2,\n                    \"channelName\": \"9311.250\"\n                },\n                {\n                    \"channelNumber\": 3,\n                    \"channelName\": \"9311.875\"\n                },\n                {\n                    \"channelNumber\": 4,\n                    \"channelName\": \"9312.500\"\n                },\n                {\n                    \"channelNumber\": 5,\n                    \"channelName\": \"9313.125\"\n                },\n                {\n                    \"channelNumber\": 6,\n                    \"channelName\": \"9313.750\"\n                },\n                {\n                    \"channelNumber\": 7,\n                    \"channelName\": \"9314.375\"\n                },\n                {\n                    \"channelNumber\": 8,\n                    \"channelName\": \"9315.000\"\n                },\n                {\n                    \"channelNumber\": 9,\n                    \"channelName\": \"9315.625\"\n                },\n                {\n                    \"channelNumber\": 10,\n                    \"channelName\": \"9316.250\"\n                },\n                {\n                    \"channelNumber\": 11,\n                    \"channelName\": \"9316.875\"\n                },\n                {\n                    \"channelNumber\": 12,\n                    \"channelName\": \"9317.500\"\n                },\n                {\n                    \"channelNumber\": 13,\n                    \"channelName\": \"9318.125\"\n                },\n                {\n                    \"channelNumber\": 14,\n                    \"channelName\": \"9318.750\"\n                },\n                {\n                    \"channelNumber\": 15,\n                    \"channelName\": \"9319.375\"\n                },\n                {\n                    \"channelNumber\": 16,\n                    \"channelName\": \"9320.000\"\n                },\n                {\n                    \"channelNumber\": 17,\n                    \"channelName\": \"9320.625\"\n                },\n                {\n                    \"channelNumber\": 18,\n                    \"channelName\": \"9321.250\"\n                },\n                {\n                    \"channelNumber\": 19,\n                    \"channelName\": \"9321.875\"\n                },\n                {\n                    \"channelNumber\": 20,\n                    \"channelName\": \"9322.500\"\n                },\n                {\n                    \"channelNumber\": 21,\n                    \"channelName\": \"9323.125\"\n                },\n                {\n                    \"channelNumber\": 22,\n                    \"channelName\": \"9323.750\"\n                },\n                {\n                    \"channelNumber\": 23,\n                    \"channelName\": \"9324.375\"\n                },\n                {\n                    \"channelNumber\": 24,\n                    \"channelName\": \"9325.000\"\n                },\n                {\n                    \"channelNumber\": 25,\n                    \"channelName\": \"9325.625\"\n                },\n                {\n                    \"channelNumber\": 26,\n                    \"channelName\": \"9326.250\"\n                },\n                {\n                    \"channelNumber\": 27,\n                    \"channelName\": \"9326.875\"\n                },\n                {\n                    \"channelNumber\": 28,\n                    \"channelName\": \"9327.500\"\n                },\n                {\n                    \"channelNumber\": 29,\n                    \"channelName\": \"9328.125\"\n                },\n                {\n                    \"channelNumber\": 30,\n                    \"channelName\": \"9328.750\"\n                },\n                {\n                    \"channelNumber\": 31,\n                    \"channelName\": \"9329.375\"\n                },\n                {\n                    \"channelNumber\": 32,\n                    \"channelName\": \"9330.000\"\n                },\n                {\n                    \"channelNumber\": 33,\n                    \"channelName\": \"9330.625\"\n                },\n                {\n                    \"channelNumber\": 34,\n                    \"channelName\": \"9331.250\"\n                },\n                {\n                    \"channelNumber\": 35,\n                    \"channelName\": \"9331.875\"\n                },\n                {\n                    \"channelNumber\": 36,\n                    \"channelName\": \"9332.500\"\n                },\n                {\n                    \"channelNumber\": 37,\n                    \"channelName\": \"9333.125\"\n                },\n                {\n                    \"channelNumber\": 38,\n                    \"channelName\": \"9333.750\"\n                },\n                {\n                    \"channelNumber\": 39,\n                    \"channelName\": \"9334.375\"\n                },\n                {\n                    \"channelNumber\": 40,\n                    \"channelName\": \"9335.000\"\n                },\n                {\n                    \"channelNumber\": 41,\n                    \"channelName\": \"9335.625\"\n                },\n                {\n                    \"channelNumber\": 42,\n                    \"channelName\": \"9336.250\"\n                },\n                {\n                    \"channelNumber\": 43,\n                    \"channelName\": \"9336.875\"\n                },\n                {\n                    \"channelNumber\": 44,\n                    \"channelName\": \"9337.500\"\n                },\n                {\n                    \"channelNumber\": 45,\n                    \"channelName\": \"9338.125\"\n                },\n                {\n                    \"channelNumber\": 46,\n                    \"channelName\": \"9338.750\"\n                },\n                {\n                    \"channelNumber\": 47,\n                    \"channelName\": \"9339.375\"\n                },\n                {\n                    \"channelNumber\": 48,\n                    \"channelName\": \"9340.000\"\n                },\n                {\n                    \"channelNumber\": 49,\n                    \"channelName\": \"9340.625\"\n                },\n                {\n                    \"channelNumber\": 50,\n                    \"channelName\": \"9341.250\"\n                },\n                {\n                    \"channelNumber\": 51,\n                    \"channelName\": \"9341.875\"\n                },\n                {\n                    \"channelNumber\": 52,\n                    \"channelName\": \"9342.500\"\n                },\n                {\n                    \"channelNumber\": 53,\n                    \"channelName\": \"9343.125\"\n                },\n                {\n                    \"channelNumber\": 54,\n                    \"channelName\": \"9343.750\"\n                },\n                {\n                    \"channelNumber\": 55,\n                    \"channelName\": \"9344.375\"\n                },\n                {\n                    \"channelNumber\": 56,\n                    \"channelName\": \"9345.000\"\n                },\n                {\n                    \"channelNumber\": 57,\n                    \"channelName\": \"9345.625\"\n                },\n                {\n                    \"channelNumber\": 58,\n                    \"channelName\": \"9346.250\"\n                },\n                {\n                    \"channelNumber\": 59,\n                    \"channelName\": \"9346.875\"\n                },\n                {\n                    \"channelNumber\": 60,\n                    \"channelName\": \"9347.500\"\n                },\n                {\n                    \"channelNumber\": 61,\n                    \"channelName\": \"9348.125\"\n                },\n                {\n                    \"channelNumber\": 62,\n                    \"channelName\": \"9348.750\"\n                },\n                {\n                    \"channelNumber\": 63,\n                    \"channelName\": \"9349.375\"\n                },\n                {\n                    \"channelNumber\": 64,\n                    \"channelName\": \"9350.000\"\n                },\n                {\n                    \"channelNumber\": 65,\n                    \"channelName\": \"9350.625\"\n                },\n                {\n                    \"channelNumber\": 66,\n                    \"channelName\": \"9351.250\"\n                },\n                {\n                    \"channelNumber\": 67,\n                    \"channelName\": \"9351.875\"\n                },\n                {\n                    \"channelNumber\": 68,\n                    \"channelName\": \"9352.500\"\n                },\n                {\n                    \"channelNumber\": 69,\n                    \"channelName\": \"9353.125\"\n                },\n                {\n                    \"channelNumber\": 70,\n                    \"channelName\": \"9353.750\"\n                },\n                {\n                    \"channelNumber\": 71,\n                    \"channelName\": \"9354.375\"\n                },\n                {\n                    \"channelNumber\": 72,\n                    \"channelName\": \"9355.000\"\n                },\n                {\n                    \"channelNumber\": 77,\n                    \"channelName\": \"9358.125\"\n                },\n                {\n                    \"channelNumber\": 73,\n                    \"channelName\": \"9355.625\"\n                },\n                {\n                    \"channelNumber\": 74,\n                    \"channelName\": \"9356.250\"\n                },\n                {\n                    \"channelNumber\": 75,\n                    \"channelName\": \"9356.875\"\n                },\n                {\n                    \"channelNumber\": 76,\n                    \"channelName\": \"9357.500\"\n                }\n            ],\n            \"selectedChannel\": {\n                \"channelNumber\": 108,\n                \"channelName\": \"9377.500\"\n            },\n            \"availableFecTypes\": [\n                \"SDFEC-G2\"\n            ],\n            \"selectedFecType\": \"SDFEC-G2\"\n        }\n    },\n    \"nodeIdToNodeDetailsMap\": {\n        \"201\": {\n            \"name\": \"Site1-1-ON-1\",\n            \"otNameToDetails\": {\n                \"S4X400H\": {\n                    \"allowedOts\": [\n                        \"S4X400H\"\n                    ],\n                    \"otNe\": [],\n                    \"otPorts\": [\n                        \"Compute\",\n                        \"compute-compute-L1\"\n                    ],\n                    \"modes\": [\n                        \"15. 200G@67Gbaud - QPSK\"\n                    ],\n                    \"profiles\": [\n                        \"15. 200G@67Gbaud - QPSK\"\n                    ],\n                    \"secondOtPorts\": []\n                }\n            },\n            \"adbTypeToDetails\": {\n                \"MCS A/D Port Selection\": {\n                    \"adbShelfSlotPortMap\": {\n                        \"880:AD-1 (MCS8-16)\": [\n                            \"1-5-1\",\n                            \"1-5-2\",\n                            \"1-5-3\",\n                            \"1-5-4\",\n                            \"1-5-5\",\n                            \"1-5-6\",\n                            \"1-5-7\",\n                            \"1-5-8\",\n                            \"1-5-9\",\n                            \"1-5-10\",\n                            \"1-5-11\",\n                            \"1-5-12\",\n                            \"1-5-13\",\n                            \"1-5-14\",\n                            \"1-5-15\",\n                            \"1-5-16\"\n                        ]\n                    },\n                    \"splitterPortList\": [],\n                    \"adbShelfSlotPortMap2\": {},\n                    \"splitterPortList2\": []\n                }\n            },\n            \"canRegen\": false,\n            \"disableRegen\": false,\n            \"selectedOt\": \"S4X400H\",\n            \"selectedOtMode\": \"15. 200G@67Gbaud - QPSK\",\n            \"selectedOtPort\": \"1-16-L1\",\n            \"errors\": [],\n            \"availableAdbTypes\": [\n                \"MCS A/D Port Selection\"\n            ],\n            \"selectedAdbType\": \"MCS A/D Port Selection\",\n            \"selectedAdb\": \"880:AD-1 (MCS8-16)\",\n            \"selectedAdbPort\": \"1-5-1\",\n            \"selectedOtPort2\": \"\",\n            \"regen\": false,\n            \"source\": true,\n            \"destination\": false\n        },\n        \"211\": {\n            \"name\": \"Site3-1-ON-1\",\n            \"otNameToDetails\": {\n                \"S4X400H\": {\n                    \"allowedOts\": [\n                        \"S4X400H\"\n                    ],\n                    \"otNe\": [],\n                    \"otPorts\": [\n                        \"Compute\",\n                        \"compute-compute-L1\"\n                    ],\n                    \"modes\": [\n                        \"15. 200G@67Gbaud - QPSK\"\n                    ],\n                    \"profiles\": [\n                        \"15. 200G@67Gbaud - QPSK\"\n                    ],\n                    \"secondOtPorts\": []\n                }\n            },\n            \"adbTypeToDetails\": {\n                \"MCS A/D Port Selection\": {\n                    \"adbShelfSlotPortMap\": {\n                        \"1220:AD-1 (MCS8-16)\": [\n                            \"1-5-1\",\n                            \"1-5-2\",\n                            \"1-5-3\",\n                            \"1-5-4\",\n                            \"1-5-5\",\n                            \"1-5-6\",\n                            \"1-5-7\",\n                            \"1-5-8\",\n                            \"1-5-9\",\n                            \"1-5-10\",\n                            \"1-5-11\",\n                            \"1-5-12\",\n                            \"1-5-13\",\n                            \"1-5-14\",\n                            \"1-5-15\",\n                            \"1-5-16\"\n                        ]\n                    },\n                    \"splitterPortList\": [],\n                    \"adbShelfSlotPortMap2\": {},\n                    \"splitterPortList2\": []\n                }\n            },\n            \"canRegen\": false,\n            \"disableRegen\": false,\n            \"selectedOt\": \"S4X400H\",\n            \"selectedOtMode\": \"15. 200G@67Gbaud - QPSK\",\n            \"selectedOtPort\": \"1-16-L1\",\n            \"errors\": [],\n            \"availableAdbTypes\": [\n                \"MCS A/D Port Selection\"\n            ],\n            \"selectedAdbType\": \"MCS A/D Port Selection\",\n            \"selectedAdb\": \"1220:AD-1 (MCS8-16)\",\n            \"selectedAdbPort\": \"1-5-1\",\n            \"selectedOtPort2\": \"\",\n            \"regen\": false,\n            \"source\": false,\n            \"destination\": true\n        }\n    },\n    \"routeViewDetails\": [\n        {\n            \"path\": [\n                {\n                    \"id2\": \"201\",\n                    \"layer\": \"BLOCK\",\n                    \"selectedAdb\": \"880:AD-1 (MCS8-16)\",\n                    \"selectedAdbType\": \"MCS A/D Port Selection\",\n                    \"selectedAdbPort\": \"1-5-1\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"regen\": false,\n                    \"src\": true\n                },\n                {\n                    \"id\": \"201\",\n                    \"layer\": \"Node\",\n                    \"lineName\": \"Line 1\",\n                    \"lineType\": \"ROADM\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"regen\": false,\n                    \"src\": false\n                },\n                {\n                    \"id\": \"221\",\n                    \"name\": \"Site1-1-Site3-1\",\n                    \"layer\": \"OMS\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"fecMode\": \"SDFEC-G2\",\n                    \"selectedChannel\": \"9377.500\",\n                    \"regen\": false,\n                    \"src\": false\n                },\n                {\n                    \"id\": \"211\",\n                    \"layer\": \"Node\",\n                    \"lineName\": \"Line 1\",\n                    \"lineType\": \"ROADM\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"regen\": false,\n                    \"src\": false\n                },\n                {\n                    \"id2\": \"211\",\n                    \"layer\": \"BLOCK\",\n                    \"selectedAdb\": \"1220:AD-1 (MCS8-16)\",\n                    \"selectedAdbType\": \"MCS A/D Port Selection\",\n                    \"selectedAdbPort\": \"1-5-1\",\n                    \"mldOpticalRegenInternalId\": 0,\n                    \"regen\": false,\n                    \"src\": false\n                }\n            ],\n            \"mldChannel\": 0,\n            \"srcOtSelected\": \"S4X400H\",\n            \"dstOtSelected\": \"S4X400H\",\n            \"srcOtMode\": \"15. 200G@67Gbaud - QPSK\",\n            \"dstOtMode\": \"15. 200G@67Gbaud - QPSK\",\n            \"srcOtPortSelected\": \"1-16-L1\",\n            \"dstOtPortSelected\": \"1-16-L1\",\n            \"wpOchId\": 0,\n            \"srcEndPoint\": false,\n            \"dstEndPoint\": false\n        }\n    ],\n    \"errorList\": [],\n    \"isEditAllowed\": true,\n    \"demandName\": \"Trail1\"\n}"}],"_postman_id":"410222fd-9938-45d6-bb6f-b953c5fd1ec9"},{"name":"Update the Frequency and apply the changes","id":"573c2b27-b4ec-4352-a226-88fd10055520","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"demandId\": 2500,\r\n    \"routeId\": 0,\r\n    \"isFreqChanged\": true,\r\n    \"linkIds\": [\r\n        221\r\n    ],\r\n    \"freqEdited\": true,\r\n    \"linkId\": \"221\",\r\n    \"selectedChannel\": \"9360.000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/applyEditClassic","description":"<p>This API is used to update the frequency and apply the changes. The input parameter passed is designID which can be retrieved using the API <strong>GET api/designs</strong>. The updated frequency can be passed as a value for \"selectedChannel\" attribute.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","routing","designs","{{DesignID}}","applyEditClassic"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"5654cd53-0f8b-49b2-a4c6-03b55100d3f7","name":"Update the frequency and apply changes","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"demandId\": 2500,\r\n    \"routeId\": 0,\r\n    \"isFreqChanged\": true,\r\n    \"linkIds\": [\r\n        221\r\n    ],\r\n    \"freqEdited\": true,\r\n    \"linkId\": \"221\",\r\n    \"selectedChannel\": \"9360.000\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/routing/designs/{{DesignID}}/applyEditClassic"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2024 09:14:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"responseType\": \"Pass\",\n    \"errorWarnList\": []\n}"}],"_postman_id":"573c2b27-b4ec-4352-a226-88fd10055520"}],"id":"442df509-a8a2-4605-954f-0b7b9a4426a7","_postman_id":"442df509-a8a2-4605-954f-0b7b9a4426a7","description":""}],"id":"82ecbd0f-b03b-4f66-b6ec-57fe3e9a6fdd","_postman_id":"82ecbd0f-b03b-4f66-b6ec-57fe3e9a6fdd","description":""},{"name":"Manage Branches","item":[{"name":"Create Branch","id":"9cda6534-3b12-4fd4-be11-85ec11e38898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"\t{\"name\":\"Branch_new\",\r\n    \t\"description\":\"\"}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/branch","description":"<p>This API is used to create a new design branch. The input parameter passed id designID which can be retrieved uusing the API <strong>GET api/designs</strong>.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","branch"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"59430f07-98a9-46d2-b252-857140464a31","name":"Create Branch","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"\t{\"name\":\"Branch_new\",\r\n    \t\"description\":\"\"}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/branch"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=00ED58549FF402D698DF637A423154A8; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 02 Dec 2024 05:52:29 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 234,\n    \"name\": \"Branch_new\",\n    \"description\": \"\",\n    \"createdByUser\": \"sandhya_planner\",\n    \"modifiedByUser\": \"sandhya_planner\",\n    \"createdDate\": \"2024-12-02T05:52:29.167+00:00\",\n    \"lastModifiedDate\": \"2024-12-02T05:52:29.317+00:00\",\n    \"operationalState\": \"Ready\",\n    \"checkoutStatus\": \"NA\",\n    \"checkoutBackupExists\": false,\n    \"designVersion\": \"24.12.0-4422241201\",\n    \"designState\": \"COMPLETE_VALID\",\n    \"fileFolder\": \"designs/design_5208241454392294416/branch_sandhyap-1733118749140/latest\",\n    \"profile\": \"Core HiPerf CDC-F C-L 2.0 GMPLS\",\n    \"sconTemplateName\": \"Core CDC-F IRDM32 C-L GMPLS\",\n    \"sconTemplateVersion\": \"24.2H.15\",\n    \"uploaded\": false,\n    \"neReleaseManaged\": true,\n    \"designType\": \"PLANNING_DESIGN\",\n    \"isMainBranch\": false,\n    \"hasPublishedRevision\": \"NO\",\n    \"bomVersion\": 0,\n    \"mainBranch\": false,\n    \"familyId\": 168\n}"}],"_postman_id":"9cda6534-3b12-4fd4-be11-85ec11e38898"},{"name":"Retrieve the revision id","id":"bbabb6d9-007f-4cf9-8046-de2374e60ecf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/history/design/{{DesignID}}/page/{{pageno}}","description":"<p>This API retrieves the Git history of the design branch. The revision id is same as commitId in the response of the API. The input parameter passed for this API is designID which can be retrieved using the API <strong>GET api/designs</strong>.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","history","design","{{DesignID}}","page","{{pageno}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"f408f015-c6b8-4d73-9f1b-74ea56a51454","name":"Retrieve the Revision ID","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/history/design/{{DesignID}}/page/{{pageno}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Mon, 02 Dec 2024 06:46:41 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"commitMessage\": \"TEST2\",\n        \"commitId\": \"b367835075e40b1a40def5922c118578b8577a1c\",\n        \"commitTime\": 1733121638,\n        \"authorName\": \"sandhya_planner (sandhya_planner)\",\n        \"designState\": \"COMPLETE_VALID\",\n        \"published\": false\n    },\n    {\n        \"commitMessage\": \"TEST\",\n        \"commitId\": \"32443d045930acb223491e4a191c8953d88ac2da\",\n        \"commitTime\": 1733121242,\n        \"authorName\": \"sandhya_planner (sandhya_planner)\",\n        \"designState\": \"COMPLETE_UNVERIFIED\",\n        \"published\": false\n    },\n    {\n        \"commitMessage\": \"test1\",\n        \"commitId\": \"f1ea2d003fe0deec1bfb833be30cb76d8c4703ed\",\n        \"commitTime\": 1733118640,\n        \"authorName\": \"sandhya_planner (sandhya_planner)\",\n        \"designState\": \"COMPLETE_VALID\",\n        \"published\": false\n    },\n    {\n        \"commitMessage\": \"test\",\n        \"commitId\": \"67ba7d8cbb84bf05e21a659f46384e17ad42b2e2\",\n        \"commitTime\": 1733118369,\n        \"authorName\": \"sandhya_planner (sandhya_planner)\",\n        \"designState\": \"COMPLETE_VALID\",\n        \"published\": false\n    },\n    {\n        \"commitMessage\": \"Created planner-20241202110556\",\n        \"commitId\": \"7f94bda6613c7efc1640d1e8b91f31f24cb01538\",\n        \"commitTime\": 1733117769,\n        \"authorName\": \"sandhya_planner (sandhya_planner)\",\n        \"designState\": \"NOT_DESIGNED\",\n        \"published\": false\n    }\n]"}],"_postman_id":"bbabb6d9-007f-4cf9-8046-de2374e60ecf"},{"name":"Publish branch","id":"9cac006f-d2eb-47aa-a49b-a63a2fa9127f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"revision\":\"cc3bf1d82e2b8330d5e8ebecb30f148f718e62f0\",\r\n\"publishReason\":\"publish_test\"}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/publish","description":"<p>This API is used to publish a design branch. In order to publish a design branch, a system has to be created. A system can be created using the API <strong>POST /api/designs/{designID}/systems</strong>. The input parameter passed for this API is designID which can be retrieved using the API <strong>GET api/designs</strong>.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","publish"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"f5d9fda0-f76b-40c9-8e85-08a2949e2af6","name":"Publish branch","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\"revision\":\"f56753eda8ed0fe74bf1fc43dc71ab9671266df4\",\r\n\"publishReason\":\"publish_test\"}\r\n","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/publish"},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 03 Dec 2024 10:51:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 134,\n    \"jobId\": 134,\n    \"createTime\": \"2024-12-03T10:51:25.736+00:00\",\n    \"lastUpdated\": \"2024-12-03T10:51:25.736+00:00\",\n    \"status\": \"STARTING\",\n    \"exitStatus\": {\n        \"exitCode\": \"UNKNOWN\",\n        \"exitDescription\": \"\",\n        \"running\": true\n    },\n    \"jobConfigurationName\": \"Publish Revision\",\n    \"jobName\": \"Publish Revision\",\n    \"jobParameters\": {\n        \"revisionId\": {\n            \"value\": \"f56753eda8ed0fe74bf1fc43dc71ab9671266df4\"\n        },\n        \"publishReason\": {\n            \"value\": \"publish_test\"\n        },\n        \"name\": {\n            \"value\": \"planner-20241203161600\"\n        },\n        \"designId\": {\n            \"value\": 1140\n        }\n    },\n    \"stepExecutions\": [],\n    \"createdBy\": \"\",\n    \"entityId\": 0,\n    \"entityClass\": \"\",\n    \"entityName\": \"planner-20241203161600\",\n    \"parentJobId\": 0,\n    \"failReason\": \"\",\n    \"fileName\": \"\",\n    \"demandId\": \"\",\n    \"jobParametersStr\": \"revisionId: f56753eda8ed0fe74bf1fc43dc71ab9671266df4, publishReason: publish_test, name: planner-20241203161600, designId: 1140 \",\n    \"jobDto\": {\n        \"id\": 134,\n        \"jobName\": \"Publish Revision\",\n        \"entity\": \"planner-20241203161600\",\n        \"status\": \"STARTING\",\n        \"username\": \"\",\n        \"details\": \"\",\n        \"guiLabel\": \"planner-20241203161600\",\n        \"className\": \"Jobs\"\n    }\n}"}],"_postman_id":"9cac006f-d2eb-47aa-a49b-a63a2fa9127f"},{"name":"Unpublish","id":"0866538d-fb52-47a8-b2da-af402076aec5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"unpublishReason\": \"unpublish_test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/unpublish","description":"<p>This API is used to unpublish a design branch.The input parameter passed for this API is designID which can be retrieved using the API <strong>GET api/designs</strong>.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","unpublish"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"9805ba5f-4c3e-4588-bcd6-4a8ff8d77d12","name":"Unpublish","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\r\n    \"unpublishReason\": \"unpublish_test\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/unpublish"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 03 Dec 2024 10:52:32 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1140,\n    \"name\": \"planner-20241203161600\",\n    \"description\": \"\",\n    \"createdByUser\": \"sandhya_planner\",\n    \"modifiedByUser\": \"sandhya_planner\",\n    \"createdDate\": \"2024-12-03T10:46:04.735+00:00\",\n    \"lastModifiedDate\": \"2024-12-03T10:52:32.033+00:00\",\n    \"operationalState\": \"Ready\",\n    \"checkoutStatus\": \"NA\",\n    \"checkoutBackupExists\": false,\n    \"designVersion\": \"24.12.0-4428241202\",\n    \"designState\": \"COMPLETE_VALID\",\n    \"fileFolder\": \"designs/design_5914039904168832421/branch_main/latest\",\n    \"profile\": \"Core HiPerf CDC-F C-L 2.0 GMPLS\",\n    \"sconTemplateName\": \"Core CDC-F IRDM32 C-L GMPLS\",\n    \"sconTemplateVersion\": \"24.2H.15\",\n    \"uploaded\": false,\n    \"neReleaseManaged\": true,\n    \"designType\": \"PLANNING_DESIGN\",\n    \"designSummary\": {\n        \"id\": 1149,\n        \"gmplsFailures\": 0,\n        \"sites\": 2,\n        \"nodes\": 2,\n        \"nes\": 2,\n        \"shelves\": 4,\n        \"packs\": 24,\n        \"ports\": 290,\n        \"segments\": 1,\n        \"systems\": 0,\n        \"trails\": 1,\n        \"services\": 1,\n        \"gmpls\": true,\n        \"dcm\": \"No\",\n        \"oms\": 1,\n        \"application\": null\n    },\n    \"isMainBranch\": true,\n    \"hasPublishedRevision\": \"NO\",\n    \"bomVersion\": 0,\n    \"mainBranch\": true,\n    \"familyId\": 1139\n}"}],"_postman_id":"0866538d-fb52-47a8-b2da-af402076aec5"}],"id":"f8dab211-6d8d-4073-aed0-a9672f7fdefd","_postman_id":"f8dab211-6d8d-4073-aed0-a9672f7fdefd","description":""},{"name":"Retrieve information about FRABBS","item":[{"name":"Retrieve information about FRABBS","id":"c0bb8e06-7c63-4c94-bab9-8a7f01369351","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/sites/{{siteID}}","description":"<p>This API can be used to retrieve information about the FRABBS.The FRABBS include information about maxAislesPerRoom, maxBaysPerAisle, and floorAndRoom in the response. The input parameters for this API are design ID and siteID which can be retrieved using the APIs <strong>GET api/designs</strong> and <strong>GET /api/designs/{designId}/sites.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","sites","{{siteID}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"9020db63-970b-4534-85b4-0d6801df148a","name":"Retrieve information about FRABBS","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/sites/{{siteID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=7EA6371776D0F457EAE4512EDF07DC34; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Thu, 28 Nov 2024 10:58:34 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 50,\n    \"name\": \"Site1\",\n    \"description\": \"\",\n    \"nfmtName\": \"\",\n    \"gmplsStatus\": true,\n    \"type\": \"Site1\",\n    \"geoLat\": 13.01887,\n    \"geoLon\": 12.45283,\n    \"nonGeoLat\": 13.01887,\n    \"nonGeoLon\": 12.45283,\n    \"geocoding\": false,\n    \"floorAndRoom\": \"Floor1, Room1\",\n    \"maxAislesPerRoom\": 5,\n    \"maxBaysPerAisle\": 10,\n    \"etr\": false,\n    \"temperatureRange\": \"STANDARD\",\n    \"clustered\": false,\n    \"anssiQSconfigured\": false,\n    \"lockLatLong\": false,\n    \"powerFilterType\": \"WITH_BREAKER\",\n    \"shelfPowerFeedLimit\": 0,\n    \"allowPF30\": false,\n    \"allowPF60\": false,\n    \"allowPF70\": false,\n    \"allowPF20\": false,\n    \"allowPF50\": true,\n    \"pss16AllowPF20\": true,\n    \"pss16AllowPF35\": false,\n    \"pss4AllowPF7\": true,\n    \"pss4AllowPF4\": false,\n    \"pss4AllowPF5\": false,\n    \"pss16IIPowerFilter\": \"DC\",\n    \"pss8PowerFilter\": \"DC\",\n    \"psi8LPowerFilter\": \"DC\",\n    \"psi4LPowerFilter\": \"DC\",\n    \"psiACPowerCord\": \"US\",\n    \"pss24xPowerFilter\": \"DC48V70A\",\n    \"pss8ACVoltageFloor\": 0,\n    \"pss4IIPowerFilter\": \"DC48V20A\",\n    \"pss4IIDCVoltageFloor\": 39,\n    \"pssMatrixSizeForBtTable\": \"24T\",\n    \"requireMaxDegree8\": false,\n    \"forceHighCapacityFilter\": true,\n    \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n    \"defaultDGETypeLBand\": \"None\",\n    \"segregationOT\": \"AllowMixing\",\n    \"useLowLatencyDCMsInNonModularOAs\": false,\n    \"meshFiberingScheme\": \"Standard\",\n    \"meshFiberingSchemeLband\": \"Standard\",\n    \"meshFiberingType\": \"MSH4-FSB\",\n    \"segmentLBandConnected\": true,\n    \"tOADM\": false,\n    \"profile\": \"CDCF\",\n    \"requireROADM\": false,\n    \"defaultWR\": \"IRDM32\",\n    \"maxADDegree\": 0,\n    \"maxCWRinADBlock\": 8,\n    \"bandType\": \"C\",\n    \"allowPacket\": true,\n    \"upgradeableROADM\": false,\n    \"opsysPassThruNodeOptions\": \"OADM\",\n    \"isCore\": false,\n    \"spurHome\": \"None\",\n    \"allowWDMonMSPP\": false,\n    \"maxOADMDegree\": 8,\n    \"equipAllMESH4\": false,\n    \"equipAllAnyDirADFilters\": false,\n    \"equipAnyDirADBlocks\": false,\n    \"wtocmOnXmtOnlyconfigD\": false,\n    \"equipCWRinADBlock\": false,\n    \"allowGroupIsolation\": false,\n    \"allowGroupIsolationLband\": false,\n    \"mlfsbforceEndTerminalNode\": false,\n    \"mainShelf\": \"PSS32\",\n    \"mainShelfPref\": \"PSS16II\",\n    \"extShelfGeneralPref\": \"PSS32\",\n    \"extShelfClientLinePairedPref\": \"PSS16II\",\n    \"ilaExtShelfGeneralPref\": \"PSS16II\",\n    \"mainShelfPrefOT\": \"PSS32\",\n    \"extShelfGeneralPrefOT\": \"PSS32\",\n    \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n    \"pss24xMatrixSize\": \"SC24T\",\n    \"fiberStorageTray\": \"INCLUDE\",\n    \"mixPSI\": \"INCLUDE\",\n    \"attenDrawer\": \"DO_NOT_INCLUDE\",\n    \"flexShelf\": \"DO_NOT_INCLUDE\",\n    \"shelfCover\": \"DO_NOT_INCLUDE\",\n    \"extShelfCover\": true,\n    \"shelfDepth\": \"DEPTH13INCH\",\n    \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n    \"includeRacks\": false,\n    \"allowPSS8UP\": false,\n    \"pss32FanCapacity\": \"HIGH\",\n    \"encryptedECneeded\": false,\n    \"lineSideXFP\": \"TUNABLE_XFP\",\n    \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n    \"shelfPowerMargin\": 0,\n    \"shelfVoltageFloor\": 39,\n    \"lineIsolation\": \"NoLineIsolation\",\n    \"lineIsolationOnWTOCM\": true,\n    \"pss16IIACVariant\": false,\n    \"pss16IIilaFanCapacity\": \"HIGH\",\n    \"regen\": \"11STAR1A\",\n    \"ot260SCX2OperatingMode\": \"Single Mode\",\n    \"ot1UD200OperatingMode\": \"Single Mode\",\n    \"rackFill\": \"FILL_BOTTOM\",\n    \"sharePSCamongWdmLines\": true,\n    \"packPlacementSpecName\": \"System Default\",\n    \"pss24xMountSetup\": \"VERTICAL\",\n    \"shelfWidthPSS\": \"ANSI 23 Inch\",\n    \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n    \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n    \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n    \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n    \"ruVerticalSpasePSS4II\": \"78 Inches\",\n    \"pss16ControllerProtection\": true,\n    \"pss8ControllerProtection\": true,\n    \"pss16IIControllerProtection\": true,\n    \"pss32ControllerProtection\": true,\n    \"psi8LControllerProtection\": true,\n    \"psi4LControllerProtection\": true,\n    \"pss16PfProtection\": true,\n    \"pss16IIPfProtection\": true,\n    \"pss4PfProtection\": true,\n    \"pss8PfProtection\": true,\n    \"maxPscSectionPerOpticalLine\": 0,\n    \"minPscSectionPerOpticalLine\": 0,\n    \"maxPscSectionPerADBlock\": 0,\n    \"minPscSectionPerADBlock\": 0,\n    \"autoOadmNeShelfTypeConfigurations\": {\n        \"extShelfClientLinePairedPref\": \"PSS16II\",\n        \"possibleExtensionShelfTypeList\": [\n            \"PSS32\",\n            \"PSS16II\"\n        ],\n        \"allShelfTypeList\": [\n            \"PSS32\",\n            \"PSS32\",\n            \"PSS16II\",\n            null\n        ],\n        \"mainShelfPref\": \"PSS32\",\n        \"extShelfGeneralPref\": \"PSS32\"\n    },\n    \"autoIlaNEShelfTypeConfigurations\": {\n        \"mainShelfPref\": \"PSS16II\",\n        \"extShelfGeneralPref\": \"PSS16II\",\n        \"allShelfTypeList\": [\n            \"PSS16II\",\n            \"PSS16II\"\n        ]\n    },\n    \"autoAnssiNEShelfTypeConfigurations\": {\n        \"mainShelfPref\": \"PSS8\",\n        \"extShelfGeneralPref\": \"PSS32\",\n        \"allShelfTypeList\": [\n            \"PSS8\",\n            \"PSS32\"\n        ]\n    },\n    \"autoOtpNeShelfTypeConfigurations\": {\n        \"mainShelfPref\": \"PSS32\",\n        \"extShelfGeneralPref\": \"PSS32\",\n        \"allShelfTypeList\": [\n            \"PSS32\",\n            \"PSS32\"\n        ]\n    },\n    \"autoOtpNeMEShelfTypeConfigurations\": {\n        \"extShelfOTNPref\": \"PSS24X\",\n        \"extShelfClientLinePairedPref\": \"PSS8\",\n        \"possibleExtensionShelfTypeList\": [\n            \"PSS32\",\n            \"PSS8\"\n        ],\n        \"allShelfTypeList\": [\n            \"PSS32\",\n            \"PSS32\",\n            \"PSS8\",\n            \"PSS24X\"\n        ],\n        \"mainShelfPref\": \"PSS32\",\n        \"extShelfGeneralPref\": \"PSS32\"\n    },\n    \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n    \"maxMcsAdBlockNode\": \"25\",\n    \"minMcsAdBlockNode\": \"1\",\n    \"aarType\": \"AAR2X8A\",\n    \"minaarCartPerMcsAdBlock\": \"1\",\n    \"minMcsCartPerMcsAdBlock\": \"1\",\n    \"maxMcsAdBlockNodeLband\": \"0\",\n    \"minMcsAdBlockNodeLband\": \"0\",\n    \"aaRTypeLband\": \"\",\n    \"minaarCartPerMcsAdBlockLband\": \"0\",\n    \"minMcsCartPerMcsADBlockLband\": \"0\",\n    \"regenMode\": \"Unrestricted 3R\",\n    \"cardChannelCountLimit\": \"\",\n    \"cardChannelCountLimitLBand\": \"\",\n    \"neSet\": [\n        {\n            \"id\": 960,\n            \"name\": \"Site1-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"site\": {\n                \"id\": 50,\n                \"name\": \"Site1\",\n                \"description\": \"\",\n                \"nfmtName\": \"\",\n                \"gmplsStatus\": true,\n                \"type\": \"Site1\",\n                \"geoLat\": 13.01887,\n                \"geoLon\": 12.45283,\n                \"nonGeoLat\": 13.01887,\n                \"nonGeoLon\": 12.45283,\n                \"geocoding\": false,\n                \"floorAndRoom\": \"Floor1, Room1\",\n                \"maxAislesPerRoom\": 5,\n                \"maxBaysPerAisle\": 10,\n                \"etr\": false,\n                \"temperatureRange\": \"STANDARD\",\n                \"clustered\": false,\n                \"anssiQSconfigured\": false,\n                \"lockLatLong\": false,\n                \"powerFilterType\": \"WITH_BREAKER\",\n                \"shelfPowerFeedLimit\": 0,\n                \"allowPF30\": false,\n                \"allowPF60\": false,\n                \"allowPF70\": false,\n                \"allowPF20\": false,\n                \"allowPF50\": true,\n                \"pss16AllowPF20\": true,\n                \"pss16AllowPF35\": false,\n                \"pss4AllowPF7\": true,\n                \"pss4AllowPF4\": false,\n                \"pss4AllowPF5\": false,\n                \"pss16IIPowerFilter\": \"DC\",\n                \"pss8PowerFilter\": \"DC\",\n                \"psi8LPowerFilter\": \"DC\",\n                \"psi4LPowerFilter\": \"DC\",\n                \"psiACPowerCord\": \"US\",\n                \"pss24xPowerFilter\": \"DC48V70A\",\n                \"pss8ACVoltageFloor\": 0,\n                \"pss4IIPowerFilter\": \"DC48V20A\",\n                \"pss4IIDCVoltageFloor\": 39,\n                \"pssMatrixSizeForBtTable\": \"24T\",\n                \"requireMaxDegree8\": false,\n                \"forceHighCapacityFilter\": true,\n                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                \"defaultDGETypeLBand\": \"None\",\n                \"segregationOT\": \"AllowMixing\",\n                \"useLowLatencyDCMsInNonModularOAs\": false,\n                \"meshFiberingScheme\": \"Standard\",\n                \"meshFiberingSchemeLband\": \"Standard\",\n                \"meshFiberingType\": \"MSH4-FSB\",\n                \"segmentLBandConnected\": true,\n                \"tOADM\": false,\n                \"profile\": \"CDCF\",\n                \"requireROADM\": false,\n                \"defaultWR\": \"IRDM32\",\n                \"maxADDegree\": 0,\n                \"maxCWRinADBlock\": 8,\n                \"bandType\": \"C\",\n                \"allowPacket\": true,\n                \"upgradeableROADM\": false,\n                \"opsysPassThruNodeOptions\": \"OADM\",\n                \"isCore\": false,\n                \"spurHome\": \"None\",\n                \"allowWDMonMSPP\": false,\n                \"maxOADMDegree\": 8,\n                \"equipAllMESH4\": false,\n                \"equipAllAnyDirADFilters\": false,\n                \"equipAnyDirADBlocks\": false,\n                \"wtocmOnXmtOnlyconfigD\": false,\n                \"equipCWRinADBlock\": false,\n                \"allowGroupIsolation\": false,\n                \"allowGroupIsolationLband\": false,\n                \"mlfsbforceEndTerminalNode\": false,\n                \"mainShelf\": \"PSS32\",\n                \"mainShelfPref\": \"PSS16II\",\n                \"extShelfGeneralPref\": \"PSS32\",\n                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                \"mainShelfPrefOT\": \"PSS32\",\n                \"extShelfGeneralPrefOT\": \"PSS32\",\n                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                \"pss24xMatrixSize\": \"SC24T\",\n                \"fiberStorageTray\": \"INCLUDE\",\n                \"mixPSI\": \"INCLUDE\",\n                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                \"extShelfCover\": true,\n                \"shelfDepth\": \"DEPTH13INCH\",\n                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                \"includeRacks\": false,\n                \"allowPSS8UP\": false,\n                \"pss32FanCapacity\": \"HIGH\",\n                \"encryptedECneeded\": false,\n                \"lineSideXFP\": \"TUNABLE_XFP\",\n                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                \"shelfPowerMargin\": 0,\n                \"shelfVoltageFloor\": 39,\n                \"lineIsolation\": \"NoLineIsolation\",\n                \"lineIsolationOnWTOCM\": true,\n                \"pss16IIACVariant\": false,\n                \"pss16IIilaFanCapacity\": \"HIGH\",\n                \"regen\": \"11STAR1A\",\n                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                \"ot1UD200OperatingMode\": \"Single Mode\",\n                \"rackFill\": \"FILL_BOTTOM\",\n                \"sharePSCamongWdmLines\": true,\n                \"packPlacementSpecName\": \"System Default\",\n                \"pss24xMountSetup\": \"VERTICAL\",\n                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                \"pss16ControllerProtection\": true,\n                \"pss8ControllerProtection\": true,\n                \"pss16IIControllerProtection\": true,\n                \"pss32ControllerProtection\": true,\n                \"psi8LControllerProtection\": true,\n                \"psi4LControllerProtection\": true,\n                \"pss16PfProtection\": true,\n                \"pss16IIPfProtection\": true,\n                \"pss4PfProtection\": true,\n                \"pss8PfProtection\": true,\n                \"maxPscSectionPerOpticalLine\": 0,\n                \"minPscSectionPerOpticalLine\": 0,\n                \"maxPscSectionPerADBlock\": 0,\n                \"minPscSectionPerADBlock\": 0,\n                \"autoOadmNeShelfTypeConfigurations\": {\n                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                    \"possibleExtensionShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS16II\"\n                    ],\n                    \"allShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS32\",\n                        \"PSS16II\",\n                        null\n                    ],\n                    \"mainShelfPref\": \"PSS32\",\n                    \"extShelfGeneralPref\": \"PSS32\"\n                },\n                \"autoIlaNEShelfTypeConfigurations\": {\n                    \"mainShelfPref\": \"PSS16II\",\n                    \"extShelfGeneralPref\": \"PSS16II\",\n                    \"allShelfTypeList\": [\n                        \"PSS16II\",\n                        \"PSS16II\"\n                    ]\n                },\n                \"autoAnssiNEShelfTypeConfigurations\": {\n                    \"mainShelfPref\": \"PSS8\",\n                    \"extShelfGeneralPref\": \"PSS32\",\n                    \"allShelfTypeList\": [\n                        \"PSS8\",\n                        \"PSS32\"\n                    ]\n                },\n                \"autoOtpNeShelfTypeConfigurations\": {\n                    \"mainShelfPref\": \"PSS32\",\n                    \"extShelfGeneralPref\": \"PSS32\",\n                    \"allShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS32\"\n                    ]\n                },\n                \"autoOtpNeMEShelfTypeConfigurations\": {\n                    \"extShelfOTNPref\": \"PSS24X\",\n                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                    \"possibleExtensionShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS8\"\n                    ],\n                    \"allShelfTypeList\": [\n                        \"PSS32\",\n                        \"PSS32\",\n                        \"PSS8\",\n                        \"PSS24X\"\n                    ],\n                    \"mainShelfPref\": \"PSS32\",\n                    \"extShelfGeneralPref\": \"PSS32\"\n                },\n                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                \"maxMcsAdBlockNode\": \"25\",\n                \"minMcsAdBlockNode\": \"1\",\n                \"aarType\": \"AAR2X8A\",\n                \"minaarCartPerMcsAdBlock\": \"1\",\n                \"minMcsCartPerMcsAdBlock\": \"1\",\n                \"maxMcsAdBlockNodeLband\": \"0\",\n                \"minMcsAdBlockNodeLband\": \"0\",\n                \"aaRTypeLband\": \"\",\n                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                \"regenMode\": \"Unrestricted 3R\",\n                \"cardChannelCountLimit\": \"\",\n                \"cardChannelCountLimitLBand\": \"\",\n                \"neSet\": [],\n                \"frozen\": false,\n                \"wtKeys\": \"On\",\n                \"allowHeterogeneousNodeType\": \"NONE\",\n                \"heteroNodeType\": \"None\",\n                \"defaultWrCband\": \"IRDM32\",\n                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                \"allowFsxCreationCband\": false,\n                \"mcsType\": \"MCS8-16\",\n                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                \"minMxnCDCadBlockByType\": \"0\",\n                \"mxnType\": \"MXN824\",\n                \"ascType\": \"ASC2\",\n                \"minASCSections\": \"1\",\n                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                \"defaultWrLband\": \"None\",\n                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                \"allowFsxCreationLband\": false,\n                \"mcsTypeLband\": \"MCS1615L\",\n                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                \"group1\": \"\",\n                \"group2\": \"\",\n                \"group3\": \"\",\n                \"group4\": \"\",\n                \"group1Lband\": \"\",\n                \"group2Lband\": \"\",\n                \"group3Lband\": \"\",\n                \"group4Lband\": \"\",\n                \"deployedState\": false,\n                \"canCreate24x\": false,\n                \"otnShelfEnabled\": false,\n                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                \"splitterTypeFsx\": \"PSC1_6\",\n                \"splitterTypeAdx\": \"PSC1_6\",\n                \"psimMainShelf\": \"PSIM\",\n                \"autoPSIMShelfTypeConfigurations\": {\n                    \"mainShelfPref\": \"PSIM\",\n                    \"extShelfGeneralPref\": \"PSS32\",\n                    \"allShelfTypeList\": [\n                        \"PSIM\",\n                        \"PSS32\"\n                    ]\n                },\n                \"psimcontrollerProtection\": true,\n                \"numberOfPDUSiteJumperKits\": 0,\n                \"psimpowerFilter\": \"DC\",\n                \"oadmchoice\": \"ROADM\",\n                \"adblockType\": \"CONFIG_D\",\n                \"otInSepShelfForCDC\": true,\n                \"otInSepShelf\": false,\n                \"mcsInSepShelf\": false,\n                \"otdrinSeparateShelf\": false,\n                \"ruverticalSpacePSS\": \"80 Inches\",\n                \"ruverticalSpacePSIM\": \"44 RU\",\n                \"ruverticalSpacePSIL\": \"44 RU\",\n                \"ruverticalSpacePSI2T\": \"44 RU\",\n                \"pduincludeSliderKit\": false,\n                \"pduincludeBreakerToggle\": false,\n                \"allowWDM\": true,\n                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                \"adallowUniDIR\": true,\n                \"wtocmonILA\": false,\n                \"neregenMode\": \"Free3R\",\n                \"pdutype\": \"NONE\",\n                \"netype\": \"PSS1830\"\n            },\n            \"neType\": \"PSS_WDM\",\n            \"neRelease\": \"24.12.x\",\n            \"mainShelfType\": \"PSS-32 Universal\",\n            \"extShelfType\": \"PSS-32 Universal\",\n            \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n            \"extensionOtnShelfType\": \"NA\",\n            \"shelfWidth\": \"ANSI 23 Inch\",\n            \"ruVerticalSpace\": \"80 Inches\",\n            \"loopBackIp\": \"\",\n            \"oampIp\": \"\",\n            \"citIp\": \"\",\n            \"voipIp\": \"\",\n            \"sid\": \"Site1-1\",\n            \"otPlacement\": false,\n            \"opticalEquipment\": true,\n            \"numEmptyShelf\": 0,\n            \"userDefined\": \"Auto\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"siteName\": \"Site1\"\n        }\n    ],\n    \"frozen\": false,\n    \"wtKeys\": \"On\",\n    \"allowHeterogeneousNodeType\": \"NONE\",\n    \"heteroNodeType\": \"None\",\n    \"defaultWrCband\": \"IRDM32\",\n    \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n    \"allowFsxCreationCband\": false,\n    \"mcsType\": \"MCS8-16\",\n    \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n    \"minMxnCDCadBlockByType\": \"0\",\n    \"mxnType\": \"MXN824\",\n    \"ascType\": \"ASC2\",\n    \"minASCSections\": \"1\",\n    \"minCdcMlsfbAdxADBlockByType\": \"0\",\n    \"minPscMlsfbAdxADBlockByType\": \"1\",\n    \"minCdcMlsfbFsxADBlockByType\": \"0\",\n    \"minPscMlsfbFsxADBlockByType\": \"1\",\n    \"defaultWrLband\": \"None\",\n    \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n    \"allowFsxCreationLband\": false,\n    \"mcsTypeLband\": \"MCS1615L\",\n    \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29\",\n    \"minMxnCdcADBlockByTypeLband\": \"0\",\n    \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n    \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n    \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n    \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n    \"group1\": \"\",\n    \"group2\": \"\",\n    \"group3\": \"\",\n    \"group4\": \"\",\n    \"group1Lband\": \"\",\n    \"group2Lband\": \"\",\n    \"group3Lband\": \"\",\n    \"group4Lband\": \"\",\n    \"deployedState\": false,\n    \"canCreate24x\": false,\n    \"otnShelfEnabled\": false,\n    \"splitterTypePerOpticalLine\": \"PSC1_6\",\n    \"splitterTypeAdxlBand\": \"PSC1_6\",\n    \"splitterTypeFsxlBand\": \"PSC1_6\",\n    \"splitterTypeFsx\": \"PSC1_6\",\n    \"splitterTypeAdx\": \"PSC1_6\",\n    \"psimMainShelf\": \"PSIM\",\n    \"autoPSIMShelfTypeConfigurations\": {\n        \"mainShelfPref\": \"PSIM\",\n        \"extShelfGeneralPref\": \"PSS32\",\n        \"allShelfTypeList\": [\n            \"PSIM\",\n            \"PSS32\"\n        ]\n    },\n    \"psimcontrollerProtection\": true,\n    \"numberOfPDUSiteJumperKits\": 0,\n    \"psimpowerFilter\": \"DC\",\n    \"oadmchoice\": \"ROADM\",\n    \"adblockType\": \"CONFIG_D\",\n    \"otInSepShelfForCDC\": true,\n    \"otInSepShelf\": false,\n    \"mcsInSepShelf\": false,\n    \"otdrinSeparateShelf\": false,\n    \"ruverticalSpacePSS\": \"80 Inches\",\n    \"ruverticalSpacePSIM\": \"44 RU\",\n    \"ruverticalSpacePSIL\": \"44 RU\",\n    \"ruverticalSpacePSI2T\": \"44 RU\",\n    \"pduincludeSliderKit\": false,\n    \"pduincludeBreakerToggle\": false,\n    \"allowWDM\": true,\n    \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n    \"adallowUniDIR\": true,\n    \"wtocmonILA\": false,\n    \"neregenMode\": \"Free3R\",\n    \"pdutype\": \"NONE\",\n    \"netype\": \"PSS1830\"\n}"}],"_postman_id":"c0bb8e06-7c63-4c94-bab9-8a7f01369351"}],"id":"9ca0c06e-cab6-47a5-a3ba-41e683045c2b","_postman_id":"9ca0c06e-cab6-47a5-a3ba-41e683045c2b","description":""},{"name":"Swap Shelf","item":[{"name":"Swap shelf","id":"651d6c6a-81fa-4428-9653-3a84fc11b9a0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"retainShelfIfEmpty\": false,\r\n    \"number\": \"3\",\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/shelves/{{shelfID}}","description":"<p>This API is used to update or swap the shelf.The input parameter for this API are designID and shelfID which can be retrieved using the APIs <strong>GET api/designs</strong> and <strong>GET /api/designs/{designId}/nes/{neId}/shelves</strong> respectively. To retrieve neId use the API <strong>GET /api/designs/{designId}/nes.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","shelves","{{shelfID}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"daa879b5-2d3f-4b2b-a4a8-a207f4661096","name":"Swap shelf","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"retainShelfIfEmpty\": false,\r\n    \"number\": \"3\",\r\n    \"description\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/shelves/{{shelfID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 04 Dec 2024 06:57:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1010,\n    \"name\": \"shelf-3\",\n    \"description\": \"\",\n    \"nfmtName\": \"\",\n    \"number\": 3,\n    \"shelfType\": \"PSS32\",\n    \"slots\": [],\n    \"allowedShelfPower\": 1950,\n    \"typicalShelfPower\": 194,\n    \"maxShelfPower\": 610,\n    \"dcmContainerId\": \" \",\n    \"cover\": \"Extended\",\n    \"depth\": \"13 Inch\",\n    \"installationKit\": \"Standard Depth\",\n    \"retainShelfIfEmpty\": false,\n    \"size\": 15,\n    \"aisleId\": 1,\n    \"bayId\": 1,\n    \"shId\": 5,\n    \"ruStartposition\": 9,\n    \"userDefined\": false,\n    \"universalShelf\": true\n}"}],"_postman_id":"651d6c6a-81fa-4428-9653-3a84fc11b9a0"}],"id":"2e9a696c-6f1c-4e1e-8bf6-5723610b333c","_postman_id":"2e9a696c-6f1c-4e1e-8bf6-5723610b333c","description":""},{"name":"Modify OMS","item":[{"name":"Retrieve OMS","id":"ee4880a9-cd41-4f5a-ace9-c0d08878b82d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/btmTblOmsTrailsData","description":"<p>This API retrieves the list of OMS.The input parameter passed is designID which can be retrieved using the API <strong>GET api/designs.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","btmTblOmsTrailsData"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"ec1a112c-2f5e-4d33-8612-f19649d2f008","name":"Retrieve the OMS","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/btmTblOmsTrailsData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2024 10:34:33 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 421,\n            \"name\": \"OMSP-Site1-Site3\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"ntwLayer\": \"OMS\",\n            \"endPointReqList\": {\n                \"tpA\": {\n                    \"orientation\": \"Tp A\",\n                    \"site\": {\n                        \"id\": 40,\n                        \"name\": \"Site1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": false,\n                        \"type\": \"Site1\",\n                        \"geoLat\": 9.93385,\n                        \"geoLon\": -60.37501,\n                        \"nonGeoLat\": 9.93385,\n                        \"nonGeoLon\": -60.37501,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"temperatureRange\": \"STANDARD\",\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"pss4IIPowerFilter\": \"DC48V20A\",\n                        \"pss4IIDCVoltageFloor\": 39,\n                        \"pssMatrixSizeForBtTable\": \"24T\",\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": false,\n                        \"tOADM\": false,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": true,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS16II\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"cardChannelCountLimitLBand\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"wtKeys\": \"On\",\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimMainShelf\": \"PSIM\",\n                        \"autoPSIMShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSIM\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSIM\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"78 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0\n                    },\n                    \"node\": {\n                        \"id\": 201,\n                        \"name\": \"Site1-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"frozen\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"msh8AfixedCabling\": false,\n                        \"groupIsolationActionApplicable\": false,\n                        \"externallyManaged\": false\n                    }\n                },\n                \"tpZ\": {\n                    \"orientation\": \"Tp Z\",\n                    \"site\": {\n                        \"id\": 80,\n                        \"name\": \"Site3\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"gmplsStatus\": false,\n                        \"type\": \"Site3\",\n                        \"geoLat\": 28.49227,\n                        \"geoLon\": 8.4375,\n                        \"nonGeoLat\": 28.49227,\n                        \"nonGeoLon\": 8.4375,\n                        \"geocoding\": false,\n                        \"floorAndRoom\": \"Floor1, Room1\",\n                        \"maxAislesPerRoom\": 5,\n                        \"maxBaysPerAisle\": 10,\n                        \"etr\": false,\n                        \"temperatureRange\": \"STANDARD\",\n                        \"clustered\": false,\n                        \"anssiQSconfigured\": false,\n                        \"lockLatLong\": false,\n                        \"powerFilterType\": \"WITH_BREAKER\",\n                        \"shelfPowerFeedLimit\": 0,\n                        \"allowPF30\": false,\n                        \"allowPF60\": false,\n                        \"allowPF70\": false,\n                        \"allowPF20\": false,\n                        \"allowPF50\": true,\n                        \"pss16AllowPF20\": true,\n                        \"pss16AllowPF35\": false,\n                        \"pss4AllowPF7\": true,\n                        \"pss4AllowPF4\": false,\n                        \"pss4AllowPF5\": false,\n                        \"pss16IIPowerFilter\": \"DC\",\n                        \"pss8PowerFilter\": \"DC\",\n                        \"psi8LPowerFilter\": \"DC\",\n                        \"psi4LPowerFilter\": \"DC\",\n                        \"psiACPowerCord\": \"US\",\n                        \"pss24xPowerFilter\": \"DC48V70A\",\n                        \"pss8ACVoltageFloor\": 0,\n                        \"pss4IIPowerFilter\": \"DC48V20A\",\n                        \"pss4IIDCVoltageFloor\": 39,\n                        \"pssMatrixSizeForBtTable\": \"24T\",\n                        \"requireMaxDegree8\": false,\n                        \"forceHighCapacityFilter\": true,\n                        \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                        \"defaultDGETypeLBand\": \"None\",\n                        \"segregationOT\": \"AllowMixing\",\n                        \"useLowLatencyDCMsInNonModularOAs\": false,\n                        \"meshFiberingScheme\": \"Standard\",\n                        \"meshFiberingSchemeLband\": \"Standard\",\n                        \"meshFiberingType\": \"MSH4-FSB\",\n                        \"segmentLBandConnected\": false,\n                        \"tOADM\": false,\n                        \"profile\": \"CDCF\",\n                        \"requireROADM\": false,\n                        \"defaultWR\": \"IRDM32\",\n                        \"maxADDegree\": 0,\n                        \"maxCWRinADBlock\": 8,\n                        \"bandType\": \"C\",\n                        \"allowPacket\": true,\n                        \"upgradeableROADM\": false,\n                        \"opsysPassThruNodeOptions\": \"OADM\",\n                        \"isCore\": false,\n                        \"spurHome\": \"None\",\n                        \"allowWDMonMSPP\": false,\n                        \"maxOADMDegree\": 8,\n                        \"equipAllMESH4\": false,\n                        \"equipAllAnyDirADFilters\": false,\n                        \"equipAnyDirADBlocks\": false,\n                        \"wtocmOnXmtOnlyconfigD\": true,\n                        \"equipCWRinADBlock\": false,\n                        \"allowGroupIsolation\": false,\n                        \"allowGroupIsolationLband\": false,\n                        \"mlfsbforceEndTerminalNode\": false,\n                        \"mainShelf\": \"PSS32\",\n                        \"mainShelfPref\": \"PSS16II\",\n                        \"extShelfGeneralPref\": \"PSS32\",\n                        \"extShelfClientLinePairedPref\": \"PSS16II\",\n                        \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                        \"mainShelfPrefOT\": \"PSS16II\",\n                        \"extShelfGeneralPrefOT\": \"PSS32\",\n                        \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                        \"otnExtShelfPref\": \"PSS24X\",\n                        \"pss24xMatrixSize\": \"SC24T\",\n                        \"fiberStorageTray\": \"INCLUDE\",\n                        \"mixPSI\": \"INCLUDE\",\n                        \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                        \"flexShelf\": \"DO_NOT_INCLUDE\",\n                        \"shelfCover\": \"DO_NOT_INCLUDE\",\n                        \"extShelfCover\": true,\n                        \"shelfDepth\": \"DEPTH13INCH\",\n                        \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                        \"includeRacks\": false,\n                        \"allowPSS8UP\": false,\n                        \"pss32FanCapacity\": \"HIGH\",\n                        \"encryptedECneeded\": false,\n                        \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                        \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                        \"shelfPowerMargin\": 0,\n                        \"shelfVoltageFloor\": 39,\n                        \"lineIsolation\": \"NoLineIsolation\",\n                        \"lineIsolationOnWTOCM\": true,\n                        \"pss16IIACVariant\": false,\n                        \"pss16IIilaFanCapacity\": \"HIGH\",\n                        \"regen\": \"11STAR1A\",\n                        \"ot260SCX2OperatingMode\": \"Single Mode\",\n                        \"ot1UD200OperatingMode\": \"Single Mode\",\n                        \"rackFill\": \"FILL_BOTTOM\",\n                        \"sharePSCamongWdmLines\": true,\n                        \"packPlacementSpecName\": \"System Default\",\n                        \"pss24xMountSetup\": \"VERTICAL\",\n                        \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                        \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                        \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                        \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                        \"pss16ControllerProtection\": true,\n                        \"pss8ControllerProtection\": true,\n                        \"pss16IIControllerProtection\": true,\n                        \"pss32ControllerProtection\": true,\n                        \"psi8LControllerProtection\": true,\n                        \"psi4LControllerProtection\": true,\n                        \"pss16PfProtection\": true,\n                        \"pss16IIPfProtection\": true,\n                        \"pss4PfProtection\": true,\n                        \"pss8PfProtection\": true,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"minPscSectionPerOpticalLine\": 0,\n                        \"maxPscSectionPerADBlock\": 0,\n                        \"minPscSectionPerADBlock\": 0,\n                        \"autoOadmNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\",\n                                \"PSS16II\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS16II\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS16II\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoIlaNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS16II\"\n                            ],\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS16II\"\n                        },\n                        \"autoAnssiNEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS8\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS8\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSS32\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"autoOtpNeMEShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSS16II\",\n                                \"PSS32\",\n                                \"PSS8\",\n                                \"PSS24X\"\n                            ],\n                            \"possibleExtensionShelfTypeList\": [\n                                \"PSS32\",\n                                \"PSS8\"\n                            ],\n                            \"extShelfClientLinePairedPref\": \"PSS8\",\n                            \"extShelfOTNPref\": \"PSS24X\",\n                            \"mainShelfPref\": \"PSS16II\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                        \"maxMcsAdBlockNode\": \"25\",\n                        \"minMcsAdBlockNode\": \"1\",\n                        \"aarType\": \"AAR2X8A\",\n                        \"minaarCartPerMcsAdBlock\": \"1\",\n                        \"minMcsCartPerMcsAdBlock\": \"1\",\n                        \"maxMcsAdBlockNodeLband\": \"0\",\n                        \"minMcsAdBlockNodeLband\": \"0\",\n                        \"aaRTypeLband\": \"\",\n                        \"minaarCartPerMcsAdBlockLband\": \"0\",\n                        \"minMcsCartPerMcsADBlockLband\": \"0\",\n                        \"cardChannelCountLimit\": \"\",\n                        \"cardChannelCountLimitLBand\": \"\",\n                        \"neSet\": [],\n                        \"frozen\": false,\n                        \"wtKeys\": \"On\",\n                        \"allowHeterogeneousNodeType\": \"NONE\",\n                        \"heteroNodeType\": \"None\",\n                        \"defaultWrCband\": \"IRDM32\",\n                        \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                        \"allowFsxCreationCband\": false,\n                        \"mcsType\": \"MCS8-16\",\n                        \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                        \"minMxnCDCadBlockByType\": \"0\",\n                        \"mxnType\": \"MXN824\",\n                        \"ascType\": \"ASC2\",\n                        \"minASCSections\": \"1\",\n                        \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                        \"minPscMlsfbAdxADBlockByType\": \"1\",\n                        \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                        \"minPscMlsfbFsxADBlockByType\": \"1\",\n                        \"defaultWrLband\": \"None\",\n                        \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                        \"allowFsxCreationLband\": false,\n                        \"mcsTypeLband\": \"MCS1615L\",\n                        \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                        \"minMxnCdcADBlockByTypeLband\": \"0\",\n                        \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                        \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                        \"group1\": \"\",\n                        \"group2\": \"\",\n                        \"group3\": \"\",\n                        \"group4\": \"\",\n                        \"group1Lband\": \"\",\n                        \"group2Lband\": \"\",\n                        \"group3Lband\": \"\",\n                        \"group4Lband\": \"\",\n                        \"deployedState\": false,\n                        \"canCreate24x\": false,\n                        \"otnShelfEnabled\": false,\n                        \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                        \"splitterTypeAdxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsxlBand\": \"PSC1_6\",\n                        \"splitterTypeFsx\": \"PSC1_6\",\n                        \"splitterTypeAdx\": \"PSC1_6\",\n                        \"psimMainShelf\": \"PSIM\",\n                        \"autoPSIMShelfTypeConfigurations\": {\n                            \"allShelfTypeList\": [\n                                \"PSIM\",\n                                \"PSS32\"\n                            ],\n                            \"mainShelfPref\": \"PSIM\",\n                            \"extShelfGeneralPref\": \"PSS32\"\n                        },\n                        \"psimpowerFilter\": \"DC\",\n                        \"oadmchoice\": \"ROADM\",\n                        \"adblockType\": \"CONFIG_D\",\n                        \"otInSepShelfForCDC\": true,\n                        \"otInSepShelf\": false,\n                        \"mcsInSepShelf\": false,\n                        \"otdrinSeparateShelf\": false,\n                        \"ruverticalSpacePSS\": \"78 Inches\",\n                        \"ruverticalSpacePSIM\": \"44 RU\",\n                        \"ruverticalSpacePSIL\": \"44 RU\",\n                        \"ruverticalSpacePSI2T\": \"44 RU\",\n                        \"pduincludeSliderKit\": false,\n                        \"pduincludeBreakerToggle\": false,\n                        \"allowWDM\": true,\n                        \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                        \"adallowUniDIR\": true,\n                        \"wtocmonILA\": false,\n                        \"pdutype\": \"NONE\",\n                        \"netype\": \"PSS1830\",\n                        \"psimcontrollerProtection\": true,\n                        \"numberOfPDUSiteJumperKits\": 0\n                    },\n                    \"node\": {\n                        \"id\": 211,\n                        \"name\": \"Site3-1-ON-1\",\n                        \"description\": \"\",\n                        \"nfmtName\": \"\",\n                        \"maxMCSAddDropBlocksNode\": 0,\n                        \"minMcsAddDropBlocksNode\": 0,\n                        \"aarcardperMcsAddDropBlock\": 0,\n                        \"maxMCSAddDropBlocksNodeLBand\": 0,\n                        \"minMcsAddDropBlocksNodeLBand\": 0,\n                        \"aarcardperMcsAddDropBlockLBand\": 0,\n                        \"logicalNodeId\": 0,\n                        \"nodeType\": \"DGE\",\n                        \"blockSet\": [],\n                        \"maxRoadmDegree\": 0,\n                        \"minAddDropDegree\": 0,\n                        \"maxAddDropDegree\": 0,\n                        \"adBlockConfig\": {},\n                        \"eqAllMesh\": false,\n                        \"dgeFilterType\": \"NONE\",\n                        \"allowLocalAddDrop\": false,\n                        \"maxPscSectionPerOpticalLine\": 0,\n                        \"sharePscAmongWdmLines\": false,\n                        \"forceManualPowerMode\": false,\n                        \"frozen\": false,\n                        \"lineGroupIsolation\": {},\n                        \"supportedBandTypeList\": [],\n                        \"msh8AfixedCabling\": false,\n                        \"groupIsolationActionApplicable\": false,\n                        \"externallyManaged\": false\n                    }\n                }\n            },\n            \"controlPlane\": \"No\",\n            \"dcm\": \"no\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"project\": \"None [Current]\",\n            \"admColorProfileDetailsName\": \"N/A\",\n            \"autoUser\": \"Auto\",\n            \"recalcRunDesign\": \"NA\",\n            \"aLine\": \"1\",\n            \"bLine\": \"1\",\n            \"aType\": \"ROADM\",\n            \"bType\": \"ROADM\",\n            \"aCwrType\": \"IRDM32LP\",\n            \"bCwrType\": \"IRDM32LP\",\n            \"maxChannelRoute\": 0,\n            \"numLband\": \"0 of 0\",\n            \"numCband\": \"2 of 96\",\n            \"cBand\": \"N/A\",\n            \"lBand\": \"N/A\",\n            \"maxChannelPower\": 0,\n            \"maxChannelPowerCBand\": \"96*\",\n            \"maxChannelRouteCBand\": \"96*\",\n            \"maxChannelPowerLBand\": \"N/A\",\n            \"maxChannelRouteLBand\": \"N/A\",\n            \"powerLBand\": \"N/A\",\n            \"powerCBand\": \"1.5\",\n            \"omsType\": \"DWDM\",\n            \"omsBand\": \"C\",\n            \"designState\": \"COMPLETE_UNVERIFIED\",\n            \"numberServerTrails\": 5,\n            \"totalLength\": 400,\n            \"spanCapacity\": \"DWDM-FLEX\",\n            \"spanCapacityList\": [],\n            \"wtDecodingBandC\": \"WTOCM-F\",\n            \"wtDecodingBandL\": \"No\",\n            \"fiberType\": \"SSMF\",\n            \"ptpio\": false,\n            \"aseLineLoading\": false,\n            \"coherentChain\": \"Unrestricted\",\n            \"detailsCost\": \"NA\",\n            \"systemID\": 0,\n            \"system\": \"\",\n            \"maxChannelCount\": [\n                {\n                    \"band\": \"C\"\n                },\n                {\n                    \"band\": \"L\"\n                }\n            ],\n            \"maxChannelCountGlobal\": [\n                {\n                    \"band\": \"L\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                },\n                {\n                    \"band\": \"C\",\n                    \"maxChannelCountForRouting\": 96,\n                    \"maxChannelCountForPower\": 96,\n                    \"maxPossibleChannelCountForRouting\": 128,\n                    \"maxPossibleChannelCountForPower\": 128\n                }\n            ],\n            \"nodeA\": \"Site1-1-ON-1\",\n            \"nodeB\": \"Site3-1-ON-1\",\n            \"wtocmtypeCBand\": \"See Segment Table\",\n            \"wtocmtypeLBand\": \"See Segment Table\",\n            \"omsplink\": \"Yes\",\n            \"omspPowerMismatchA\": false,\n            \"omspPowerMismatchB\": false,\n            \"primaryPathLinkName\": \"Site1-1-Site3-1\",\n            \"primaryPathLinkId\": 221,\n            \"secondaryPathLinkName\": \"Site1-1-Site3-1-1\",\n            \"secondaryPathLinkId\": 231,\n            \"tertiaryPathLinkName\": \"Site1-1[3]-Site3-1[3]\",\n            \"tertiaryPathLinkId\": 241,\n            \"sortName\": \"OMSP-Site000000000001-Site000000000003\",\n            \"sortnodeA\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"sortnodeB\": \"Site000000000003-000000000001-ON-000000000001\",\n            \"spanList\": [\n                {\n                    \"type\": \"OMSP\",\n                    \"id\": 321,\n                    \"name\": \"Site1-1[1]-Site2-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 40,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": false,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 9.93385,\n                                \"geoLon\": -60.37501,\n                                \"nonGeoLat\": 9.93385,\n                                \"nonGeoLon\": -60.37501,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": false,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": true,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS16II\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"78 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 201,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": false,\n                                \"type\": \"Site2\",\n                                \"geoLat\": 46.30086,\n                                \"geoLon\": -32.625,\n                                \"nonGeoLat\": 46.30086,\n                                \"nonGeoLon\": -32.625,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": false,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"ILA\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS16II\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"78 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 311,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"ILA\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site2\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site2-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site2-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ILA\",\n                    \"maxLossAtoZ\": \"22.00*\",\n                    \"maxLossZtoA\": \"22.00*\",\n                    \"minLossAtoZ\": \"21.00*\",\n                    \"minLossZtoA\": \"21.00*\",\n                    \"numberServerTrails\": 1,\n                    \"adminCost\": \"\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F - No\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"70\": \"Site1-Site2\"\n                    }\n                },\n                {\n                    \"type\": \"OMSP\",\n                    \"id\": 341,\n                    \"name\": \"Site2-1[2]-Site3-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": false,\n                                \"type\": \"Site2\",\n                                \"geoLat\": 46.30086,\n                                \"geoLon\": -32.625,\n                                \"nonGeoLat\": 46.30086,\n                                \"nonGeoLon\": -32.625,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": false,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"ILA\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS16II\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"78 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 311,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"ILA\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 80,\n                                \"name\": \"Site3\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": false,\n                                \"type\": \"Site3\",\n                                \"geoLat\": 28.49227,\n                                \"geoLon\": 8.4375,\n                                \"nonGeoLat\": 28.49227,\n                                \"nonGeoLon\": 8.4375,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": false,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": true,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS16II\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"78 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 211,\n                                \"name\": \"Site3-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site2\",\n                    \"siteB\": \"Site3\",\n                    \"nodeA\": \"Site2-1-ON-1\",\n                    \"nodeB\": \"Site3-1-ON-1\",\n                    \"neA\": \"Site2-1\",\n                    \"neB\": \"Site3-1\",\n                    \"typeA\": \"ILA\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.00*\",\n                    \"maxLossZtoA\": \"22.00*\",\n                    \"minLossAtoZ\": \"21.00*\",\n                    \"minLossZtoA\": \"21.00*\",\n                    \"numberServerTrails\": 1,\n                    \"adminCost\": \"\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"No - WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"100\": \"Site2-Site3\"\n                    }\n                },\n                {\n                    \"type\": \"OMSP\",\n                    \"id\": 371,\n                    \"name\": \"Site1-1[2]-Site4-1[1]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 40,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": false,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 9.93385,\n                                \"geoLon\": -60.37501,\n                                \"nonGeoLat\": 9.93385,\n                                \"nonGeoLon\": -60.37501,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": false,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": true,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS16II\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"78 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 201,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 110,\n                                \"name\": \"Site4\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": false,\n                                \"type\": \"Site4\",\n                                \"geoLat\": -5.25031,\n                                \"geoLon\": -18.75,\n                                \"nonGeoLat\": -5.25031,\n                                \"nonGeoLon\": -18.75,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": false,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"ILA\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS16II\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"78 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 361,\n                                \"name\": \"Site4-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"ILA\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site4\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site4-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site4-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ILA\",\n                    \"maxLossAtoZ\": \"22.00*\",\n                    \"maxLossZtoA\": \"22.00*\",\n                    \"minLossAtoZ\": \"21.00*\",\n                    \"minLossZtoA\": \"21.00*\",\n                    \"numberServerTrails\": 1,\n                    \"adminCost\": \"\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"No - WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"150\": \"Site4-Site1\"\n                    }\n                },\n                {\n                    \"type\": \"OMSP\",\n                    \"id\": 391,\n                    \"name\": \"Site4-1[2]-Site3-1[2]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 110,\n                                \"name\": \"Site4\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": false,\n                                \"type\": \"Site4\",\n                                \"geoLat\": -5.25031,\n                                \"geoLon\": -18.75,\n                                \"nonGeoLat\": -5.25031,\n                                \"nonGeoLon\": -18.75,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": false,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"ILA\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": false,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS16II\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"78 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 361,\n                                \"name\": \"Site4-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"ILA\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 80,\n                                \"name\": \"Site3\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": false,\n                                \"type\": \"Site3\",\n                                \"geoLat\": 28.49227,\n                                \"geoLon\": 8.4375,\n                                \"nonGeoLat\": 28.49227,\n                                \"nonGeoLon\": 8.4375,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": false,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": true,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS16II\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"78 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 211,\n                                \"name\": \"Site3-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site4\",\n                    \"siteB\": \"Site3\",\n                    \"nodeA\": \"Site4-1-ON-1\",\n                    \"nodeB\": \"Site3-1-ON-1\",\n                    \"neA\": \"Site4-1\",\n                    \"neB\": \"Site3-1\",\n                    \"typeA\": \"ILA\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.00*\",\n                    \"maxLossZtoA\": \"22.00*\",\n                    \"minLossAtoZ\": \"21.00*\",\n                    \"minLossZtoA\": \"21.00*\",\n                    \"numberServerTrails\": 1,\n                    \"adminCost\": \"\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F - No\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"130\": \"Site3-Site4\"\n                    }\n                },\n                {\n                    \"type\": \"OMSP\",\n                    \"id\": 411,\n                    \"name\": \"Site1-1[3]-Site3-1[3]\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"OTS\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"site\": {\n                                \"id\": 40,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": false,\n                                \"type\": \"Site1\",\n                                \"geoLat\": 9.93385,\n                                \"geoLon\": -60.37501,\n                                \"nonGeoLat\": 9.93385,\n                                \"nonGeoLon\": -60.37501,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": false,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": true,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS16II\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"78 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 201,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"site\": {\n                                \"id\": 80,\n                                \"name\": \"Site3\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"gmplsStatus\": false,\n                                \"type\": \"Site3\",\n                                \"geoLat\": 28.49227,\n                                \"geoLon\": 8.4375,\n                                \"nonGeoLat\": 28.49227,\n                                \"nonGeoLon\": 8.4375,\n                                \"geocoding\": false,\n                                \"floorAndRoom\": \"Floor1, Room1\",\n                                \"maxAislesPerRoom\": 5,\n                                \"maxBaysPerAisle\": 10,\n                                \"etr\": false,\n                                \"temperatureRange\": \"STANDARD\",\n                                \"clustered\": false,\n                                \"anssiQSconfigured\": false,\n                                \"lockLatLong\": false,\n                                \"powerFilterType\": \"WITH_BREAKER\",\n                                \"shelfPowerFeedLimit\": 0,\n                                \"allowPF30\": false,\n                                \"allowPF60\": false,\n                                \"allowPF70\": false,\n                                \"allowPF20\": false,\n                                \"allowPF50\": true,\n                                \"pss16AllowPF20\": true,\n                                \"pss16AllowPF35\": false,\n                                \"pss4AllowPF7\": true,\n                                \"pss4AllowPF4\": false,\n                                \"pss4AllowPF5\": false,\n                                \"pss16IIPowerFilter\": \"DC\",\n                                \"pss8PowerFilter\": \"DC\",\n                                \"psi8LPowerFilter\": \"DC\",\n                                \"psi4LPowerFilter\": \"DC\",\n                                \"psiACPowerCord\": \"US\",\n                                \"pss24xPowerFilter\": \"DC48V70A\",\n                                \"pss8ACVoltageFloor\": 0,\n                                \"pss4IIPowerFilter\": \"DC48V20A\",\n                                \"pss4IIDCVoltageFloor\": 39,\n                                \"pssMatrixSizeForBtTable\": \"24T\",\n                                \"requireMaxDegree8\": false,\n                                \"forceHighCapacityFilter\": true,\n                                \"defaultDGEType\": \"ROADM WR20-TFM single blade\",\n                                \"defaultDGETypeLBand\": \"None\",\n                                \"segregationOT\": \"AllowMixing\",\n                                \"useLowLatencyDCMsInNonModularOAs\": false,\n                                \"meshFiberingScheme\": \"Standard\",\n                                \"meshFiberingSchemeLband\": \"Standard\",\n                                \"meshFiberingType\": \"MSH4-FSB\",\n                                \"segmentLBandConnected\": false,\n                                \"tOADM\": false,\n                                \"profile\": \"CDCF\",\n                                \"requireROADM\": false,\n                                \"defaultWR\": \"IRDM32\",\n                                \"maxADDegree\": 0,\n                                \"maxCWRinADBlock\": 8,\n                                \"bandType\": \"C\",\n                                \"allowPacket\": true,\n                                \"upgradeableROADM\": false,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"isCore\": false,\n                                \"spurHome\": \"None\",\n                                \"allowWDMonMSPP\": false,\n                                \"maxOADMDegree\": 8,\n                                \"equipAllMESH4\": false,\n                                \"equipAllAnyDirADFilters\": false,\n                                \"equipAnyDirADBlocks\": false,\n                                \"wtocmOnXmtOnlyconfigD\": true,\n                                \"equipCWRinADBlock\": false,\n                                \"allowGroupIsolation\": false,\n                                \"allowGroupIsolationLband\": false,\n                                \"mlfsbforceEndTerminalNode\": false,\n                                \"mainShelf\": \"PSS32\",\n                                \"mainShelfPref\": \"PSS16II\",\n                                \"extShelfGeneralPref\": \"PSS32\",\n                                \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                \"ilaExtShelfGeneralPref\": \"PSS16II\",\n                                \"mainShelfPrefOT\": \"PSS16II\",\n                                \"extShelfGeneralPrefOT\": \"PSS32\",\n                                \"extShelfClientLinePairedPrefOT\": \"PSS8\",\n                                \"otnExtShelfPref\": \"PSS24X\",\n                                \"pss24xMatrixSize\": \"SC24T\",\n                                \"fiberStorageTray\": \"INCLUDE\",\n                                \"mixPSI\": \"INCLUDE\",\n                                \"attenDrawer\": \"DO_NOT_INCLUDE\",\n                                \"flexShelf\": \"DO_NOT_INCLUDE\",\n                                \"shelfCover\": \"DO_NOT_INCLUDE\",\n                                \"extShelfCover\": true,\n                                \"shelfDepth\": \"DEPTH13INCH\",\n                                \"shelfInstallationKit\": \"STANDARD_DEPTH\",\n                                \"includeRacks\": false,\n                                \"allowPSS8UP\": false,\n                                \"pss32FanCapacity\": \"HIGH\",\n                                \"encryptedECneeded\": false,\n                                \"lineSideXFP\": \"TUNABLE_ZERO_CHIRP_XFP\",\n                                \"lineSideAttenuator\": \"FIXED_ATTENUATOR\",\n                                \"shelfPowerMargin\": 0,\n                                \"shelfVoltageFloor\": 39,\n                                \"lineIsolation\": \"NoLineIsolation\",\n                                \"lineIsolationOnWTOCM\": true,\n                                \"pss16IIACVariant\": false,\n                                \"pss16IIilaFanCapacity\": \"HIGH\",\n                                \"regen\": \"11STAR1A\",\n                                \"ot260SCX2OperatingMode\": \"Single Mode\",\n                                \"ot1UD200OperatingMode\": \"Single Mode\",\n                                \"rackFill\": \"FILL_BOTTOM\",\n                                \"sharePSCamongWdmLines\": true,\n                                \"packPlacementSpecName\": \"System Default\",\n                                \"pss24xMountSetup\": \"VERTICAL\",\n                                \"shelfWidthPSS\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSS4II\": \"ANSI 23 Inch\",\n                                \"shelfWidthPSIM\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSIL\": \"EIA 19 Inch (4 post)\",\n                                \"shelfWidthPSI2T\": \"EIA 19 Inch (4 post)\",\n                                \"ruVerticalSpasePSS4II\": \"78 Inches\",\n                                \"pss16ControllerProtection\": true,\n                                \"pss8ControllerProtection\": true,\n                                \"pss16IIControllerProtection\": true,\n                                \"pss32ControllerProtection\": true,\n                                \"psi8LControllerProtection\": true,\n                                \"psi4LControllerProtection\": true,\n                                \"pss16PfProtection\": true,\n                                \"pss16IIPfProtection\": true,\n                                \"pss4PfProtection\": true,\n                                \"pss8PfProtection\": true,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"minPscSectionPerOpticalLine\": 0,\n                                \"maxPscSectionPerADBlock\": 0,\n                                \"minPscSectionPerADBlock\": 0,\n                                \"autoOadmNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\",\n                                        \"PSS16II\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS16II\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoIlaNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS16II\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS16II\"\n                                },\n                                \"autoAnssiNEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS8\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS8\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSS32\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"autoOtpNeMEShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSS16II\",\n                                        \"PSS32\",\n                                        \"PSS8\",\n                                        \"PSS24X\"\n                                    ],\n                                    \"possibleExtensionShelfTypeList\": [\n                                        \"PSS32\",\n                                        \"PSS8\"\n                                    ],\n                                    \"extShelfClientLinePairedPref\": \"PSS8\",\n                                    \"extShelfOTNPref\": \"PSS24X\",\n                                    \"mainShelfPref\": \"PSS16II\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"controllerProtectionStringForTable\": \"PSS-16,PSS-32,PSI-8L,PSI-4L\",\n                                \"maxMcsAdBlockNode\": \"25\",\n                                \"minMcsAdBlockNode\": \"1\",\n                                \"aarType\": \"AAR2X8A\",\n                                \"minaarCartPerMcsAdBlock\": \"1\",\n                                \"minMcsCartPerMcsAdBlock\": \"1\",\n                                \"maxMcsAdBlockNodeLband\": \"0\",\n                                \"minMcsAdBlockNodeLband\": \"0\",\n                                \"aaRTypeLband\": \"\",\n                                \"minaarCartPerMcsAdBlockLband\": \"0\",\n                                \"minMcsCartPerMcsADBlockLband\": \"0\",\n                                \"cardChannelCountLimit\": \"\",\n                                \"cardChannelCountLimitLBand\": \"\",\n                                \"neSet\": [],\n                                \"frozen\": false,\n                                \"wtKeys\": \"On\",\n                                \"allowHeterogeneousNodeType\": \"NONE\",\n                                \"heteroNodeType\": \"None\",\n                                \"defaultWrCband\": \"IRDM32\",\n                                \"cdCadBlockCreationPolicy\": \"CDCAD_MCS\",\n                                \"allowFsxCreationCband\": false,\n                                \"mcsType\": \"MCS8-16\",\n                                \"cdcfCustomSequence\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25\",\n                                \"minMxnCDCadBlockByType\": \"0\",\n                                \"mxnType\": \"MXN824\",\n                                \"ascType\": \"ASC2\",\n                                \"minASCSections\": \"1\",\n                                \"minCdcMlsfbAdxADBlockByType\": \"0\",\n                                \"minPscMlsfbAdxADBlockByType\": \"1\",\n                                \"minCdcMlsfbFsxADBlockByType\": \"0\",\n                                \"minPscMlsfbFsxADBlockByType\": \"1\",\n                                \"defaultWrLband\": \"None\",\n                                \"cdCadBlockCreationPolicyLband\": \"CDCAD_MCS\",\n                                \"allowFsxCreationLband\": false,\n                                \"mcsTypeLband\": \"MCS1615L\",\n                                \"cdcfCustomSequenceLband\": \"1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12\",\n                                \"minMxnCdcADBlockByTypeLband\": \"0\",\n                                \"minCdcMlfsbAdxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbAdxADBlockByTypeLband\": \"0\",\n                                \"minCdcMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"minPscMlsfbFsxADBlockByTypeLband\": \"0\",\n                                \"group1\": \"\",\n                                \"group2\": \"\",\n                                \"group3\": \"\",\n                                \"group4\": \"\",\n                                \"group1Lband\": \"\",\n                                \"group2Lband\": \"\",\n                                \"group3Lband\": \"\",\n                                \"group4Lband\": \"\",\n                                \"deployedState\": false,\n                                \"canCreate24x\": false,\n                                \"otnShelfEnabled\": false,\n                                \"splitterTypePerOpticalLine\": \"PSC1_6\",\n                                \"splitterTypeAdxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsxlBand\": \"PSC1_6\",\n                                \"splitterTypeFsx\": \"PSC1_6\",\n                                \"splitterTypeAdx\": \"PSC1_6\",\n                                \"psimMainShelf\": \"PSIM\",\n                                \"autoPSIMShelfTypeConfigurations\": {\n                                    \"allShelfTypeList\": [\n                                        \"PSIM\",\n                                        \"PSS32\"\n                                    ],\n                                    \"mainShelfPref\": \"PSIM\",\n                                    \"extShelfGeneralPref\": \"PSS32\"\n                                },\n                                \"psimpowerFilter\": \"DC\",\n                                \"oadmchoice\": \"ROADM\",\n                                \"adblockType\": \"CONFIG_D\",\n                                \"otInSepShelfForCDC\": true,\n                                \"otInSepShelf\": false,\n                                \"mcsInSepShelf\": false,\n                                \"otdrinSeparateShelf\": false,\n                                \"ruverticalSpacePSS\": \"78 Inches\",\n                                \"ruverticalSpacePSIM\": \"44 RU\",\n                                \"ruverticalSpacePSIL\": \"44 RU\",\n                                \"ruverticalSpacePSI2T\": \"44 RU\",\n                                \"pduincludeSliderKit\": false,\n                                \"pduincludeBreakerToggle\": false,\n                                \"allowWDM\": true,\n                                \"pldmpassThruNodeOptions\": \"ILA,OADM\",\n                                \"adallowUniDIR\": true,\n                                \"wtocmonILA\": false,\n                                \"pdutype\": \"NONE\",\n                                \"netype\": \"PSS1830\",\n                                \"psimcontrollerProtection\": true,\n                                \"numberOfPDUSiteJumperKits\": 0\n                            },\n                            \"node\": {\n                                \"id\": 211,\n                                \"name\": \"Site3-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            }\n                        }\n                    },\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site3\",\n                    \"nodeA\": \"Site1-1-ON-1\",\n                    \"nodeB\": \"Site3-1-ON-1\",\n                    \"neA\": \"Site1-1\",\n                    \"neB\": \"Site3-1\",\n                    \"typeA\": \"ROADM\",\n                    \"typeB\": \"ROADM\",\n                    \"maxLossAtoZ\": \"22.00*\",\n                    \"maxLossZtoA\": \"22.00*\",\n                    \"minLossAtoZ\": \"21.00*\",\n                    \"minLossZtoA\": \"21.00*\",\n                    \"numberServerTrails\": 1,\n                    \"adminCost\": \"\",\n                    \"fiberTypeAtoZ\": \"SSMF\",\n                    \"fiberTypeZtoA\": \"SSMF\",\n                    \"fiberLengthAtoZ\": \"80.00\",\n                    \"fiberLengthZtoA\": \"80.00\",\n                    \"wtDecodingBandC\": \"WTOCM-F\",\n                    \"wtDecodingBandL\": \"\",\n                    \"segmentIdToNameMap\": {\n                        \"170\": \"Site1-Site3\"\n                    }\n                }\n            ],\n            \"supportsFECdisabled\": false,\n            \"bandLimits\": [\n                {\n                    \"band\": \"C\",\n                    \"minFreq\": 9170000,\n                    \"minFreqFlex\": 9130000,\n                    \"maxFreq\": 9605000,\n                    \"maxFreqFlex\": 9605000,\n                    \"globalValueFrom\": \"9130000\",\n                    \"globalValueTo\": \"9355000\",\n                    \"useGlobals\": true\n                }\n            ],\n            \"connectedToDge\": false,\n            \"userTracking\": false,\n            \"userTrackingEnabled\": true,\n            \"forceRecalc\": false,\n            \"forceRecalcEnabled\": true,\n            \"egressAdjAtoB\": false,\n            \"egressAdjBtoA\": false,\n            \"egressAdjAtoBenabled\": false,\n            \"egressAdjBtoAenabled\": false,\n            \"powerOfsPolicy\": \"Constant PSD\",\n            \"referenceWidth\": \"50.0\",\n            \"linkEligible\": false,\n            \"internal\": false,\n            \"longSpanSle\": false,\n            \"longSpanLx\": false,\n            \"dcmAllowedByLinkOrGlobals\": false\n        }\n    ],\n    \"pageable\": {\n        \"paged\": true,\n        \"pageNumber\": 0,\n        \"pageSize\": 5000,\n        \"offset\": 0,\n        \"propertyNameSortOrder\": [],\n        \"ascendingDescendingMap\": {}\n    },\n    \"last\": true,\n    \"totalElements\": 1,\n    \"totalPages\": 1,\n    \"first\": true,\n    \"numberOfElements\": 1,\n    \"size\": 5000,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"unsorted\": true,\n        \"empty\": true\n    },\n    \"empty\": false\n}"}],"_postman_id":"ee4880a9-cd41-4f5a-ace9-c0d08878b82d"},{"name":"Change the Power Offset","id":"a8d7dd94-a131-44d1-b7a9-3b5101ccf7b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Selected OMSs :Site1-1-Site3-1,Site1-1-Site3-1-1,Site1-1[3]-Site3-1[3]\",\r\n    \"global\": false,\r\n    \"powerOffsetSettingType\": \"PSD\",\r\n    \"referenceChannelWidth\": 50,\r\n    \"powerOffsetTableData\": [\r\n        {\r\n            \"currentColumnAtoB\": 5,\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"11G_nrz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"2.5G_nrz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"4.5G_nrz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"43G_pdpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"43G_dpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"43G_coh_bpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_coh_qpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_nrz_qpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_nrz_qpsk_v2\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_coh_nrz_qpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_coh_nrz_qpsk_v2\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_duobinary\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"260G_coh_nrz_16qam\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"260G_coh_8qam_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"260G_coh_nrz_16qam_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_qpsk_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"130G_coh_spqpsk_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_coh_qpsk_add2l\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_qpsk_add2l\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"65G_coh_bpsk_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"325G_coh_16qam_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_coh_qpsk_1DC100M\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"120G_coh_qpsk_1DC100M\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_qpsk_diff_addxs\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"260G_coh_16qam_diff_addxs\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_qpsk_abs_addxs\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"260G_coh_16qam_abs_addxs\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"coh_qam_add4_33Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"1.76\",\r\n            \"referenceColumn\": \"1.76\",\r\n            \"channelType\": \"coh_qam_add4_62Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"1.76\",\r\n            \"referenceColumn\": \"1.76\",\r\n            \"channelType\": \"coh_qam_add4_56Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"4.77\",\r\n            \"referenceColumn\": \"4.77\",\r\n            \"channelType\": \"coh_qam_124to137.5Gbd_150GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"2.43\",\r\n            \"referenceColumn\": \"2.43\",\r\n            \"channelType\": \"coh_qam_add4_67Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"33GBaud-cohqam-type-singlechannel\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"coh_qam_add4_45Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.01\",\r\n            \"referenceColumn\": \"3.01\",\r\n            \"channelType\": \"coh_qam_add5u_86Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.01\",\r\n            \"referenceColumn\": \"3.01\",\r\n            \"channelType\": \"coh_qam_add5u_90Gbd_100GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.52\",\r\n            \"referenceColumn\": \"3.52\",\r\n            \"channelType\": \"coh_qam_add5u_90Gbd_112.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"coh_qam_sub_30Gbd_50GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"-1.25\",\r\n            \"referenceColumn\": \"-1.25\",\r\n            \"channelType\": \"coh_qam_alien_37.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"coh_qam_alien_50GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"coh_qam_alien_62.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.98\",\r\n            \"referenceColumn\": \"3.98\",\r\n            \"channelType\": \"coh_qam_alien_125GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"4.39\",\r\n            \"referenceColumn\": \"4.39\",\r\n            \"channelType\": \"coh_qam_112.5to125Gbd_137GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"5.12\",\r\n            \"referenceColumn\": \"5.12\",\r\n            \"channelType\": \"coh_qam_137.5to150Gbd_162.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"coh_qam_37.5to50Gbd_62.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"coh_qam_37.5to50Gbd_50GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"coh_qam_50to60Gbd_62.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"coh_qam_60to62.5Gbd_62.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"1.76\",\r\n            \"referenceColumn\": \"1.76\",\r\n            \"channelType\": \"coh_qam_62.5to75Gbd_75GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"2.43\",\r\n            \"referenceColumn\": \"2.43\",\r\n            \"channelType\": \"coh_qam_75to87.5Gbd_87.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.52\",\r\n            \"referenceColumn\": \"3.52\",\r\n            \"channelType\": \"coh_qam_100to112.5Gbd_112.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.98\",\r\n            \"referenceColumn\": \"3.98\",\r\n            \"channelType\": \"coh_qam_112.5to125Gbd_125GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"4.39\",\r\n            \"referenceColumn\": \"4.39\",\r\n            \"channelType\": \"coh_qam_125to137.5Gbd_137.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"4.77\",\r\n            \"referenceColumn\": \"4.77\",\r\n            \"channelType\": \"coh_qam_137.5to150Gbd_150GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"5.12\",\r\n            \"referenceColumn\": \"5.12\",\r\n            \"channelType\": \"coh_qam_150to162.5Gbd_162.5GHz\"\r\n        }\r\n    ],\r\n    \"asymmetricLink\": false,\r\n    \"asellAndDeployedLink\": false,\r\n    \"linkIds\": [\r\n        421\r\n    ],\r\n    \"powerOffsetTypeChanged\": false,\r\n    \"referenceChannelWidthChanged\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/powerOffSet/update","description":"<p>This API is used to update the power Offset value. The input parameter passed is designID which can be retrieved using the API <strong>GET api/designs</strong>.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","powerOffSet","update"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"fd7b8e6f-828a-48d9-ad98-8529e9dac68e","name":"New Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Selected OMSs :Site1-1-Site3-1,Site1-1-Site3-1-1,Site1-1[3]-Site3-1[3]\",\r\n    \"global\": false,\r\n    \"powerOffsetSettingType\": \"PSD\",\r\n    \"referenceChannelWidth\": 50,\r\n    \"powerOffsetTableData\": [\r\n        {\r\n            \"currentColumnAtoB\": 5,\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"11G_nrz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"2.5G_nrz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"4.5G_nrz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"43G_pdpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"43G_dpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"43G_coh_bpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_coh_qpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_nrz_qpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_nrz_qpsk_v2\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_coh_nrz_qpsk\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_coh_nrz_qpsk_v2\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_duobinary\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"260G_coh_nrz_16qam\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"260G_coh_8qam_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"260G_coh_nrz_16qam_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_qpsk_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"130G_coh_spqpsk_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_coh_qpsk_add2l\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_qpsk_add2l\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"65G_coh_bpsk_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"325G_coh_16qam_add3\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"112G_coh_qpsk_1DC100M\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"120G_coh_qpsk_1DC100M\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_qpsk_diff_addxs\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"260G_coh_16qam_diff_addxs\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"130G_coh_qpsk_abs_addxs\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"260G_coh_16qam_abs_addxs\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"coh_qam_add4_33Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"1.76\",\r\n            \"referenceColumn\": \"1.76\",\r\n            \"channelType\": \"coh_qam_add4_62Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"1.76\",\r\n            \"referenceColumn\": \"1.76\",\r\n            \"channelType\": \"coh_qam_add4_56Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"4.77\",\r\n            \"referenceColumn\": \"4.77\",\r\n            \"channelType\": \"coh_qam_124to137.5Gbd_150GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"2.43\",\r\n            \"referenceColumn\": \"2.43\",\r\n            \"channelType\": \"coh_qam_add4_67Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"33GBaud-cohqam-type-singlechannel\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"coh_qam_add4_45Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.01\",\r\n            \"referenceColumn\": \"3.01\",\r\n            \"channelType\": \"coh_qam_add5u_86Gbd\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.01\",\r\n            \"referenceColumn\": \"3.01\",\r\n            \"channelType\": \"coh_qam_add5u_90Gbd_100GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.52\",\r\n            \"referenceColumn\": \"3.52\",\r\n            \"channelType\": \"coh_qam_add5u_90Gbd_112.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"coh_qam_sub_30Gbd_50GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"-1.25\",\r\n            \"referenceColumn\": \"-1.25\",\r\n            \"channelType\": \"coh_qam_alien_37.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"coh_qam_alien_50GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"coh_qam_alien_62.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.98\",\r\n            \"referenceColumn\": \"3.98\",\r\n            \"channelType\": \"coh_qam_alien_125GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"4.39\",\r\n            \"referenceColumn\": \"4.39\",\r\n            \"channelType\": \"coh_qam_112.5to125Gbd_137GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"5.12\",\r\n            \"referenceColumn\": \"5.12\",\r\n            \"channelType\": \"coh_qam_137.5to150Gbd_162.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"coh_qam_37.5to50Gbd_62.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.0\",\r\n            \"referenceColumn\": \"0.0\",\r\n            \"channelType\": \"coh_qam_37.5to50Gbd_50GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"coh_qam_50to60Gbd_62.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"0.97\",\r\n            \"referenceColumn\": \"0.97\",\r\n            \"channelType\": \"coh_qam_60to62.5Gbd_62.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"1.76\",\r\n            \"referenceColumn\": \"1.76\",\r\n            \"channelType\": \"coh_qam_62.5to75Gbd_75GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"2.43\",\r\n            \"referenceColumn\": \"2.43\",\r\n            \"channelType\": \"coh_qam_75to87.5Gbd_87.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.52\",\r\n            \"referenceColumn\": \"3.52\",\r\n            \"channelType\": \"coh_qam_100to112.5Gbd_112.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"3.98\",\r\n            \"referenceColumn\": \"3.98\",\r\n            \"channelType\": \"coh_qam_112.5to125Gbd_125GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"4.39\",\r\n            \"referenceColumn\": \"4.39\",\r\n            \"channelType\": \"coh_qam_125to137.5Gbd_137.5GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"4.77\",\r\n            \"referenceColumn\": \"4.77\",\r\n            \"channelType\": \"coh_qam_137.5to150Gbd_150GHz\"\r\n        },\r\n        {\r\n            \"currentColumnAtoB\": \"5.12\",\r\n            \"referenceColumn\": \"5.12\",\r\n            \"channelType\": \"coh_qam_150to162.5Gbd_162.5GHz\"\r\n        }\r\n    ],\r\n    \"asymmetricLink\": false,\r\n    \"asellAndDeployedLink\": false,\r\n    \"linkIds\": [\r\n        421\r\n    ],\r\n    \"powerOffsetTypeChanged\": false,\r\n    \"referenceChannelWidthChanged\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/powerOffSet/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2024 10:52:27 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"a8d7dd94-a131-44d1-b7a9-3b5101ccf7b5"},{"name":"Verify the Power Offset update","id":"52edfd3f-97c0-47be-be81-30460597a0c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/powerOffSet/Default?linkIds={{linkid}}","description":"<p>This API retrieves the default power offset for the input list of links for the given design. The input parameter passed is designID which can be retrieved using the API <strong>GET api/designs</strong>.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","powerOffSet","Default"],"host":["{{server}}"],"query":[{"key":"linkIds","value":"{{linkid}}"}],"variable":[]}},"response":[{"id":"3a50b224-be00-462c-a0f2-470086edbc2a","name":"Verify the Power Offset update","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://100.124.238.14:9000/api/designs/246/powerOffSet/Default?linkIds={{linkid}}","protocol":"https","host":["100","124","238","14"],"port":"9000","path":["api","designs","246","powerOffSet","Default"],"query":[{"key":"linkIds","value":"{{linkid}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2024 11:17:49 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"Selected OMSs :Site1-1-Site3-1,Site1-1-Site3-1-1,Site1-1[3]-Site3-1[3]\",\n    \"powerOffsetSettingType\": \"PSD\",\n    \"referenceChannelWidth\": 50,\n    \"powerOffsetTableData\": [\n        {\n            \"currentColumnAtoB\": \"5.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"11G_nrz\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"2.5G_nrz\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"4.5G_nrz\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"43G_pdpsk\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"43G_dpsk\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"43G_coh_bpsk\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"112G_coh_qpsk\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"130G_coh_nrz_qpsk\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"130G_coh_nrz_qpsk_v2\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"112G_coh_nrz_qpsk\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"112G_coh_nrz_qpsk_v2\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"112G_duobinary\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"260G_coh_nrz_16qam\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.97\",\n            \"referenceColumn\": \"0.97\",\n            \"channelType\": \"260G_coh_8qam_add3\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"260G_coh_nrz_16qam_add3\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"130G_coh_qpsk_add3\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.97\",\n            \"referenceColumn\": \"0.97\",\n            \"channelType\": \"130G_coh_spqpsk_add3\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"112G_coh_qpsk_add2l\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"130G_coh_qpsk_add2l\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"65G_coh_bpsk_add3\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.97\",\n            \"referenceColumn\": \"0.97\",\n            \"channelType\": \"325G_coh_16qam_add3\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"112G_coh_qpsk_1DC100M\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"120G_coh_qpsk_1DC100M\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"130G_coh_qpsk_diff_addxs\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"260G_coh_16qam_diff_addxs\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"130G_coh_qpsk_abs_addxs\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"260G_coh_16qam_abs_addxs\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"coh_qam_add4_33Gbd\"\n        },\n        {\n            \"currentColumnAtoB\": \"1.76\",\n            \"referenceColumn\": \"1.76\",\n            \"channelType\": \"coh_qam_add4_62Gbd\"\n        },\n        {\n            \"currentColumnAtoB\": \"1.76\",\n            \"referenceColumn\": \"1.76\",\n            \"channelType\": \"coh_qam_add4_56Gbd\"\n        },\n        {\n            \"currentColumnAtoB\": \"4.77\",\n            \"referenceColumn\": \"4.77\",\n            \"channelType\": \"coh_qam_124to137.5Gbd_150GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"2.43\",\n            \"referenceColumn\": \"2.43\",\n            \"channelType\": \"coh_qam_add4_67Gbd\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"33GBaud-cohqam-type-singlechannel\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.97\",\n            \"referenceColumn\": \"0.97\",\n            \"channelType\": \"coh_qam_add4_45Gbd\"\n        },\n        {\n            \"currentColumnAtoB\": \"3.01\",\n            \"referenceColumn\": \"3.01\",\n            \"channelType\": \"coh_qam_add5u_86Gbd\"\n        },\n        {\n            \"currentColumnAtoB\": \"3.01\",\n            \"referenceColumn\": \"3.01\",\n            \"channelType\": \"coh_qam_add5u_90Gbd_100GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"3.52\",\n            \"referenceColumn\": \"3.52\",\n            \"channelType\": \"coh_qam_add5u_90Gbd_112.5GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"coh_qam_sub_30Gbd_50GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"-1.25\",\n            \"referenceColumn\": \"-1.25\",\n            \"channelType\": \"coh_qam_alien_37.5GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"coh_qam_alien_50GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.97\",\n            \"referenceColumn\": \"0.97\",\n            \"channelType\": \"coh_qam_alien_62.5GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"3.98\",\n            \"referenceColumn\": \"3.98\",\n            \"channelType\": \"coh_qam_alien_125GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"4.39\",\n            \"referenceColumn\": \"4.39\",\n            \"channelType\": \"coh_qam_112.5to125Gbd_137GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"5.12\",\n            \"referenceColumn\": \"5.12\",\n            \"channelType\": \"coh_qam_137.5to150Gbd_162.5GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.97\",\n            \"referenceColumn\": \"0.97\",\n            \"channelType\": \"coh_qam_37.5to50Gbd_62.5GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.0\",\n            \"referenceColumn\": \"0.0\",\n            \"channelType\": \"coh_qam_37.5to50Gbd_50GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.97\",\n            \"referenceColumn\": \"0.97\",\n            \"channelType\": \"coh_qam_50to60Gbd_62.5GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"0.97\",\n            \"referenceColumn\": \"0.97\",\n            \"channelType\": \"coh_qam_60to62.5Gbd_62.5GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"1.76\",\n            \"referenceColumn\": \"1.76\",\n            \"channelType\": \"coh_qam_62.5to75Gbd_75GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"2.43\",\n            \"referenceColumn\": \"2.43\",\n            \"channelType\": \"coh_qam_75to87.5Gbd_87.5GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"3.52\",\n            \"referenceColumn\": \"3.52\",\n            \"channelType\": \"coh_qam_100to112.5Gbd_112.5GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"3.98\",\n            \"referenceColumn\": \"3.98\",\n            \"channelType\": \"coh_qam_112.5to125Gbd_125GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"4.39\",\n            \"referenceColumn\": \"4.39\",\n            \"channelType\": \"coh_qam_125to137.5Gbd_137.5GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"4.77\",\n            \"referenceColumn\": \"4.77\",\n            \"channelType\": \"coh_qam_137.5to150Gbd_150GHz\"\n        },\n        {\n            \"currentColumnAtoB\": \"5.12\",\n            \"referenceColumn\": \"5.12\",\n            \"channelType\": \"coh_qam_150to162.5Gbd_162.5GHz\"\n        }\n    ],\n    \"asymmetricLink\": false,\n    \"defaultReferenceChannelWidth\": 50,\n    \"defaultPowerOffSetType\": \"Constant PSD\",\n    \"recommendedRefWidth\": \"Recommended Ref Channel Width: 50.0 GHz\",\n    \"asellAndDeployedLink\": false,\n    \"global\": false\n}"}],"_postman_id":"52edfd3f-97c0-47be-be81-30460597a0c3"}],"id":"e6354979-e78d-4a3d-853e-b74bd349d911","_postman_id":"e6354979-e78d-4a3d-853e-b74bd349d911","description":""},{"name":"Create trail based on Managed Cards","item":[{"name":"Create managed card (cold card) on each site","id":"7962c6c9-dba2-433e-b582-968004e54958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shelfId\": 500,\r\n    \"slotId\": 500009,\r\n    \"apn\": \"\",\r\n    \"node\": \"Site1-1-ON-1\",\r\n    \"restriction\": \"Standard OT\",\r\n    \"card\": \"S2AD200H\",\r\n    \"mode\": \"16QAM (37.5GHz)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/coldCards","description":"<p>This API is used to create managed cards(cold card). The input parameter passed is designID which can be retrieved using the API <strong>GET api/designs</strong>. You need to create managed card on each site.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","coldCards"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"e2ca1842-afca-4a5b-ac61-e4c8c2fa5f0a","name":"Create cold card for A end NE","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shelfId\": 500,\r\n    \"slotId\": 500009,\r\n    \"apn\": \"\",\r\n    \"node\": \"Site1-1-ON-1\",\r\n    \"restriction\": \"Standard OT\",\r\n    \"card\": \"S2AD200H\",\r\n    \"mode\": \"16QAM (37.5GHz)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://100.124.238.14:9000/api/designs/{{DesignID}}/coldCards"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2024 10:11:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4760,\n    \"name\": \"S2AD200H\",\n    \"description\": \"\",\n    \"nfmtName\": \"\",\n    \"apn\": \"3KC69993AA\",\n    \"occupiedSlot\": [],\n    \"userDefined\": true,\n    \"height\": 1,\n    \"width\": 1,\n    \"powerValue\": 75,\n    \"manualPlacementType\": \"STANDARD_OT\",\n    \"ports\": [],\n    \"frozen\": false,\n    \"dcmPseudoShelf\": 0,\n    \"circuitPack\": true,\n    \"packRoleSet\": []\n}"},{"id":"d96d9fa2-581c-46a1-8cd0-f0ce32627dad","name":"Create Cold cards for Z end NE","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shelfId\": 660,\r\n    \"slotId\": 660009,\r\n    \"apn\": \"\",\r\n    \"node\": \"Site3-1-ON-1\",\r\n    \"restriction\": \"Standard OT\",\r\n    \"card\": \"S2AD200H\",\r\n    \"mode\": \"16QAM (37.5GHz)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://100.124.238.14:9000/api/designs/{{DesignID}}/coldCards"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2024 10:21:25 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4780,\n    \"name\": \"S2AD200H\",\n    \"description\": \"\",\n    \"nfmtName\": \"\",\n    \"apn\": \"3KC69993AA\",\n    \"occupiedSlot\": [],\n    \"userDefined\": true,\n    \"height\": 1,\n    \"width\": 1,\n    \"powerValue\": 75,\n    \"manualPlacementType\": \"STANDARD_OT\",\n    \"ports\": [],\n    \"frozen\": false,\n    \"dcmPseudoShelf\": 0,\n    \"circuitPack\": true,\n    \"packRoleSet\": []\n}"}],"_postman_id":"7962c6c9-dba2-433e-b582-968004e54958"},{"name":"Create trail on the managed cards","id":"74fb791d-8937-4b64-9187-a1734a1e5375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{username}}"},{"key":"password","value":"{{password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"Trail\",\r\n    \"instanceNum\": 1,\r\n    \"deployedProject\": false,\r\n    \"supportedByWSP\": true,\r\n    \"routed\": false,\r\n    \"layer1Service\": false,\r\n    \"srcProtection\": \"UNPROTECTED\",\r\n    \"dstProtection\": \"UNPROTECTED\",\r\n    \"primaryDemand\": {\r\n        \"name\": \"Trail3\",\r\n        \"restoration\": \"RESTORATION_NONE\",\r\n        \"routeDisjointness\": \"DEFAULT\",\r\n        \"regenAllowed\": false,\r\n        \"wtKeyedStatus\": true,\r\n        \"controlPlane\": false,\r\n        \"multiRegion\": false,\r\n        \"interworkWithD5X500\": false,\r\n        \"source\": {\r\n            \"siteId\": 40,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"S2AD200H\",\r\n            \"otMode\": \"_16QAM37p5\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"opticalNode\": \"COMPUTE\",\r\n            \"otNe\": \"Same Optical Node\",\r\n            \"addDropConfig\": \"COMPUTE\",\r\n            \"sharingAllowed\": false\r\n        },\r\n        \"destination\": {\r\n            \"siteId\": 80,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"S2AD200H\",\r\n            \"otMode\": \"_16QAM37p5\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"opticalNode\": \"COMPUTE\",\r\n            \"otNe\": \"Same Optical Node\",\r\n            \"addDropConfig\": \"COMPUTE\",\r\n            \"sharingAllowed\": false\r\n        },\r\n        \"lineRate\": \"OTU4x2\",\r\n        \"fec\": \"SDFEC_G2\",\r\n        \"modulationFormat\": \"PM16QAM\",\r\n        \"baudRate\": \"32.9\",\r\n        \"phaseEncoding\": \"DIFFERENTIAL\",\r\n        \"bandwidth\": 6,\r\n        \"userDefinedOtuStruct\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demands","description":"<p>This API is used to create a trail on the managed cards. The input parameter passed is designID which can be retrieved using the API <strong>GET api/designs</strong>.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","demands"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"9b8625f1-2146-4adf-a32f-0c3cfea1ff97","name":"Create trail on the Cold cards","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"Trail\",\r\n    \"instanceNum\": 1,\r\n    \"deployedProject\": false,\r\n    \"supportedByWSP\": true,\r\n    \"routed\": false,\r\n    \"layer1Service\": false,\r\n    \"srcProtection\": \"UNPROTECTED\",\r\n    \"dstProtection\": \"UNPROTECTED\",\r\n    \"primaryDemand\": {\r\n        \"name\": \"Trail3\",\r\n        \"restoration\": \"RESTORATION_NONE\",\r\n        \"routeDisjointness\": \"DEFAULT\",\r\n        \"regenAllowed\": false,\r\n        \"wtKeyedStatus\": true,\r\n        \"controlPlane\": false,\r\n        \"multiRegion\": false,\r\n        \"interworkWithD5X500\": false,\r\n        \"source\": {\r\n            \"siteId\": 40,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"S2AD200H\",\r\n            \"otMode\": \"_16QAM37p5\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"opticalNode\": \"COMPUTE\",\r\n            \"otNe\": \"Same Optical Node\",\r\n            \"addDropConfig\": \"COMPUTE\",\r\n            \"sharingAllowed\": false\r\n        },\r\n        \"destination\": {\r\n            \"siteId\": 80,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"S2AD200H\",\r\n            \"otMode\": \"_16QAM37p5\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"opticalNode\": \"COMPUTE\",\r\n            \"otNe\": \"Same Optical Node\",\r\n            \"addDropConfig\": \"COMPUTE\",\r\n            \"sharingAllowed\": false\r\n        },\r\n        \"lineRate\": \"OTU4x2\",\r\n        \"fec\": \"SDFEC_G2\",\r\n        \"modulationFormat\": \"PM16QAM\",\r\n        \"baudRate\": \"32.9\",\r\n        \"phaseEncoding\": \"DIFFERENTIAL\",\r\n        \"bandwidth\": 6,\r\n        \"userDefinedOtuStruct\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demands"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 20 Dec 2024 10:26:40 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4810,\n        \"category\": \"Trail\",\n        \"srcProtection\": \"UNPROTECTED\",\n        \"dstProtection\": \"UNPROTECTED\",\n        \"routed\": false,\n        \"primaryDemand\": {\n            \"name\": \"Trail3\",\n            \"description\": \"\",\n            \"restoration\": \"RESTORATION_NONE\",\n            \"routeDisjointness\": \"DEFAULT\",\n            \"serverTrailIdList\": [],\n            \"clientDemandIdList\": [],\n            \"source\": {\n                \"siteId\": 40,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S2AD200H\",\n                \"otMode\": \"_16QAM37p5\",\n                \"linePort\": \"\",\n                \"sharingAllowed\": false,\n                \"linePlug\": \"\",\n                \"addDropConfig\": \"COMPUTE\",\n                \"opticalNode\": \"\",\n                \"otNe\": \"Same Optical Node\",\n                \"cascadingPort\": \"\",\n                \"clientPortUserDefined\": false\n            },\n            \"destination\": {\n                \"siteId\": 80,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S2AD200H\",\n                \"otMode\": \"_16QAM37p5\",\n                \"linePort\": \"\",\n                \"sharingAllowed\": false,\n                \"linePlug\": \"\",\n                \"addDropConfig\": \"COMPUTE\",\n                \"opticalNode\": \"\",\n                \"otNe\": \"Same Optical Node\",\n                \"cascadingPort\": \"\",\n                \"clientPortUserDefined\": false\n            },\n            \"regenAllowed\": false,\n            \"wtKeyedStatus\": true,\n            \"interworkWithD5X500\": false,\n            \"controlPlane\": false,\n            \"multiRegion\": false,\n            \"workingPath\": true,\n            \"userDefinedOtuStruct\": false,\n            \"otuStruct\": \"\",\n            \"lineInfo\": {\n                \"lineRate\": \"OTU4x2\",\n                \"fec\": \"SDFEC_G2\",\n                \"phaseEncoding\": \"DIFFERENTIAL\",\n                \"modulationFormat\": \"PM16QAM\",\n                \"baudRate\": \"32.9\",\n                \"bandwidth\": 6,\n                \"profileId\": \"n.a.\"\n            }\n        },\n        \"supportedByWSP\": true,\n        \"deployedProject\": false,\n        \"layer1Service\": false,\n        \"includeAdmColorProfile\": \"N/A\",\n        \"excludeAdmColorProfile\": \"N/A\",\n        \"state\": \"notdesigned\"\n    }\n]"}],"_postman_id":"74fb791d-8937-4b64-9187-a1734a1e5375"}],"id":"c5f15b31-c1b3-42f9-a2bf-3cfa75b4262b","_postman_id":"c5f15b31-c1b3-42f9-a2bf-3cfa75b4262b","description":""},{"name":"Retrieving the trails/services in MP and CP","item":[{"name":"Retrieving trail in MP  or CP","id":"6e7026d5-41a4-41d2-93be-bedf5a9629dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"https://{{server}}:8443/wsp/api/designs/{{designId}}/{{ntwLayer}}/demandsData","description":"<p>The attribute <em>layer1Service</em> indicates whether service or trail is in MP or CP.Input parameter networklayer supports values such as TRAIL OR SERVICE</p>\n","urlObject":{"protocol":"https","port":"8443","path":["wsp","api","designs","{{designId}}","{{ntwLayer}}","demandsData"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"855b8235-b26b-42e9-bd57-749a03fc3ae6","name":"Retrieving trail in CP","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{token}}","type":"text"}],"url":"https://{{server}}:8443/wsp/api/designs/{{designId}}/{{ntwLayer}}/demandsData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 May 2025 05:48:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 830,\n            \"name\": \"Trail1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"deployedName\": \"Trail1\",\n            \"wtKeyedStatusStr\": \"Keyed\",\n            \"trailName\": \"Trail000000000001\",\n            \"srcSiteName\": \"Site000000000001\",\n            \"dstSiteName\": \"Site000000000003\",\n            \"srcNodeName\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"dstNodeName\": \"Site000000000003-000000000001-ON-000000000001\",\n            \"trailType\": \"OCH\",\n            \"projectDisplayName\": \"None [Current]\",\n            \"designState\": \"Complete, Valid\",\n            \"assignedDisplayChannel\": \"9355.000\",\n            \"requestedDisplayChannel\": \"Compute\",\n            \"routedOver\": \"None\",\n            \"srcCascadingPort\": \"NA\",\n            \"desCascadingPort\": \"NA\",\n            \"privateTrail\": false,\n            \"controlPlane\": false,\n            \"multiRegion\": false,\n            \"mrnActivatedStr\": \"NA\",\n            \"regenAllowed\": false,\n            \"manuallyRouted\": \"No\",\n            \"manuallyCreated\": \"Yes\",\n            \"d5x500Compatible\": \"N/A\",\n            \"srcOsnrMargin\": \"12.74\",\n            \"srcOsnrMarg\": \"12.74\",\n            \"dcmMixed\": \"No\",\n            \"dstOsnrMargin\": \"12.74\",\n            \"dstOsnrMarg\": \"12.74\",\n            \"srcNpsw\": \".048\",\n            \"srcNps\": \".048\",\n            \"destNpsw\": \".048\",\n            \"destNps\": \".048\",\n            \"srcQfac\": \"12.227\",\n            \"srcQf\": \"12.227\",\n            \"destQfac\": \"12.227\",\n            \"dstQf\": \"12.227\",\n            \"srcOt\": \"S4X400H\",\n            \"srcMode\": \"1. 100G@56Gbaud - QPSK\",\n            \"srcLineRate\": \"100G\",\n            \"srcBaudRate\": \"54GBaud\",\n            \"srcSignalWidth\": \"75GHz\",\n            \"destOt\": \"S4X400H\",\n            \"destMode\": \"1. 100G@56Gbaud - QPSK\",\n            \"dstLineRate\": \"100G\",\n            \"dstBaudRate\": \"54GBaud\",\n            \"dstSignalWidth\": \"75GHz\",\n            \"band\": \"C\",\n            \"fec\": \"SDFEC-G2\",\n            \"srcPhaseEncoding\": \"Absolute\",\n            \"destPhaseEncoding\": \"Absolute\",\n            \"srcSite\": \"Site1\",\n            \"destSite\": \"Site3\",\n            \"srcProt\": \"Unprotected\",\n            \"destProt\": \"Unprotected\",\n            \"srcOpticalNode\": \"Site1-1-ON-1\",\n            \"destOpticalNode\": \"Site3-1-ON-1\",\n            \"srcLinePort\": \"L1\",\n            \"destLinePort\": \"L1\",\n            \"srcResDisp\": \"1333.6\",\n            \"srcResDis\": \"1333.6\",\n            \"dstResDisp\": \"1333.6\",\n            \"dstResDis\": \"1333.6\",\n            \"disjointTrail\": \"\",\n            \"primaryTrail\": \"\",\n            \"secondaryTrail\": \"\",\n            \"partialDisjointness\": \"NA\",\n            \"partialDisJoint\": \"0.0\",\n            \"restoration\": \"NA\",\n            \"routeDisjointness\": \"NA\",\n            \"downFailures\": \"NA\",\n            \"restoredFailures\": \"NA\",\n            \"downFailure\": \"0.0\",\n            \"restoredFailure\": \"0.0\",\n            \"verificationSetting\": \"Verified by WSP\",\n            \"routingRequestType\": \"TRAIL\",\n            \"otnTrail\": false,\n            \"inTopologicallyIsolatedArea\": false,\n            \"layer1Service\": false,\n            \"frozen\": false,\n            \"carrierCount\": 1,\n            \"carrierCountStr\": \"1\",\n            \"srcSig\": \"0.0\",\n            \"dstSig\": \"0.0\",\n            \"includeColorProfileName\": \"N/A\",\n            \"excludeColorProfileName\": \"N/A\",\n            \"linkColorProfileName\": \"N/A\",\n            \"l1TrafficGroomingType\": \"NA\",\n            \"otuType\": \"1xOTU4\",\n            \"omspFlag\": false,\n            \"otuTypeCompute\": \"Yes\",\n            \"className\": \"Trails\",\n            \"srcSiteId\": 30,\n            \"destSiteId\": 60,\n            \"routedSegmentList\": [\n                80\n            ],\n            \"srcNeName\": \"Site1-1\",\n            \"destNeName\": \"Site3-1\",\n            \"topologyConstraints\": \"NO\",\n            \"autoDiscovered\": false,\n            \"routed\": true,\n            \"partiallyRouted\": false,\n            \"trailWithOpsPack\": false\n        },\n        {\n            \"id\": 940,\n            \"name\": \"Trail2\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"deployedName\": \"Trail2\",\n            \"wtKeyedStatusStr\": \"Unkeyed\",\n            \"trailName\": \"Trail000000000002\",\n            \"srcSiteName\": \"Site000000000001\",\n            \"dstSiteName\": \"Site000000000003\",\n            \"srcNodeName\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"dstNodeName\": \"Site000000000003-000000000001-ON-000000000001\",\n            \"trailType\": \"OCH\",\n            \"projectDisplayName\": \"None [Current]\",\n            \"designState\": \"Complete, Valid\",\n            \"assignedDisplayChannel\": \"9355.000\",\n            \"requestedDisplayChannel\": \"Compute\",\n            \"routedOver\": \"None\",\n            \"srcCascadingPort\": \"NA\",\n            \"desCascadingPort\": \"NA\",\n            \"privateTrail\": false,\n            \"controlPlane\": false,\n            \"multiRegion\": false,\n            \"mrnActivatedStr\": \"NA\",\n            \"regenAllowed\": false,\n            \"manuallyRouted\": \"Yes\",\n            \"manuallyCreated\": \"Yes\",\n            \"d5x500Compatible\": \"N/A\",\n            \"srcOsnrMargin\": \"9.65\",\n            \"srcOsnrMarg\": \"9.65\",\n            \"dcmMixed\": \"No\",\n            \"dstOsnrMargin\": \"9.65\",\n            \"dstOsnrMarg\": \"9.65\",\n            \"srcNpsw\": \".073\",\n            \"srcNps\": \".073\",\n            \"destNpsw\": \".073\",\n            \"destNps\": \".073\",\n            \"srcQfac\": \"11.155\",\n            \"srcQf\": \"11.155\",\n            \"destQfac\": \"11.155\",\n            \"dstQf\": \"11.155\",\n            \"srcOt\": \"S6AD600H\",\n            \"srcMode\": \"43. 200G@86.76Gbaud - QPSK\",\n            \"srcLineRate\": \"200G\",\n            \"srcBaudRate\": \"86.76GBaud\",\n            \"srcSignalWidth\": \"100GHz\",\n            \"destOt\": \"S6AD600H\",\n            \"destMode\": \"43. 200G@86.76Gbaud - QPSK\",\n            \"dstLineRate\": \"200G\",\n            \"dstBaudRate\": \"86.76GBaud\",\n            \"dstSignalWidth\": \"100GHz\",\n            \"band\": \"C\",\n            \"fec\": \"SDFEC-V\",\n            \"srcPhaseEncoding\": \"Absolute\",\n            \"destPhaseEncoding\": \"Absolute\",\n            \"srcSite\": \"Site1\",\n            \"destSite\": \"Site3\",\n            \"srcProt\": \"Unprotected\",\n            \"destProt\": \"Unprotected\",\n            \"srcOpticalNode\": \"Site1-1-ON-1\",\n            \"destOpticalNode\": \"Site3-1-ON-1\",\n            \"srcLinePort\": \"L1\",\n            \"destLinePort\": \"L1\",\n            \"srcResDisp\": \"2667.2\",\n            \"srcResDis\": \"2667.2\",\n            \"dstResDisp\": \"2667.2\",\n            \"dstResDis\": \"2667.2\",\n            \"disjointTrail\": \"\",\n            \"primaryTrail\": \"\",\n            \"secondaryTrail\": \"\",\n            \"partialDisjointness\": \"NA\",\n            \"partialDisJoint\": \"0.0\",\n            \"restoration\": \"NA\",\n            \"routeDisjointness\": \"NA\",\n            \"downFailures\": \"NA\",\n            \"restoredFailures\": \"NA\",\n            \"downFailure\": \"0.0\",\n            \"restoredFailure\": \"0.0\",\n            \"verificationSetting\": \"Verified by WSP\",\n            \"routingRequestType\": \"TRAIL\",\n            \"otnTrail\": false,\n            \"inTopologicallyIsolatedArea\": false,\n            \"layer1Service\": false,\n            \"frozen\": false,\n            \"carrierCount\": 1,\n            \"carrierCountStr\": \"1\",\n            \"srcSig\": \"0.0\",\n            \"dstSig\": \"0.0\",\n            \"includeColorProfileName\": \"N/A\",\n            \"excludeColorProfileName\": \"N/A\",\n            \"linkColorProfileName\": \"N/A\",\n            \"l1TrafficGroomingType\": \"NA\",\n            \"otuType\": \"2xOTU4\",\n            \"omspFlag\": false,\n            \"otuTypeCompute\": \"Yes\",\n            \"className\": \"Trails\",\n            \"srcSiteId\": 30,\n            \"destSiteId\": 60,\n            \"routedSegmentList\": [\n                50,\n                70\n            ],\n            \"srcNeName\": \"Site1-1\",\n            \"destNeName\": \"Site3-1\",\n            \"topologyConstraints\": \"NO\",\n            \"autoDiscovered\": false,\n            \"routed\": true,\n            \"partiallyRouted\": false,\n            \"trailWithOpsPack\": false\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 5000,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalElements\": 2,\n    \"totalPages\": 1,\n    \"first\": true,\n    \"numberOfElements\": 2,\n    \"size\": 5000,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"unsorted\": true,\n        \"empty\": true\n    },\n    \"empty\": false\n}"}],"_postman_id":"6e7026d5-41a4-41d2-93be-bedf5a9629dd"},{"name":"Retrieving Service in MP or CP","id":"6f330c3e-a2d9-45b5-a680-ee2abe4679cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:8443/wsp/api/designs/{{designId}}/{{ntwLayer}}/demandsData","description":"<p>The attribute <em>layer1Service</em> indicates whether service or trail is in MP or CP.Input parameter networklayer supports values such as TRAIL OR SERVICE</p>\n","urlObject":{"protocol":"https","port":"8443","path":["wsp","api","designs","{{designId}}","{{ntwLayer}}","demandsData"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"5e78ce23-1b57-482f-9594-fb5955620ae4","name":"Retrieve Service in CP","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:8443/wsp/api/designs/{{designId}}/{{ntwLayer}}/demandsData"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 07 May 2025 06:02:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 1770,\n            \"name\": \"Service1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"deployedName\": \"Service1\",\n            \"wtKeyedStatusStr\": \"\",\n            \"trailName\": \"Service000000000001\",\n            \"srcSiteName\": \"Site000000000001\",\n            \"dstSiteName\": \"Site000000000003\",\n            \"srcNodeName\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"dstNodeName\": \"Site000000000003-000000000001-ON-000000000001\",\n            \"projectDisplayName\": \"None [Current]\",\n            \"designState\": \"Complete, Valid\",\n            \"assignedDisplayChannel\": \"[Trail1]\",\n            \"requestedDisplayChannel\": \"Compute\",\n            \"routedOver\": \"None\",\n            \"srcCascadingPort\": \"NA\",\n            \"desCascadingPort\": \"NA\",\n            \"privateTrail\": false,\n            \"controlPlane\": false,\n            \"multiRegion\": false,\n            \"mrnActivatedStr\": \"NA\",\n            \"regenAllowed\": false,\n            \"manuallyRouted\": \"No\",\n            \"manuallyCreated\": \"Yes\",\n            \"d5x500Compatible\": \"N/A\",\n            \"srcOsnrMargin\": \"NA\",\n            \"srcOsnrMarg\": \"0.0\",\n            \"dcmMixed\": \"No\",\n            \"dstOsnrMargin\": \"NA\",\n            \"dstOsnrMarg\": \"0.0\",\n            \"srcNpsw\": \"NA\",\n            \"srcNps\": \"0.0\",\n            \"destNpsw\": \"NA\",\n            \"destNps\": \"0.0\",\n            \"srcQfac\": \"NA\",\n            \"srcQf\": \"0.0\",\n            \"destQfac\": \"NA\",\n            \"dstQf\": \"0.0\",\n            \"srcOt\": \"S4X400H\",\n            \"srcMode\": \"1. 100G@56Gbaud - QPSK\",\n            \"srcLineRate\": \"100G\",\n            \"srcBaudRate\": \"54GBaud\",\n            \"srcSignalWidth\": \"75GHz\",\n            \"destOt\": \"S4X400H\",\n            \"destMode\": \"1. 100G@56Gbaud - QPSK\",\n            \"dstLineRate\": \"100G\",\n            \"dstBaudRate\": \"54GBaud\",\n            \"dstSignalWidth\": \"75GHz\",\n            \"band\": \"C\",\n            \"fec\": \"SDFEC-G2\",\n            \"srcPhaseEncoding\": \"Absolute\",\n            \"destPhaseEncoding\": \"Absolute\",\n            \"srcSite\": \"Site1\",\n            \"destSite\": \"Site3\",\n            \"srcProt\": \"Unprotected\",\n            \"destProt\": \"Unprotected\",\n            \"srcOpticalNode\": \"Site1-1-ON-1\",\n            \"destOpticalNode\": \"Site3-1-ON-1\",\n            \"srcLinePort\": \"\",\n            \"destLinePort\": \"\",\n            \"srcResDisp\": \"NA\",\n            \"srcResDis\": \"0.0\",\n            \"dstResDisp\": \"NA\",\n            \"dstResDis\": \"0.0\",\n            \"disjointTrail\": \"\",\n            \"primaryTrail\": \"Trail1\",\n            \"secondaryTrail\": \"\",\n            \"partialDisjointness\": \"NA\",\n            \"partialDisJoint\": \"0.0\",\n            \"restoration\": \"NA\",\n            \"routeDisjointness\": \"NA\",\n            \"downFailures\": \"NA\",\n            \"restoredFailures\": \"NA\",\n            \"downFailure\": \"0.0\",\n            \"restoredFailure\": \"0.0\",\n            \"verificationSetting\": \"Verified by WSP\",\n            \"routingRequestType\": \"SERVICE\",\n            \"otnTrail\": false,\n            \"inTopologicallyIsolatedArea\": false,\n            \"layer1Service\": false,\n            \"frozen\": false,\n            \"carrierCount\": 1,\n            \"carrierCountStr\": \"1\",\n            \"srcSignal\": \"100G LAN PHY\",\n            \"srcSig\": \"100\",\n            \"srcIntfc\": \"100GBASE-LR4-dualrate(QSFP28)\",\n            \"dstSignal\": \"100G LAN PHY\",\n            \"dstSig\": \"100\",\n            \"dstIntfc\": \"100GBASE-LR4-dualrate(QSFP28)\",\n            \"includeColorProfileName\": \"N/A\",\n            \"excludeColorProfileName\": \"N/A\",\n            \"linkColorProfileName\": \"N/A\",\n            \"l1TrafficGroomingType\": \"NA\",\n            \"srcClientPortInfo\": \"Manual - C1\",\n            \"dstClientPortInfo\": \"Manual - C1\",\n            \"srcClientPortCalc\": \"Manual\",\n            \"dstClientPortCalc\": \"Manual\",\n            \"otuType\": \"\",\n            \"omspFlag\": false,\n            \"otuTypeCompute\": \"\",\n            \"className\": \"Services\",\n            \"srcSiteId\": 30,\n            \"destSiteId\": 60,\n            \"routedSegmentList\": [\n                80\n            ],\n            \"srcNeName\": \"Site1-1\",\n            \"destNeName\": \"Site3-1\",\n            \"topologyConstraints\": \"NO\",\n            \"hwDisjointness\": \"NA\",\n            \"autoDiscovered\": false,\n            \"routed\": true,\n            \"partiallyRouted\": false,\n            \"trailWithOpsPack\": false\n        },\n        {\n            \"id\": 2440,\n            \"name\": \"Service2\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"deployedName\": \"Service2\",\n            \"wtKeyedStatusStr\": \"\",\n            \"trailName\": \"Service000000000002\",\n            \"srcSiteName\": \"Site000000000001\",\n            \"dstSiteName\": \"Site000000000003\",\n            \"srcNodeName\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"dstNodeName\": \"Site000000000003-000000000001-ON-000000000001\",\n            \"projectDisplayName\": \"None [Current]\",\n            \"designState\": \"Complete, Valid\",\n            \"assignedDisplayChannel\": \"[Trail2]\",\n            \"requestedDisplayChannel\": \"Compute\",\n            \"routedOver\": \"None\",\n            \"srcCascadingPort\": \"NA\",\n            \"desCascadingPort\": \"NA\",\n            \"privateTrail\": false,\n            \"controlPlane\": false,\n            \"multiRegion\": false,\n            \"mrnActivatedStr\": \"NA\",\n            \"regenAllowed\": false,\n            \"manuallyRouted\": \"No\",\n            \"manuallyCreated\": \"Yes\",\n            \"d5x500Compatible\": \"N/A\",\n            \"srcOsnrMargin\": \"NA\",\n            \"srcOsnrMarg\": \"0.0\",\n            \"dcmMixed\": \"No\",\n            \"dstOsnrMargin\": \"NA\",\n            \"dstOsnrMarg\": \"0.0\",\n            \"srcNpsw\": \"NA\",\n            \"srcNps\": \"0.0\",\n            \"destNpsw\": \"NA\",\n            \"destNps\": \"0.0\",\n            \"srcQfac\": \"NA\",\n            \"srcQf\": \"0.0\",\n            \"destQfac\": \"NA\",\n            \"dstQf\": \"0.0\",\n            \"srcOt\": \"S6AD600H\",\n            \"srcMode\": \"43. 200G@86.76Gbaud - QPSK\",\n            \"srcLineRate\": \"200G\",\n            \"srcBaudRate\": \"86.76GBaud\",\n            \"srcSignalWidth\": \"100GHz\",\n            \"destOt\": \"S6AD600H\",\n            \"destMode\": \"43. 200G@86.76Gbaud - QPSK\",\n            \"dstLineRate\": \"200G\",\n            \"dstBaudRate\": \"86.76GBaud\",\n            \"dstSignalWidth\": \"100GHz\",\n            \"band\": \"C\",\n            \"fec\": \"SDFEC-V\",\n            \"srcPhaseEncoding\": \"Absolute\",\n            \"destPhaseEncoding\": \"Absolute\",\n            \"srcSite\": \"Site1\",\n            \"destSite\": \"Site3\",\n            \"srcProt\": \"Unprotected\",\n            \"destProt\": \"Unprotected\",\n            \"srcOpticalNode\": \"Site1-1-ON-1\",\n            \"destOpticalNode\": \"Site3-1-ON-1\",\n            \"srcLinePort\": \"\",\n            \"destLinePort\": \"\",\n            \"srcResDisp\": \"NA\",\n            \"srcResDis\": \"0.0\",\n            \"dstResDisp\": \"NA\",\n            \"dstResDis\": \"0.0\",\n            \"disjointTrail\": \"\",\n            \"primaryTrail\": \"Trail2\",\n            \"secondaryTrail\": \"\",\n            \"partialDisjointness\": \"NA\",\n            \"partialDisJoint\": \"0.0\",\n            \"restoration\": \"NA\",\n            \"routeDisjointness\": \"NA\",\n            \"downFailures\": \"NA\",\n            \"restoredFailures\": \"NA\",\n            \"downFailure\": \"0.0\",\n            \"restoredFailure\": \"0.0\",\n            \"verificationSetting\": \"Verified by WSP\",\n            \"routingRequestType\": \"SERVICE\",\n            \"otnTrail\": false,\n            \"inTopologicallyIsolatedArea\": false,\n            \"layer1Service\": false,\n            \"frozen\": false,\n            \"carrierCount\": 1,\n            \"carrierCountStr\": \"1\",\n            \"srcSignal\": \"100G LAN PHY\",\n            \"srcSig\": \"100\",\n            \"srcIntfc\": \"100GBASE-CWDM4(QSFP28)\",\n            \"dstSignal\": \"100G LAN PHY\",\n            \"dstSig\": \"100\",\n            \"dstIntfc\": \"100GBASE-CWDM4(QSFP28)\",\n            \"includeColorProfileName\": \"N/A\",\n            \"excludeColorProfileName\": \"N/A\",\n            \"linkColorProfileName\": \"N/A\",\n            \"l1TrafficGroomingType\": \"NA\",\n            \"srcClientPortInfo\": \"Manual - C1\",\n            \"dstClientPortInfo\": \"Manual - C1\",\n            \"srcClientPortCalc\": \"Manual\",\n            \"dstClientPortCalc\": \"Manual\",\n            \"otuType\": \"\",\n            \"omspFlag\": false,\n            \"otuTypeCompute\": \"\",\n            \"className\": \"Services\",\n            \"srcSiteId\": 30,\n            \"destSiteId\": 60,\n            \"routedSegmentList\": [\n                50,\n                70\n            ],\n            \"srcNeName\": \"Site1-1\",\n            \"destNeName\": \"Site3-1\",\n            \"topologyConstraints\": \"NO\",\n            \"hwDisjointness\": \"NA\",\n            \"autoDiscovered\": false,\n            \"routed\": true,\n            \"partiallyRouted\": false,\n            \"trailWithOpsPack\": false\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 5000,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"last\": true,\n    \"totalElements\": 2,\n    \"totalPages\": 1,\n    \"first\": true,\n    \"numberOfElements\": 2,\n    \"size\": 5000,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"unsorted\": true,\n        \"empty\": true\n    },\n    \"empty\": false\n}"}],"_postman_id":"6f330c3e-a2d9-45b5-a680-ee2abe4679cf"}],"id":"05a35d66-3a25-4051-9b68-b3792af28d22","_postman_id":"05a35d66-3a25-4051-9b68-b3792af28d22","description":""},{"name":"Manage Services","item":[{"name":"Create L0 Service","id":"794529c5-a92e-4111-885e-f6f2e064145c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"Service\",\r\n    \"instanceNum\": 1,\r\n    \"deployedProject\": false,\r\n    \"supportedByWSP\": true,\r\n    \"routed\": false,\r\n    \"frozen\": false,\r\n    \"layer1Service\": false,\r\n    \"srcProtection\": \"UNPROTECTED\",\r\n    \"dstProtection\": \"UNPROTECTED\",\r\n    \"primaryDemand\": {\r\n        \"name\": \"Service4\",\r\n        \"restoration\": \"RESTORATION_NONE\",\r\n        \"routeDisjointness\": \"DEFAULT\",\r\n        \"regenAllowed\": true,\r\n        \"wtKeyedStatus\": false,\r\n        \"controlPlane\": true,\r\n        \"multiRegion\": false,\r\n        \"mrnActivated\": false,\r\n        \"interworkWithD5X500\": false,\r\n        \"source\": {\r\n            \"siteId\": 50,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"S4X400H\",\r\n            \"otMode\": \"Profile1\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"matrixUserDefined\": false,\r\n            \"clientFormat\": \"100G LAN PHY\",\r\n            \"clientPort\": \"C1\",\r\n            \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\r\n            \"oduContainer\": \"none\",\r\n            \"clientPortUserDefined\": true\r\n        },\r\n        \"destination\": {\r\n            \"siteId\": 90,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"S4X400H\",\r\n            \"otMode\": \"Profile1\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"matrixUserDefined\": false,\r\n            \"clientFormat\": \"100G LAN PHY\",\r\n            \"clientPort\": \"C1\",\r\n            \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\r\n            \"oduContainer\": \"none\",\r\n            \"clientPortUserDefined\": true\r\n        },\r\n        \"lineRate\": \"OTU4\",\r\n        \"fec\": \"SDFEC_G2\",\r\n        \"modulationFormat\": \"QPSK\",\r\n        \"baudRate\": \"54\",\r\n        \"phaseEncoding\": \"ABSOLUTE\",\r\n        \"bandwidth\": 12\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demands","description":"<p>This API is used to create a service.This input parameter passed are designID which can be retrieved using the APIs <strong>GET /api/designs.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","demands"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"b17e4fe0-a4aa-4faa-b1b7-707faddade8d","name":"Create L0 Service","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"Service\",\r\n    \"instanceNum\": 1,\r\n    \"deployedProject\": false,\r\n    \"supportedByWSP\": true,\r\n    \"routed\": false,\r\n    \"frozen\": false,\r\n    \"layer1Service\": false,\r\n    \"srcProtection\": \"UNPROTECTED\",\r\n    \"dstProtection\": \"UNPROTECTED\",\r\n    \"primaryDemand\": {\r\n        \"name\": \"Service4\",\r\n        \"restoration\": \"RESTORATION_NONE\",\r\n        \"routeDisjointness\": \"DEFAULT\",\r\n        \"regenAllowed\": true,\r\n        \"wtKeyedStatus\": false,\r\n        \"controlPlane\": true,\r\n        \"multiRegion\": false,\r\n        \"mrnActivated\": false,\r\n        \"interworkWithD5X500\": false,\r\n        \"source\": {\r\n            \"siteId\": 50,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"S4X400H\",\r\n            \"otMode\": \"Profile1\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"matrixUserDefined\": false,\r\n            \"clientFormat\": \"100G LAN PHY\",\r\n            \"clientPort\": \"C1\",\r\n            \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\r\n            \"oduContainer\": \"none\",\r\n            \"clientPortUserDefined\": true\r\n        },\r\n        \"destination\": {\r\n            \"siteId\": 90,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"S4X400H\",\r\n            \"otMode\": \"Profile1\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"matrixUserDefined\": false,\r\n            \"clientFormat\": \"100G LAN PHY\",\r\n            \"clientPort\": \"C1\",\r\n            \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\r\n            \"oduContainer\": \"none\",\r\n            \"clientPortUserDefined\": true\r\n        },\r\n        \"lineRate\": \"OTU4\",\r\n        \"fec\": \"SDFEC_G2\",\r\n        \"modulationFormat\": \"QPSK\",\r\n        \"baudRate\": \"54\",\r\n        \"phaseEncoding\": \"ABSOLUTE\",\r\n        \"bandwidth\": 12\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demands"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 21 May 2025 12:45:18 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4720,\n        \"category\": \"Service\",\n        \"srcProtection\": \"UNPROTECTED\",\n        \"dstProtection\": \"UNPROTECTED\",\n        \"hwDisjointNominalRoutes\": false,\n        \"routed\": false,\n        \"primaryDemand\": {\n            \"name\": \"Service4\",\n            \"description\": \"\",\n            \"restoration\": \"RESTORATION_NONE\",\n            \"routeDisjointness\": \"DEFAULT\",\n            \"serverTrailIdList\": [],\n            \"clientDemandIdList\": [],\n            \"fullDepthClientIdList\": [],\n            \"source\": {\n                \"siteId\": 50,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S4X400H\",\n                \"otMode\": \"Profile1\",\n                \"sharingAllowed\": false,\n                \"clientPort\": \"C1\",\n                \"clientFormat\": \"100G LAN PHY\",\n                \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\n                \"oduContainer\": \"none\",\n                \"clientPortUserDefined\": true,\n                \"matrixUserDefined\": false\n            },\n            \"destination\": {\n                \"siteId\": 90,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S4X400H\",\n                \"otMode\": \"Profile1\",\n                \"sharingAllowed\": false,\n                \"clientPort\": \"C1\",\n                \"clientFormat\": \"100G LAN PHY\",\n                \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\n                \"oduContainer\": \"none\",\n                \"clientPortUserDefined\": true,\n                \"matrixUserDefined\": false\n            },\n            \"regenAllowed\": true,\n            \"wtKeyedStatus\": false,\n            \"interworkWithD5X500\": false,\n            \"controlPlane\": true,\n            \"multiRegion\": false,\n            \"mrnActivated\": false,\n            \"workingPath\": true,\n            \"userDefinedOtuStruct\": false,\n            \"otuStruct\": \"\",\n            \"carrierCount\": 1,\n            \"lineInfo\": {\n                \"lineRate\": \"OTU4\",\n                \"fec\": \"SDFEC_G2\",\n                \"phaseEncoding\": \"ABSOLUTE\",\n                \"modulationFormat\": \"QPSK\",\n                \"baudRate\": \"54\",\n                \"bandwidth\": 12,\n                \"profileId\": \"1\"\n            }\n        },\n        \"supportedByWSP\": true,\n        \"deployedProject\": false,\n        \"otnTrail\": false,\n        \"layer1Service\": false,\n        \"includeAdmColorProfile\": \"NoColor\",\n        \"excludeAdmColorProfile\": \"NoColor\",\n        \"linkColorProfile\": \"NoColor\",\n        \"frozen\": false,\n        \"state\": \"notdesigned\",\n        \"inTopologicallyIsolatedArea\": false\n    }\n]"}],"_postman_id":"794529c5-a92e-4111-885e-f6f2e064145c"},{"name":"Create L1 Service","id":"0f304593-fff9-4837-a458-3f8900220602","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"OtnService\",\r\n    \"instanceNum\": 1,\r\n    \"deployedProject\": false,\r\n    \"supportedByWSP\": true,\r\n    \"routed\": false,\r\n    \"frozen\": false,\r\n    \"layer1Service\": true,\r\n    \"srcProtection\": \"UNPROTECTED\",\r\n    \"dstProtection\": \"UNPROTECTED\",\r\n    \"hwDisjointNominalRoutes\": false,\r\n    \"groomingTypeL1\": \"E2E\",\r\n    \"primaryDemand\": {\r\n        \"name\": \"Service11\",\r\n        \"restoration\": \"RESTORATION_NONE\",\r\n        \"routeDisjointness\": \"DEFAULT\",\r\n        \"regenAllowed\": true,\r\n        \"wtKeyedStatus\": false,\r\n        \"controlPlane\": true,\r\n        \"multiRegion\": false,\r\n        \"mrnActivated\": false,\r\n        \"interworkWithD5X500\": false,\r\n        \"source\": {\r\n            \"siteId\": 5610,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"10AN1T\",\r\n            \"otMode\": \"NONE\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"clientFormat\": \"100G LAN PHY\",\r\n            \"clientPort\": \"COMPUTE\",\r\n            \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\r\n            \"clientPortUserDefined\": false,\r\n            \"opticalNode\": \"COMPUTE\",\r\n            \"otNe\": \"Same Optical Node\",\r\n            \"matrixUserDefined\": false\r\n        },\r\n        \"destination\": {\r\n            \"siteId\": 5620,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"10AN1T\",\r\n            \"otMode\": \"NONE\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"clientFormat\": \"100G LAN PHY\",\r\n            \"clientPort\": \"COMPUTE\",\r\n            \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\r\n            \"clientPortUserDefined\": false,\r\n            \"opticalNode\": \"COMPUTE\",\r\n            \"otNe\": \"Same Optical Node\",\r\n            \"matrixUserDefined\": false\r\n        },\r\n        \"lineRate\": \"Any\",\r\n        \"fec\": \"None\",\r\n        \"modulationFormat\": \"NOTAPPLICABLE\",\r\n        \"baudRate\": \"Any\",\r\n        \"phaseEncoding\": \"NOTAPPLICABLE\",\r\n        \"bandwidth\": 0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demands","description":"<p>This API is used to create L1 service. The input parameter passed is designID which can be retrieved using the API <strong>GET /api/designs.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","demands"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"9573ce47-7b1f-42ff-88f5-3c289d32d55e","name":"Create L1 Service","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"category\": \"OtnService\",\r\n    \"instanceNum\": 1,\r\n    \"deployedProject\": false,\r\n    \"supportedByWSP\": true,\r\n    \"routed\": false,\r\n    \"frozen\": false,\r\n    \"layer1Service\": true,\r\n    \"srcProtection\": \"UNPROTECTED\",\r\n    \"dstProtection\": \"UNPROTECTED\",\r\n    \"hwDisjointNominalRoutes\": false,\r\n    \"groomingTypeL1\": \"E2E\",\r\n    \"primaryDemand\": {\r\n        \"name\": \"Service11\",\r\n        \"restoration\": \"RESTORATION_NONE\",\r\n        \"routeDisjointness\": \"DEFAULT\",\r\n        \"regenAllowed\": true,\r\n        \"wtKeyedStatus\": false,\r\n        \"controlPlane\": true,\r\n        \"multiRegion\": false,\r\n        \"mrnActivated\": false,\r\n        \"interworkWithD5X500\": false,\r\n        \"source\": {\r\n            \"siteId\": 7610,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"10AN1T\",\r\n            \"otMode\": \"NONE\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"clientFormat\": \"100G LAN PHY\",\r\n            \"clientPort\": \"COMPUTE\",\r\n            \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\r\n            \"clientPortUserDefined\": false,\r\n            \"opticalNode\": \"COMPUTE\",\r\n            \"otNe\": \"Same Optical Node\",\r\n            \"matrixUserDefined\": false\r\n        },\r\n        \"destination\": {\r\n            \"siteId\": 7620,\r\n            \"neType\": \"PSS_WDM\",\r\n            \"otName\": \"10AN1T\",\r\n            \"otMode\": \"NONE\",\r\n            \"linePort\": \"COMPUTE\",\r\n            \"clientFormat\": \"100G LAN PHY\",\r\n            \"clientPort\": \"COMPUTE\",\r\n            \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\r\n            \"clientPortUserDefined\": false,\r\n            \"opticalNode\": \"COMPUTE\",\r\n            \"otNe\": \"Same Optical Node\",\r\n            \"matrixUserDefined\": false\r\n        },\r\n        \"lineRate\": \"Any\",\r\n        \"fec\": \"None\",\r\n        \"modulationFormat\": \"NOTAPPLICABLE\",\r\n        \"baudRate\": \"Any\",\r\n        \"phaseEncoding\": \"NOTAPPLICABLE\",\r\n        \"bandwidth\": 0\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demands"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 11 Jul 2025 02:17:53 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 15390,\n        \"category\": \"OtnService\",\n        \"srcProtection\": \"UNPROTECTED\",\n        \"dstProtection\": \"UNPROTECTED\",\n        \"hwDisjointNominalRoutes\": false,\n        \"routed\": false,\n        \"primaryDemand\": {\n            \"name\": \"Service11\",\n            \"description\": \"\",\n            \"restoration\": \"RESTORATION_NONE\",\n            \"serverTrailIdList\": [],\n            \"source\": {\n                \"siteId\": 7610,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"10AN1T\",\n                \"otMode\": \"NONE\",\n                \"sharingAllowed\": false,\n                \"otNe\": \"Same Optical Node\",\n                \"clientPort\": \"Compute\",\n                \"clientFormat\": \"100G LAN PHY\",\n                \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\n                \"clientPortUserDefined\": false,\n                \"matrixUserDefined\": false\n            },\n            \"destination\": {\n                \"siteId\": 7620,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"10AN1T\",\n                \"otMode\": \"NONE\",\n                \"sharingAllowed\": false,\n                \"otNe\": \"Same Optical Node\",\n                \"clientPort\": \"Compute\",\n                \"clientFormat\": \"100G LAN PHY\",\n                \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\n                \"clientPortUserDefined\": false,\n                \"matrixUserDefined\": false\n            },\n            \"regenAllowed\": true,\n            \"wtKeyedStatus\": false,\n            \"interworkWithD5X500\": false,\n            \"controlPlane\": true,\n            \"multiRegion\": false,\n            \"mrnActivated\": false,\n            \"workingPath\": true,\n            \"userDefinedOtuStruct\": false,\n            \"otuStruct\": \"\",\n            \"carrierCount\": 1,\n            \"lineInfo\": {\n                \"lineRate\": \"OTU2\",\n                \"fec\": \"S_EFEC\",\n                \"phaseEncoding\": \"DIFFERENTIAL\",\n                \"modulationFormat\": \"NOTAPPLICABLE\",\n                \"baudRate\": \"notApplicable\",\n                \"bandwidth\": 8,\n                \"profileId\": \"n.a.\"\n            }\n        },\n        \"supportedByWSP\": true,\n        \"deployedProject\": false,\n        \"otnTrail\": false,\n        \"layer1Service\": true,\n        \"groomingTypeL1\": \"E2E\",\n        \"frozen\": false,\n        \"state\": \"notdesigned\",\n        \"inTopologicallyIsolatedArea\": false\n    }\n]"}],"_postman_id":"0f304593-fff9-4837-a458-3f8900220602"},{"name":"Retrieve Services","id":"6d7b25d6-dd81-458d-9ad9-5dd4fee91ba9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/demandsData?routingRequestType=SERVICE","description":"<p>This retrieves the all services for a design.The input parameter passed are designID which can be retrieved using the API <strong>GET /api/designs</strong> and the routingRequestType value must be <strong>SERVICE</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","demandsData"],"host":["{{server}}"],"query":[{"key":"routingRequestType","value":"SERVICE"}],"variable":[]}},"response":[{"id":"56865014-2b42-496d-a0f4-74193e798c93","name":"Retrieve all services","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/demandsData?routingRequestType=SERVICE","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","demandsData"],"query":[{"key":"routingRequestType","value":"SERVICE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 21 May 2025 12:52:30 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 850,\n            \"name\": \"Service1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"deployedName\": \"Service1\",\n            \"wtKeyedStatusStr\": \"\",\n            \"trailName\": \"Service000000000001\",\n            \"srcSiteName\": \"Site000000000004\",\n            \"dstSiteName\": \"Site000000000005\",\n            \"srcNodeName\": \"Site000000000004-000000000001-ON-000000000001\",\n            \"dstNodeName\": \"Site000000000005-000000000001-ON-000000000001\",\n            \"projectDisplayName\": \"None [Current]\",\n            \"designState\": \"Complete, Unverified\",\n            \"assignedDisplayChannel\": \"[Trail_unprotected]\",\n            \"requestedDisplayChannel\": \"Compute\",\n            \"routedOver\": \"None\",\n            \"srcCascadingPort\": \"NA\",\n            \"desCascadingPort\": \"NA\",\n            \"privateTrail\": false,\n            \"controlPlane\": true,\n            \"multiRegion\": false,\n            \"mrnActivatedStr\": \"NA\",\n            \"regenAllowed\": true,\n            \"manuallyRouted\": \"No\",\n            \"manuallyCreated\": \"Yes\",\n            \"d5x500Compatible\": \"N/A\",\n            \"srcOsnrMargin\": \"NA\",\n            \"srcOsnrMarg\": \"0.0\",\n            \"dcmMixed\": \"No\",\n            \"dstOsnrMargin\": \"NA\",\n            \"dstOsnrMarg\": \"0.0\",\n            \"srcNpsw\": \"NA\",\n            \"srcNps\": \"0.0\",\n            \"destNpsw\": \"NA\",\n            \"destNps\": \"0.0\",\n            \"srcQfac\": \"NA\",\n            \"srcQf\": \"0.0\",\n            \"destQfac\": \"NA\",\n            \"dstQf\": \"0.0\",\n            \"srcOt\": \"16P200\",\n            \"srcMode\": \"37. 100G@27.95Gbaud - QPSK (50GHz)\",\n            \"srcLineRate\": \"100G\",\n            \"srcBaudRate\": \"27.95GBaud\",\n            \"srcSignalWidth\": \"50GHz\",\n            \"destOt\": \"16P200\",\n            \"destMode\": \"37. 100G@27.95Gbaud - QPSK (50GHz)\",\n            \"dstLineRate\": \"100G\",\n            \"dstBaudRate\": \"27.95GBaud\",\n            \"dstSignalWidth\": \"50GHz\",\n            \"band\": \"C\",\n            \"fec\": \"SCFEC\",\n            \"srcPhaseEncoding\": \"Differential\",\n            \"destPhaseEncoding\": \"Differential\",\n            \"srcSite\": \"Site4\",\n            \"destSite\": \"Site5\",\n            \"srcProt\": \"Unprotected\",\n            \"destProt\": \"Unprotected\",\n            \"srcOpticalNode\": \"Site4-1-ON-1\",\n            \"destOpticalNode\": \"Site5-1-ON-1\",\n            \"srcLinePort\": \"\",\n            \"destLinePort\": \"\",\n            \"srcResDisp\": \"NA\",\n            \"srcResDis\": \"0.0\",\n            \"dstResDisp\": \"NA\",\n            \"dstResDis\": \"0.0\",\n            \"disjointTrail\": \"\",\n            \"primaryTrail\": \"Trail_unprotected\",\n            \"secondaryTrail\": \"\",\n            \"partialDisjointness\": \"NA\",\n            \"partialDisJoint\": \"0.0\",\n            \"restoration\": \"None\",\n            \"routeDisjointness\": \"NA\",\n            \"downFailures\": \"NA\",\n            \"restoredFailures\": \"NA\",\n            \"downFailure\": \"0.0\",\n            \"restoredFailure\": \"0.0\",\n            \"verificationSetting\": \"Verified by WSP\",\n            \"routingRequestType\": \"SERVICE\",\n            \"otnTrail\": false,\n            \"inTopologicallyIsolatedArea\": false,\n            \"layer1Service\": false,\n            \"frozen\": false,\n            \"carrierCount\": 1,\n            \"carrierCountStr\": \"1\",\n            \"srcSignal\": \"100G LAN PHY\",\n            \"srcSig\": \"100\",\n            \"srcIntfc\": \"100GBASE-LR4-singlerate(QSFP28)\",\n            \"dstSignal\": \"100G LAN PHY\",\n            \"dstSig\": \"100\",\n            \"dstIntfc\": \"100GBASE-LR4-singlerate(QSFP28)\",\n            \"includeColorProfileName\": \"NoColor\",\n            \"excludeColorProfileName\": \"NoColor\",\n            \"linkColorProfileName\": \"NoColor\",\n            \"l1TrafficGroomingType\": \"NA\",\n            \"srcClientPortInfo\": \"Manual - C13\",\n            \"dstClientPortInfo\": \"Manual - C13\",\n            \"srcClientPortCalc\": \"Manual\",\n            \"dstClientPortCalc\": \"Manual\",\n            \"otuType\": \"\",\n            \"omspFlag\": false,\n            \"otuTypeCompute\": \"\",\n            \"className\": \"Services\",\n            \"srcSiteId\": 80,\n            \"destSiteId\": 90,\n            \"routedSegmentList\": [\n                230\n            ],\n            \"srcNeName\": \"Site4-1\",\n            \"destNeName\": \"Site5-1\",\n            \"topologyConstraints\": \"NO\",\n            \"hwDisjointness\": \"NA\",\n            \"routed\": true,\n            \"partiallyRouted\": false,\n            \"trailWithOpsPack\": false,\n            \"autoDiscovered\": false\n        },\n        {\n            \"id\": 940,\n            \"name\": \"Service2\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"deployedName\": \"Service2\",\n            \"wtKeyedStatusStr\": \"\",\n            \"trailName\": \"Service000000000002\",\n            \"srcSiteName\": \"Site000000000001\",\n            \"dstSiteName\": \"Site000000000004\",\n            \"srcNodeName\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"dstNodeName\": \"Site000000000004-000000000001-ON-000000000001\",\n            \"projectDisplayName\": \"None [Current]\",\n            \"designState\": \"Complete, Unverified\",\n            \"assignedDisplayChannel\": \"[trail_cp_diversepath], [trail_cp_diversepath-1]\",\n            \"requestedDisplayChannel\": \"Compute\",\n            \"routedOver\": \"None\",\n            \"srcCascadingPort\": \"NA\",\n            \"desCascadingPort\": \"NA\",\n            \"privateTrail\": false,\n            \"controlPlane\": true,\n            \"multiRegion\": false,\n            \"mrnActivatedStr\": \"NA\",\n            \"regenAllowed\": true,\n            \"manuallyRouted\": \"No\",\n            \"manuallyCreated\": \"Yes\",\n            \"d5x500Compatible\": \"N/A\",\n            \"srcOsnrMargin\": \"NA\",\n            \"srcOsnrMarg\": \"0.0\",\n            \"dcmMixed\": \"No\",\n            \"dstOsnrMargin\": \"NA\",\n            \"dstOsnrMarg\": \"0.0\",\n            \"srcNpsw\": \"NA\",\n            \"srcNps\": \"0.0\",\n            \"destNpsw\": \"NA\",\n            \"destNps\": \"0.0\",\n            \"srcQfac\": \"NA\",\n            \"srcQf\": \"0.0\",\n            \"destQfac\": \"NA\",\n            \"dstQf\": \"0.0\",\n            \"srcOt\": \"16P200\",\n            \"srcMode\": \"37. 100G@27.95Gbaud - QPSK (50GHz)\",\n            \"srcLineRate\": \"100G\",\n            \"srcBaudRate\": \"27.95GBaud\",\n            \"srcSignalWidth\": \"50GHz\",\n            \"destOt\": \"16P200\",\n            \"destMode\": \"37. 100G@27.95Gbaud - QPSK (50GHz)\",\n            \"dstLineRate\": \"100G\",\n            \"dstBaudRate\": \"27.95GBaud\",\n            \"dstSignalWidth\": \"50GHz\",\n            \"band\": \"C\",\n            \"fec\": \"SCFEC\",\n            \"srcPhaseEncoding\": \"Differential\",\n            \"destPhaseEncoding\": \"Differential\",\n            \"srcSite\": \"Site1\",\n            \"destSite\": \"Site4\",\n            \"srcProt\": \"Diverse Path\",\n            \"destProt\": \"Diverse Path\",\n            \"srcOpticalNode\": \"Site1-1-ON-1\",\n            \"destOpticalNode\": \"Site4-1-ON-1\",\n            \"srcLinePort\": \"\",\n            \"destLinePort\": \"\",\n            \"srcResDisp\": \"NA\",\n            \"srcResDis\": \"0.0\",\n            \"dstResDisp\": \"NA\",\n            \"dstResDis\": \"0.0\",\n            \"disjointTrail\": \"\",\n            \"primaryTrail\": \"trail_cp_diversepath\",\n            \"secondaryTrail\": \"trail_cp_diversepath-1\",\n            \"partialDisjointness\": \"NA\",\n            \"partialDisJoint\": \"0.0\",\n            \"restoration\": \"None\",\n            \"routeDisjointness\": \"NA\",\n            \"downFailures\": \"NA\",\n            \"restoredFailures\": \"NA\",\n            \"downFailure\": \"0.0\",\n            \"restoredFailure\": \"0.0\",\n            \"verificationSetting\": \"Verified by WSP\",\n            \"routingRequestType\": \"SERVICE\",\n            \"otnTrail\": false,\n            \"inTopologicallyIsolatedArea\": false,\n            \"layer1Service\": false,\n            \"frozen\": false,\n            \"carrierCount\": 1,\n            \"carrierCountStr\": \"1\",\n            \"srcSignal\": \"100G LAN PHY\",\n            \"srcSig\": \"100\",\n            \"srcIntfc\": \"100GBASE-LR4-singlerate(QSFP28)\",\n            \"dstSignal\": \"100G LAN PHY\",\n            \"dstSig\": \"100\",\n            \"dstIntfc\": \"100GBASE-LR4-singlerate(QSFP28)\",\n            \"includeColorProfileName\": \"NoColor\",\n            \"excludeColorProfileName\": \"NoColor\",\n            \"linkColorProfileName\": \"NoColor\",\n            \"l1TrafficGroomingType\": \"NA\",\n            \"srcClientPortInfo\": \"Manual - C13\",\n            \"dstClientPortInfo\": \"Manual - C13\",\n            \"srcClientPortCalc\": \"Manual\",\n            \"dstClientPortCalc\": \"Manual\",\n            \"otuType\": \"\",\n            \"omspFlag\": false,\n            \"otuTypeCompute\": \"\",\n            \"className\": \"Services\",\n            \"srcSiteId\": 50,\n            \"destSiteId\": 80,\n            \"routedSegmentList\": [\n                170,\n                210,\n                230\n            ],\n            \"srcNeName\": \"Site1-1\",\n            \"destNeName\": \"Site4-1\",\n            \"topologyConstraints\": \"NO\",\n            \"hwDisjointness\": \"NA\",\n            \"routed\": true,\n            \"partiallyRouted\": false,\n            \"trailWithOpsPack\": false,\n            \"autoDiscovered\": false\n        },\n        {\n            \"id\": 1030,\n            \"name\": \"Service3\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"deployedName\": \"Service3\",\n            \"wtKeyedStatusStr\": \"\",\n            \"trailName\": \"Service000000000003\",\n            \"srcSiteName\": \"Site000000000001\",\n            \"dstSiteName\": \"Site000000000002\",\n            \"srcNodeName\": \"Site000000000001-000000000001-ON-000000000001\",\n            \"dstNodeName\": \"Site000000000002-000000000001-ON-000000000001\",\n            \"projectDisplayName\": \"None [Current]\",\n            \"designState\": \"Complete, Unverified\",\n            \"assignedDisplayChannel\": \"[trail_dualhomed], [trail_dualhomed-1]\",\n            \"requestedDisplayChannel\": \"Compute\",\n            \"routedOver\": \"None\",\n            \"srcCascadingPort\": \"NA\",\n            \"desCascadingPort\": \"NA\",\n            \"privateTrail\": false,\n            \"controlPlane\": true,\n            \"multiRegion\": false,\n            \"mrnActivatedStr\": \"NA\",\n            \"regenAllowed\": true,\n            \"manuallyRouted\": \"No\",\n            \"manuallyCreated\": \"Yes\",\n            \"d5x500Compatible\": \"N/A\",\n            \"srcOsnrMargin\": \"NA\",\n            \"srcOsnrMarg\": \"0.0\",\n            \"dcmMixed\": \"No\",\n            \"dstOsnrMargin\": \"NA\",\n            \"dstOsnrMarg\": \"0.0\",\n            \"srcNpsw\": \"NA\",\n            \"srcNps\": \"0.0\",\n            \"destNpsw\": \"NA\",\n            \"destNps\": \"0.0\",\n            \"srcQfac\": \"NA\",\n            \"srcQf\": \"0.0\",\n            \"destQfac\": \"NA\",\n            \"dstQf\": \"0.0\",\n            \"srcOt\": \"16P200\",\n            \"srcMode\": \"37. 100G@27.95Gbaud - QPSK (50GHz)\",\n            \"srcLineRate\": \"100G\",\n            \"srcBaudRate\": \"27.95GBaud\",\n            \"srcSignalWidth\": \"50GHz\",\n            \"destOt\": \"16P200\",\n            \"destMode\": \"37. 100G@27.95Gbaud - QPSK (50GHz)\",\n            \"dstLineRate\": \"100G\",\n            \"dstBaudRate\": \"27.95GBaud\",\n            \"dstSignalWidth\": \"50GHz\",\n            \"band\": \"C\",\n            \"fec\": \"SCFEC\",\n            \"srcPhaseEncoding\": \"Differential\",\n            \"destPhaseEncoding\": \"Differential\",\n            \"srcSite\": \"Multiple\",\n            \"destSite\": \"Multiple\",\n            \"srcProt\": \"Dual Homed\",\n            \"destProt\": \"Dual Homed\",\n            \"srcOpticalNode\": \"Multiple\",\n            \"destOpticalNode\": \"Multiple\",\n            \"srcLinePort\": \"\",\n            \"destLinePort\": \"\",\n            \"srcResDisp\": \"NA\",\n            \"srcResDis\": \"0.0\",\n            \"dstResDisp\": \"NA\",\n            \"dstResDis\": \"0.0\",\n            \"disjointTrail\": \"\",\n            \"primaryTrail\": \"trail_dualhomed\",\n            \"secondaryTrail\": \"trail_dualhomed-1\",\n            \"partialDisjointness\": \"NA\",\n            \"partialDisJoint\": \"0.0\",\n            \"restoration\": \"None\",\n            \"routeDisjointness\": \"NA\",\n            \"downFailures\": \"NA\",\n            \"restoredFailures\": \"NA\",\n            \"downFailure\": \"0.0\",\n            \"restoredFailure\": \"0.0\",\n            \"verificationSetting\": \"Verified by WSP\",\n            \"routingRequestType\": \"SERVICE\",\n            \"otnTrail\": false,\n            \"inTopologicallyIsolatedArea\": false,\n            \"layer1Service\": false,\n            \"frozen\": false,\n            \"carrierCount\": 1,\n            \"carrierCountStr\": \"1\",\n            \"srcSignal\": \"100G LAN PHY\",\n            \"srcSig\": \"100\",\n            \"srcIntfc\": \"100GBASE-LR4-singlerate(QSFP28)\",\n            \"dstSignal\": \"100G LAN PHY\",\n            \"dstSig\": \"100\",\n            \"dstIntfc\": \"100GBASE-LR4-singlerate(QSFP28)\",\n            \"includeColorProfileName\": \"NoColor\",\n            \"excludeColorProfileName\": \"NoColor\",\n            \"linkColorProfileName\": \"NoColor\",\n            \"l1TrafficGroomingType\": \"NA\",\n            \"srcClientPortInfo\": \"Manual - C13\",\n            \"dstClientPortInfo\": \"Manual - C13\",\n            \"srcClientPortCalc\": \"Manual\",\n            \"dstClientPortCalc\": \"Manual\",\n            \"otuType\": \"\",\n            \"omspFlag\": false,\n            \"otuTypeCompute\": \"\",\n            \"className\": \"Services\",\n            \"srcSiteId\": 50,\n            \"destSiteId\": 60,\n            \"routedSegmentList\": [\n                110,\n                130,\n                150\n            ],\n            \"srcNeName\": \"Site1-1\",\n            \"destNeName\": \"Site2-1\",\n            \"topologyConstraints\": \"NO\",\n            \"hwDisjointness\": \"NA\",\n            \"routed\": true,\n            \"partiallyRouted\": false,\n            \"trailWithOpsPack\": false,\n            \"autoDiscovered\": false\n        },\n        {\n            \"id\": 4720,\n            \"name\": \"Service4\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"deployedName\": \"Service4\",\n            \"wtKeyedStatusStr\": \"\",\n            \"trailName\": \"Service000000000004\",\n            \"srcSiteName\": \"Site000000000001\",\n            \"dstSiteName\": \"Site000000000005\",\n            \"srcNodeName\": \"\",\n            \"dstNodeName\": \"\",\n            \"projectDisplayName\": \"None [Current]\",\n            \"designState\": \"Not Designed\",\n            \"assignedDisplayChannel\": \"\",\n            \"requestedDisplayChannel\": \"Compute\",\n            \"routedOver\": \"None\",\n            \"srcCascadingPort\": \"NA\",\n            \"desCascadingPort\": \"NA\",\n            \"privateTrail\": false,\n            \"controlPlane\": true,\n            \"multiRegion\": false,\n            \"mrnActivatedStr\": \"NA\",\n            \"regenAllowed\": true,\n            \"manuallyRouted\": \"No\",\n            \"manuallyCreated\": \"Yes\",\n            \"d5x500Compatible\": \"N/A\",\n            \"srcOsnrMargin\": \"NA\",\n            \"srcOsnrMarg\": \"0.0\",\n            \"dcmMixed\": \"\",\n            \"dstOsnrMargin\": \"NA\",\n            \"dstOsnrMarg\": \"0.0\",\n            \"srcNpsw\": \"NA\",\n            \"srcNps\": \"0.0\",\n            \"destNpsw\": \"NA\",\n            \"destNps\": \"0.0\",\n            \"srcQfac\": \"NA\",\n            \"srcQf\": \"0.0\",\n            \"destQfac\": \"NA\",\n            \"dstQf\": \"0.0\",\n            \"srcOt\": \"S4X400H\",\n            \"srcMode\": \"1. 100G@56.00Gbaud - QPSK (75GHz)\",\n            \"srcLineRate\": \"100G\",\n            \"srcBaudRate\": \"54GBaud\",\n            \"srcSignalWidth\": \"75GHz\",\n            \"destOt\": \"S4X400H\",\n            \"destMode\": \"1. 100G@56.00Gbaud - QPSK (75GHz)\",\n            \"dstLineRate\": \"100G\",\n            \"dstBaudRate\": \"54GBaud\",\n            \"dstSignalWidth\": \"75GHz\",\n            \"band\": \"C\",\n            \"fec\": \"SDFEC-G2\",\n            \"srcPhaseEncoding\": \"Absolute\",\n            \"destPhaseEncoding\": \"Absolute\",\n            \"srcSite\": \"Site1\",\n            \"destSite\": \"Site5\",\n            \"srcProt\": \"Unprotected\",\n            \"destProt\": \"Unprotected\",\n            \"srcOpticalNode\": \"\",\n            \"destOpticalNode\": \"\",\n            \"srcLinePort\": \"\",\n            \"destLinePort\": \"\",\n            \"srcResDisp\": \"NA\",\n            \"srcResDis\": \"0.0\",\n            \"dstResDisp\": \"NA\",\n            \"dstResDis\": \"0.0\",\n            \"disjointTrail\": \"\",\n            \"primaryTrail\": \"\",\n            \"secondaryTrail\": \"\",\n            \"partialDisjointness\": \"\",\n            \"partialDisJoint\": \"\",\n            \"restoration\": \"None\",\n            \"routeDisjointness\": \"NA\",\n            \"downFailures\": \"NA\",\n            \"restoredFailures\": \"NA\",\n            \"downFailure\": \"0.0\",\n            \"restoredFailure\": \"0.0\",\n            \"verificationSetting\": \"Verified by WSP\",\n            \"routingRequestType\": \"SERVICE\",\n            \"otnTrail\": false,\n            \"inTopologicallyIsolatedArea\": false,\n            \"layer1Service\": false,\n            \"frozen\": false,\n            \"carrierCount\": 1,\n            \"carrierCountStr\": \"1\",\n            \"srcSignal\": \"100G LAN PHY\",\n            \"srcSig\": \"100\",\n            \"srcIntfc\": \"100GBASE-CWDM4(QSFP28)\",\n            \"dstSignal\": \"100G LAN PHY\",\n            \"dstSig\": \"100\",\n            \"dstIntfc\": \"100GBASE-CWDM4(QSFP28)\",\n            \"includeColorProfileName\": \"NoColor\",\n            \"excludeColorProfileName\": \"NoColor\",\n            \"linkColorProfileName\": \"NoColor\",\n            \"l1TrafficGroomingType\": \"NA\",\n            \"srcClientPortInfo\": \"Manual - C1\",\n            \"dstClientPortInfo\": \"Manual - C1\",\n            \"srcClientPortCalc\": \"Manual\",\n            \"dstClientPortCalc\": \"Manual\",\n            \"otuType\": \"\",\n            \"omspFlag\": false,\n            \"otuTypeCompute\": \"\",\n            \"className\": \"Services\",\n            \"srcSiteId\": 50,\n            \"destSiteId\": 90,\n            \"routedSegmentList\": [],\n            \"srcNeName\": \"Same Optical Node\",\n            \"destNeName\": \"Same Optical Node\",\n            \"topologyConstraints\": \"NO\",\n            \"hwDisjointness\": \"NA\",\n            \"routed\": false,\n            \"partiallyRouted\": false,\n            \"trailWithOpsPack\": false,\n            \"autoDiscovered\": false\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 5000,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalElements\": 4,\n    \"totalPages\": 1,\n    \"last\": true,\n    \"size\": 5000,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"unsorted\": true,\n        \"empty\": true\n    },\n    \"numberOfElements\": 4,\n    \"first\": true,\n    \"empty\": false\n}"}],"_postman_id":"6d7b25d6-dd81-458d-9ad9-5dd4fee91ba9"},{"name":"Create Route Over Constraint for trail","id":"f5c2bca6-5613-4696-9c8e-a6331db59b24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \r\n  \"aSiteId\": 7610,\r\n  \"zSiteId\": 7620,\r\n  \"mainPathTrailIdList\": [10871],\r\n  \"sparePathTrailIdList\": [],\r\n    \"demandIds\": [14170]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/routeOverConstraint","description":"<p>This API is used to route the L1 services on a set of trails by providing Route Over Constraint. The input parameter passed for this API is designID which can be retrieved using the API <strong>GET /api/designs.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","routeOverConstraint"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"33b68689-de7a-4bbf-8192-d5315ee1a523","name":"Create Route Over Constraint","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n \r\n  \"aSiteId\": 7610,\r\n  \"zSiteId\": 7620,\r\n  \"mainPathTrailIdList\": [10871],\r\n  \"sparePathTrailIdList\": [],\r\n    \"demandIds\": [14170]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/routeOverConstraint"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 11 Jul 2025 01:32:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 14930,\n    \"name\": \"RouteOverConstraint_gui-1493\",\n    \"pathLayer\": \"Trail\",\n    \"aSiteId\": 7610,\n    \"zSiteId\": 7620,\n    \"mainPathList\": [\n        10871\n    ],\n    \"sparePathList\": [],\n    \"demandList\": [\n        14170\n    ]\n}"}],"_postman_id":"f5c2bca6-5613-4696-9c8e-a6331db59b24"},{"name":"Retrieve the Route Over Contraint","id":"df007e4f-ffb3-419a-87ad-4842171e150c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/routeOverConstraint/{{routeOverConstraintId}}","description":"<p>This API is used to retrieve the Route Over Constraint based on ID. The input parameter passed for this API is designID which can be retrieved using the API <strong>GET /api/designs.</strong> The routeOverConstraintId is obtained from the response body of the following API <strong>GET /api/designs/{designId}/map/demands/{demandId}</strong> or <strong>POST /api/designs/{designId}/routeOverConstraint.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","routeOverConstraint","{{routeOverConstraintId}}"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"fa3a36bb-61fb-4cea-a648-d1df8704c095","name":"Retrieve Route Over Constraint","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/routeOverConstraint/{{routeOverConstraintId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 11 Jul 2025 01:39:59 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 14930,\n    \"name\": \"RouteOverConstraint_gui-1493\",\n    \"pathLayer\": \"Trail\",\n    \"aSiteId\": 7610,\n    \"zSiteId\": 7620,\n    \"mainPathList\": [\n        10871\n    ],\n    \"sparePathList\": [],\n    \"demandList\": [\n        14170\n    ]\n}"}],"_postman_id":"df007e4f-ffb3-419a-87ad-4842171e150c"}],"id":"b124a136-3199-44e4-a682-ae2f98d51747","_postman_id":"b124a136-3199-44e4-a682-ae2f98d51747","description":""},{"name":"Create 1830 PSS-24x extension shelf","item":[{"name":"Retrieve the neID","id":"330a72bf-815e-4e11-96d7-137c7244a063","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/nes","description":"<p>This API retrieves the list of NEs associated to a design. The input parameter passed is designID which can be retrieved using the API <strong>GET api/designs.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","nes"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"74e030df-1cce-448e-b944-16afb2443eb2","name":"Retrieve the neId","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/nes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 20 May 2025 07:29:55 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 630,\n            \"name\": \"Site1-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"className\": \"NE\",\n            \"site\": {\n                \"id\": 50,\n                \"name\": \"Site1\",\n                \"description\": \"\",\n                \"nfmtName\": \"\",\n                \"defaultWR\": \"IRDM32\",\n                \"defaultWrCband\": \"IRDM32\",\n                \"defaultWrLband\": \"None\",\n                \"opsysPassThruNodeOptions\": \"OADM\",\n                \"clustered\": false,\n                \"neSet\": []\n            },\n            \"neType\": \"PSS_WDM\",\n            \"neRelease\": \"25.6.x\",\n            \"mainShelfType\": \"PSS-24X Universal\",\n            \"extShelfType\": \"PSS-16II Universal\",\n            \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n            \"extensionOtnShelfType\": \"PSS-24X Universal\",\n            \"shelfWidth\": \"ETSI (300mm)\",\n            \"ruVerticalSpace\": \"2100 mm\",\n            \"loopBackIp\": \"\",\n            \"oampIp\": \"\",\n            \"citIp\": \"\",\n            \"voipIp\": \"\",\n            \"sid\": \"Site1-1\",\n            \"otPlacement\": false,\n            \"opticalEquipment\": true,\n            \"numEmptyShelf\": 0,\n            \"numEmptyShelfStr\": \"0\",\n            \"userDefined\": \"Auto\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"siteName\": \"Site1\",\n            \"rackNumbers\": \"1, 2\",\n            \"isSpanUserEdited\": \"No\",\n            \"spanIds\": [\n                2011\n            ],\n            \"loopBackIpv6\": \"\",\n            \"oampIpv6\": \"\",\n            \"citIpv6\": \"\",\n            \"voipIpv6\": \"\",\n            \"autoDiscovered\": false\n        },\n        {\n            \"id\": 800,\n            \"name\": \"Site2-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"className\": \"NE\",\n            \"site\": {\n                \"id\": 60,\n                \"name\": \"Site2\",\n                \"description\": \"\",\n                \"nfmtName\": \"\",\n                \"defaultWR\": \"IRDM32\",\n                \"defaultWrCband\": \"IRDM32\",\n                \"defaultWrLband\": \"None\",\n                \"opsysPassThruNodeOptions\": \"OADM\",\n                \"clustered\": false,\n                \"neSet\": []\n            },\n            \"neType\": \"PSS_WDM\",\n            \"neRelease\": \"25.6.x\",\n            \"mainShelfType\": \"PSS-24X Universal\",\n            \"extShelfType\": \"PSS-16II Universal\",\n            \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n            \"extensionOtnShelfType\": \"PSS-24X Universal\",\n            \"shelfWidth\": \"ETSI (300mm)\",\n            \"ruVerticalSpace\": \"2100 mm\",\n            \"loopBackIp\": \"\",\n            \"oampIp\": \"\",\n            \"citIp\": \"\",\n            \"voipIp\": \"\",\n            \"sid\": \"Site2-1\",\n            \"otPlacement\": false,\n            \"opticalEquipment\": true,\n            \"numEmptyShelf\": 2,\n            \"numEmptyShelfStr\": \"2\",\n            \"userDefined\": \"Auto\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"siteName\": \"Site2\",\n            \"rackNumbers\": \"1, 2\",\n            \"isSpanUserEdited\": \"No\",\n            \"spanIds\": [\n                2011\n            ],\n            \"loopBackIpv6\": \"\",\n            \"oampIpv6\": \"\",\n            \"citIpv6\": \"\",\n            \"voipIpv6\": \"\",\n            \"autoDiscovered\": false\n        },\n        {\n            \"id\": 1150,\n            \"name\": \"Site3-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"className\": \"NE\",\n            \"site\": {\n                \"id\": 70,\n                \"name\": \"Site3\",\n                \"description\": \"\",\n                \"nfmtName\": \"\",\n                \"defaultWR\": \"IRDM32\",\n                \"defaultWrCband\": \"IRDM32\",\n                \"defaultWrLband\": \"None\",\n                \"opsysPassThruNodeOptions\": \"OADM\",\n                \"clustered\": false,\n                \"neSet\": []\n            },\n            \"neType\": \"PSS_WDM\",\n            \"neRelease\": \"25.6.x\",\n            \"mainShelfType\": \"PSS-24X Universal\",\n            \"extShelfType\": \"PSS-16II Universal\",\n            \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n            \"extensionOtnShelfType\": \"PSS-24X Universal\",\n            \"shelfWidth\": \"ANSI 23 Inch\",\n            \"ruVerticalSpace\": \"80 Inches\",\n            \"loopBackIp\": \"\",\n            \"oampIp\": \"\",\n            \"citIp\": \"\",\n            \"voipIp\": \"\",\n            \"sid\": \"Site3-1\",\n            \"otPlacement\": false,\n            \"opticalEquipment\": true,\n            \"numEmptyShelf\": 1,\n            \"numEmptyShelfStr\": \"1\",\n            \"userDefined\": \"Auto\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"siteName\": \"Site3\",\n            \"rackNumbers\": \"1, 2, 3\",\n            \"isSpanUserEdited\": \"No\",\n            \"spanIds\": [\n                2031\n            ],\n            \"loopBackIpv6\": \"\",\n            \"oampIpv6\": \"\",\n            \"citIpv6\": \"\",\n            \"voipIpv6\": \"\",\n            \"autoDiscovered\": false\n        },\n        {\n            \"id\": 1670,\n            \"name\": \"Site4-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"className\": \"NE\",\n            \"site\": {\n                \"id\": 80,\n                \"name\": \"Site4\",\n                \"description\": \"\",\n                \"nfmtName\": \"\",\n                \"defaultWR\": \"IRDM32\",\n                \"defaultWrCband\": \"IRDM32\",\n                \"defaultWrLband\": \"None\",\n                \"opsysPassThruNodeOptions\": \"OADM\",\n                \"clustered\": false,\n                \"neSet\": []\n            },\n            \"neType\": \"PSS_WDM\",\n            \"neRelease\": \"25.6.x\",\n            \"mainShelfType\": \"PSS-24X Universal\",\n            \"extShelfType\": \"PSS-32 Universal\",\n            \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n            \"extensionOtnShelfType\": \"PSS-24X Universal\",\n            \"shelfWidth\": \"ETSI (300mm)\",\n            \"ruVerticalSpace\": \"2100 mm\",\n            \"loopBackIp\": \"\",\n            \"oampIp\": \"\",\n            \"citIp\": \"\",\n            \"voipIp\": \"\",\n            \"sid\": \"Site4-1\",\n            \"otPlacement\": false,\n            \"opticalEquipment\": true,\n            \"numEmptyShelf\": 2,\n            \"numEmptyShelfStr\": \"2\",\n            \"userDefined\": \"Auto\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"siteName\": \"Site4\",\n            \"rackNumbers\": \"1, 2\",\n            \"isSpanUserEdited\": \"No\",\n            \"spanIds\": [\n                2051\n            ],\n            \"loopBackIpv6\": \"\",\n            \"oampIpv6\": \"\",\n            \"citIpv6\": \"\",\n            \"voipIpv6\": \"\",\n            \"autoDiscovered\": false\n        },\n        {\n            \"id\": 1500,\n            \"name\": \"Site5-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"className\": \"NE\",\n            \"site\": {\n                \"id\": 90,\n                \"name\": \"Site5\",\n                \"description\": \"\",\n                \"nfmtName\": \"\",\n                \"defaultWR\": \"IRDM32\",\n                \"defaultWrCband\": \"IRDM32\",\n                \"defaultWrLband\": \"None\",\n                \"opsysPassThruNodeOptions\": \"OADM\",\n                \"clustered\": false,\n                \"neSet\": []\n            },\n            \"neType\": \"PSS_WDM\",\n            \"neRelease\": \"25.6.x\",\n            \"mainShelfType\": \"PSS-24X Universal\",\n            \"extShelfType\": \"PSS-32 Universal\",\n            \"extensionClientLinePairedShelfType\": \"PSS-16II Universal\",\n            \"extensionOtnShelfType\": \"PSS-24X Universal\",\n            \"shelfWidth\": \"ANSI 23 Inch\",\n            \"ruVerticalSpace\": \"80 Inches\",\n            \"loopBackIp\": \"\",\n            \"oampIp\": \"\",\n            \"citIp\": \"\",\n            \"voipIp\": \"\",\n            \"sid\": \"Site5-1\",\n            \"otPlacement\": false,\n            \"opticalEquipment\": true,\n            \"numEmptyShelf\": 0,\n            \"numEmptyShelfStr\": \"0\",\n            \"userDefined\": \"Auto\",\n            \"deployed\": false,\n            \"frozen\": false,\n            \"siteName\": \"Site5\",\n            \"rackNumbers\": \"1, 2\",\n            \"isSpanUserEdited\": \"No\",\n            \"spanIds\": [\n                2041\n            ],\n            \"loopBackIpv6\": \"\",\n            \"oampIpv6\": \"\",\n            \"citIpv6\": \"\",\n            \"voipIpv6\": \"\",\n            \"autoDiscovered\": false\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 2147483647,\n        \"sort\": {\n            \"unsorted\": false,\n            \"sorted\": true,\n            \"empty\": false\n        },\n        \"offset\": 0,\n        \"unpaged\": false,\n        \"paged\": true\n    },\n    \"totalElements\": 5,\n    \"totalPages\": 1,\n    \"last\": true,\n    \"numberOfElements\": 5,\n    \"size\": 2147483647,\n    \"number\": 0,\n    \"sort\": {\n        \"unsorted\": false,\n        \"sorted\": true,\n        \"empty\": false\n    },\n    \"first\": true,\n    \"empty\": false\n}"}],"_postman_id":"330a72bf-815e-4e11-96d7-137c7244a063"},{"name":"Create 1830 PSS-24X shelf","id":"40f9e0af-b0ab-4594-a1f2-62795654b4e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shelfType\": \"PSS-24X\",\r\n    \"number\": \"8\",\r\n    \"retainShelfIfEmpty\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/nes/{{neId}}/shelves","description":"<p>This API is used to create shelf .The input parameter passed is neID and Design ID which can be retrieved using the <strong>GET /api/designs/{designID}/nes</strong> and <strong>GET api/designs.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","nes","{{neId}}","shelves"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"0fc155c2-ca50-40ef-b093-0547ea8365ea","name":"Create 1830 PSS-24x shelf","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"shelfType\": \"PSS-24X\",\r\n    \"number\": \"8\",\r\n    \"retainShelfIfEmpty\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/nes/{{neId}}/shelves"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 20 May 2025 07:47:17 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 7770,\n    \"name\": \"shelf-8\",\n    \"description\": \"\",\n    \"nfmtName\": \"\",\n    \"number\": 8,\n    \"shelfType\": \"PSS24X\",\n    \"slots\": [],\n    \"allowedShelfPower\": 16800,\n    \"typicalShelfPower\": 1248,\n    \"maxShelfPower\": 3664,\n    \"dcmContainerId\": \" \",\n    \"cover\": \"NA\",\n    \"depth\": \"600 mm\",\n    \"installationKit\": \"Standard Depth\",\n    \"retainShelfIfEmpty\": false,\n    \"size\": 22,\n    \"aisleId\": 1,\n    \"bayId\": 1,\n    \"shId\": 2,\n    \"ruStartposition\": 23,\n    \"position\": 2,\n    \"neRackNumber\": 1,\n    \"userDefined\": true,\n    \"otnShelfMode\": \"OTN24TC\",\n    \"otnMatrixInstance\": 2,\n    \"universalShelf\": true\n}"}],"_postman_id":"40f9e0af-b0ab-4594-a1f2-62795654b4e1"}],"id":"34132d84-6949-409b-9e98-384fd6c4e4a3","_postman_id":"34132d84-6949-409b-9e98-384fd6c4e4a3","description":""},{"name":"Creation of SRG","item":[{"name":"Creation of SRG","id":"71f968dc-b5c0-42c3-a0d1-8f52f791013e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"SRG-1\",\r\n    \"description\": \"\",\r\n    \"trailIds\": [\r\n        110,\r\n        210,\r\n        130\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/srgs","description":"<p>This API is used to create SRG and return SRG object as the response The input parameter passed are designID which can be retrieved API <strong>GET /api/designs.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","srgs"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"d0cd5792-c276-48bb-8740-fe6b99c31cf1","name":"Create SRG","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"SRG-1\",\r\n    \"description\": \"\",\r\n    \"trailIds\": [\r\n        110,\r\n        210,\r\n        130\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/srgs"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Set-Cookie","value":"JSESSIONID=AC500180E9B2A4C645D83849AA9D40D7; Path=/; Secure; HttpOnly"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 30 May 2025 11:56:02 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 4540,\n    \"name\": \"SRG-1\",\n    \"description\": \"\",\n    \"nfmtName\": \"\",\n    \"className\": \"SRG\",\n    \"active\": true,\n    \"creationType\": \"MANUAL\",\n    \"faultAnalysisOnly\": false,\n    \"sortName\": \"SRG-000000000001\",\n    \"autoDiscovered\": false,\n    \"siteSet\": [],\n    \"trailSet\": []\n}"}],"_postman_id":"71f968dc-b5c0-42c3-a0d1-8f52f791013e"},{"name":"Retrieve the list of SRG","id":"77666db5-a669-4649-bddf-433b2dbd6014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"saveHelperData","value":"<save-helper-data>"},{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/srgs","description":"<p>This API retrieves the list of SRGs . This API returns a list of SRG object<br />as the response. The input parameter passed for this API is designID which can be retrieved using <strong>GET /api/designs.</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","srgs"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"55793c94-ec39-40f1-b1bd-9c141af9b86d","name":"Retrieve the list of SRG","originalRequest":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/srgs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Fri, 30 May 2025 12:17:04 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 4540,\n            \"name\": \"SRG-1\",\n            \"description\": \"\",\n            \"nfmtName\": \"\",\n            \"className\": \"SRG\",\n            \"active\": true,\n            \"creationType\": \"MANUAL\",\n            \"faultAnalysisOnly\": false,\n            \"sortName\": \"SRG-000000000001\",\n            \"autoDiscovered\": false,\n            \"siteSet\": [],\n            \"trailSet\": [\n                {\n                    \"type\": \"External\",\n                    \"id\": 110,\n                    \"name\": \"Site1-Site2\",\n                    \"description\": \"Site1-Site2\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"SEGMENT\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"node\": {\n                                \"id\": 1171,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"maxMCSAddDropBlocksNodeStr\": \"0\",\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNodeStr\": \"0\",\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"aarcardperMcsAddDropBlockStr\": \"0\",\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"maxMCSAddDropBlocksNodeLBandStr\": \"0\",\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBandStr\": \"0\",\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBandStr\": \"0\",\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"maxRoadmDegreeStr\": \"0\",\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"maxAddDropDegreeStr\": \"0\",\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"className\": \"Nodes\",\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            },\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"geoLat\": 0,\n                                \"geoLon\": 40,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"nonGeoLat\": 0,\n                                \"nonGeoLon\": 0,\n                                \"type\": \"Site1\",\n                                \"clustered\": false,\n                                \"mapId\": \"50_SITE\",\n                                \"mapType\": \"SITE\",\n                                \"siteLocked\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"node\": {\n                                \"id\": 1261,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"maxMCSAddDropBlocksNodeStr\": \"0\",\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNodeStr\": \"0\",\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"aarcardperMcsAddDropBlockStr\": \"0\",\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"maxMCSAddDropBlocksNodeLBandStr\": \"0\",\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBandStr\": \"0\",\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBandStr\": \"0\",\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"maxRoadmDegreeStr\": \"0\",\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"maxAddDropDegreeStr\": \"0\",\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"className\": \"Nodes\",\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            },\n                            \"site\": {\n                                \"id\": 60,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"geoLat\": 40,\n                                \"geoLon\": 0,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"nonGeoLat\": 0,\n                                \"nonGeoLon\": 0,\n                                \"type\": \"Site2\",\n                                \"clustered\": false,\n                                \"mapId\": \"60_SITE\",\n                                \"mapType\": \"SITE\",\n                                \"siteLocked\": false\n                            }\n                        }\n                    },\n                    \"gmplsStatus\": true,\n                    \"ramanCheckAend\": false,\n                    \"ramanCheckBend\": false,\n                    \"isunamplifiedAend\": false,\n                    \"isunamplifiedBend\": false,\n                    \"project\": \"None [Current]\",\n                    \"controlPlane\": \"Yes\",\n                    \"dcmChoice\": \"No\",\n                    \"band\": \"C+L\",\n                    \"lineProtection\": \"No\",\n                    \"capacity\": \"DWDM-FLEX\",\n                    \"wtocmTypeC\": \"WTOCM-F\",\n                    \"wtocmTypeL\": \"WTOCM-FL\",\n                    \"wtocmInternalTypeC\": \"WTOCM-F\",\n                    \"wtocmInternalTypeL\": \"No - No\",\n                    \"monOcmSettingSiteA\": \"None\",\n                    \"monOcmSettingSiteB\": \"None\",\n                    \"ptpio\": \"No\",\n                    \"ptpioSiteA\": \"\",\n                    \"ptpioSiteB\": \"\",\n                    \"osc\": \"Yes\",\n                    \"sym\": \"Yes\",\n                    \"fiberAtoB\": \"SSMF*\",\n                    \"fiberBtoA\": \"SSMF*\",\n                    \"abLength\": \"80.00\",\n                    \"baLength\": \"80.00*\",\n                    \"lossAtoB\": \"20\",\n                    \"lossBtoA\": \"20\",\n                    \"pmdAtoB\": \"0.4\",\n                    \"pmdBtoA\": \"0.4\",\n                    \"dispersionAtoB\": \"1333.6\",\n                    \"dispersionBtoA\": \"1333.6\",\n                    \"dispersionSlopeAtoB\": \"4.4\",\n                    \"dispersionSlopeBtoA\": \"4.4\",\n                    \"lossMarginAtoB\": \"1\",\n                    \"lossMarginBtoA\": \"1\",\n                    \"connectorLossAtoBAtA\": \"0.5\",\n                    \"connectorLossAtoBAtB\": \"0.5\",\n                    \"connectorLossBtoAAtA\": \"0.5\",\n                    \"connectorLossBtoAAtB\": \"0.5\",\n                    \"ospAtoB\": \"\",\n                    \"ospBtoA\": \"\",\n                    \"singleFiber\": \"No\",\n                    \"bandSplitter\": \"N/A\",\n                    \"fibers\": [],\n                    \"wtocmRequest\": [\n                        \"WTOCMF\"\n                    ],\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site2\",\n                    \"segmentName\": \"Site1-Site2\",\n                    \"asiteOtdrTx\": true,\n                    \"asiteOtdrRx\": true,\n                    \"otdrTypeSiteA\": \"OTDRWB\",\n                    \"omdTypeSiteA\": \"OMDCL with 1-line\",\n                    \"monOtdrSiteA\": false,\n                    \"bsiteOtdrTx\": true,\n                    \"bsiteOtdrRx\": true,\n                    \"otdrTypeSiteB\": \"OTDRWB\",\n                    \"omdTypeSiteB\": \"OMDCL with 1-line\",\n                    \"monOtdrSiteB\": false,\n                    \"sortName\": \"Site000000000001-Site000000000002\",\n                    \"siteASortName\": \"Site000000000001\",\n                    \"siteBSortName\": \"Site000000000002\",\n                    \"distUnit\": \"km\",\n                    \"lossCoefficient\": 0.25,\n                    \"pmdCoefficient\": 0.05,\n                    \"lossMargin\": 1,\n                    \"connectorLoss\": 0.5,\n                    \"deployedState\": false,\n                    \"dcmChoiceGnp\": \"no\",\n                    \"dcmonlineAend\": false,\n                    \"dcmonlineBend\": false,\n                    \"frozen\": false,\n                    \"admColorProfileDetailsName\": \"NoColor\",\n                    \"admColorProfileDetailsId\": 0,\n                    \"hasActiveLink\": true,\n                    \"omsId\": 1691,\n                    \"wtKeys\": \"On\",\n                    \"lineNumberA\": 0,\n                    \"lineNumberB\": 0,\n                    \"className\": \"Segments\",\n                    \"autoDiscovered\": false,\n                    \"srcSiteGT\": false,\n                    \"dstSiteGT\": false\n                },\n                {\n                    \"type\": \"External\",\n                    \"id\": 130,\n                    \"name\": \"Site2-Site3\",\n                    \"description\": \"Site2-Site3\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"SEGMENT\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"node\": {\n                                \"id\": 1261,\n                                \"name\": \"Site2-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"maxMCSAddDropBlocksNodeStr\": \"0\",\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNodeStr\": \"0\",\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"aarcardperMcsAddDropBlockStr\": \"0\",\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"maxMCSAddDropBlocksNodeLBandStr\": \"0\",\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBandStr\": \"0\",\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBandStr\": \"0\",\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"maxRoadmDegreeStr\": \"0\",\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"maxAddDropDegreeStr\": \"0\",\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"className\": \"Nodes\",\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            },\n                            \"site\": {\n                                \"id\": 60,\n                                \"name\": \"Site2\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"geoLat\": 40,\n                                \"geoLon\": 0,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"nonGeoLat\": 0,\n                                \"nonGeoLon\": 0,\n                                \"type\": \"Site2\",\n                                \"clustered\": false,\n                                \"mapId\": \"60_SITE\",\n                                \"mapType\": \"SITE\",\n                                \"siteLocked\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"node\": {\n                                \"id\": 1351,\n                                \"name\": \"Site3-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"maxMCSAddDropBlocksNodeStr\": \"0\",\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNodeStr\": \"0\",\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"aarcardperMcsAddDropBlockStr\": \"0\",\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"maxMCSAddDropBlocksNodeLBandStr\": \"0\",\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBandStr\": \"0\",\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBandStr\": \"0\",\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"maxRoadmDegreeStr\": \"0\",\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"maxAddDropDegreeStr\": \"0\",\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"className\": \"Nodes\",\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            },\n                            \"site\": {\n                                \"id\": 70,\n                                \"name\": \"Site3\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"geoLat\": 20,\n                                \"geoLon\": 0,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"nonGeoLat\": 0,\n                                \"nonGeoLon\": 0,\n                                \"type\": \"Site3\",\n                                \"clustered\": false,\n                                \"mapId\": \"70_SITE\",\n                                \"mapType\": \"SITE\",\n                                \"siteLocked\": false\n                            }\n                        }\n                    },\n                    \"gmplsStatus\": true,\n                    \"ramanCheckAend\": false,\n                    \"ramanCheckBend\": false,\n                    \"isunamplifiedAend\": false,\n                    \"isunamplifiedBend\": false,\n                    \"project\": \"None [Current]\",\n                    \"controlPlane\": \"Yes\",\n                    \"dcmChoice\": \"No\",\n                    \"band\": \"C+L\",\n                    \"lineProtection\": \"No\",\n                    \"capacity\": \"DWDM-FLEX\",\n                    \"wtocmTypeC\": \"WTOCM-F\",\n                    \"wtocmTypeL\": \"WTOCM-FL\",\n                    \"wtocmInternalTypeC\": \"WTOCM-F\",\n                    \"wtocmInternalTypeL\": \"No - No\",\n                    \"monOcmSettingSiteA\": \"None\",\n                    \"monOcmSettingSiteB\": \"None\",\n                    \"ptpio\": \"No\",\n                    \"ptpioSiteA\": \"\",\n                    \"ptpioSiteB\": \"\",\n                    \"osc\": \"Yes\",\n                    \"sym\": \"Yes\",\n                    \"fiberAtoB\": \"SSMF*\",\n                    \"fiberBtoA\": \"SSMF*\",\n                    \"abLength\": \"80.00\",\n                    \"baLength\": \"80.00*\",\n                    \"lossAtoB\": \"20\",\n                    \"lossBtoA\": \"20\",\n                    \"pmdAtoB\": \"0.4\",\n                    \"pmdBtoA\": \"0.4\",\n                    \"dispersionAtoB\": \"1333.6\",\n                    \"dispersionBtoA\": \"1333.6\",\n                    \"dispersionSlopeAtoB\": \"4.4\",\n                    \"dispersionSlopeBtoA\": \"4.4\",\n                    \"lossMarginAtoB\": \"1\",\n                    \"lossMarginBtoA\": \"1\",\n                    \"connectorLossAtoBAtA\": \"0.5\",\n                    \"connectorLossAtoBAtB\": \"0.5\",\n                    \"connectorLossBtoAAtA\": \"0.5\",\n                    \"connectorLossBtoAAtB\": \"0.5\",\n                    \"ospAtoB\": \"\",\n                    \"ospBtoA\": \"\",\n                    \"singleFiber\": \"No\",\n                    \"bandSplitter\": \"N/A\",\n                    \"fibers\": [],\n                    \"wtocmRequest\": [\n                        \"WTOCMF\"\n                    ],\n                    \"siteA\": \"Site2\",\n                    \"siteB\": \"Site3\",\n                    \"segmentName\": \"Site2-Site3\",\n                    \"asiteOtdrTx\": true,\n                    \"asiteOtdrRx\": true,\n                    \"otdrTypeSiteA\": \"OTDRWB\",\n                    \"omdTypeSiteA\": \"OMDCL with 1-line\",\n                    \"monOtdrSiteA\": false,\n                    \"bsiteOtdrTx\": true,\n                    \"bsiteOtdrRx\": true,\n                    \"otdrTypeSiteB\": \"OTDRWB\",\n                    \"omdTypeSiteB\": \"OMDCL with 1-line\",\n                    \"monOtdrSiteB\": false,\n                    \"sortName\": \"Site000000000002-Site000000000003\",\n                    \"siteASortName\": \"Site000000000002\",\n                    \"siteBSortName\": \"Site000000000003\",\n                    \"distUnit\": \"km\",\n                    \"lossCoefficient\": 0.25,\n                    \"pmdCoefficient\": 0.05,\n                    \"lossMargin\": 1,\n                    \"connectorLoss\": 0.5,\n                    \"deployedState\": false,\n                    \"dcmChoiceGnp\": \"no\",\n                    \"dcmonlineAend\": false,\n                    \"dcmonlineBend\": false,\n                    \"frozen\": false,\n                    \"admColorProfileDetailsName\": \"NoColor\",\n                    \"admColorProfileDetailsId\": 0,\n                    \"hasActiveLink\": true,\n                    \"omsId\": 1711,\n                    \"wtKeys\": \"On\",\n                    \"lineNumberA\": 0,\n                    \"lineNumberB\": 0,\n                    \"className\": \"Segments\",\n                    \"autoDiscovered\": false,\n                    \"srcSiteGT\": false,\n                    \"dstSiteGT\": false\n                },\n                {\n                    \"type\": \"External\",\n                    \"id\": 210,\n                    \"name\": \"Site1-Site5\",\n                    \"description\": \"Site1-Site5\",\n                    \"nfmtName\": \"\",\n                    \"ntwLayer\": \"SEGMENT\",\n                    \"endPointReqList\": {\n                        \"tpA\": {\n                            \"orientation\": \"Tp A\",\n                            \"node\": {\n                                \"id\": 1171,\n                                \"name\": \"Site1-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"maxMCSAddDropBlocksNodeStr\": \"0\",\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNodeStr\": \"0\",\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"aarcardperMcsAddDropBlockStr\": \"0\",\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"maxMCSAddDropBlocksNodeLBandStr\": \"0\",\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBandStr\": \"0\",\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBandStr\": \"0\",\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"maxRoadmDegreeStr\": \"0\",\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"maxAddDropDegreeStr\": \"0\",\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"className\": \"Nodes\",\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            },\n                            \"site\": {\n                                \"id\": 50,\n                                \"name\": \"Site1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"geoLat\": 0,\n                                \"geoLon\": 40,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"nonGeoLat\": 0,\n                                \"nonGeoLon\": 0,\n                                \"type\": \"Site1\",\n                                \"clustered\": false,\n                                \"mapId\": \"50_SITE\",\n                                \"mapType\": \"SITE\",\n                                \"siteLocked\": false\n                            }\n                        },\n                        \"tpZ\": {\n                            \"orientation\": \"Tp Z\",\n                            \"node\": {\n                                \"id\": 1531,\n                                \"name\": \"Site5-1-ON-1\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"maxMCSAddDropBlocksNode\": 0,\n                                \"maxMCSAddDropBlocksNodeStr\": \"0\",\n                                \"minMcsAddDropBlocksNode\": 0,\n                                \"minMcsAddDropBlocksNodeStr\": \"0\",\n                                \"aarcardperMcsAddDropBlock\": 0,\n                                \"aarcardperMcsAddDropBlockStr\": \"0\",\n                                \"maxMCSAddDropBlocksNodeLBand\": 0,\n                                \"maxMCSAddDropBlocksNodeLBandStr\": \"0\",\n                                \"minMcsAddDropBlocksNodeLBand\": 0,\n                                \"minMcsAddDropBlocksNodeLBandStr\": \"0\",\n                                \"aarcardperMcsAddDropBlockLBand\": 0,\n                                \"aarcardperMcsAddDropBlockLBandStr\": \"0\",\n                                \"logicalNodeId\": 0,\n                                \"nodeType\": \"DGE\",\n                                \"blockSet\": [],\n                                \"maxRoadmDegree\": 0,\n                                \"maxRoadmDegreeStr\": \"0\",\n                                \"minAddDropDegree\": 0,\n                                \"maxAddDropDegree\": 0,\n                                \"maxAddDropDegreeStr\": \"0\",\n                                \"adBlockConfig\": {},\n                                \"eqAllMesh\": false,\n                                \"dgeFilterType\": \"NONE\",\n                                \"allowLocalAddDrop\": false,\n                                \"maxPscSectionPerOpticalLine\": 0,\n                                \"sharePscAmongWdmLines\": false,\n                                \"forceManualPowerMode\": false,\n                                \"frozen\": false,\n                                \"lineGroupIsolation\": {},\n                                \"supportedBandTypeList\": [],\n                                \"className\": \"Nodes\",\n                                \"msh8AfixedCabling\": false,\n                                \"groupIsolationActionApplicable\": false,\n                                \"externallyManaged\": false\n                            },\n                            \"site\": {\n                                \"id\": 90,\n                                \"name\": \"Site5\",\n                                \"description\": \"\",\n                                \"nfmtName\": \"\",\n                                \"geoLat\": 25,\n                                \"geoLon\": 50,\n                                \"opsysPassThruNodeOptions\": \"OADM\",\n                                \"nonGeoLat\": 0,\n                                \"nonGeoLon\": 0,\n                                \"type\": \"Site5\",\n                                \"clustered\": false,\n                                \"mapId\": \"90_SITE\",\n                                \"mapType\": \"SITE\",\n                                \"siteLocked\": false\n                            }\n                        }\n                    },\n                    \"gmplsStatus\": true,\n                    \"ramanCheckAend\": false,\n                    \"ramanCheckBend\": false,\n                    \"isunamplifiedAend\": false,\n                    \"isunamplifiedBend\": false,\n                    \"project\": \"None [Current]\",\n                    \"controlPlane\": \"Yes\",\n                    \"dcmChoice\": \"No\",\n                    \"band\": \"C+L\",\n                    \"lineProtection\": \"No\",\n                    \"capacity\": \"DWDM-FLEX\",\n                    \"wtocmTypeC\": \"WTOCM-F\",\n                    \"wtocmTypeL\": \"WTOCM-FL\",\n                    \"wtocmInternalTypeC\": \"WTOCM-F\",\n                    \"wtocmInternalTypeL\": \"No - No\",\n                    \"monOcmSettingSiteA\": \"None\",\n                    \"monOcmSettingSiteB\": \"None\",\n                    \"ptpio\": \"No\",\n                    \"ptpioSiteA\": \"\",\n                    \"ptpioSiteB\": \"\",\n                    \"osc\": \"Yes\",\n                    \"sym\": \"Yes\",\n                    \"fiberAtoB\": \"SSMF*\",\n                    \"fiberBtoA\": \"SSMF*\",\n                    \"abLength\": \"80.00\",\n                    \"baLength\": \"80.00*\",\n                    \"lossAtoB\": \"20\",\n                    \"lossBtoA\": \"20\",\n                    \"pmdAtoB\": \"0.4\",\n                    \"pmdBtoA\": \"0.4\",\n                    \"dispersionAtoB\": \"1333.6\",\n                    \"dispersionBtoA\": \"1333.6\",\n                    \"dispersionSlopeAtoB\": \"4.4\",\n                    \"dispersionSlopeBtoA\": \"4.4\",\n                    \"lossMarginAtoB\": \"1\",\n                    \"lossMarginBtoA\": \"1\",\n                    \"connectorLossAtoBAtA\": \"0.5\",\n                    \"connectorLossAtoBAtB\": \"0.5\",\n                    \"connectorLossBtoAAtA\": \"0.5\",\n                    \"connectorLossBtoAAtB\": \"0.5\",\n                    \"ospAtoB\": \"\",\n                    \"ospBtoA\": \"\",\n                    \"singleFiber\": \"No\",\n                    \"bandSplitter\": \"N/A\",\n                    \"fibers\": [],\n                    \"wtocmRequest\": [\n                        \"WTOCMF\"\n                    ],\n                    \"siteA\": \"Site1\",\n                    \"siteB\": \"Site5\",\n                    \"segmentName\": \"Site1-Site5\",\n                    \"asiteOtdrTx\": true,\n                    \"asiteOtdrRx\": true,\n                    \"otdrTypeSiteA\": \"OTDRWB\",\n                    \"omdTypeSiteA\": \"OMDCL with 1-line\",\n                    \"monOtdrSiteA\": false,\n                    \"bsiteOtdrTx\": true,\n                    \"bsiteOtdrRx\": true,\n                    \"otdrTypeSiteB\": \"OTDRWB\",\n                    \"omdTypeSiteB\": \"OMDCL with 1-line\",\n                    \"monOtdrSiteB\": false,\n                    \"sortName\": \"Site000000000001-Site000000000005\",\n                    \"siteASortName\": \"Site000000000001\",\n                    \"siteBSortName\": \"Site000000000005\",\n                    \"distUnit\": \"km\",\n                    \"lossCoefficient\": 0.25,\n                    \"pmdCoefficient\": 0.05,\n                    \"lossMargin\": 1,\n                    \"connectorLoss\": 0.5,\n                    \"deployedState\": false,\n                    \"dcmChoiceGnp\": \"no\",\n                    \"dcmonlineAend\": false,\n                    \"dcmonlineBend\": false,\n                    \"frozen\": false,\n                    \"admColorProfileDetailsName\": \"NoColor\",\n                    \"admColorProfileDetailsId\": 0,\n                    \"hasActiveLink\": true,\n                    \"omsId\": 1701,\n                    \"wtKeys\": \"On\",\n                    \"lineNumberA\": 0,\n                    \"lineNumberB\": 0,\n                    \"className\": \"Segments\",\n                    \"autoDiscovered\": false,\n                    \"srcSiteGT\": false,\n                    \"dstSiteGT\": false\n                }\n            ]\n        }\n    ],\n    \"pageable\": {\n        \"pageNumber\": 0,\n        \"pageSize\": 100000,\n        \"sort\": {\n            \"sorted\": false,\n            \"unsorted\": true,\n            \"empty\": true\n        },\n        \"offset\": 0,\n        \"paged\": true,\n        \"unpaged\": false\n    },\n    \"totalElements\": 1,\n    \"totalPages\": 1,\n    \"last\": true,\n    \"numberOfElements\": 1,\n    \"size\": 100000,\n    \"number\": 0,\n    \"sort\": {\n        \"sorted\": false,\n        \"unsorted\": true,\n        \"empty\": true\n    },\n    \"first\": true,\n    \"empty\": false\n}"}],"_postman_id":"77666db5-a669-4649-bddf-433b2dbd6014"}],"id":"9695dd6e-4e41-491a-a3c0-0d28c838ea9a","_postman_id":"9695dd6e-4e41-491a-a3c0-0d28c838ea9a","description":""},{"name":"Resource Colouring","item":[{"name":"Assign Color to segment","id":"e03cd732-394a-4907-85eb-f0286142ed1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"entityId\": [\r\n        7710\r\n    ],\r\n    \"entityName\": \"segment\",\r\n    \"operation\": \"assign\",\r\n    \"includeColorProfileId\": [\r\n        1\r\n    ],\r\n    \"excludeColorProfileId\": [\r\n        -1\r\n    ],\r\n    \"linkColorProfileId\": [\r\n        -1\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/assignOrRemoveColorProfile","description":"<p>This API is used to assign color profile with color profile request data.The input parameter passed for this API are designID which can be retrieved using the APIs GET /api/designs</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","assignOrRemoveColorProfile"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"6161fddd-82ff-437c-974d-f857d79f5d13","name":"Assign colour to the segment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"entityId\": [\r\n        7710\r\n    ],\r\n    \"entityName\": \"segment\",\r\n    \"operation\": \"assign\",\r\n    \"includeColorProfileId\": [\r\n        1\r\n    ],\r\n    \"excludeColorProfileId\": [\r\n        -1\r\n    ],\r\n    \"linkColorProfileId\": [\r\n        -1\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/assignOrRemoveColorProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Jul 2025 07:28:24 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 7710,\n        \"name\": \"Site6-Site10\",\n        \"description\": \"\",\n        \"nfmtName\": \"\",\n        \"ntwLayer\": \"SEGMENT\",\n        \"endPointReqList\": {\n            \"tpA\": {\n                \"orientation\": \"Tp A\",\n                \"site\": {\n                    \"id\": 7540,\n                    \"name\": \"Site6\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"geoLat\": 6.708122730255127,\n                    \"geoLon\": -73.5076675415039,\n                    \"opsysPassThruNodeOptions\": \"OADM\",\n                    \"nonGeoLat\": 6.708122730255127,\n                    \"nonGeoLon\": -73.5076675415039,\n                    \"type\": \"Site6\",\n                    \"clustered\": false,\n                    \"mapId\": \"7540_SITE\",\n                    \"mapType\": \"SITE\",\n                    \"siteLocked\": false\n                }\n            },\n            \"tpZ\": {\n                \"orientation\": \"Tp Z\",\n                \"site\": {\n                    \"id\": 7470,\n                    \"name\": \"Site10\",\n                    \"description\": \"\",\n                    \"nfmtName\": \"\",\n                    \"geoLat\": -6.411040306091309,\n                    \"geoLon\": -20.02039337158203,\n                    \"opsysPassThruNodeOptions\": \"OADM\",\n                    \"nonGeoLat\": -6.411040306091309,\n                    \"nonGeoLon\": -20.02039337158203,\n                    \"type\": \"Site10\",\n                    \"clustered\": false,\n                    \"mapId\": \"7470_SITE\",\n                    \"mapType\": \"SITE\",\n                    \"siteLocked\": false\n                }\n            }\n        },\n        \"gmplsStatus\": true,\n        \"ramanCheckAend\": false,\n        \"ramanCheckBend\": false,\n        \"isunamplifiedAend\": false,\n        \"isunamplifiedBend\": false,\n        \"type\": \"External\",\n        \"project\": \"None [Current]\",\n        \"controlPlane\": \"Yes\",\n        \"dcmChoice\": \"No\",\n        \"band\": \"C+L\",\n        \"lineProtection\": \"No\",\n        \"capacity\": \"DWDM-FLEX\",\n        \"wtocmTypeC\": \"WTOCM-F\",\n        \"wtocmTypeL\": \"WTOCM-FL\",\n        \"wtocmInternalTypeC\": \"WTOCM-F\",\n        \"wtocmInternalTypeL\": \"WTOCM-FL\",\n        \"monOcmSettingSiteA\": \"None\",\n        \"monOcmSettingSiteB\": \"None\",\n        \"ptpio\": \"No\",\n        \"ptpioSiteA\": \"\",\n        \"ptpioSiteB\": \"\",\n        \"osc\": \"Yes\",\n        \"sym\": \"Yes\",\n        \"fiberAtoB\": \"SSMF*\",\n        \"fiberBtoA\": \"SSMF*\",\n        \"abLength\": \"80.00\",\n        \"baLength\": \"80.00*\",\n        \"lossAtoB\": \"\",\n        \"lossBtoA\": \"\",\n        \"pmdAtoB\": \"\",\n        \"pmdBtoA\": \"\",\n        \"dispersionAtoB\": \"\",\n        \"dispersionBtoA\": \"\",\n        \"dispersionSlopeAtoB\": \"\",\n        \"dispersionSlopeBtoA\": \"\",\n        \"lossMarginAtoB\": \"\",\n        \"lossMarginBtoA\": \"\",\n        \"connectorLossAtoBAtA\": \"\",\n        \"connectorLossAtoBAtB\": \"\",\n        \"connectorLossBtoAAtA\": \"\",\n        \"connectorLossBtoAAtB\": \"\",\n        \"ospAtoB\": \"\",\n        \"ospBtoA\": \"\",\n        \"singleFiber\": \"No\",\n        \"bandSplitter\": \"N/A\",\n        \"fibers\": [],\n        \"wtocmRequest\": [],\n        \"siteA\": \"Site6\",\n        \"siteB\": \"Site10\",\n        \"segmentName\": \"Site6-Site10\",\n        \"asiteOtdrTx\": true,\n        \"asiteOtdrRx\": true,\n        \"otdrTypeSiteA\": \"OTDRWB\",\n        \"omdTypeSiteA\": \"OMDCL with 1-line\",\n        \"monOtdrSiteA\": false,\n        \"bsiteOtdrTx\": true,\n        \"bsiteOtdrRx\": true,\n        \"otdrTypeSiteB\": \"OTDRWB\",\n        \"omdTypeSiteB\": \"OMDCL with 1-line\",\n        \"monOtdrSiteB\": false,\n        \"sortName\": \"Site000000000006-Site000000000010\",\n        \"siteASortName\": \"Site000000000006\",\n        \"siteBSortName\": \"Site000000000010\",\n        \"distUnit\": \"km\",\n        \"lossCoefficient\": 0.25,\n        \"pmdCoefficient\": 0.05,\n        \"lossMargin\": 1,\n        \"connectorLoss\": 0.5,\n        \"deployedState\": false,\n        \"dcmChoiceGnp\": \"no\",\n        \"dcmonlineAend\": false,\n        \"dcmonlineBend\": false,\n        \"frozen\": false,\n        \"admColorProfileDetailsName\": \"Predefined_01\",\n        \"admColorProfileDetailsId\": 1,\n        \"hasActiveLink\": false,\n        \"omsId\": 0,\n        \"wtKeys\": \"On\",\n        \"lineNumberA\": 0,\n        \"lineNumberB\": 0,\n        \"className\": \"Segments\",\n        \"adminCost\": 0,\n        \"autoDiscovered\": false,\n        \"srcSiteGT\": false,\n        \"dstSiteGT\": false\n    }\n]"}],"_postman_id":"e03cd732-394a-4907-85eb-f0286142ed1d"},{"name":"Assign Colour to trail","id":"dec8130c-75ec-4a32-aa26-e80125445b57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"entityId\": [\r\n        10010\r\n    ],\r\n    \"entityName\": \"trail\",\r\n    \"operation\": \"assign\",\r\n    \"includeColorProfileId\": [\r\n        2\r\n    ],\r\n    \"excludeColorProfileId\": [\r\n        1\r\n    ],\r\n    \"linkColorProfileId\": [\r\n        0\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/assignOrRemoveColorProfile","description":"<p>This API is used to assign color profile with color profile request data.The input parameter passed for this API are designID which can be retrieved using the APIs GET /api/designs. The color profile used for trails should match with segment.</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","assignOrRemoveColorProfile"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"8a44e602-adb3-4395-bc6b-261ddea75fca","name":"Assign colour to trail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"entityId\": [\r\n        10010\r\n    ],\r\n    \"entityName\": \"trail\",\r\n    \"operation\": \"assign\",\r\n    \"includeColorProfileId\": [\r\n        2\r\n    ],\r\n    \"excludeColorProfileId\": [\r\n        1\r\n    ],\r\n    \"linkColorProfileId\": [\r\n        0\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/assignOrRemoveColorProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Jul 2025 08:05:50 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 10010,\n        \"category\": \"Trail\",\n        \"srcProtection\": \"UNPROTECTED\",\n        \"dstProtection\": \"UNPROTECTED\",\n        \"hwDisjointNominalRoutes\": false,\n        \"routed\": true,\n        \"primaryDemand\": {\n            \"name\": \"Trail7\",\n            \"description\": \"\",\n            \"restoration\": \"RESTORATION_NONE\",\n            \"routeDisjointness\": \"DEFAULT\",\n            \"serverTrailIdList\": [],\n            \"clientDemandIdList\": [],\n            \"fullDepthClientIdList\": [],\n            \"source\": {\n                \"siteId\": 7540,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S6AD600H\",\n                \"otMode\": \"Profile29\",\n                \"linePort\": \"L1\",\n                \"sharingAllowed\": false,\n                \"linePlug\": \"\",\n                \"lineVoa\": \"\",\n                \"addDropConfig\": \"COMPUTE\",\n                \"opticalNode\": \"Site6-1-ON-1\",\n                \"otNe\": \"Site6-1\",\n                \"cascadingPort\": \"\",\n                \"clientPortUserDefined\": false,\n                \"matrixUserDefined\": false\n            },\n            \"destination\": {\n                \"siteId\": 7670,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S6AD600H\",\n                \"otMode\": \"Profile29\",\n                \"linePort\": \"L1\",\n                \"sharingAllowed\": false,\n                \"linePlug\": \"\",\n                \"lineVoa\": \"\",\n                \"addDropConfig\": \"COMPUTE\",\n                \"opticalNode\": \"Site7-1-ON-1\",\n                \"otNe\": \"Site7-1\",\n                \"cascadingPort\": \"\",\n                \"clientPortUserDefined\": false,\n                \"matrixUserDefined\": false\n            },\n            \"regenAllowed\": true,\n            \"wtKeyedStatus\": false,\n            \"interworkWithD5X500\": false,\n            \"controlPlane\": true,\n            \"multiRegion\": false,\n            \"mrnActivated\": false,\n            \"workingPath\": true,\n            \"userDefinedOtuStruct\": false,\n            \"otuStruct\": \"4xOTU4\",\n            \"carrierCount\": 1,\n            \"lineInfo\": {\n                \"lineRate\": \"OTU4x4\",\n                \"fec\": \"SDFEC_V\",\n                \"phaseEncoding\": \"ABSOLUTE\",\n                \"modulationFormat\": \"SQAM16\",\n                \"baudRate\": \"85.82\",\n                \"bandwidth\": 16,\n                \"profileId\": \"29\"\n            }\n        },\n        \"supportedByWSP\": true,\n        \"deployedProject\": false,\n        \"otnTrail\": false,\n        \"layer1Service\": false,\n        \"includeAdmColorProfile\": \"Predefined_02\",\n        \"excludeAdmColorProfile\": \"Predefined_01\",\n        \"linkColorProfile\": \"NoColor\",\n        \"frozen\": false,\n        \"state\": \"complete\",\n        \"inTopologicallyIsolatedArea\": false\n    }\n]"}],"_postman_id":"dec8130c-75ec-4a32-aa26-e80125445b57"},{"name":"Assign colour profile to service","id":"5f1334cc-af99-4c47-ac32-7cdf73398079","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"entityId\": [\r\n        12020\r\n    ],\r\n    \"entityName\": \"service\",\r\n    \"operation\": \"assign\",\r\n    \"includeColorProfileId\": [\r\n        2\r\n    ],\r\n    \"excludeColorProfileId\": [\r\n        1\r\n    ],\r\n    \"linkColorProfileId\": [\r\n        0\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/assignOrRemoveColorProfile","description":"<p>This API is used to assign color profile with color profile request data.The input parameter passed for this API are designID which can be retrieved using the APIs GET /api/designs. The color profile used for services should match with that of trails..</p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","assignOrRemoveColorProfile"],"host":["{{server}}"],"query":[],"variable":[]}},"response":[{"id":"b4986350-93ff-4305-a94a-b5fc767198d9","name":"Assign color to services","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"entityId\": [\r\n        12020\r\n    ],\r\n    \"entityName\": \"service\",\r\n    \"operation\": \"assign\",\r\n    \"includeColorProfileId\": [\r\n        2\r\n    ],\r\n    \"excludeColorProfileId\": [\r\n        1\r\n    ],\r\n    \"linkColorProfileId\": [\r\n        0\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://{{server}}:9000/api/designs/{{DesignID}}/assignOrRemoveColorProfile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Jul 2025 08:19:31 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 12020,\n        \"category\": \"Service\",\n        \"srcProtection\": \"UNPROTECTED\",\n        \"dstProtection\": \"UNPROTECTED\",\n        \"hwDisjointNominalRoutes\": false,\n        \"routed\": false,\n        \"primaryDemand\": {\n            \"name\": \"Service3\",\n            \"description\": \"\",\n            \"restoration\": \"RESTORATION_NONE\",\n            \"routeDisjointness\": \"DEFAULT\",\n            \"serverTrailIdList\": [],\n            \"clientDemandIdList\": [],\n            \"fullDepthClientIdList\": [],\n            \"source\": {\n                \"siteId\": 7540,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S6AD600H\",\n                \"otMode\": \"Profile29\",\n                \"sharingAllowed\": false,\n                \"opticalNode\": \"\",\n                \"clientPort\": \"C1\",\n                \"clientFormat\": \"100G LAN PHY\",\n                \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\n                \"oduContainer\": \"ODU4\",\n                \"clientPortUserDefined\": true,\n                \"matrixUserDefined\": false\n            },\n            \"destination\": {\n                \"siteId\": 7670,\n                \"neType\": \"PSS_WDM\",\n                \"otName\": \"S6AD600H\",\n                \"otMode\": \"Profile29\",\n                \"sharingAllowed\": false,\n                \"opticalNode\": \"\",\n                \"clientPort\": \"C1\",\n                \"clientFormat\": \"100G LAN PHY\",\n                \"clientPlug\": \"100GBASE-CWDM4(QSFP28)\",\n                \"oduContainer\": \"ODU4\",\n                \"clientPortUserDefined\": true,\n                \"matrixUserDefined\": false\n            },\n            \"regenAllowed\": true,\n            \"wtKeyedStatus\": false,\n            \"interworkWithD5X500\": false,\n            \"controlPlane\": true,\n            \"multiRegion\": false,\n            \"mrnActivated\": false,\n            \"workingPath\": true,\n            \"userDefinedOtuStruct\": false,\n            \"otuStruct\": \"\",\n            \"carrierCount\": 1,\n            \"lineInfo\": {\n                \"lineRate\": \"OTU4x4\",\n                \"fec\": \"SDFEC_V\",\n                \"phaseEncoding\": \"ABSOLUTE\",\n                \"modulationFormat\": \"SQAM16\",\n                \"baudRate\": \"85.82\",\n                \"bandwidth\": 16,\n                \"profileId\": \"29\"\n            }\n        },\n        \"supportedByWSP\": true,\n        \"deployedProject\": false,\n        \"otnTrail\": false,\n        \"layer1Service\": false,\n        \"includeAdmColorProfile\": \"Predefined_02\",\n        \"excludeAdmColorProfile\": \"Predefined_01\",\n        \"linkColorProfile\": \"NoColor\",\n        \"frozen\": false,\n        \"state\": \"notdesigned\",\n        \"inTopologicallyIsolatedArea\": false\n    }\n]"}],"_postman_id":"5f1334cc-af99-4c47-ac32-7cdf73398079"},{"name":"View the Route with colour profile included","id":"08914489-d0c6-405f-8526-d965e9c77b71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{trailID}}/routeDetailsDto?routeType=Working&layer=DEMAND","description":"<p>This API retrieves the list of route details as a RouteDetailObject and displays the layer view of demand.The input parameter passed are designID nad trailID which can be retrieved using the APIs <strong>GET /api/designs</strong> and <strong>GET /api/designs/{designId}/{ntwLayer}/demandsData</strong></p>\n","urlObject":{"protocol":"https","port":"9000","path":["api","designs","{{DesignID}}","trails","{{trailID}}","routeDetailsDto"],"host":["{{server}}"],"query":[{"key":"routeType","value":"Working"},{"key":"layer","value":"DEMAND"}],"variable":[]}},"response":[{"id":"8927611e-c531-488c-b583-82dddf80e828","name":"View the route the color profile included","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://{{server}}:9000/api/designs/{{DesignID}}/trails/{{trailID}}/routeDetailsDto?routeType=Working&layer=DEMAND","protocol":"https","host":["{{server}}"],"port":"9000","path":["api","designs","{{DesignID}}","trails","{{trailID}}","routeDetailsDto"],"query":[{"key":"routeType","value":"Working"},{"key":"layer","value":"DEMAND"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"0"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Security-Policy","value":"frame-ancestors 'self'"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Tue, 08 Jul 2025 08:08:19 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TRAIL\": [\n            {\n                \"id\": 0,\n                \"name\": \"Site6\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otDesc\": \"S6AD600H\",\n                    \"otLocDesc\": \"1/34/L1\",\n                    \"otIsRegen\": false,\n                    \"adbDesc\": \"AD-1(MCS8-16)\",\n                    \"adbPort\": \"1/5/AD1\",\n                    \"packDesc\": \"MCS8-16\",\n                    \"packPortDesc\": \"AD1\",\n                    \"isTrailEndpoint\": true,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7540,\n                \"siteName\": \"Site6\",\n                \"nodeId\": 8171,\n                \"nodeName\": \"Site6-1-ON-1\",\n                \"nodeType\": \"OTN\",\n                \"roadmType\": \"OTN\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 9700,\n                \"name\": \"Trail6\",\n                \"layer\": \"TRAIL\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7540,\n                \"aSiteName\": \"Site6\",\n                \"aNodeId\": 8171,\n                \"aNodeName\": \"Site6-1-ON-1\",\n                \"aNodeType\": \"Site6-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7470,\n                \"bSiteName\": \"Site10\",\n                \"bNodeId\": 8071,\n                \"bNodeName\": \"Site10-1-ON-1\",\n                \"bNodeType\": \"Site10-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"channel\": [\n                    \"1000\"\n                ],\n                \"isOMSPOch\": false,\n                \"aEndPointData\": {\n                    \"otDesc\": \"S6AD600H\",\n                    \"otLocDesc\": \"1/34/L1\",\n                    \"otIsRegen\": false,\n                    \"adbDesc\": \"AD-1(MCS8-16)\",\n                    \"adbPort\": \"1/5/AD1\",\n                    \"packDesc\": \"MCS8-16\",\n                    \"packPortDesc\": \"AD1\",\n                    \"isTrailEndpoint\": true,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otDesc\": \"S6AD600H\",\n                    \"otLocDesc\": \"1/32/L1\",\n                    \"otIsRegen\": false,\n                    \"adbDesc\": \"AD-1(MCS8-16)\",\n                    \"adbPort\": \"1/5/AD2\",\n                    \"packDesc\": \"MCS8-16\",\n                    \"packPortDesc\": \"AD2\",\n                    \"isTrailEndpoint\": true,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site10\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otDesc\": \"S6AD600H\",\n                    \"otLocDesc\": \"1/32/L1\",\n                    \"otIsRegen\": false,\n                    \"adbDesc\": \"AD-1(MCS8-16)\",\n                    \"adbPort\": \"1/5/AD2\",\n                    \"packDesc\": \"MCS8-16\",\n                    \"packPortDesc\": \"AD2\",\n                    \"isTrailEndpoint\": true,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7470,\n                \"siteName\": \"Site10\",\n                \"nodeId\": 8071,\n                \"nodeName\": \"Site10-1-ON-1\",\n                \"nodeType\": \"OTN\",\n                \"roadmType\": \"OTN\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            }\n        ],\n        \"SEGMENT\": [\n            {\n                \"id\": 0,\n                \"name\": \"Site6\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7540,\n                \"siteName\": \"Site6\",\n                \"nodeId\": 8171,\n                \"nodeName\": \"Site6-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 7730,\n                \"name\": \"Site6-Site7\",\n                \"layer\": \"SEGMENT\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7540,\n                \"aSiteName\": \"Site6\",\n                \"aNodeId\": 8171,\n                \"aNodeName\": \"Site6-1-ON-1\",\n                \"aNodeType\": \"Site6-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7670,\n                \"bSiteName\": \"Site7\",\n                \"bNodeId\": 8271,\n                \"bNodeName\": \"Site7-1-ON-1\",\n                \"bNodeType\": \"Site7-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"isOMSPOch\": false,\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site7\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7670,\n                \"siteName\": \"Site7\",\n                \"nodeId\": 8271,\n                \"nodeName\": \"Site7-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site7\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7670,\n                \"siteName\": \"Site7\",\n                \"nodeId\": 8271,\n                \"nodeName\": \"Site7-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 7750,\n                \"name\": \"Site7-Site8\",\n                \"layer\": \"SEGMENT\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7670,\n                \"aSiteName\": \"Site7\",\n                \"aNodeId\": 8271,\n                \"aNodeName\": \"Site7-1-ON-1\",\n                \"aNodeType\": \"Site7-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7430,\n                \"bSiteName\": \"Site8\",\n                \"bNodeId\": 7871,\n                \"bNodeName\": \"Site8-1-ON-1\",\n                \"bNodeType\": \"Site8-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"isOMSPOch\": false,\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site8\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7430,\n                \"siteName\": \"Site8\",\n                \"nodeId\": 7871,\n                \"nodeName\": \"Site8-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site8\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7430,\n                \"siteName\": \"Site8\",\n                \"nodeId\": 7871,\n                \"nodeName\": \"Site8-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 7460,\n                \"name\": \"Site8-Site9\",\n                \"layer\": \"SEGMENT\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7430,\n                \"aSiteName\": \"Site8\",\n                \"aNodeId\": 7871,\n                \"aNodeName\": \"Site8-1-ON-1\",\n                \"aNodeType\": \"Site8-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7440,\n                \"bSiteName\": \"Site9\",\n                \"bNodeId\": 7971,\n                \"bNodeName\": \"Site9-1-ON-1\",\n                \"bNodeType\": \"Site9-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"isOMSPOch\": false,\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site9\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7440,\n                \"siteName\": \"Site9\",\n                \"nodeId\": 7971,\n                \"nodeName\": \"Site9-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site9\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7440,\n                \"siteName\": \"Site9\",\n                \"nodeId\": 7971,\n                \"nodeName\": \"Site9-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 7490,\n                \"name\": \"Site9-Site10\",\n                \"layer\": \"SEGMENT\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7440,\n                \"aSiteName\": \"Site9\",\n                \"aNodeId\": 7971,\n                \"aNodeName\": \"Site9-1-ON-1\",\n                \"aNodeType\": \"Site9-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7470,\n                \"bSiteName\": \"Site10\",\n                \"bNodeId\": 8071,\n                \"bNodeName\": \"Site10-1-ON-1\",\n                \"bNodeType\": \"Site10-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"isOMSPOch\": false,\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site10\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7470,\n                \"siteName\": \"Site10\",\n                \"nodeId\": 8071,\n                \"nodeName\": \"Site10-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            }\n        ],\n        \"OMS\": [\n            {\n                \"id\": 0,\n                \"name\": \"Site6\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7540,\n                \"siteName\": \"Site6\",\n                \"nodeId\": 8171,\n                \"nodeName\": \"Site6-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 8431,\n                \"name\": \"Site6-1-Site7-1\",\n                \"layer\": \"OMS\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7540,\n                \"aSiteName\": \"Site6\",\n                \"aNodeId\": 8171,\n                \"aNodeName\": \"Site6-1-ON-1\",\n                \"aNodeType\": \"Site6-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7670,\n                \"bSiteName\": \"Site7\",\n                \"bNodeId\": 8271,\n                \"bNodeName\": \"Site7-1-ON-1\",\n                \"bNodeType\": \"Site7-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"channel\": [\n                    \"9342.500\"\n                ],\n                \"isOMSPOch\": false,\n                \"feasParamGo\": {\n                    \"osnrMargin\": 30,\n                    \"usedNlp\": 17,\n                    \"usedPmd\": 3,\n                    \"usedWeightedWssCount\": 6\n                },\n                \"feasParamRet\": {\n                    \"osnrMargin\": 44,\n                    \"usedNlp\": 35,\n                    \"usedPmd\": 6,\n                    \"usedWeightedWssCount\": 25\n                },\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site7\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7670,\n                \"siteName\": \"Site7\",\n                \"nodeId\": 8271,\n                \"nodeName\": \"Site7-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site7\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7670,\n                \"siteName\": \"Site7\",\n                \"nodeId\": 8271,\n                \"nodeName\": \"Site7-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 8441,\n                \"name\": \"Site7-1-Site8-1\",\n                \"layer\": \"OMS\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7670,\n                \"aSiteName\": \"Site7\",\n                \"aNodeId\": 8271,\n                \"aNodeName\": \"Site7-1-ON-1\",\n                \"aNodeType\": \"Site7-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7430,\n                \"bSiteName\": \"Site8\",\n                \"bNodeId\": 7871,\n                \"bNodeName\": \"Site8-1-ON-1\",\n                \"bNodeType\": \"Site8-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"channel\": [\n                    \"9342.500\"\n                ],\n                \"isOMSPOch\": false,\n                \"feasParamGo\": {\n                    \"osnrMargin\": 33,\n                    \"usedNlp\": 24,\n                    \"usedPmd\": 4,\n                    \"usedWeightedWssCount\": 13\n                },\n                \"feasParamRet\": {\n                    \"osnrMargin\": 37,\n                    \"usedNlp\": 30,\n                    \"usedPmd\": 5,\n                    \"usedWeightedWssCount\": 19\n                },\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site8\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7430,\n                \"siteName\": \"Site8\",\n                \"nodeId\": 7871,\n                \"nodeName\": \"Site8-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site8\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7430,\n                \"siteName\": \"Site8\",\n                \"nodeId\": 7871,\n                \"nodeName\": \"Site8-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 8451,\n                \"name\": \"Site8-1-Site9-1\",\n                \"layer\": \"OMS\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7430,\n                \"aSiteName\": \"Site8\",\n                \"aNodeId\": 7871,\n                \"aNodeName\": \"Site8-1-ON-1\",\n                \"aNodeType\": \"Site8-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7440,\n                \"bSiteName\": \"Site9\",\n                \"bNodeId\": 7971,\n                \"bNodeName\": \"Site9-1-ON-1\",\n                \"bNodeType\": \"Site9-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"channel\": [\n                    \"9342.500\"\n                ],\n                \"isOMSPOch\": false,\n                \"feasParamGo\": {\n                    \"osnrMargin\": 37,\n                    \"usedNlp\": 30,\n                    \"usedPmd\": 5,\n                    \"usedWeightedWssCount\": 19\n                },\n                \"feasParamRet\": {\n                    \"osnrMargin\": 33,\n                    \"usedNlp\": 24,\n                    \"usedPmd\": 4,\n                    \"usedWeightedWssCount\": 13\n                },\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site9\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7440,\n                \"siteName\": \"Site9\",\n                \"nodeId\": 7971,\n                \"nodeName\": \"Site9-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site9\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7440,\n                \"siteName\": \"Site9\",\n                \"nodeId\": 7971,\n                \"nodeName\": \"Site9-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 8461,\n                \"name\": \"Site9-1-Site10-1\",\n                \"layer\": \"OMS\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7440,\n                \"aSiteName\": \"Site9\",\n                \"aNodeId\": 7971,\n                \"aNodeName\": \"Site9-1-ON-1\",\n                \"aNodeType\": \"Site9-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7470,\n                \"bSiteName\": \"Site10\",\n                \"bNodeId\": 8071,\n                \"bNodeName\": \"Site10-1-ON-1\",\n                \"bNodeType\": \"Site10-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"channel\": [\n                    \"9342.500\"\n                ],\n                \"isOMSPOch\": false,\n                \"feasParamGo\": {\n                    \"osnrMargin\": 44,\n                    \"usedNlp\": 35,\n                    \"usedPmd\": 6,\n                    \"usedWeightedWssCount\": 25\n                },\n                \"feasParamRet\": {\n                    \"osnrMargin\": 30,\n                    \"usedNlp\": 17,\n                    \"usedPmd\": 3,\n                    \"usedWeightedWssCount\": 6\n                },\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site10\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7470,\n                \"siteName\": \"Site10\",\n                \"nodeId\": 8071,\n                \"nodeName\": \"Site10-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            }\n        ],\n        \"OCH\": [\n            {\n                \"id\": 0,\n                \"name\": \"Site6\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otDesc\": \"S6AD600H\",\n                    \"otLocDesc\": \"1/34/L1\",\n                    \"otIsRegen\": false,\n                    \"adbDesc\": \"AD-1(MCS8-16)\",\n                    \"adbPort\": \"1/5/AD1\",\n                    \"packDesc\": \"MCS8-16\",\n                    \"packPortDesc\": \"AD1\",\n                    \"feasParamGo\": {\n                        \"osnrMargin\": 30,\n                        \"usedNlp\": 17,\n                        \"usedPmd\": 3,\n                        \"usedWeightedWssCount\": 6\n                    },\n                    \"feasParamRet\": {\n                        \"osnrMargin\": 44,\n                        \"usedNlp\": 35,\n                        \"usedPmd\": 6,\n                        \"usedWeightedWssCount\": 25\n                    },\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7540,\n                \"siteName\": \"Site6\",\n                \"nodeId\": 8171,\n                \"nodeName\": \"Site6-1-ON-1\",\n                \"nodeType\": \"OTN\",\n                \"roadmType\": \"OTN\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 11251,\n                \"name\": \"OCH-Site6-1-ON-1(1/34/L1)-Site10-1-ON-1(1/32/L1)-52\",\n                \"layer\": \"OCH\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7540,\n                \"aSiteName\": \"Site6\",\n                \"aNodeId\": 8171,\n                \"aNodeName\": \"Site6-1-ON-1\",\n                \"aNodeType\": \"Site6-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7470,\n                \"bSiteName\": \"Site10\",\n                \"bNodeId\": 8071,\n                \"bNodeName\": \"Site10-1-ON-1\",\n                \"bNodeType\": \"Site10-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"channel\": [\n                    \"9342.500\"\n                ],\n                \"isOMSPOch\": false,\n                \"feasParamGo\": {\n                    \"osnrMargin\": 44,\n                    \"usedNlp\": 35,\n                    \"usedPmd\": 6,\n                    \"usedWeightedWssCount\": 25\n                },\n                \"feasParamRet\": {\n                    \"osnrMargin\": 44,\n                    \"usedNlp\": 35,\n                    \"usedPmd\": 6,\n                    \"usedWeightedWssCount\": 25\n                },\n                \"aEndPointData\": {\n                    \"otDesc\": \"S6AD600H\",\n                    \"otLocDesc\": \"1/34/L1\",\n                    \"otIsRegen\": false,\n                    \"adbDesc\": \"AD-1(MCS8-16)\",\n                    \"adbPort\": \"1/5/AD1\",\n                    \"packDesc\": \"MCS8-16\",\n                    \"packPortDesc\": \"AD1\",\n                    \"feasParamGo\": {\n                        \"osnrMargin\": 30,\n                        \"usedNlp\": 17,\n                        \"usedPmd\": 3,\n                        \"usedWeightedWssCount\": 6\n                    },\n                    \"feasParamRet\": {\n                        \"osnrMargin\": 44,\n                        \"usedNlp\": 35,\n                        \"usedPmd\": 6,\n                        \"usedWeightedWssCount\": 25\n                    },\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otDesc\": \"S6AD600H\",\n                    \"otLocDesc\": \"1/32/L1\",\n                    \"otIsRegen\": false,\n                    \"adbDesc\": \"AD-1(MCS8-16)\",\n                    \"adbPort\": \"1/5/AD2\",\n                    \"packDesc\": \"MCS8-16\",\n                    \"packPortDesc\": \"AD2\",\n                    \"feasParamGo\": {\n                        \"osnrMargin\": 44,\n                        \"usedNlp\": 35,\n                        \"usedPmd\": 6,\n                        \"usedWeightedWssCount\": 25\n                    },\n                    \"feasParamRet\": {\n                        \"osnrMargin\": 30,\n                        \"usedNlp\": 17,\n                        \"usedPmd\": 3,\n                        \"usedWeightedWssCount\": 6\n                    },\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site10\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otDesc\": \"S6AD600H\",\n                    \"otLocDesc\": \"1/32/L1\",\n                    \"otIsRegen\": false,\n                    \"adbDesc\": \"AD-1(MCS8-16)\",\n                    \"adbPort\": \"1/5/AD2\",\n                    \"packDesc\": \"MCS8-16\",\n                    \"packPortDesc\": \"AD2\",\n                    \"feasParamGo\": {\n                        \"osnrMargin\": 44,\n                        \"usedNlp\": 35,\n                        \"usedPmd\": 6,\n                        \"usedWeightedWssCount\": 25\n                    },\n                    \"feasParamRet\": {\n                        \"osnrMargin\": 30,\n                        \"usedNlp\": 17,\n                        \"usedPmd\": 3,\n                        \"usedWeightedWssCount\": 6\n                    },\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"singleChan\": false\n                },\n                \"siteId\": 7470,\n                \"siteName\": \"Site10\",\n                \"nodeId\": 8071,\n                \"nodeName\": \"Site10-1-ON-1\",\n                \"nodeType\": \"OTN\",\n                \"roadmType\": \"OTN\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            }\n        ],\n        \"OTS\": [\n            {\n                \"id\": 0,\n                \"name\": \"Site6\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7540,\n                \"siteName\": \"Site6\",\n                \"nodeId\": 8171,\n                \"nodeName\": \"Site6-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 8381,\n                \"name\": \"Site6-1/OMDCL-1-9-LINE1_OUT-Site7-1/RA5PB-1-2-LINE_IN\",\n                \"layer\": \"OTS\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7540,\n                \"aSiteName\": \"Site6\",\n                \"aNodeId\": 8171,\n                \"aNodeName\": \"Site6-1-ON-1\",\n                \"aNodeType\": \"Site6-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7670,\n                \"bSiteName\": \"Site7\",\n                \"bNodeId\": 8271,\n                \"bNodeName\": \"Site7-1-ON-1\",\n                \"bNodeType\": \"Site7-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"isOMSPOch\": false,\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site7\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7670,\n                \"siteName\": \"Site7\",\n                \"nodeId\": 8271,\n                \"nodeName\": \"Site7-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site7\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7670,\n                \"siteName\": \"Site7\",\n                \"nodeId\": 8271,\n                \"nodeName\": \"Site7-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 8391,\n                \"name\": \"Site7-1/OMDCL-1-9-LINE1_OUT-Site8-1/RA5PB-1-7-LINE_IN\",\n                \"layer\": \"OTS\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7670,\n                \"aSiteName\": \"Site7\",\n                \"aNodeId\": 8271,\n                \"aNodeName\": \"Site7-1-ON-1\",\n                \"aNodeType\": \"Site7-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7430,\n                \"bSiteName\": \"Site8\",\n                \"bNodeId\": 7871,\n                \"bNodeName\": \"Site8-1-ON-1\",\n                \"bNodeType\": \"Site8-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"isOMSPOch\": false,\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site8\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7430,\n                \"siteName\": \"Site8\",\n                \"nodeId\": 7871,\n                \"nodeName\": \"Site8-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site8\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7430,\n                \"siteName\": \"Site8\",\n                \"nodeId\": 7871,\n                \"nodeName\": \"Site8-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 8401,\n                \"name\": \"Site8-1/OMDCL-1-4-LINE1_OUT-Site9-1/RA5PB-1-2-LINE_IN\",\n                \"layer\": \"OTS\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7430,\n                \"aSiteName\": \"Site8\",\n                \"aNodeId\": 7871,\n                \"aNodeName\": \"Site8-1-ON-1\",\n                \"aNodeType\": \"Site8-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7440,\n                \"bSiteName\": \"Site9\",\n                \"bNodeId\": 7971,\n                \"bNodeName\": \"Site9-1-ON-1\",\n                \"bNodeType\": \"Site9-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"isOMSPOch\": false,\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site9\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7440,\n                \"siteName\": \"Site9\",\n                \"nodeId\": 7971,\n                \"nodeName\": \"Site9-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site9\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7440,\n                \"siteName\": \"Site9\",\n                \"nodeId\": 7971,\n                \"nodeName\": \"Site9-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 8411,\n                \"name\": \"Site9-1/OMDCL-1-9-LINE1_OUT-Site10-1/RA5PB-1-2-LINE_IN\",\n                \"layer\": \"OTS\",\n                \"vertexKey\": \"\",\n                \"siteId\": 0,\n                \"nodeId\": 0,\n                \"aSiteId\": 7440,\n                \"aSiteName\": \"Site9\",\n                \"aNodeId\": 7971,\n                \"aNodeName\": \"Site9-1-ON-1\",\n                \"aNodeType\": \"Site9-1-ON-1\",\n                \"aRoadmType\": \"ROADM\",\n                \"bSiteId\": 7470,\n                \"bSiteName\": \"Site10\",\n                \"bNodeId\": 8071,\n                \"bNodeName\": \"Site10-1-ON-1\",\n                \"bNodeType\": \"Site10-1-ON-1\",\n                \"bRoadmType\": \"ROADM\",\n                \"isOMSPOch\": false,\n                \"aEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-2 (1/8)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"bEndPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"isDualCarrier\": false\n            },\n            {\n                \"id\": 0,\n                \"name\": \"Site10\",\n                \"layer\": \"SITE\",\n                \"vertexKey\": \"\",\n                \"endPointData\": {\n                    \"otIsRegen\": false,\n                    \"lineDesc\": \"IRDM32 (ROADM)\",\n                    \"lineType\": \"Line-1 (1/3)\",\n                    \"isTrailEndpoint\": false,\n                    \"isSrc\": false,\n                    \"isDest\": false,\n                    \"lineProtectedType\": \"\",\n                    \"singleChan\": false\n                },\n                \"siteId\": 7470,\n                \"siteName\": \"Site10\",\n                \"nodeId\": 8071,\n                \"nodeName\": \"Site10-1-ON-1\",\n                \"nodeType\": \"OADM\",\n                \"roadmType\": \"ROADM\",\n                \"aSiteId\": 0,\n                \"aNodeId\": 0,\n                \"bSiteId\": 0,\n                \"bNodeId\": 0,\n                \"isOMSPOch\": false,\n                \"isDualCarrier\": false\n            }\n        ]\n    }\n]"}],"_postman_id":"08914489-d0c6-405f-8526-d965e9c77b71"}],"id":"ffe47592-18ae-4f34-b7ec-1601ed3616cb","_postman_id":"ffe47592-18ae-4f34-b7ec-1601ed3616cb","description":""}],"variable":[{"key":"planID","value":"1421"},{"key":"designID","value":"1434"}]}